Searched refs:natives (Results 1 – 15 of 15) sorted by relevance
/external/libmojo/base/android/jni_generator/ |
D | jni_generator_tests.py | 154 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 …]
|
D | jni_generator.py | 385 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/ |
D | startup-data-util.cc | 87 char* natives; in InitializeExternalStartupData() local 90 base::RelativePath(&natives, directory_path, "natives_blob.bin"), in InitializeExternalStartupData() 92 free(natives); in InitializeExternalStartupData()
|
D | compiler.cc | 1647 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()
|
D | v8.gyp | 292 '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/ |
D | failure_output.txt | 12 --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/ |
D | pdfium_test.cc | 947 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/ |
D | natives-external.cc | 14 #error natives-external.cc is used only for the external snapshot build.
|
/external/v8/ |
D | Android.v8.mk | 15 src/api-natives.cc \ 413 src/snapshot/natives-common.cc \
|
D | BUILD.gn | 863 "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",
|
D | ChangeLog | 27910 Fixed a bug with the natives cache.
|
/external/v8/src/parsing/ |
D | parser.cc | 2809 SET_ALLOW(natives); in SkipFunction()
|
D | parser-base.h | 236 ALLOW_ACCESSORS(natives);
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 5002 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/ |
D | english.gz |
|