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

1234567

/external/libmojo/mojo/public/js/
H A Dthreading.js21 function quit() { [native code] }
H A Dsupport.js26 function asyncWait(handle, signals, callback) { [native code] }
35 function cancelWait(waitId) { [native code] }
47 function watch(handle, signals, callback) { [native code] }
53 function cancelWatch(watchId) { [native code] }
H A Dcore.js121 function close(handle) { [native code] }
132 function wait(handle, signals, deadline) { [native code] }
146 function waitMany(handles, signals, deadline) { [native code] }
160 function createMessagePipe(optionsDict) { [native code] }
173 function writeMessage(handle, buffer, handlesArray, flags) { [native code] }
187 function readMessage(handle, flags) { [native code] }
202 function createDataPipe(optionsDict) { [native code] }
216 function writeData(handle, buffer, flags) { [native code] }
230 function readData(handle, flags) { [native code] }
238 function isHandle(value) { [native cod
[all...]
/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/libcxx/test/std/experimental/filesystem/class.path/path.member/path.native.obs/
H A Dnative.pass.cpp16 // const string_type& native() const noexcept;
33 ASSERT_SAME_TYPE(path::string_type const&, decltype(p.native()));
34 ASSERT_NOEXCEPT(p.native());
36 { // native() is tested elsewhere
38 assert(p.native() == value);
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
H A Dswap.pass.cpp44 assert(p1.native() == value2);
45 assert(p2.native() == value1);
47 assert(p1.native() == value1);
48 assert(p2.native() == value2);
/external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
H A DMakefile16 UsedComponents := executionengine jit interpreter native
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
H A DMakefile13 LINK_COMPONENTS := core jit native
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
H A DMakefile13 LINK_COMPONENTS := core jit native
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter6/
H A DMakefile13 LINK_COMPONENTS := core jit native
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter7/
H A DMakefile14 LINK_COMPONENTS := core jit native
/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)
282 return native.glob(["src/**/*.h", "include/**/*.h"])
285 return native.glob(["include/**/*.h"],
319 return native.glob([
324 return native.glob([
329 return native.glob([
334 return native.glob([
338 return native
[all...]
/external/libcxx/benchmarks/
H A Dfilesystem.bench.cpp19 benchmark::DoNotOptimize(PP.native().data());
21 const path P(PP.native());
22 benchmark::DoNotOptimize(P.native().data());
36 benchmark::DoNotOptimize(PP.native().data());
38 const path P(PP.native().c_str());
39 benchmark::DoNotOptimize(P.native().data());
54 auto Start = Iter(PP.native().begin());
55 auto End = Iter(PP.native().end());
56 benchmark::DoNotOptimize(PP.native().data());
61 benchmark::DoNotOptimize(P.native()
[all...]
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
H A Dbraced_init.pass.cpp31 assert(p.native() == "");
H A Dcopy.pass.cpp34 assert(p.native() == s);
35 assert(p2.native() == s);
H A Dmove.pass.cpp39 assert(p2.native() == s);
40 assert(p.native() != s); // Testing moved from state
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
H A Dcopy.pass.cpp33 assert(p.native() == s);
34 assert(p2.native() == s);
H A Dmove.pass.cpp38 assert(p2.native() == s);
39 assert(p.native() != s); // Testing moved from state
H A Dsource.pass.cpp46 assert(p.native() == Expect);
53 assert(p.native() == Expect);
60 assert(p.native() == Expect);
65 assert(p.native() == Expect);
72 assert(p.native() == Expect);
78 assert(p.native() == Expect);
/external/svox/pico/compat/jni/
H A DAndroid.mk11 frameworks/base/native/include \
/external/jline/src/src/main/native/
H A DMakefile6 native:
/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/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
H A DMakefile12 LINK_COMPONENTS := asmparser bitreader bitwriter core jit native support
/external/proguard/examples/dictionaries/
H A Dkeywords.txt37 native

Completed in 489 milliseconds

1234567