Home
last modified time | relevance | path

Searched refs:Native (Results 1 – 25 of 55) 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/cmake/modules/
DTableGen.cmake86 STRING "Native TableGen executable. Saves building one when cross-compiling.")
92 STRING "Native TableGen executable. Saves building one when cross-compiling."
/external/stlport/stlport/
Dcstdlib25 /* Native cstdlib includes stdlib.h using an include_next so STLport stdlib.h
/external/elfutils/m4/
Dnls.m427 [ --disable-nls do not use Native Language Support],
/external/llvm/lib/Target/
DLLVMBuild.txt33 name = Native
/external/bison/m4/
Dnls.m427 [ --disable-nls do not use Native Language Support],
/external/sepolicy/
Dapp.te70 # Native app support.
/external/libpng/scripts/
DREADME.txt39 makefile.sco => For SCO OSr5 ELF and Unixware 7 with Native cc
/external/llvm/docs/CommandGuide/
Dllvm-ld.pod63 =head2 Native code generation
66 using the B<-native> or B<-native-cbe> options. Native code generation is
/external/llvm/tools/llvm-ld/
Dllvm-ld.cpp87 static cl::opt<bool> Native("native", variable
654 if (Native) { in main()
/external/chromium/chrome/browser/ui/cocoa/
Dsidebar_controller.mm102 // Native view is a TabContentsViewCocoa object, whose ViewID was
/external/llvm/cmake/
Dconfig-ix.cmake331 "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/
Dtab_contents_controller.mm149 // Native view is resized to the actual size before it becomes visible
/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/gtest/
DCHANGES26 * Compatibility fixes for Android, Google Native Client, MinGW, HP UX,
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzYUV.m256 plane2 = 1; /* Native codec format */
/external/ipsec-tools/
DNEWS47 o Native LDAP support for Xauth and modecfg
/external/stlport/doc/
DREADME.msvc145 2. Native C/C++ library headers location
/external/clang/lib/CodeGen/
DCGObjC.cpp543 Native, enumerator
698 Kind = Native; in PropertyImplStrategy()
800 case PropertyImplStrategy::Native: { in generateObjCGetterBody()
1059 case PropertyImplStrategy::Native: { in generateObjCSetterBody()
/external/openssh/
DINSTALL94 Native BSM support is know to exist in Solaris from at least 2.5.1,

123