Home
last modified time | relevance | path

Searched refs:natives (Results 1 – 15 of 15) sorted by relevance

/external/libmojo/base/android/jni_generator/
Djni_generator_tests.py154 natives = jni_generator.ExtractNatives(test_data, 'int')
279 self.assertListEquals(golden_natives, natives)
281 natives, [], [], TestOptions())
291 natives = jni_generator.ExtractNatives(test_data, 'int')
298 self.assertListEquals(golden_natives, natives)
300 natives, [], [], TestOptions())
314 natives = jni_generator.ExtractNatives(test_data, 'int')
325 self.assertListEquals(golden_natives, natives)
327 natives, [], [], TestOptions())
340 natives = jni_generator.ExtractNatives(test_data, 'int')
[all …]
Djni_generator.py385 natives = []
401 natives += [native]
402 return natives
654 natives = ExtractNatives(contents, options.ptr_type)
656 if len(natives) == 0 and len(called_by_natives) == 0:
660 jni_namespace, fully_qualified_class, natives, called_by_natives,
696 def __init__(self, namespace, fully_qualified_class, natives, argument
701 self.natives = natives
782 for native in self.natives:
799 for native in self.natives:
[all …]
/external/v8/src/
Dstartup-data-util.cc87 char* natives; in InitializeExternalStartupData() local
90 base::RelativePath(&natives, directory_path, "natives_blob.bin"), in InitializeExternalStartupData()
92 free(natives); in InitializeExternalStartupData()
Dcompiler.cc1647 ScriptCompiler::CompileOptions compile_options, NativesFlag natives) { in GetSharedFunctionInfoForScript() argument
1726 if (natives == NATIVES_CODE) { in GetSharedFunctionInfoForScript()
1728 } else if (natives == EXTENSION_CODE) { in GetSharedFunctionInfoForScript()
1730 } else if (natives == INSPECTOR_CODE) { in GetSharedFunctionInfoForScript()
1791 if (natives != EXTENSION_CODE && natives != NATIVES_CODE) { in GetSharedFunctionInfoForScript()
Dv8.gyp292 'snapshot/natives-external.cc',
419 'api-natives.cc',
420 'api-natives.h',
1237 'snapshot/natives.h',
1238 'snapshot/natives-common.cc',
/external/v8/tools/foozzie/testdata/
Dfailure_output.txt12 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --…
14 --abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit --…
/external/pdfium/samples/
Dpdfium_test.cc947 v8::StartupData natives; in main() local
949 InitializeV8ForPDFium(options.exe_path, options.bin_directory, &natives, in main()
1012 free(const_cast<char*>(natives.data)); in main()
/external/v8/src/snapshot/
Dnatives-external.cc14 #error natives-external.cc is used only for the external snapshot build.
/external/v8/
DAndroid.v8.mk15 src/api-natives.cc \
413 src/snapshot/natives-common.cc \
DBUILD.gn863 "src/snapshot/natives-external.cc",
910 "src/api-natives.cc",
911 "src/api-natives.h",
1732 "src/snapshot/natives-common.cc",
1733 "src/snapshot/natives.h",
DChangeLog27910 Fixed a bug with the natives cache.
/external/v8/src/parsing/
Dparser.cc2809 SET_ALLOW(natives); in SkipFunction()
Dparser-base.h236 ALLOW_ACCESSORS(natives);
/external/pcre/dist2/doc/
Dpcre2.txt5002 natives fail to match, but the end of the subject is reached during
7781 natives at the higher level:
7803 natives, so the entire match fails.
7850 natives and there is a subsequent matching failure. Any capturing
/external/jline/src/src/test/resources/jline/example/
Denglish.gz