/third_party/musl/scripts/ |
H A D | runtest_linux.sh | 45 SHDIR=${LOCAL}/third_party/musl/scripts
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-agent-impl.h | 191 const std::vector<V8DebuggerScript*>& scripts);
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 48 scripts%(sep)sscript.py 209 script_dir = join(self.tmp_dir, 'scripts') 212 dist.scripts = [join('scripts', 'script.py')] 234 'scripts/', 'scripts/script.py', 'setup.py',
|
/third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
H A D | Makefile | 16 # Generator scripts and options 20 SCRIPTS = ../scripts 25 # from vk.xml using the scripts, but they are all generated from
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-plan.cc | 89 typedef void (*layout_collect_func_t) (hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes /* OUT */);
|
/third_party/selinux/libselinux/src/ |
H A D | Makefile | 216 ../../scripts/Lindent $(filter-out $(GENERATED),$(wildcard *.[ch]))
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 1383 Handle<WeakArrayList> scripts = script_list(); in AddToScriptList() local 1384 scripts = WeakArrayList::Append(isolate(), scripts, in AddToScriptList() 1386 isolate()->heap()->set_script_list(*scripts); in AddToScriptList() 1421 Handle<WeakArrayList> scripts = script_list(); in CloneScript() local 1422 scripts = WeakArrayList::AddToEnd(isolate(), scripts, in CloneScript() 1424 heap->set_script_list(*scripts); in CloneScript()
|
H A D | heap.cc | 6308 Handle<WeakArrayList> scripts(script_list(), isolate()); in CompactWeakArrayLists() 6309 DCHECK_IMPLIES(!V8_ENABLE_THIRD_PARTY_HEAP_BOOL, InOldSpace(*scripts)); in CompactWeakArrayLists() 6310 scripts = CompactWeakArrayList(this, scripts, AllocationType::kOld); in CompactWeakArrayLists() 6311 set_script_list(*scripts); in CompactWeakArrayLists()
|
/third_party/mbedtls/scripts/ |
H A D | abi_check.py | 55 (see `scripts/bump_version.sh`). 341 ['tests/scripts/generate_psa_tests.py', '--list'], 368 ['tests/scripts/generate_psa_tests.py'] + sorted(to_be_generated), 599 "\"tests/scripts/list-identifiers.sh --internal\")")
|
/third_party/toybox/lib/ |
H A D | lib.h | 418 int scripts);
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 409 int scripts);
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 3152 /* reorder the scripts */ in TestBeforeRuleWithScriptReordering() 3361 static boolean containsExpectedScript(int[] scripts, int expectedScript) { in containsExpectedScript() argument 3362 for (int i = 0; i < scripts.length; ++i) { in containsExpectedScript() 3363 if (expectedScript == scripts[i]) { return true; } in containsExpectedScript() 3370 // Beginning with ICU 55, collation reordering moves single scripts in TestEquivalentReorderingScripts() 3371 // rather than groups of scripts, in TestEquivalentReorderingScripts() 3372 // except where scripts share a range and sort primary-equal. in TestEquivalentReorderingScripts() 3381 errln(String.format("ERROR/Gothic: retrieved equivalent scripts wrong: " + in TestEquivalentReorderingScripts() 3396 errln("ERROR/Hiragana: equivalent scripts out of order at index " + i); in TestEquivalentReorderingScripts() 3402 errln("ERROR/Hiragana: equivalent scripts d in TestEquivalentReorderingScripts() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 3155 /* reorder the scripts */ in TestBeforeRuleWithScriptReordering() 3364 static boolean containsExpectedScript(int[] scripts, int expectedScript) { in containsExpectedScript() argument 3365 for (int i = 0; i < scripts.length; ++i) { in containsExpectedScript() 3366 if (expectedScript == scripts[i]) { return true; } in containsExpectedScript() 3373 // Beginning with ICU 55, collation reordering moves single scripts in TestEquivalentReorderingScripts() 3374 // rather than groups of scripts, in TestEquivalentReorderingScripts() 3375 // except where scripts share a range and sort primary-equal. in TestEquivalentReorderingScripts() 3384 errln(String.format("ERROR/Gothic: retrieved equivalent scripts wrong: " + in TestEquivalentReorderingScripts() 3399 errln("ERROR/Hiragana: equivalent scripts out of order at index " + i); in TestEquivalentReorderingScripts() 3405 errln("ERROR/Hiragana: equivalent scripts d in TestEquivalentReorderingScripts() [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | compiler.cc | 1752 Handle<WeakArrayList> scripts = isolate->factory()->script_list(); in FinalizeScript() local 1753 scripts = in FinalizeScript() 1754 WeakArrayList::Append(isolate, scripts, MaybeObjectHandle::Weak(script_)); in FinalizeScript() 1755 isolate->heap()->SetRootScriptList(*scripts); in FinalizeScript() 1902 // Unfinalized scripts don't yet have the proper source string attached and in CollectSourcePositions() 3013 // For extensions or REPL mode scripts neither do a compilation cache lookup, in Compile()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.h | 253 PersistentValueVector<Script>& scripts);
|
H A D | debug-interface.cc | 805 PersistentValueVector<Script>& scripts) { in GetLoadedScripts() 824 scripts.Append(ToApiHandle<Script>(script_handle)); in GetLoadedScripts() 804 GetLoadedScripts(Isolate* v8_isolate, PersistentValueVector<Script>& scripts) GetLoadedScripts() argument
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 290 Python. You will normally not need this when invoking scripts since GN 301 when executing all compilers and scripts. 390 This is primarily useful for setting up arguments for calling scripts. If you
|
/third_party/node/ |
H A D | Makefile | 1143 --scripts ./tools/macos-installer/pkgbuild/npm/scripts \
|
H A D | vcbuild.bat | 3 :: Other scripts rely on the environment variables set in this script, so we
486 if errorlevel 1 echo Cannot copy install_tools scripts && goto package_error
|
/third_party/pcre2/pcre2/ |
H A D | RunGrepTest.bat | 656 %pcre2grep% --help | %pcre2grep% -q "callout scripts in patterns are supported"
663 %pcre2grep% --help | %pcre2grep% -q "Non-script callout scripts in patterns are supported"
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 592 ../scripts/generate_server9_bad_saltlen.py 593 ../scripts/generate_server9_bad_saltlen.py --ca-name test-ca \ 2110 ../src/test_certs.h: ../scripts/generate_test_cert_macros.py \ 2112 ../scripts/generate_test_cert_macros.py --output $@ \
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 427 } elsif ($0 =~ m@(.*)/scripts/[^/]*$@ && 1076 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl")); 1079 $maintained_status{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit --nogit-fallback -f $filename 2>&1`; 1088 return 1 if (!$tree || which("python3") eq "" || !(-x "$root/scripts/spdxcheck.py") || !(-e "$gitroot")); 1091 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`; 1316 "fs", "init", "ipc", "kernel", "lib", "scripts", 1448 foreach my $path (split(/:/, ".:$ENV{HOME}:.scripts")) { 2885 if ($realfile !~ m@scripts/@ && 7487 You may wish to use scripts/cleanpatch or scripts/cleanfil [all...] |
/third_party/skia/third_party/externals/microhttpd/ |
H A D | config.guess | 1379 download the most up to date version of the config scripts from
|
/third_party/icu/ohos_icu4c/src/ |
H A D | icu_addon.cpp | 2319 int32_t uscript_getScriptExtensions(UChar32 c, UScriptCode *scripts, int32_t capacity, UErrorCode *errorCode) in uscript_getScriptExtensions() argument 2321 return U_ICU_ENTRY_POINT_RENAME(uscript_getScriptExtensions)(c, scripts, capacity, errorCode); in uscript_getScriptExtensions()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 4584 /* reorder the scripts */ in TestBeforeRuleWithScriptReordering() 4945 static UBool containsExpectedScript(const int32_t scripts[], int32_t length, int32_t expectedScript) { in containsExpectedScript() argument 4948 if (expectedScript == scripts[i]) { return true; } in containsExpectedScript() 4954 // Beginning with ICU 55, collation reordering moves single scripts in TestEquivalentReorderingScripts() 4955 // rather than groups of scripts, in TestEquivalentReorderingScripts() 4956 // except where scripts share a range and sort primary-equal. in TestEquivalentReorderingScripts() 4962 /* These scripts are expected to be equivalent. */ in TestEquivalentReorderingScripts() 4977 log_err("ERROR/Gothic: retrieved equivalent scripts wrong: " in TestEquivalentReorderingScripts() 4997 log_err("ERROR/Hiragana: equivalent scripts out of order at index %d\n", i); in TestEquivalentReorderingScripts() 5003 log_err("ERROR/Hiragana: equivalent scripts d in TestEquivalentReorderingScripts() [all...] |