/external/v8/test/mjsunit/ |
D | debug-script.js | 42 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/ |
D | nacl_loader.sb | 7 ; untrusted code within Native Client. 12 ; Allow a Native Client application to use semaphores, specifically
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 24 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 …]
|
D | concat-jquery-mootools-prototype.js | 4400 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/ |
D | linuxthreads_det.stderr.exp-linuxthreads | 3 the newer NPTL (Native POSIX Threads Library). Please try to rerun DRD
|
/external/llvm/cmake/modules/ |
D | TableGen.cmake | 86 STRING "Native TableGen executable. Saves building one when cross-compiling.") 92 STRING "Native TableGen executable. Saves building one when cross-compiling."
|
/external/stlport/stlport/ |
D | cstdlib | 25 /* Native cstdlib includes stdlib.h using an include_next so STLport stdlib.h
|
/external/elfutils/m4/ |
D | nls.m4 | 27 [ --disable-nls do not use Native Language Support],
|
/external/llvm/lib/Target/ |
D | LLVMBuild.txt | 33 name = Native
|
/external/bison/m4/ |
D | nls.m4 | 27 [ --disable-nls do not use Native Language Support],
|
/external/sepolicy/ |
D | app.te | 70 # Native app support.
|
/external/libpng/scripts/ |
D | README.txt | 39 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ld.pod | 63 =head2 Native code generation 66 using the B<-native> or B<-native-cbe> options. Native code generation is
|
/external/llvm/tools/llvm-ld/ |
D | llvm-ld.cpp | 87 static cl::opt<bool> Native("native", variable 654 if (Native) { in main()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | sidebar_controller.mm | 102 // Native view is a TabContentsViewCocoa object, whose ViewID was
|
/external/llvm/cmake/ |
D | config-ix.cmake | 331 "Native target ${LLVM_NATIVE_ARCH} is not selected; lli will not JIT code") 333 message(STATUS "Native target architecture is ${LLVM_NATIVE_ARCH}")
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | tab_contents_controller.mm | 149 // Native view is resized to the actual size before it becomes visible
|
/external/v8/src/ |
D | d8.js | 94 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/ |
D | CHANGES | 26 * Compatibility fixes for Google Native Client, MinGW, Lucid
|
/external/gtest/ |
D | CHANGES | 26 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzYUV.m | 256 plane2 = 1; /* Native codec format */
|
/external/ipsec-tools/ |
D | NEWS | 47 o Native LDAP support for Xauth and modecfg
|
/external/stlport/doc/ |
D | README.msvc | 145 2. Native C/C++ library headers location
|
/external/clang/lib/CodeGen/ |
D | CGObjC.cpp | 543 Native, enumerator 698 Kind = Native; in PropertyImplStrategy() 800 case PropertyImplStrategy::Native: { in generateObjCGetterBody() 1059 case PropertyImplStrategy::Native: { in generateObjCSetterBody()
|
/external/openssh/ |
D | INSTALL | 94 Native BSM support is know to exist in Solaris from at least 2.5.1,
|