Searched refs:native (Results 1 – 25 of 58) sorted by relevance
123
/packages/apps/TV/ |
D | proguard.flags | 36 native <methods>; 50 # an annotation to mark fields and methods used by native code. 55 # Just because native code accesses members of a class, does not mean that the 57 # referenced themselves in native code.
|
/packages/inputmethods/LatinIME/java/ |
D | proguard.flags | 13 # Keep native methods 15 native <methods>;
|
/packages/apps/Car/LatinIME/ |
D | proguard.flags | 13 # Keep native methods 15 native <methods>;
|
/packages/modules/NeuralNetworks/driver/cache/nnCache/ |
D | Android.bp | 18 // - frameworks/native/opengl/libs/Android.bp 19 // - frameworks/native/opengl/tests/EGLTest/Android.bp
|
/packages/services/Car/car-lib/ |
D | Android.bp | 51 "packages/services/Car/car-lib/native/include", 62 "native/CarPowerManager/CarPowerManager.cpp", 63 "native/CarPowerManager/CarPowerPolicy.cpp", 64 "native/CarPowerManager/CarPowerPolicyFilter.cpp",
|
/packages/apps/Dialer/java/com/android/dialer/proguard/ |
D | proguard_base.flags | 24 # This prevents the names of native methods from being obfuscated and prevents 27 native <methods>;
|
/packages/apps/Nfc/nci/jni/ |
D | HciEventManager.cpp | 38 void HciEventManager::initialize(nfc_jni_native_data* native) { in initialize() argument 39 mNativeData = native; in initialize()
|
D | HciEventManager.h | 41 void initialize(nfc_jni_native_data* native);
|
D | NfcTag.h | 78 void initialize(nfc_jni_native_data* native);
|
D | RoutingManager.h | 35 bool initialize(nfc_jni_native_data* native);
|
/packages/modules/NeuralNetworks/extensions/ |
D | README.md | 16 native binaries on the `/product`, `/vendor`, `/odm`, and `/data` partitions. 17 Apps and native binaries located on the `/system` partition can't use vendor 22 contains a new entry. An entry can be a native binary path that is prefixed with
|
/packages/modules/SdkExtensions/ |
D | README.md | 15 - `bin/derive_classpath`: a native binary that runs early in the device boot 19 - `bin/derive_sdk`: native binary that runs early in the device boot process and
|
/packages/inputmethods/LatinIME/native/dicttoolkit/ |
D | run_tests.sh | 32 (mmm -j16 packages/inputmethods/LatinIME/native/dicttoolkit) || (make -j16 $test_name)
|
/packages/modules/ExtServices/ |
D | PREUPLOAD.cfg | 8 native/
|
/packages/modules/Connectivity/Tethering/ |
D | proguard.flags | 8 native <methods>;
|
/packages/apps/Gallery2/jni_jpegstream/ |
D | Android.bp | 1 // Jpeg Streaming native
|
/packages/modules/NeuralNetworks/ |
D | TEST_MAPPING | 28 "native-test-flag": "4"
|
/packages/inputmethods/LatinIME/native/jni/ |
D | run-tests.sh | 63 mmm -j16 packages/inputmethods/LatinIME/native/jni || \
|
/packages/apps/StorageManager/ |
D | proguard.cfg | 7 native <methods>;
|
/packages/apps/Car/SystemUI/tests/ |
D | Android.mk | 21 LOCAL_JACK_FLAGS := --multi-dex native
|
/packages/modules/NeuralNetworks/driver/cache/BlobCache/ |
D | Android.bp | 17 // Adapted in part from frameworks/native/opengl/libs/Android.bp
|
/packages/services/Car/tests/PowerTestService/ |
D | Android.bp | 31 include_dirs: ["packages/services/Car/car-lib/native/include"],
|
/packages/modules/NeuralNetworks/driver/cache/ |
D | Android.bp | 17 // cc_defaults adapted in part from frameworks/native/opengl/libs/Android.bp
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | performance.md | 3 There is a [native JSON benchmark collection] [1] which evaluates speed, memory usage and code size…
|
/packages/apps/TvSettings/Settings/ |
D | proguard.cfg | 24 native <methods>;
|
123