Home
last modified time | relevance | path

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

12345678910>>...32

/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.txt39 "%spellout-cardinal-native-attributive:",
72 "%spellout-cardinal-native:",
119 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
164 "%spellout-ordinal-native-count:",
167 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
168 "%%spellout-ordinal-native-count-smaller:",
171 "2: =%spellout-cardinal-native-attributive=;",
172 "50: =%%spellout-ordinal-native-count-larger=;",
173 "%%spellout-ordinal-native-count-larger:",
176 "2: =%spellout-cardinal-native-attributive=;",
[all …]
/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 …]
DCMakeLists.txt38 # Build Google Benchmark for the native stdlib
48 ExternalProject_Add(google-benchmark-native
50 PREFIX benchmark-native
52 INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native
68 set(BENCHMARK_NATIVE_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native)
119 add_dependencies(${native_target} google-benchmark-native
133 OUTPUT_NAME "${name}.native.out"
/external/libmojo/mojo/public/js/
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 code] }
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/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/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c170 gdpy->native->modeset->get_connectors(gdpy->native, &num_connectors, NULL); in egl_g3d_add_screens()
185 gdpy->native->modeset->get_modes(gdpy->native, nconn, &num_modes); in egl_g3d_add_screens()
212 gscr->native = nconn; in egl_g3d_add_screens()
372 gconf->native = nconf; in egl_g3d_init_config()
385 struct pipe_screen *screen = gdpy->native->screen; in egl_g3d_fill_depth_stencil_formats()
429 native_configs = gdpy->native->get_configs(gdpy->native, &num_configs); in egl_g3d_add_configs()
437 gdpy->native->get_param(gdpy->native, NATIVE_PARAM_PRESERVE_BUFFER); in egl_g3d_add_configs()
439 gdpy->native->get_param(gdpy->native, NATIVE_PARAM_MAX_SWAP_INTERVAL); in egl_g3d_add_configs()
441 gdpy->native->get_param(gdpy->native, NATIVE_PARAM_PREMULTIPLIED_ALPHA); in egl_g3d_add_configs()
509 if (gdpy->native) in egl_g3d_terminate()
[all …]
Degl_g3d_api.c114 data->format != gconf->native->color_format) in egl_g3d_match_config()
134 if (!gdpy->native->get_pixmap_format(gdpy->native, in egl_g3d_choose_config()
263 nsurf = gdpy->native->create_window_surface(gdpy->native, in egl_g3d_create_surface()
264 arg->u.win, gconf->native); in egl_g3d_create_surface()
267 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, in egl_g3d_create_surface()
268 arg->u.pix, gconf->native); in egl_g3d_create_surface()
274 nsurf = gdpy->native->modeset->create_scanout_surface(gdpy->native, in egl_g3d_create_surface()
275 gconf->native, gsurf->base.Width, gsurf->base.Height); in egl_g3d_create_surface()
312 gsurf->native = nsurf; in egl_g3d_create_surface()
472 if (gsurf->native) in destroy_surface()
[all …]
Degl_g3d_image.c51 nsurf = gdpy->native->create_pixmap_surface(gdpy->native, pix, NULL); in egl_g3d_reference_native_pixmap()
71 struct pipe_screen *screen = gdpy->native->screen; in egl_g3d_create_drm_buffer()
179 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf); in egl_g3d_reference_drm_buffer()
193 if (!gdpy->native->wayland_bufmgr) in egl_g3d_reference_wl_buffer()
196 tmp = gdpy->native->wayland_bufmgr->buffer_get_resource(gdpy->native, buffer); in egl_g3d_reference_wl_buffer()
218 return gdpy->native->buffer->import_buffer(gdpy->native, &nbuf); in egl_g3d_reference_android_native_buffer()
360 if (!gdpy->native->buffer->export_buffer(gdpy->native, in egl_g3d_export_drm_image()
Degl_g3d.h55 struct native_display *native; member
76 struct native_surface *native; member
87 const struct native_config *native; member
118 const struct native_connector *native; member
/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/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/libmojo/base/android/jni_generator/
Djni_generator.py393 native = NativeMethod(
401 natives += [native]
782 for native in self.natives:
783 ret += [self.GetNativeStub(native)]
799 for native in self.natives:
800 if (native.java_class_name == clazz or
801 (not native.java_class_name and clazz == self.class_name)):
802 ret += [self.GetKMethodArrayEntry(native)]
888 def GetJNIFirstParamType(self, native): argument
889 if native.type == 'method':
[all …]
Dgolden_sample_for_tests_jni.h60 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeDestroy() local
61 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy"); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeDestroy()
62 return native->Destroy(env, JavaParamRef<jobject>(env, jcaller)); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeDestroy()
108 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethod() local
109 CHECK_NATIVE_PTR(env, jcaller, native, "Method", 0); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethod()
110 return native->Method(env, JavaParamRef<jobject>(env, jcaller)); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethod()
118 CPPClass::InnerClass* native = in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethodOtherP0() local
120 CHECK_NATIVE_PTR(env, jcaller, native, "MethodOtherP0", 0); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethodOtherP0()
121 return native->MethodOtherP0(env, JavaParamRef<jobject>(env, jcaller)); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeMethodOtherP0()
130 CPPClass* native = reinterpret_cast<CPPClass*>(nativeCPPClass); in Java_org_chromium_example_jni_1generator_SampleForTests_nativeAddStructB() local
[all …]
DtestNatives.golden39 ChromeBrowserProvider* native =
41 CHECK_NATIVE_PTR(env, jcaller, native, "Destroy");
42 return native->Destroy(env, JavaParamRef<jobject>(env, jcaller));
52 ChromeBrowserProvider* native =
54 CHECK_NATIVE_PTR(env, jcaller, native, "AddBookmark", 0);
55 return native->AddBookmark(env, JavaParamRef<jobject>(env, jcaller),
128 ChromeBrowserProvider* native =
130 CHECK_NATIVE_PTR(env, jcaller, native, "AddBookmarkFromAPI", 0);
131 return native->AddBookmarkFromAPI(env, JavaParamRef<jobject>(env, jcaller),
163 ChromeBrowserProvider* native =
[all …]
/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/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/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/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp272 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceTest() local
273 …e (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window)); in createSurfaceTest()
285 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceCustomAllocatorTest() local
289 *native.display, in createSurfaceCustomAllocatorTest()
290 *native.window, in createSurfaceCustomAllocatorTest()
331 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in createSurfaceSimulateOOMTest() local
335 *native.display, in createSurfaceSimulateOOMTest()
336 *native.window, in createSurfaceSimulateOOMTest()
383 const NativeObjects native (context, instHelper.supportedExtensions, wsiType); in querySurfaceSupportTest() local
384 … (createSurface(instHelper.vki, *instHelper.instance, wsiType, *native.display, *native.window)); in querySurfaceSupportTest()
[all …]
/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/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/llvm/include/llvm/Config/
Dllvm-config.h.cmake57 /* LLVM architecture name for the native architecture, if available */
60 /* LLVM name for the native AsmParser init function, if available */
63 /* LLVM name for the native AsmPrinter init function, if available */
66 /* LLVM name for the native Disassembler init function, if available */
69 /* LLVM name for the native Target init function, if available */
72 /* LLVM name for the native TargetInfo init function, if available */
75 /* LLVM name for the native target MC init function, if available */

12345678910>>...32