Searched refs:native (Results 1 – 25 of 109) sorted by relevance
12345
/system/teeui/test/example_config/ |
D | README | 53 "native-test-flag": "--width=<device width in pixels>" 56 "native-test-flag": "--height=<device height in pixels>" 59 …"native-test-flag": "--dp2px=<pixel per density independent pixel (px/dp) ratio of the device. Typ… 62 "native-test-flag": "--mm2px=<pixel per millimeter (px/mm) ratio>" 65 …"native-test-flag": "--powerButtonTop=<distance from the top of the power button to the top of the… 68 …"native-test-flag": "--powerButtonBottom=<distance from the bottom of the power button to the top … 71 …"native-test-flag": "--volUpButtonTop=<distance from the top of the UP volume button to the top of… 74 …"native-test-flag": "--volUpButtonBottom=<distance from the bottom of the UP power button to the t… 77 "native-test-flag": "--saveScreen" 102 com.android.tradefed.testtype.HostGTest:native-test-flag:"--width=100"\ [all …]
|
/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/ |
D | CMakeLists.txt | 5 native-lib 7 native-lib.cpp 10 target_include_directories(native-lib 19 native-lib
|
/system/tools/hidl/c2hal/ |
D | README.md | 41 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 42 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 43 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 44 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 45 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl… 46 python3 system/tools/hidl/c2hal/test/build_all.py -g ~/android/master/frameworks/native/opengl/incl…
|
/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/ |
D | CMakeLists.txt | 2 # documentation: https://d.android.com/studio/projects/add-native-code.html 4 # Sets the minimum version of CMake required to build the native library. 18 native-lib 24 native-lib.cpp ) 44 native-lib
|
/system/sepolicy/private/ |
D | keystore_keys.te | 4 # A keystore2_key namespace for the shell domain. Mainly used for native tests. 7 # A keystore2 namespace for the su domain. Mainly used for native tests.
|
D | keystore2_key_contexts | 7 # su_key is a keystore2_key namespace for the su domain intended for native tests. 10 # shell_key is a keystore2_key namespace for the shell domain intended for native tests.
|
D | bpfdomain.te | 24 # common/native/bpf_headers/include/bpf/WaitForProgsLoaded.h
|
D | uprobestats.te | 29 # Allow uprobestats to talk to native package manager
|
/system/extras/module_ndk_libs/ |
D | README.md | 1 This directory contains the NDK libraries and headers for native libraries in
|
/system/core/fs_mgr/libfs_avb/ |
D | run_tests.sh | 10 com.android.tradefed.testtype.HostGTest:native-test-timeout:5m
|
/system/tools/aidl/ |
D | TEST_MAPPING | 35 "path": "frameworks/native/libs/binder"
|
/system/extras/multinetwork/ |
D | Android.bp | 13 "frameworks/native/include",
|
/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/ |
D | ICppJavaTests.java.d | 4 frameworks/native/aidl/binder/android/os/PersistableBundle.aidl
|
/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ICppJavaTests.cpp.d | 4 frameworks/native/aidl/binder/android/os/PersistableBundle.aidl
|
/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-cpp-source/gen/android/aidl/tests/ |
D | ICppJavaTests.cpp.d | 4 frameworks/native/aidl/binder/android/os/PersistableBundle.aidl
|
/system/tools/aidl/tests/golden_output/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/ |
D | ICppJavaTests.java.d | 4 frameworks/native/aidl/binder/android/os/PersistableBundle.aidl
|
/system/sepolicy/microdroid/system/private/ |
D | microdroid_app.te | 3 # in the library. This can be considered as the native counterpart of
|
/system/core/trusty/ |
D | trusty-base.mk | 56 …frameworks/native/data/etc/android.hardware.keystore.app_attest_key.xml:$(TARGET_COPY_OUT_VENDOR)/…
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 86 Android studio strips symbol table and debug info of native libraries in the apk. So the profiling 88 a directory containing unstripped native libraries via the -lib option. Usually the directory can 95 the interpreter, or JITed, or compiled into native instructions. So you don't need to do anything. 97 On Android O, simpleperf supports profiling Java code which is compiled into native instructions, 101 On Android N, simpleperf supports profiling Java code that is compiled into native instructions. 129 # --compile_java_code option compiles Java code into native instructions, which isn't needed on 132 # -lib option gives the directory to find debug native libraries. 136 This will collect profiling data in perf.data in the current directory, and related native
|
D | inferno.md | 9 Inferno is a flamegraph generator for native (C/C++) Android apps. It was 11 (Android compositor) but it can be used for any native Android application 45 Inferno relies on simpleperf to record the callstack of a native application
|
D | README.md | 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 139 4. Works well when profiling native programs on ARM64. One example is profiling surfacelinger. And 211 stripped in native libraries in apks. To fix this, we can download unstripped version of native 233 The simpleperf record command collects symbols on device in perf.data. But if the native libraries 242 The NATIVE_LIB_DIRs passed in -lib option are the directories containing unstripped native 243 libraries on host. After running it, the native libraries containing symbol tables are collected
|
/system/chre/doc/ |
D | nanoapp_clients.md | 8 the Android framework or an APK), and (2) native vendor code (beneath the 10 the Java method, unless a vendor-partition native implementation is required 62 code. However, it is not suitable for use from native code within an Android
|
/system/apex/proto/ |
D | apex_manifest.proto | 48 // List of native libs which can be used by other apexes or system. 51 // List of native libs which this apex uses from other apexes or system.
|
/system/libartpalette/ |
D | Android.bp | 76 // Limit visibility to ART. Many functions wrap native libraries without 89 "//packages/modules/Virtualization/compos/composd/native",
|
/system/core/libstats/push_compat/ |
D | Android.bp | 20 // native modules on Q that log pushed atoms to statsd.
|
12345