Home
last modified time | relevance | path

Searched refs:Native (Results 1 – 25 of 65) sorted by relevance

123

/external/v8/test/mjsunit/
Ddebug-script.js42 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/chromium/chrome/browser/
Dnacl_loader.sb7 ; untrusted code within Native Client.
12 ; Allow a Native Client application to use semaphores, specifically
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js24 var Native = function(options){ class
36 object.constructor = Native;
44 Native.typize(object, family);
49 if (generics) Native.genericize(obj, name, protect);
73 Native.genericize = function(object, property, check){
80 Native.implement = function(objects, properties){
84 Native.typize = function(object, family){
92 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
94 var types = {'boolean': Boolean, 'native': Native, 'object': Object};
95 for (var t in types) Native.typize(types[t], t);
[all …]
Dconcat-jquery-mootools-prototype.js4400 var Native = function(options){ class
4412 object.constructor = Native;
4420 Native.typize(object, family);
4425 if (generics) Native.genericize(obj, name, protect);
4449 Native.genericize = function(object, property, check){
4456 Native.implement = function(objects, properties){
4460 Native.typize = function(object, family){
4468 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
4470 var types = {'boolean': Boolean, 'native': Native, 'object': Object};
4471 for (var t in types) Native.typize(types[t], t);
[all …]
/external/valgrind/main/drd/tests/
Dlinuxthreads_det.stderr.exp-linuxthreads3 the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
/external/llvm/tools/lli/
DLLVMBuild.txt22 required_libraries = AsmParser BitReader Interpreter JIT MCJIT NativeCodeGen SelectionDAG Native
/external/llvm/tools/llvm-jitlistener/
DLLVMBuild.txt22 …ired_libraries = AsmParser BitReader Interpreter JIT MCJIT NativeCodeGen Object SelectionDAG Native
/external/llvm/cmake/modules/
DTableGen.cmake88 STRING "Native TableGen executable. Saves building one when cross-compiling.")
94 STRING "Native TableGen executable. Saves building one when cross-compiling."
/external/elfutils/m4/
Dnls.m427 [ --disable-nls do not use Native Language Support],
/external/bison/m4/
Dnls.m428 [ --disable-nls do not use Native Language Support],
Dlargefile.m4115 dnl Native Windows.
/external/stlport/stlport/
Dcstdlib25 /* Native cstdlib includes stdlib.h using an include_next so STLport stdlib.h
/external/llvm/lib/Target/
DLLVMBuild.txt33 name = Native
/external/libpng/scripts/
DREADME.txt39 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
/external/chromium/chrome/browser/ui/cocoa/
Dsidebar_controller.mm102 // Native view is a TabContentsViewCocoa object, whose ViewID was
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm149 // Native view is resized to the actual size before it becomes visible
/external/llvm/cmake/
Dconfig-ix.cmake374 "Native target ${LLVM_NATIVE_ARCH} is not selected; lli will not JIT code")
376 message(STATUS "Native target architecture is ${LLVM_NATIVE_ARCH}")
/external/v8/src/
Dd8.js94 Debug.ScriptType = { Native: 0, property
934 request.arguments.types = ScriptTypeFlag(Debug.ScriptType.Native);
944 ScriptTypeFlag(Debug.ScriptType.Native) |
2227 if (body[i].type == Debug.ScriptType.Native) {
/external/chromium/testing/gtest/
DCHANGES26 * Compatibility fixes for Google Native Client, MinGW, Lucid
/external/libvpx/libvpx/third_party/googletest/src/
DCHANGES26 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
/external/gtest/
DCHANGES26 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
/external/clang/include/clang/Basic/
DLangOptions.def119 LANGOPT(NativeHalfType , 1, 0, "Native half type support")
/external/ipsec-tools/
DNEWS47 o Native LDAP support for Xauth and modecfg
/external/icu4c/data/lang/
Dfil.txt323 native{"Mga Native na Digit"}
/external/stlport/doc/
DREADME.msvc145 2. Native C/C++ library headers location

123