Searched refs:native (Results 1 - 25 of 117) sorted by relevance

12345

/external/elfutils/tests/
H A Drun-native-test.sh37 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
[all...]
/external/llvm/bindings/ocaml/executionengine/
H A DMakefile16 UsedComponents := executionengine jit interpreter native
/external/llvm/examples/Kaleidoscope/Chapter4/
H A DMakefile13 LINK_COMPONENTS := core jit native
/external/llvm/examples/Kaleidoscope/Chapter5/
H A DMakefile13 LINK_COMPONENTS := core jit native
/external/llvm/examples/Kaleidoscope/Chapter6/
H A DMakefile13 LINK_COMPONENTS := core jit native
/external/llvm/examples/Kaleidoscope/Chapter7/
H A DMakefile14 LINK_COMPONENTS := core jit native
/external/llvm/utils/
H A DMakefile16 getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
17 llvm-native-gxx makellvm profile.pl vim
H A Dcheck-each-file5 # This script depends on the llvm-native-gcc script.
11 echo "Building $program with llvm-native-gcc"
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
113 echo "Recompiling everything with llvm-native-gcc"
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"
128 echo Trying to compile $f with native gcc and rebuild $program
144 echo "Program is OK when these files are recompiled with native gc
[all...]
H A Dllvm-native-gcc2 # Wrapper around LLVM tools to generate a native .o from llvm-gcc using an
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gcc/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
184 llvm-native
[all...]
H A Dllvm-native-gxx2 # Wrapper around LLVM tools to generate a native .o from llvm-gxx using an
23 if ($ProgramName =~ /llvm-native-gxx/) {
56 if ($ProgramName =~ /llvm-native-gxx/) {
58 } elsif ($ProgramName =~ /native-build/) {
66 && (($ProgramName !~ /native-build/)
72 if ($ProgramName =~ /llvm-native-gxx/) {
74 } elsif ($ProgramName =~ /native-build/) {
166 if ($ProgramName eq /native-build/) {
169 } elsif ($ProgramName =~ /llvm-native-gxx/) {
184 llvm-native
[all...]
/external/svox/pico/compat/jni/
H A DAndroid.mk10 frameworks/base/native/include \
/external/proguard/examples/dictionaries/
H A Dkeywords.txt37 native
/external/proguard/examples/
H A Dmidlets.pro45 # Preserve all native method names and the names of their classes.
48 native <methods>;
H A Dapplets.pro26 # Preserve all native method names and the names of their classes.
29 native <methods>;
H A Dapplications.pro32 # Preserve all native method names and the names of their classes.
35 native <methods>;
H A Dservlets.pro27 # Preserve all native method names and the names of their classes.
30 native <methods>;
/external/stlport/stlport/stl/
H A D_epilog.h31 * Looks like the compiler native library on which STLport rely defined the std macro.
35 # error Incompatible native Std library.
/external/webkit/Source/JavaScriptCore/runtime/
H A DCallData.h53 } native; member in union:JSC::CallData
H A DConstructData.h53 } native; member in union:JSC::ConstructData
H A DErrorConstructor.cpp51 constructData.native.function = constructWithErrorConstructor;
64 callData.native.function = callErrorConstructor;
/external/v8/
H A DMakefile104 # - "native": current host's architecture, release mode
132 .PHONY: all check clean dependencies $(ENVFILE).new native \
154 native: $(OUTDIR)/Makefile-native
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
[all...]
/external/clang/test/Sema/
H A Dpragma-pack-and-options-align.c20 #pragma options align=native
/external/llvm/unittests/ExecutionEngine/JIT/
H A DMakefile12 LINK_COMPONENTS := asmparser bitreader bitwriter jit native
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadSpecificWin.cpp26 #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.
/external/proguard/examples/annotations/
H A Dexamples.pro34 # Preserve all native method names and the names of their classes.
37 native <methods>;

Completed in 351 milliseconds

12345