/external/elfutils/tests/ |
D | run-native-test.sh | 37 tempfiles native.c native 38 echo 'main () { while (1) pause (); }' > native.c 40 native=0 43 test $native -eq 0 || { 44 kill -9 $native 2> /dev/null || : 45 wait $native 2> /dev/null || : 47 native=0 60 $cc -o native -g native.c > /dev/null 2>&1 && 62 { ./native > /dev/null 2>&1 & native=$! ; } && 63 sleep 1 && kill -0 $native 2> /dev/null && [all …]
|
/external/icu4c/data/rbnf/ |
D | ko.txt | 48 "%spellout-cardinal-native-attributive:", 81 "%spellout-cardinal-native:", 128 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 173 "%spellout-ordinal-native-count:", 176 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;", 177 "%%spellout-ordinal-native-count-smaller:", 180 "2: =%spellout-cardinal-native-attributive=;", 181 "50: =%%spellout-ordinal-native-count-larger=;", 182 "%%spellout-ordinal-native-count-larger:", 185 "2: =%spellout-cardinal-native-attributive=;", [all …]
|
/external/llvm/bindings/ocaml/llvm/ |
D | META.llvm.in | 5 archive(native) = "llvm.cmxa" 14 archive(native) = "llvm_analysis.cmxa" 22 archive(native) = "llvm_bitreader.cmxa" 30 archive(native) = "llvm_bitwriter.cmxa" 38 archive(native) = "llvm_executionengine.cmxa" 46 archive(native) = "llvm_ipo.cmxa" 54 archive(native) = "llvm_scalar_opts.cmxa" 62 archive(native) = "llvm_target.cmxa"
|
/external/v8/ |
D | Makefile | 132 .PHONY: all check clean dependencies $(ENVFILE).new native \ 154 native: $(OUTDIR)/Makefile-native target 155 @$(MAKE) -C "$(OUTDIR)" -f Makefile-native \ 189 native.check: native 190 @tools/test-wrapper-gypbuild.py $(TESTJOBS) --outdir=$(OUTDIR)/native \ 200 native.clean: 201 rm -f $(OUTDIR)/Makefile-native 202 rm -rf $(OUTDIR)/native 210 clean: $(addsuffix .clean,$(ARCHES)) native.clean 233 $(OUTDIR)/Makefile-native: $(GYPFILES) $(ENVFILE) [all …]
|
/external/llvm/include/llvm/Support/ |
D | Endian.h | 24 enum endianness {big, little, native}; enumerator 40 if (endian != native && sys::isBigEndianHost() != (endian == big)) in byte_swap() 164 <uint16_t, native, unaligned> unaligned_uint16_t; 166 <uint32_t, native, unaligned> unaligned_uint32_t; 168 <uint64_t, native, unaligned> unaligned_uint64_t; 171 <int16_t, native, unaligned> unaligned_int16_t; 173 <int32_t, native, unaligned> unaligned_int32_t; 175 <int64_t, native, unaligned> unaligned_int64_t;
|
/external/llvm/utils/ |
D | check-each-file | 13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx 117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx 128 echo Trying to compile $f with native gcc and rebuild $program
|
D | Makefile | 16 getsrcs.sh llvmdo llvmgrep llvm-native-gcc \ 17 llvm-native-gxx makellvm profile.pl vim
|
/external/v8/test/mjsunit/tools/ |
D | tickprocessor-test.default | 14 1 7.7% 11.1% LazyCompile: exp native math.js:41 34 3 100.0% LazyCompile: exp native math.js:41 38 2 100.0% LazyCompile: exp native math.js:41 50 1 100.0% LazyCompile: exp native math.js:41 53 1 7.7% LazyCompile: exp native math.js:41
|
D | tickprocessor-test.ignore-unknown | 10 1 9.1% 14.3% LazyCompile: exp native math.js:41 30 3 100.0% LazyCompile: exp native math.js:41 34 2 100.0% LazyCompile: exp native math.js:41 46 1 100.0% LazyCompile: exp native math.js:41 49 1 9.1% LazyCompile: exp native math.js:41
|
D | tickprocessor-test.separate-ic | 16 1 7.7% 11.1% LazyCompile: exp native math.js:41 36 3 100.0% LazyCompile: exp native math.js:41 40 2 100.0% LazyCompile: exp native math.js:41 52 1 100.0% LazyCompile: exp native math.js:41 59 1 7.7% LazyCompile: exp native math.js:41
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | _tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | _tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | _tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | _tags | 2 <*.{byte,native}>: g++, use_llvm, use_llvm_analysis 3 <*.{byte,native}>: use_llvm_executionengine, use_llvm_target 4 <*.{byte,native}>: use_llvm_scalar_opts, use_bindings
|
/external/llvm/docs/ |
D | LinkTimeOptimization.rst | 24 treates LLVM bitcode files like native object files and allows mixing and 41 * Input source file ``main.c`` is compiled into native object code. 91 % clang -c main.c -o main.o # <-- main.o is native object file 140 looking at the definitions and uses of symbols in native .o files and using 152 information. This includes native object files as well as LLVM bitcode files. 153 To minimize the cost to the linker in the case that all .o files are native 155 object file is found to not be a native object file. If ``lto_module_create()`` 179 are needed by native object files. In the example above, the linker reports 180 that only ``foo1()`` is used by native object files using 183 native object file creating by merging the LLVM bitcode files and applying [all …]
|
/external/llvm/include/llvm/Config/ |
D | llvm-config.h.in | 58 /* LLVM architecture name for the native architecture, if available */ 61 /* LLVM name for the native AsmParser init function, if available */ 64 /* LLVM name for the native AsmPrinter init function, if available */ 67 /* LLVM name for the native Disassembler init function, if available */ 70 /* LLVM name for the native Target init function, if available */ 73 /* LLVM name for the native TargetInfo init function, if available */ 76 /* LLVM name for the native target MC init function, if available */
|
D | llvm-config.h.cmake | 58 /* LLVM architecture name for the native architecture, if available */ 61 /* LLVM name for the native AsmParser init function, if available */ 64 /* LLVM name for the native AsmPrinter init function, if available */ 67 /* LLVM name for the native Disassembler init function, if available */ 70 /* LLVM name for the native Target init function, if available */ 73 /* LLVM name for the native TargetInfo init function, if available */ 76 /* LLVM name for the native target MC init function, if available */
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebBindings.cpp | 215 Range* native = V8Range::toNative(v8Object); in getRangeImpl() local 216 if (!native) in getRangeImpl() 219 *webRange = WebRange(native); in getRangeImpl() 230 Element* native = V8Element::toNative(v8Object); in getElementImpl() local 231 if (!native) in getElementImpl() 234 *webElement = WebElement(native); in getElementImpl()
|
/external/llvm/lib/Target/ |
D | LLVMBuild.txt | 22 ; with the best execution engine (the native JIT, if available, or the 30 ; with the configured native target, if any. 37 ; with the configured native code generator, if any.
|
/external/stlport/stlport/ |
D | exception | 19 // the native header <exception>. 39 * from the native lib which means that we can simply forward this 40 * call to the native exception header:
|
/external/stlport/doc/ |
D | stlport_namespaces.txt | 2 information about how STLport replace the native C++ Standard library 11 2. How does STLport replace native C++ Standard library ? 65 An other way to replace native Standard C++ library implementation would have been to 74 to native headers. If you include a C++ native headers that indirectly define for instance 118 - stlpx_std : when you use STLport as a shared library linked to the static version of the native
|
/external/proguard/src/proguard/wtk/ |
D | default.pro | 11 # Keep all native class/method names. 13 native <methods>; 19 public static native long currentTimeMillis(); 21 public static native int identityHashCode(java.lang.Object); 26 public static native java.lang.String mapLibraryName(java.lang.String);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ErrorConstructor.cpp | 51 constructData.native.function = constructWithErrorConstructor; in getConstructData() 64 callData.native.function = callErrorConstructor; in getCallData()
|
/external/libffi/ |
D | ChangeLog.libgcj | 22 * Makefile.am (toolexeclibdir): Add $(MULTISUBDIR) even for native 27 * configure.in (USE_LIBDIR): Define for native builds.
|
/external/dexmaker/ |
D | bug-8297640.patch | 9 + // private static native long getConstructorId(Class<?> c); 10 + // private static native Object newInstance(Class<?> instantiationClass, long methodId);
|