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

1234567

/external/elfutils/tests/
H A Drun-native-test.sh29 tempfiles native.c native
30 echo 'main () { while (1) pause (); }' > native.c
32 native=0
35 test $native -eq 0 || {
36 kill -9 $native 2> /dev/null || :
37 wait $native 2> /dev/null || :
39 native=0
59 $cc -o native -g native
[all...]
/external/llvm/examples/Kaleidoscope/Chapter4/
H A DMakefile13 LINK_COMPONENTS := core mcjit native
/external/llvm/examples/Kaleidoscope/Chapter5/
H A DMakefile13 LINK_COMPONENTS := core mcjit native
/external/llvm/examples/Kaleidoscope/Chapter6/
H A DMakefile13 LINK_COMPONENTS := core mcjit native
/external/llvm/examples/Kaleidoscope/Chapter7/
H A DMakefile13 LINK_COMPONENTS := core mcjit native
/external/llvm/examples/Kaleidoscope/Chapter8/
H A DMakefile13 LINK_COMPONENTS := core mcjit native
/external/llvm/bindings/ocaml/executionengine/
H A DMakefile16 UsedComponents := executionengine mcjit native
/external/llvm/unittests/ExecutionEngine/Orc/
H A DMakefile12 LINK_COMPONENTS := core ipo mcjit orcjit native support
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit mcjit native irreader` -o toy
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
/external/llvm/utils/
H A DMakefile16 getsrcs.sh llvmdo llvmgrep llvm-native-gcc \
17 llvm-native-gxx makellvm profile.pl vim
/external/svox/pico/compat/jni/
H A DAndroid.mk10 frameworks/base/native/include \
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --ldflags --libs core jit native` -o toy-jit
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMakefile12 LINK_COMPONENTS := core ipo mcjit native support
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d.h44 #include "native.h"
55 struct native_display *native; member in struct:egl_g3d_display
75 /* the native surface; NULL for pbuffers */
76 struct native_surface *native; member in struct:egl_g3d_surface
87 const struct native_config *native; member in struct:egl_g3d_config
118 const struct native_connector *native; member in struct:egl_g3d_screen
H A Degl_g3d.c40 #include "native.h"
93 * Get the native platform.
170 gdpy->native->modeset->get_connectors(gdpy->native, &num_connectors, NULL);
185 gdpy->native->modeset->get_modes(gdpy->native, nconn, &num_modes);
212 gscr->native = nconn;
331 * Initialize an EGL config from the native config.
372 gconf->native = nconf;
385 struct pipe_screen *screen = gdpy->native
[all...]
/external/strace/qemu_multiarch_testing/
H A Dparallel-build-hdc-img.sh10 nice -n10 time ./native-build.sh ../hdc.img
18 test -e "$dir/native-build.sh" || continue
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A DMakefile4 clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core mcjit native irreader` -o toy-mcjit
7 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-jit
11 clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --ldflags --libs core jit native irreader` -o toy-ir-gen
/external/skia/
H A Dpublic.bzl5 is_bazel = not hasattr(native, "genmpm")
49 return native.glob(srcs.include, exclude=srcs.exclude)
51 return native.glob(srcs.include)
/external/proguard/examples/dictionaries/
H A Dkeywords.txt37 native
/external/proguard/examples/
H A Dmidlets.pro56 # Preserve all native method names and the names of their classes.
59 native <methods>;
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Ddist.py47 script = _shell.native(script)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Ddist.py47 script = _shell.native(script)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Ddist.py47 script = _shell.native(script)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Ddist.py47 script = _shell.native(script)

Completed in 2461 milliseconds

1234567