Home
last modified time | relevance | path

Searched refs:Android (Results 1 – 25 of 999) sorted by relevance

12345678910>>...40

/system/extras/simpleperf/demo/
DREADME.md1 # Examples of using simpleperf to profile Android applications
5 - [Examples of using simpleperf to profile Android applications](#examples-of-using-simpleperf-to-p…
15 Simpleperf is a native profiler used on Android platform. It can be used to profile Android
17 …your Android application for profiling are [here](https://android.googlesource.com/platform/system…
18 This directory is to show examples of using simpleperf to profile Android applications. The
22 SimpleperfExampleJava/ -- contains an Android Studio project using only Java code.
23 SimpleperfExampleCpp/ -- contains an Android Studio project using both Java and C++ code.
24 SimpleperfExampleKotlin/ -- contains an Android Studio project using Kotlin code.
25 CppApi/ -- contains an Android Studio project using c++ app_api to record.
26 JavaApi/ -- contains an Android Studio project using Java app_api to record.
[all …]
/system/timezone/
DREADME.android8 - Code related to the Android time zone update APEX file that can be used
9 to update time zone rules on Android devices.
12 - Contains tools useful for debugging time zone issues on Android devices.
16 Some files come from external sources and some are mastered in Android.
20 - Contains tools that generate Android time zone files.
24 used in the Android system image and APEX files. Some files are also held
56 that should be applied to Android's copy of ICU and CLDR.
73 6) Run tests from 5) for every affected Android release.
83 used to generate Android's tzdata file. For example, if IANA introduce new
93 TZif files. For consistency and compatibility purposes Android tries to keep them in sync. The
[all …]
DRELEASE_NOTES.md18 which were reverted manually in Android and resulted in Android releasing
20 `2021b` and `2021c` releases. Android has made changes to reduce the impact of
21 these changes. This might have app compat issues as some methods in Android's
28 saving to represent the period of Ramadan. Several of Android's embedded time
41 Android's `java.util.TimeZone.getDSTSavings()` - it returns 0 instead of 1 hour.
58 As Android has not applied any of them and there were no other rules update,
59 it is a no-op for Android.
68 `tzdata2021a.tar.gz` in this Android TZDB update is ICU's [`tzdata2021a3.tar.gz`](https://github.co…
82 because they cause problems for various libraries and OSes, Android included.
84 yet to be resolved. Android API behavior is influenced by ICU, so while ICU
[all …]
/system/sepolicy/tools/
Dpolicy_version_check.sh4 BP=$(awk -F= '/DSEPOLICY_VERSION/ { print $2 }' Android.bp | awk -F\" ' { print $1 }')
7 echo "POLICYVERS in Android.mk must match DSEPOLICY_VERSION in Android.bp" 1>&2
/system/hardware/interfaces/
Dcurrent.txt4 # Frameworks HALs released in Android O
8 # Frameworks HALs released in Android O-MR1
12 # Frameworks HALs released in Android P
15 # Frameworks HALs released in Android Q
/system/libhidl/transport/
Dcurrent.txt4 # HALs released in Android O
15 # HALs released in Android O-MR1
19 # HALs released in Android P
23 # ABI preserving changes to HALs during Android Q
30 # HALs released in Android Q
/system/apex/
DAndroid.bp2 // To use in other Android.bp files, add the following lines:
4 // from: "system/apex/Android.bp",
9 default_applicable_licenses: ["Android-Apache-2.0"],
/system/extras/simpleperf/doc/
Dandroid_application_profiling.md1 # Android application profiling
3 This section shows how to profile an Android application.
6 Profiling an Android application involves three steps:
7 1. Prepare an Android application.
13 ## Prepare an Android application
20 For the debug build type, Android studio sets android::debuggable="true" in AndroidManifest.xml,
26 For the release build type, Android studio sets android::debuggable="false" in AndroidManifest.xml,
32 If you are on Android >= Q, you can add profileableFromShell flag in AndroidManifest.xml, this makes
44 If you are on Android >= O, we can use [wrap.sh](https://developer.android.com/ndk/guides/wrap-scri…
86 Android studio strips symbol table and debug info of native libraries in the apk. So the profiling
[all …]
DREADME.md3 Android Studio includes a graphical front end to Simpleperf, documented in
7 Simpleperf is a native CPU profiling tool for Android. It can be used to profile
8 both Android applications and native processes running on Android. It can
9 profile both Java and C++ code on Android. The simpleperf executable can run on Android >=L,
10 and Python scripts can be used on Android >= N.
12 Simpleperf is part of the Android Open Source Project.
25 the Android profiling environment:
35 3) Support recording callgraphs of JITed and interpreted Java code on Android >= P.
37 3. It relates closely to the Android platform.
38 1) Is aware of Android environment, like using system properties to enable profiling, using
[all …]
/system/core/reboot/
DAndroid.bp1 // Copyright 2013 The Android Open Source Project
4 default_applicable_licenses: ["Android-Apache-2.0"],
/system/core/mkbootfs/
DAndroid.bp1 // Copyright 2005 The Android Open Source Project
4 default_applicable_licenses: ["Android-Apache-2.0"],
/system/apex/tools/
Dcreate_apex_skeleton.sh44 cat > Android.bp <<EOF
45 // Copyright (C) ${YEAR} The Android Open Source Project
93 cat >> Android.bp <<EOF
111 cat >> Android.bp <<EOF
134 cat >> Android.bp <<EOF
/system/tools/aidl/scripts/
Dexample_dep_build_failure_output.txt16 [100% 1/1] analyzing Android.bp files and generating ninja file at out/soong/build.ninja
18 …module_paths/Android.bp.list --available_env out/soong/soong.environment.available --used_env out/…
19 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
20 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
27 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
32 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
33 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
40 error: hardware/interfaces/automotive/audiocontrol/aidl/Android.bp:12:1: module "android.hardware.a…
45 error: hardware/interfaces/audio/aidl/Android.bp:90:1: module "android.hardware.audio.core-V1-java"…
46 error: hardware/interfaces/audio/aidl/Android.bp:90:1: module "android.hardware.audio.core-V1-java"…
[all …]
/system/teeui/tools/framebufferizer/
DAndroid.bp1 // Copyright 2019 The Android Open Source Project
5 default_applicable_licenses: ["Android-Apache-2.0"],
/system/core/libsuspend/
DAndroid.bp1 // Copyright 2012 The Android Open Source Project
4 default_applicable_licenses: ["Android-Apache-2.0"],
/system/tools/hidl/test/format_test/
DAndroid.bp2 * Copyright (C) 2019 The Android Open Source Project
32 …"cp $$(dirname $(location 1.0/IBar.hal) | uniq)/Android.bp $(genDir)/system/tools/hidl/test/format…
36 "1.0/Android.bp",
42 "system/tools/hidl/test/format_test/1.0/Android.bp",
/system/libsysprop/srcs/android/sysprop/
DInputProperties.sysprop1 # Copyright (C) 2021 The Android Open Source Project
36 # A flag to enable the new Keyboard backlight controller introduced in Android U, that allows
56 # A flag to enable the Keyboard backlight animations introduced in Android U-QPR.
75 # introduced in Android U-QPR1.
85 # A flag to enable ALS based keyboard backlight control introduced in Android U-QPR1.
/system/timezone/input_tools/android/tzids/src/main/proto/
Dtz_ids_proto.proto2 * Copyright (C) 2020 The Android Open Source Project
24 // Information about Olson IDs used / preferred by Android.
33 // Information about Olson IDs recognized by Android as being related to a country.
38 // The IANA TZDB Olson IDs preferred by Android for the country.
57 // The Android preferred Olson ID. This will typically be a newer / more correct Olson ID.
66 // The Olson ID that is better / to use in place of replacedId on Android after fromMillis.
/system/core/libappfuse/
DAndroid.bp1 // Copyright 2016 The Android Open Source Project
4 default_applicable_licenses: ["Android-Apache-2.0"],
/system/memory/libmemtrack/
DAndroid.bp1 // Copyright 2013 The Android Open Source Project
4 default_applicable_licenses: ["Android-Apache-2.0"],
/system/tools/mkbootimg/rust/
DAndroid.bp1 // Copyright 2023 The Android Open Source Project
4 default_applicable_licenses: ["Android-Apache-2.0"],
/system/sepolicy/microdroid/system/private/
Datrace.te2 # For the host Android policy check system/sepolicy/private/atrace.te
3 # So far, this file contains a subset of rules defined for the host Android.
/system/memory/lmkd/
DREADME.md1 Android Low Memory Killer Daemon
8 Android Low Memory Killer Daemon (lmkd) is a process monitoring memory
9 state of a running Android system and reacting to high memory pressure
17 Historically on Android systems memory monitoring and killing of
23 Android Properties
26 lmkd can be configured on a particular system using the following Android
110 lmkd will set the following Android properties according to current system
/system/libhidl/vintfdata/
DREADME.md28 For example, if IDisplayService is deprecated in Android S, set `max-level` to
29 Android R (5):
41 Note that the `max-level` of the HAL is set to Android R, meaning that the HAL
42 is last available in Android R and disabled in Android S.
62 enough evidence that the devices are not updateable to the latest Android
/system/core/trusty/
DAndroid.bp2 // Copyright (C) 2021 The Android Open Source Project
17 default_applicable_licenses: ["Android-Apache-2.0"],

12345678910>>...40