Home
last modified time | relevance | path

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

12345678910>>...38

/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 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/
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/bt/test/headless/
DREADME.md5 ## driving the Android libbluetooth libraries.
9 1. Android installation,
10 2. Root access to adb connected Android device.
12 Build: Source, lunch and build as typical Android target for selected device and architecture.
/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/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/core/libsuspend/
DAndroid.bp1 // Copyright 2012 The Android Open Source Project
4 default_applicable_licenses: ["Android-Apache-2.0"],
/system/teeui/tools/framebufferizer/
DAndroid.bp1 // Copyright 2019 The Android Open Source Project
5 default_applicable_licenses: ["Android-Apache-2.0"],
/system/core/set-verity-state/
DAndroid.bp1 // Copyright 2019 The Android Open Source Project
4 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.
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 …]
DREADME.md3 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…
37 the Android profiling environment:
47 c. Support recording callgraphs of JITed and interpreted Java code on Android >= P.
[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 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/tools/hidl/test/format_test/
DAndroid.bp2 * Copyright (C) 2019 The Android Open Source Project
32 … "cp $$(dirname $(in) | uniq)/Android.bp $(genDir)/system/tools/hidl/test/format_test/1.0 && " +
35 "1.0/Android.bp",
41 "system/tools/hidl/test/format_test/1.0/Android.bp",
/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
92 lmkd will set the following Android properties according to current system
/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/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/bt/gd/docs/architecture/
Dstyle_guide.md14 ### 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/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/storage/interface/
DAndroid.bp2 // Copyright (C) 2015 The Android Open-Source Project
18 default_applicable_licenses: ["Android-Apache-2.0"],
/system/extras/vbmeta_tools/
DAndroid.bp2 // Copyright (C) 2019 The Android Open Source Project
18 default_applicable_licenses: ["Android-Apache-2.0"],
/system/bpfprogs/test/
DAndroid.bp2 // Copyright (C) 2018 The Android Open Source Project
18 default_applicable_licenses: ["Android-Apache-2.0"],
/system/core/trusty/secure_dpu/
DAndroid.bp1 // Copyright (C) 2021 The Android Open Source Project
16 default_applicable_licenses: ["Android-Apache-2.0"],

12345678910>>...38