Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/external/elfutils/tests/
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.c > /dev/null 2>&1 &&
61 { ./native > /dev/null 2>&1 & native=$! ; } &&
62 sleep 1 && kill -0 $native 2> /dev/null &&
[all …]
/external/icu/icu4c/source/data/rbnf/
Dko.txt44 "%spellout-cardinal-native-attributive:",
77 "%spellout-cardinal-native:",
124 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
169 "%spellout-ordinal-native-count:",
172 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
173 "%%spellout-ordinal-native-count-smaller:",
176 "2: =%spellout-cardinal-native-attributive=;",
177 "50: =%%spellout-ordinal-native-count-larger=;",
178 "%%spellout-ordinal-native-count-larger:",
181 "2: =%spellout-cardinal-native-attributive=;",
[all …]
/external/libmojo/mojo/public/js/
Dcore.js142 function close(handle) { [native code] }
153 function wait(handle, signals, deadline) { [native code] }
167 function waitMany(handles, signals, deadline) { [native code] }
181 function createMessagePipe(optionsDict) { [native code] }
194 function writeMessage(handle, buffer, handlesArray, flags) { [native code] }
208 function readMessage(handle, flags) { [native code] }
223 function createDataPipe(optionsDict) { [native code] }
237 function writeData(handle, buffer, flags) { [native code] }
251 function readData(handle, flags) { [native code] }
259 function isHandle(value) { [native code] }
[all …]
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] }
/external/libcxx/benchmarks/
Dfilesystem.bench.cpp19 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructString()
21 const path P(PP.native()); in BM_PathConstructString()
22 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructString()
36 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructCStr()
38 const path P(PP.native().c_str()); in BM_PathConstructCStr()
39 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructCStr()
54 auto Start = Iter(PP.native().begin()); in BM_PathConstructIter()
55 auto End = Iter(PP.native().end()); in BM_PathConstructIter()
56 benchmark::DoNotOptimize(PP.native().data()); in BM_PathConstructIter()
61 benchmark::DoNotOptimize(P.native().data()); in BM_PathConstructIter()
[all …]
/external/llvm/bindings/ocaml/llvm/
DMETA.llvm.in5 archive(native) = "llvm.cmxa"
13 archive(native) = "llvm_analysis.cmxa"
21 archive(native) = "llvm_bitreader.cmxa"
29 archive(native) = "llvm_bitwriter.cmxa"
37 archive(native) = "llvm_executionengine.cmxa"
45 archive(native) = "llvm_ipo.cmxa"
53 archive(native) = "llvm_irreader.cmxa"
61 archive(native) = "llvm_scalar_opts.cmxa"
69 archive(native) = "llvm_transform_utils.cmxa"
77 archive(native) = "llvm_vectorize.cmxa"
[all …]
/external/wycheproof/
Dbuild_defs.bzl9 native.java_test(
20 # We can't use native.alias, because aliased tests are not run.
22 native.java_test(
36 native.java_test(
47 # We can't use native.alias, because aliased tests are not run.
49 native.java_test(
65 native.java_test(
77 # We can't use native.alias, because aliased tests are not run.
79 native.java_test(
96 native.java_test(
[all …]
/external/libmojo/base/android/jni_generator/
Djni_generator.py403 native = NativeMethod(
411 natives += [native]
815 for native in self.natives:
816 ret += [self.GetNativeStub(native)]
832 for native in self.natives:
833 if (native.java_class_name == clazz or
834 (not native.java_class_name and clazz == self.class_name)):
835 ret += [self.GetKMethodArrayEntry(native)]
924 def GetJNIFirstParamType(self, native): argument
925 if native.type == 'method':
[all …]
DtestNatives.golden41 ChromeBrowserProvider* native =
43 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
44 return native->Destroy(env, base::android::JavaParamRef<jobject>(env,
55 ChromeBrowserProvider* native =
57 CHECK_NATIVE_PTR(env, jcaller, native, "AddBookmark", 0);
58 return native->AddBookmark(env, base::android::JavaParamRef<jobject>(env,
139 ChromeBrowserProvider* native =
141 CHECK_NATIVE_PTR(env, jcaller, native, "AddBookmarkFromAPI", 0);
142 return native->AddBookmarkFromAPI(env,
180 ChromeBrowserProvider* native =
[all …]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
DMETA.llvm.in5 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/tensorflow/tensorflow/contrib/makefile/sub_makefiles/android/
DMakefile.in37 tensorflow/java/src/main/native/exception_jni.cc \
38 tensorflow/java/src/main/native/graph_jni.cc \
39 tensorflow/java/src/main/native/operation_builder_jni.cc \
40 tensorflow/java/src/main/native/operation_jni.cc \
41 tensorflow/java/src/main/native/session_jni.cc \
42 tensorflow/java/src/main/native/tensorflow_jni.cc \
43 tensorflow/java/src/main/native/tensor_jni.cc \
/external/gflags/bazel/
Dgflags.bzl2 # Add native rules to configure source files
4 native.genrule(
17 native.genrule(
27 native.genrule(
36 native.genrule(
55 # Add native rule to build gflags library
80 native.cc_library(
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
Dsource.pass.cpp58 assert(p.native() == Expect); in RunTestCase()
70 assert(p.native() == Expect); in RunTestCase()
84 assert(p.native() == Expect); in RunTestCase()
96 assert(p.native() == Expect); in RunTestCase()
111 assert(p.native() == Expect); in RunTestCase()
121 assert(p.native() == Expect); in RunTestCase()
131 assert(p.native() == Expect); in RunTestCase()
146 assert(p.native() == Expect); in RunTestCase()
157 assert(p.native() == Expect); in RunTestCase()
169 assert(p.native() == Expect); in RunTestCase()
/external/libcxx/test/std/utilities/meta/meta.type.synop/
Dendian.pass.cpp32 static_assert( std::endian::native == std::endian::native ); in main()
36 static_assert( std::endian::native == std::endian::little || in main()
37 std::endian::native == std::endian::big ); in main()
46 assert ((c[0] == 1) == (std::endian::native == std::endian::big)); in main()
/external/syslinux/gpxe/src/drivers/block/
Data.c55 ( unsigned long long ) command->cb.lba.native, in ata_command()
56 command->cb.count.native ); in ata_command()
95 command.cb.lba.native = block; in ata_read()
96 command.cb.count.native = count; in ata_read()
121 command.cb.lba.native = block; in ata_write()
122 command.cb.count.native = count; in ata_write()
147 command.cb.count.native = 1; in ata_identify()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
Dsource.pass.cpp46 assert(p.native() == Expect); in RunTestCase()
53 assert(p.native() == Expect); in RunTestCase()
60 assert(p.native() == Expect); in RunTestCase()
65 assert(p.native() == Expect); in RunTestCase()
72 assert(p.native() == Expect); in RunTestCase()
78 assert(p.native() == Expect); in RunTestCase()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler.c101 struct etna_native_reg native; /* native register to map to */ member
303 temps[idx].native = alloc_new_native_reg(c); in assign_temporaries_to_native()
328 if (!inout->active || inout->native.valid) { /* Skip if already a native register assigned */ in assign_inouts_to_temporaries()
338 inout->native = temp->native; in assign_inouts_to_temporaries()
349 if (inout->active && !inout->native.valid) in assign_inouts_to_temporaries()
350 inout->native = alloc_new_native_reg(c); in assign_inouts_to_temporaries()
628 reg->native = etna_native_temp(0); in assign_special_inputs()
696 !c->file[TGSI_FILE_OUTPUT].reg[out_idx].native.valid && in etna_compile_pass_optimize_outputs()
698 c->file[TGSI_FILE_OUTPUT].reg[out_idx].native = in etna_compile_pass_optimize_outputs()
699 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].native; in etna_compile_pass_optimize_outputs()
[all …]
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_benchmark.c71 unsigned long long native, filtered; in main() local
80 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main()
81 printf("getpid native: %llu ns\n", native); in main()
93 filtered - native); in main()
95 if (filtered == native) in main()
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
Dswap.pass.cpp44 assert(p1.native() == value2); in main()
45 assert(p2.native() == value1); in main()
47 assert(p1.native() == value1); in main()
48 assert(p2.native() == value2); in main()
/external/llvm/test/CodeGen/ARM/
Dno-tail-call.ll20 %.native = getelementptr inbounds %foo, %foo* %0, i32 0, i32 0
21 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
22 store float 0.000000e+00, float* %.native.value, align 4
58 %.native = getelementptr inbounds %foo, %foo* %0, i32 0, i32 0
59 %.native.value = getelementptr inbounds %Sf, %Sf* %.native, i32 0, i32 0
60 store float 0.000000e+00, float* %.native.value, align 4
/external/swiftshader/third_party/LLVM/utils/
Dcheck-each-file13 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
/external/llvm/utils/
Dcheck-each-file13 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
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py60 def native(path): function
68 _shutil.copy2(native(src), native(dest))
73 _shutil.copytree(native(src), native(dest))
79 _os.unlink(native(dest))
86 dest = native(dest)
89 _os.chmod(native(path), 0o644)
277 for dirpath, dirnames, filenames in walk(native(base)):
303 for dirpath, dirnames, filenames in walk(native(base)):
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py60 def native(path): function
68 _shutil.copy2(native(src), native(dest))
73 _shutil.copytree(native(src), native(dest))
79 _os.unlink(native(dest))
86 dest = native(dest)
89 _os.chmod(native(path), 0o644)
277 for dirpath, dirnames, filenames in walk(native(base)):
303 for dirpath, dirnames, filenames in walk(native(base)):
/external/llvm/docs/
DLinkTimeOptimization.rst24 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 …]

12345678910>>...42