Searched refs:Native (Results 1 – 25 of 66) sorted by relevance
123
/external/v8/test/mjsunit/ |
D | debug-script.js | 43 if (scripts[i].type == Debug.ScriptType.Native) { 72 assertEquals(Debug.ScriptType.Native, math_script.type); 77 assertEquals(Debug.ScriptType.Native, date_delay_script.type); 82 assertEquals(Debug.ScriptType.Native, debug_delay_script.type);
|
/external/valgrind/drd/tests/ |
D | linuxthreads_det.stderr.exp-linuxthreads | 3 the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
|
/external/llvm/tools/llvm-jitlistener/ |
D | LLVMBuild.txt | 22 …libraries = AsmParser BitReader IRReader Interpreter MCJIT NativeCodeGen Object SelectionDAG Native
|
/external/llvm/tools/lli/ |
D | LLVMBuild.txt | 25 … = AsmParser BitReader IRReader Instrumentation Interpreter MCJIT NativeCodeGen SelectionDAG Native
|
/external/llvm/cmake/modules/ |
D | TableGen.cmake | 80 STRING "Native TableGen executable. Saves building one when cross-compiling.") 86 STRING "Native TableGen executable. Saves building one when cross-compiling."
|
/external/v8/ |
D | Makefile.nacl | 71 $(error Cannot find Native Client toolchain in "${NACL_TOOLCHAIN}")
|
/external/bison/m4/ |
D | nls.m4 | 28 [ --disable-nls do not use Native Language Support],
|
D | largefile.m4 | 115 dnl Native Windows.
|
/external/elfutils/src/m4/ |
D | nls.m4 | 27 [ --disable-nls do not use Native Language Support],
|
/external/libvncserver/examples/android/ |
D | README | 6 To build, you'll need the Android Native Development Kit from
|
/external/llvm/lib/Target/ |
D | LLVMBuild.txt | 33 name = Native
|
/external/libexif/auto-m4/ |
D | nls.m4 | 27 [ --disable-nls do not use Native Language Support],
|
/external/valgrind/ |
D | README.mips | 11 - Native build is available for all supported platforms. The build system
|
/external/v8/src/ |
D | d8.js | 71 Debug.ScriptType = { Native: 0, property 853 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native); 863 ScriptTypeFlag(Debug.ScriptType.Native) | 1611 if (body[i].type == Debug.ScriptType.Native) {
|
/external/v8/test/cctest/ |
D | cctest.status | 354 # These tests fail as there is no /tmp directory in Native Client. 359 # Native Client doesn't support sockets. 364 # Profiling doesn't work on Native Client.
|
/external/sepolicy/ |
D | zygote.te | 47 # Native bridge functionality requires that zygote replaces
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | android.txt | 9 1. You need to download and install the Android Native Development Kit (NDK).
|
/external/libpng/scripts/ |
D | README.txt | 34 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
|
/external/clang/patches/ |
D | 0003-Add-support-for-RenderScript-specific-options.patch | 58 LANGOPT(NativeHalfType , 1, 0, "Native half type support")
|
/external/google-breakpad/src/testing/gtest/ |
D | CHANGES | 26 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
|
/external/llvm/cmake/ |
D | config-ix.cmake | 376 "Native target ${LLVM_NATIVE_ARCH} is not selected; lli will not JIT code") 378 message(STATUS "Native target architecture is ${LLVM_NATIVE_ARCH}")
|
/external/ipsec-tools/ |
D | NEWS | 47 o Native LDAP support for Xauth and modecfg
|
/external/gtest/ |
D | CHANGES | 53 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
|
/external/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 53 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
|
/external/clang/include/clang/Basic/ |
D | LangOptions.def | 159 LANGOPT(NativeHalfType , 1, 0, "Native half type support")
|
123