Searched refs:Android (Results 1 – 25 of 774) sorted by relevance
12345678910>>...31
/system/extras/simpleperf/demo/ |
D | README.md | 1 # 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 SimpleperfExamplePureJava/ -- contains an Android Studio project using only Java code. 23 SimpleperfExampleWithNative/ -- contains an Android Studio project using both Java and C++ code. 24 SimpleperfExampleOfKotlin/ -- 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/sepolicy/tools/ |
D | policy_version_check.sh | 4 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/ |
D | current.txt | 4 # 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/ |
D | current.txt | 4 # 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/tools/hidl/test/format_test/ |
D | Android.bp | 2 * Copyright (C) 2019 The Android Open Source Project 23 … "cp $$(dirname $(in) | uniq)/Android.bp $(genDir)/system/tools/hidl/test/format_test/1.0 && " + 26 "1.0/Android.bp", 32 "system/tools/hidl/test/format_test/1.0/Android.bp",
|
/system/extras/simpleperf/doc/ |
D | README.md | 3 Simpleperf is a native CPU profiling tool for Android. It can be used to profile 4 both Android applications and native processes running on Android. It can 5 profile both Java and C++ code on Android. The simpleperf executable can run on Android >=L, 6 and Python scripts can be used on Android >= N. 8 Simpleperf is part of the Android Open Source Project. 18 - [Android application profiling](#android-application-profiling) 19 - [Android platform profiling](#android-platform-profiling) 23 …- [Why we suggest profiling on Android >= N devices?](#why-we-suggest-profiling-on-android--n-devi… 36 the Android profiling environment: 46 c. Support recording callgraphs of JITed and interpreted Java code on Android >= P. [all …]
|
D | android_application_profiling.md | 1 # 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. 14 - [Android application profiling](#android-application-profiling) 16 - [Prepare an Android application](#prepare-an-android-application) 21 - [Report in Android Studio](#report-in-android-studio) 28 ## Prepare an Android application 35 For the debug build type, Android studio sets android::debuggable="true" in AndroidManifest.xml, 41 For the release build type, Android studio sets android::debuggable="false" in AndroidManifest.xml, [all …]
|
/system/timezone/ |
D | README.android | 8 - 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 update time zone rules on Android devices. See distro/README for details. 20 Some files come from external sources and some are mastered in Android. 24 - Contains tools that generate Android time zone files. 28 used in the Android system image, distros and APEX files. Some files are 67 that should be applied to Android's copy of ICU. 87 used to generate Android's tzdata file. For example, if IANA introduce new 110 Android needs various files to be updated to take a time zone data update. [all …]
|
/system/core/libunwindstack/ |
D | AndroidVersions.md | 1 # Unwinder Support Per Android Release 3 unwinder works on different Android versions. It does not describe 7 will display on different versions of Android. 9 ## Android P 10 libunwindstack was first introduced in Android P. 24 versions of Android will not unwind properly in this case. For apps that 25 target Android P or older, make sure that `-Wl,--no-rosegment` is 28 ## Android Q 34 is not completely fixed until Android R. For apps targeting Android Q, 53 in the executable. On Android P, this would result in some incorrect [all …]
|
/system/memory/lmkd/ |
D | README.md | 1 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 92 lmkd will set the following Android properties according to current system
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 14 ### Android and Google Java Style Guide 16 1. Android Java Style Guide: 43 “target” configuration in Android.bp 45 * When needed, filgroup() can be created in Android.bp in sub-directories. The 71 * All Android devices that use HIDL 73 * All non-Android linux devices 75 * Android and non-Android linux devices 79 Root directory under Android tree: 99 * Android.bp: Build file that defines file groups that would include 110 * Android.bp: Build file that defines file groups that would include [all …]
|
/system/extras/memory_replay/traces/ |
D | TRACES | 36 OS: Android Q 47 OS: Android Q 58 OS: Android Q 70 OS: Android Q
|
/system/extras/kexec_tools/ |
D | Android.bp | 1 // Copyright (C) 2013 The Android Open Source Project 14 // Copyright The Android Open Source Project
|
/system/bt/build/ |
D | BUILD.gn | 43 #TODO(jpawlowski): we should use same c++ version as Android, which is c++11, 59 # current build is done by GN or via Android.mk. This is a temporary 60 # workaround until we can remove all Android-specific dependencies.
|
/system/extras/tests/cpueater/ |
D | Android.bp | 1 // Copyright (C) 2008 The Android Open Source Project 14 // Copyright The Android Open Source Project
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | untrusted_app_25.te | 30 # This will go away in a future Android release 34 # This will go away in a future Android release 41 # This will go away in a future Android release
|
/system/core/shell_and_utilities/ |
D | README.md | 1 # Android's shell and utilities 3 Since IceCreamSandwich Android has used 8 Initially Android had a very limited command-line provided by its own 22 Android P is Brian Kernighan's "one true" awk. 36 ## Android 2.3 (Gingerbread) 47 ## Android 4.0 (IceCreamSandwich) 58 ## Android 4.1-4.3 (JellyBean) 70 ## Android 4.4 (KitKat) 82 ## Android 5.0 (Lollipop) 94 ## Android 6.0 (Marshmallow) [all …]
|
/system/timezone/debug_tools/host/ |
D | README.android | 2 Android. 10 Android's ZoneInfo class. These can be inspected and compared with dumps from 23 Android still need to offer a choice between two zones that will be the
|
/system/ca-certificates/wfa_certs/ |
D | Android.bp | 1 // Copyright (C) 2018 The Android Open Source Project 15 // This target is reference by frameworks/opt/net/wifi/service/Android.mk and used by WfaKeyStore
|
/system/tools/hidl/test/vendor/1.1/ |
D | IVendor.hal | 2 * Copyright (C) 2016 The Android Open Source Project 22 // associated Android.bp
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | untrusted_app_25.te | 34 # This will go away in a future Android release 38 # This will go away in a future Android release 45 # This will go away in a future Android release
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | untrusted_app_25.te | 34 # This will go away in a future Android release 38 # This will go away in a future Android release 45 # This will go away in a future Android release
|
/system/libvintf/xsd/halManifest/vts/ |
D | Android.mk | 22 include test/vts/tools/build/Android.host_config.mk
|
/system/libvintf/xsd/compatibilityMatrix/vts/ |
D | Android.mk | 22 include test/vts/tools/build/Android.host_config.mk
|
/system/extras/showslab/ |
D | Android.bp | 1 // Copyright 2007 The Android Open Source Project
|
12345678910>>...31