Home
last modified time | relevance | path

Searched refs:native (Results 1 – 9 of 9) sorted by relevance

/tools/tradefederation/core/atest/
DINTEGRATION_TESTS12 platform_testing/tests/example/native
13 # platform_testing/tests/example/native/
14 platform_testing/tests/example/native/Android.bp
19 tools/tradefederation/core/res/config/native-benchmark.xml
59 native-benchmark
/tools/test/connectivity/acts/framework/acts/controllers/
Dnative_android_device.py19 import acts.controllers.native as native namespace
127 droid = native.NativeAndroid(port=self.h_port)
/tools/metalava/src/main/java/com/android/tools/metalava/
DDiff.kt36 val native = File("/usr/bin/diff") in getNativeDiff() constant
37 if (native.isFile) { in getNativeDiff()
40 builder.setExecutable(native) in getNativeDiff()
/tools/tradefederation/core/tests/test-apps/NativeTestSampleApp/tests/
DAndroid.mk.bak15 # Makefile to build device-based native tests for a test static library.
42 # Standard location for native device tests; automatically defaults
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DDefaultModifierList.kt157 override fun setNative(native: Boolean) { in setNative()
158 set(NATIVE, native) in setNative()
DMutableModifierList.kt26 fun setNative(native: Boolean) in setPublic()
/tools/metalava/manual/
Dmaster.txt76 …method @Nullable public native <A extends java.lang.annotation.Annotation> A getDeclaredAnnotation…
/tools/metalava/
DFORMAT.md487 modifiers, ignoring some that are not API significant (such as "native"). Note
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto406 // use a native map in the target language to hold the keys and values.