HomeSort by relevance Sort by last modified time
    Searched refs:native (Results 226 - 250 of 452) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/libcore/okhttp/
Android.mk 35 LOCAL_JACK_FLAGS := --multi-dex native
  /cts/tests/libcore/wycheproof/
Android.mk 35 LOCAL_JACK_FLAGS := --multi-dex native
  /cts/tests/libcore/wycheproof-bc/
Android.mk 35 LOCAL_JACK_FLAGS := --multi-dex native
  /cts/tests/tests/keystore/
Android.mk 41 LOCAL_JACK_FLAGS := --multi-dex native
  /cts/tests/tests/location/
Android.mk 65 LOCAL_JACK_FLAGS := --multi-dex native
  /device/generic/goldfish/camera/jpeg-stub/
Android.mk 39 frameworks/native/include
  /device/google/cuttlefish_common/guest/hals/audio/legacy/
Android.mk 49 frameworks/native/include/media/hardware \
  /device/google/cuttlefish_common/guest/monitoring/dumpstate_ext/
Android.mk 54 frameworks/native/cmds/dumpstate
  /device/google/taimen/
device.mk 89 frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml
118 frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml
  /device/linaro/hikey/hikey960/
device-hikey960.mk 27 frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
28 frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml
  /device/sample/products/
sample_addon.mk 1 # List of apps and optional libraries (Java and native) to put in the add-on system image.
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
MarshalUtils.cs 26 /// Useful methods for native/managed marshalling.
  /external/proguard/examples/
android.pro 129 # Preserve all native method names and the names of their classes.
132 native <methods>;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageView.cpp 50 sys::path::native(FullPath);
153 sys::path::native(SourceText);
  /external/v8/tools/
plot-timer-events 25 D8_PATH=`pwd`/out/native
35 echo "To build, execute 'make native' from the V8 directory"
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 43 // were attached by the JVM because of a Java->native call.
228 // Given a UTF-8 encoded |native| string return a new (UTF-16) jstring.
229 jstring JavaStringFromStdString(JNIEnv* jni, const std::string& native) {
230 jstring jstr = jni->NewStringUTF(native.c_str());
235 // Given a (UTF-16) jstring return a new UTF-8 native string.
273 // through a "native" method call).
  /frameworks/av/media/codec2/sfplugin/
Codec2Buffer.h 23 #include <android/hardware/cas/native/1.0/types.h>
366 hardware::cas::native::V1_0::SharedBuffer *source);
390 * Return native handle of secure buffer understood by ICrypto.
  /build/soong/android/
paths_test.go 311 name: "system native test binary",
322 name: "vendor native test binary",
334 name: "odm native test binary",
346 name: "product native test binary",
359 name: "product_services native test binary",
433 name: "sanitized system native test binary",
445 name: "sanitized vendor native test binary",
458 name: "sanitized odm native test binary",
471 name: "sanitized product native test binary",
484 name: "sanitized product_services native test binary"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multibytecodec_support.py 38 for native, utf8 in zip(*[StringIO(f).readlines()
40 u = self.decode(native)[0]
43 self.assertEqual(native, self.encode(u)[0])
  /external/libcxx/src/filesystem/
operations.cpp 509 const char* p1 = path1().native().empty() ? "\"\"" : path1().c_str();
510 const char* p2 = path2().native().empty() ? "\"\"" : path2().c_str();
933 auto s1 = detail::posix_stat(p1.native(), st1, &ec1);
936 auto s2 = detail::posix_stat(p2.native(), st2, &ec2);
    [all...]
  /external/swiftshader/third_party/subzero/pydir/
szbuild.py 225 Takes a finalized pexe and builds a native executable as a hybrid of Subzero
305 native = not args.sandbox and not args.nonsfi
308 print 'Can only use AddressSanitizer with a native build'
336 if native:
381 if native:
  /build/make/core/
binary.mk     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/
Android.mk 39 frameworks/native/include/media/openmax \
134 frameworks/native/include/media/openmax \
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm 43 ; to native code.
44 ; This instruction requires that we thunk out to external native
  /external/autotest/client/common_lib/cros/
dbus_send.py 40 """Turn a stream of tokens from dbus-send output into native python types.

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>