HomeSort by relevance Sort by last modified time
    Searched defs:native (Results 1 - 25 of 63) sorted by null

1 2 3

  /system/core/adb/
usb.h 39 // Linux and Darwin clients have native and libusb implementations.
46 namespace native { namespace
48 ADB_USB_INTERFACE(native::usb_handle*);
  /test/vts/tools/build/utils/
vts_package_utils.mk 17 # $(1): List of target native files to copy.
20 define target-native-copy-pairs
35 # $(1): List of host native files to copy.
38 define host-native-copy-pairs
  /frameworks/base/media/jni/
android_media_MediaDescrambler.h 28 namespace native { namespace in namespace:android::hardware::cas
32 using hardware::cas::native::V1_0::IDescrambler;
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_benchmark.c 71 unsigned long long native, filtered; local
80 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples;
81 printf("getpid native: %llu ns\n", native);
93 filtered - native);
95 if (filtered == native)
  /frameworks/av/media/libstagefright/mpeg2ts/
CasManager.h 26 namespace native { namespace in namespace:android::hardware::cas
30 using hardware::cas::native::V1_0::IDescrambler;
  /build/kati/
find_test.cc 70 string native = Run(cmd); local
86 WordScanner(native).Split(&nativeWords);
94 fprintf(stderr, "%-20s %-20s\n", "Native:", "Emulated:");
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
shell.py 60 def native(path): function
61 """ Convert slash path to native """
68 _shutil.copy2(native(src), native(dest))
73 _shutil.copytree(native(src), native(dest))
79 _os.unlink(native(dest))
86 dest = native(dest)
89 _os.chmod(native(path), 0o644)
277 for dirpath, dirnames, filenames in walk(native(base))
    [all...]
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 60 def native(path): function
61 """ Convert slash path to native """
68 _shutil.copy2(native(src), native(dest))
73 _shutil.copytree(native(src), native(dest))
79 _os.unlink(native(dest))
86 dest = native(dest)
89 _os.chmod(native(path), 0o644)
277 for dirpath, dirnames, filenames in walk(native(base))
    [all...]
  /external/llvm/include/llvm/Support/
Endian.h 23 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
40 if (endian != native && sys::IsBigEndianHost != (endian == big))
290 <uint16_t, native, unaligned> unaligned_uint16_t;
292 <uint32_t, native, unaligned> unaligned_uint32_t;
294 <uint64_t, native, unaligned> unaligned_uint64_t;
297 <int16_t, native, unaligned> unaligned_int16_t;
299 <int32_t, native, unaligned> unaligned_int32_t;
301 <int64_t, native, unaligned> unaligned_int64_t;
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Endian.h 22 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
39 if (endian != native && sys::IsBigEndianHost != (endian == big))
289 <uint16_t, native, unaligned> unaligned_uint16_t;
291 <uint32_t, native, unaligned> unaligned_uint32_t;
293 <uint64_t, native, unaligned> unaligned_uint64_t;
296 <int16_t, native, unaligned> unaligned_int16_t;
298 <int32_t, native, unaligned> unaligned_int32_t;
300 <int64_t, native, unaligned> unaligned_int64_t;
  /frameworks/av/media/libstagefright/include/media/stagefright/
CodecBase.h 47 namespace native { namespace in namespace:android::hardware::cas
51 using hardware::cas::native::V1_0::IDescrambler;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 24 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
44 if ((endian != native) && (endian != system_endianness()))
314 <uint16_t, native, unaligned> unaligned_uint16_t;
316 <uint32_t, native, unaligned> unaligned_uint32_t;
318 <uint64_t, native, unaligned> unaligned_uint64_t;
321 <int16_t, native, unaligned> unaligned_int16_t;
323 <int32_t, native, unaligned> unaligned_int32_t;
325 <int64_t, native, unaligned> unaligned_int64_t;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Endian.h 24 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
44 if ((endian != native) && (endian != system_endianness()))
314 <uint16_t, native, unaligned> unaligned_uint16_t;
316 <uint32_t, native, unaligned> unaligned_uint32_t;
318 <uint64_t, native, unaligned> unaligned_uint64_t;
321 <int16_t, native, unaligned> unaligned_int16_t;
323 <int32_t, native, unaligned> unaligned_int32_t;
325 <int64_t, native, unaligned> unaligned_int64_t;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Endian.h 30 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
53 if ((endian != native) && (endian != system_endianness()))
325 detail::packed_endian_specific_integral<uint16_t, native, unaligned>;
327 detail::packed_endian_specific_integral<uint32_t, native, unaligned>;
329 detail::packed_endian_specific_integral<uint64_t, native, unaligned>;
332 detail::packed_endian_specific_integral<int16_t, native, unaligned>;
334 detail::packed_endian_specific_integral<int32_t, native, unaligned>;
336 detail::packed_endian_specific_integral<int64_t, native, unaligned>;

Completed in 389 milliseconds

1 2 3