Home
last modified time | relevance | path

Searched refs:scripts (Results 1 - 25 of 203) sorted by relevance

123456789

/third_party/mbedtls/tests/scripts/
H A Dall.sh63 # script -c tests/scripts/all.sh
65 # tests/scripts/all.sh >all.log 2>&1
143 # suffix from auxiliary scripts so that all.sh and auxiliary scripts can
225 if [[ -e ${PWD}/tests/scripts/quiet ]]; then
226 export PATH=${PWD}/tests/scripts/quiet:$PATH
821 "$@" scripts/output_env.sh
858 # supported by scripts/config.py (for example, "full"). This selects
872 # calling scripts/config.py on this file remains the only option.
894 scripts/confi
[all...]
H A Dcheck-python-files.sh41 # tests/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library stub for module named 'mbedtls_dev'
58 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
65 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c17 static void scriptsToString(const UScriptCode scripts[], int32_t length, char s[]) { in scriptsToString() argument
20 strcpy(s, "(no scripts)"); in scriptsToString()
28 strcat(s, uscript_getShortName(scripts[i])); in scriptsToString()
158 UScriptCode scripts[5]; in TestUScriptCodeAPI() local
164 num = uscript_getCode("tg", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
165 assertEqualScripts("tg script: Cyrl", CYRILLIC, 1, scripts, num, err); // Tajik in TestUScriptCodeAPI()
167 num = uscript_getCode("xsr", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
168 assertEqualScripts("xsr script: Deva", DEVANAGARI, 1, scripts, nu in TestUScriptCodeAPI()
563 scriptsContain(UScriptCode scripts[], int32_t length, UScriptCode script) scriptsContain() argument
577 UScriptCode scripts[20]; TestGetScriptExtensions() local
[all...]
/third_party/node/deps/npm/lib/commands/
H A Drun-script.js21 static description = 'Run arbitrary package scripts'
27 'ignore-scripts',
28 'foreground-scripts',
41 const { content: { scripts = {} } } = await pkgJson.normalize(npm.localPrefix)
44 return Object.keys(scripts).map(s => `${s}\t${scripts[s].slice(0, 30)}`)
46 return Object.keys(scripts)
75 const { scripts = {} } = pkg
77 if (event === 'restart' && !scripts.restart) {
78 scripts
[all...]
/third_party/mbedtls/tests/
H A DMakefile2 include ../scripts/common.make
21 $(PYTHON) scripts/generate_bignum_tests.py --list || \
25 $(error "$(PYTHON) scripts/generate_bignum_tests.py --list" failed)
28 $(PYTHON) scripts/generate_ecp_tests.py --list || \
32 $(error "$(PYTHON) scripts/generate_ecp_tests.py --list" failed)
35 $(PYTHON) scripts/generate_psa_tests.py --list || \
39 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed)
52 generated_bignum_test_data: scripts/generate_bignum_tests.py
53 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_common.py
54 generated_bignum_test_data: ../scripts/mbedtls_de
[all...]
/third_party/toybox/
H A DMakefile6 # used when scripts/make.sh and care called through "make".
16 toybox_stuff: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh
19 scripts/make.sh
35 generated/Config.in: toys/*/*.c scripts/genconfig.sh
36 scripts/genconfig.sh
43 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
46 scripts/install.sh --symlink --force
49 scripts/install.sh --symlink --force --airlock
52 scripts/install.sh --long --symlink --force
55 scripts/instal
[all...]
/third_party/toybox/porting/liteos_a/
H A DMakefile6 # used when scripts/make.sh and care called through "make".
16 toybox_stuff: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh
19 scripts/make.sh
35 generated/Config.in: toys/*/*.c scripts/genconfig.sh
36 scripts/genconfig.sh
43 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
46 scripts/install.sh --symlink --force
49 scripts/install.sh --symlink --force --airlock
52 scripts/install.sh --long --symlink --force
55 scripts/instal
[all...]
/third_party/littlefs/
H A DMakefile204 ./scripts/code.py $(OBJ) $(CODEFLAGS)
209 ./scripts/code.py $^ $(CODEFLAGS) -d $(BUILDDIR)/lfs.code.csv
215 ./scripts/data.py $(OBJ) $(DATAFLAGS)
220 ./scripts/data.py $^ $(DATAFLAGS) -d $(BUILDDIR)/lfs.data.csv
226 ./scripts/stack.py $(CI) $(STACKFLAGS)
231 ./scripts/stack.py $^ $(STACKFLAGS) -d $(BUILDDIR)/lfs.stack.csv
240 $(strip ./scripts/summary.py $^ \
251 $(strip ./scripts/summary.py \
252 <(./scripts/code.py $(OBJ) -q $(CODEFLAGS) -o-) \
253 <(./scripts/dat
[all...]
/third_party/skia/third_party/externals/icu/scripts/
H A Dmake_data_all.sh30 $ICUROOT/scripts/copy_data.sh common
36 $ICUROOT/scripts/copy_data.sh chromeos
42 $ICUROOT/scripts/copy_data.sh cast
48 $ICUROOT/scripts/copy_data.sh android
54 $ICUROOT/scripts/copy_data.sh android_small
60 $ICUROOT/scripts/copy_data.sh android_extra
66 $ICUROOT/scripts/copy_data.sh ios
72 $ICUROOT/scripts/copy_data.sh flutter
75 $ICUROOT/scripts/clean_up_data_source.sh
/third_party/vk-gl-cts/external/vulkan-docs/src/
H A Dgen-script-docs.sh6 # Generate documentation for the python scripts in this repo, using pdoc3:
31 cp scripts/__init__.py.docs scripts/__init__.py
32 export PYTHONPATH=${SPECDIR}/scripts
34 # # scripts under specification
35 cd $SPECDIR/scripts
39 # echo "scripts"
40 echo "scripts.spec_tools"
47 cd $SPECDIR/scripts
61 mv $OUTDIR/scripts/spec_tool
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DTestUScript.java99 BitSet scripts=new BitSet(UScript.CODE_LIMIT); in TestGetScriptExtensions()
102 if(UScript.getScriptExtensions(-1, scripts)!=UScript.UNKNOWN || scripts.cardinality()!=1 || in TestGetScriptExtensions()
103 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions()
106 if(UScript.getScriptExtensions(0x110000, scripts)!=UScript.UNKNOWN || scripts.cardinality()!=1 || in TestGetScriptExtensions()
107 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions()
112 if(UScript.getScriptExtensions(0x063f, scripts)!=UScript.ARABIC || scripts.cardinality()!=1 || in TestGetScriptExtensions()
113 !scripts in TestGetScriptExtensions()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScript.java96 BitSet scripts=new BitSet(UScript.CODE_LIMIT); in TestGetScriptExtensions()
99 if(UScript.getScriptExtensions(-1, scripts)!=UScript.UNKNOWN || scripts.cardinality()!=1 || in TestGetScriptExtensions()
100 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions()
103 if(UScript.getScriptExtensions(0x110000, scripts)!=UScript.UNKNOWN || scripts.cardinality()!=1 || in TestGetScriptExtensions()
104 !scripts.get(UScript.UNKNOWN)) { in TestGetScriptExtensions()
109 if(UScript.getScriptExtensions(0x063f, scripts)!=UScript.ARABIC || scripts.cardinality()!=1 || in TestGetScriptExtensions()
110 !scripts in TestGetScriptExtensions()
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/
H A Dwhen-instead-of-filechanged-recursive-directory-watcher-is-invoked.js3 {"compilerOptions":{"module":"none","allowJs":true,"outDir":"Static/scripts/"},"include":["Scripts/**/*"]}
35 Program options: {"module":0,"allowJs":true,"outDir":"/a/rootFolder/project/Static/scripts","watch":true,"project":"/a/rootFolder/project/tsconfig.json","configFilePath":"/a/rootFolder/project/tsconfig.json"}
49 /a/rootfolder/project/scripts/javascript.js (used version)
50 /a/rootfolder/project/scripts/typescript.ts (used version)
59 /a/rootfolder/project/scripts/javascript.js:
61 /a/rootfolder/project/scripts/typescript.ts:
67 /a/rootfolder/project/scripts:
72 //// [/a/rootFolder/project/Static/scripts/Javascript.js]
76 //// [/a/rootFolder/project/Static/scripts/TypeScript.js]
97 Program options: {"module":0,"allowJs":true,"outDir":"/a/rootFolder/project/Static/scripts","watc
[all...]
/third_party/curl/projects/
H A Dchecksrc.bat118 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" -Wtool_hugehelp.c "%%i"
119 for /f "delims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\src" "%%i"
126 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" "%%i"
127 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake -Wcurl_config.h.in -Wcurl_config.h "%%i"
132 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
133 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vauth" "%%i"
138 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
139 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vquic\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vquic" "%%i"
144 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksrc.pl" "-D%SRC_DIR%\lib\vssh" "%%i"
145 for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\vssh\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\scripts\checksr
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/
H A Dnormalize.js96 const scripts = data.scripts || {}
210 if (!scripts.install && !scripts.preinstall && data.gypfile !== false) {
213 scripts.install = 'node-gyp rebuild'
214 data.scripts = scripts
216 changes?.push(`"scripts.install" was set to "node-gyp rebuild"`)
223 if (steps.includes('serverjs') && !scripts.start) {
226 scripts
[all...]
/third_party/icu/icu4c/source/common/
H A Duscript.cpp47 setOneCode(UScriptCode script, UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in setOneCode() argument
53 scripts[0] = script; in setOneCode()
59 UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in getCodesFromLocale()
72 return setCodes(JAPANESE, UPRV_LENGTHOF(JAPANESE), scripts, capacity, err); in getCodesFromLocale()
75 return setCodes(KOREAN, UPRV_LENGTHOF(KOREAN), scripts, capacity, err); in getCodesFromLocale()
82 return setCodes(HAN_BOPO, UPRV_LENGTHOF(HAN_BOPO), scripts, capacity, err); in getCodesFromLocale()
91 return setOneCode(scriptCode, scripts, capacity, err); in getCodesFromLocale()
58 getCodesFromLocale(const char *locale, UScriptCode *scripts, int32_t capacity, UErrorCode *err) getCodesFromLocale() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duscript.cpp47 setOneCode(UScriptCode script, UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in setOneCode() argument
53 scripts[0] = script; in setOneCode()
59 UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in getCodesFromLocale()
72 return setCodes(JAPANESE, UPRV_LENGTHOF(JAPANESE), scripts, capacity, err); in getCodesFromLocale()
75 return setCodes(KOREAN, UPRV_LENGTHOF(KOREAN), scripts, capacity, err); in getCodesFromLocale()
82 return setCodes(HAN_BOPO, UPRV_LENGTHOF(HAN_BOPO), scripts, capacity, err); in getCodesFromLocale()
91 return setOneCode(scriptCode, scripts, capacity, err); in getCodesFromLocale()
58 getCodesFromLocale(const char *locale, UScriptCode *scripts, int32_t capacity, UErrorCode *err) getCodesFromLocale() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DWriteCharts.java65 int scripts[]; in getAllScripts()
69 scripts = UScript.getCode(source); in getAllScripts()
70 if (scripts == null) { in getAllScripts()
74 int sourceScript = scripts[0]; in getAllScripts()
75 System.out.println("Source: " + source + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
79 scripts = UScript.getCode(target); in getAllScripts()
80 if (scripts == null in getAllScripts()
81 || priority(scripts[0]) < priority(sourceScript)) { in getAllScripts()
86 System.out.println("\tTarget: " + target + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
113 public static String showScripts(int[] scripts) { in showScripts() argument
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java62 int scripts[]; in getAllScripts()
66 scripts = UScript.getCode(source); in getAllScripts()
67 if (scripts == null) { in getAllScripts()
71 int sourceScript = scripts[0]; in getAllScripts()
72 System.out.println("Source: " + source + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
76 scripts = UScript.getCode(target); in getAllScripts()
77 if (scripts == null in getAllScripts()
78 || priority(scripts[0]) < priority(sourceScript)) { in getAllScripts()
83 System.out.println("\tTarget: " + target + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
110 public static String showScripts(int[] scripts) { in showScripts() argument
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Drebuild.js56 // prepare scripts and link bins in the expected order
115 // We can't process store links separately or else lifecycle scripts on
122 // calling lifecycle scripts twice when running `npm rebuild`
158 // links should run prepare scripts and only link bins after that
204 const { package: { bin, scripts = {} } } = node.target
205 const { preinstall, install, postinstall, prepare } = scripts
241 const { gypfile, bin, scripts = {} } = pkg
243 const { preinstall, install, postinstall, prepare } = scripts
246 // we either have an old metadata (and thus might have scripts)
247 // or we have an indication that there's install scripts (bu
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duscript.cpp47 setOneCode(UScriptCode script, UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in setOneCode() argument
53 scripts[0] = script; in setOneCode()
59 UScriptCode *scripts, int32_t capacity, UErrorCode *err) { in getCodesFromLocale()
72 return setCodes(JAPANESE, UPRV_LENGTHOF(JAPANESE), scripts, capacity, err); in getCodesFromLocale()
75 return setCodes(KOREAN, UPRV_LENGTHOF(KOREAN), scripts, capacity, err); in getCodesFromLocale()
82 return setCodes(HAN_BOPO, UPRV_LENGTHOF(HAN_BOPO), scripts, capacity, err); in getCodesFromLocale()
91 return setOneCode(scriptCode, scripts, capacity, err); in getCodesFromLocale()
58 getCodesFromLocale(const char *locale, UScriptCode *scripts, int32_t capacity, UErrorCode *err) getCodesFromLocale() argument
/third_party/python/Tools/peg_generator/
H A DMakefile68 $(PYTHON) scripts/joinstats.py @data
73 $(VENVPYTHON) scripts/benchmark.py --target=xxl compile
76 $(VENVPYTHON) scripts/benchmark.py --target=xxl parse
79 $(VENVPYTHON) scripts/test_parse_directory.py \
87 $(VENVPYTHON) scripts/test_parse_directory.py \
97 black pegen scripts
102 $(PYTHON) scripts/find_max_nesting.py
/third_party/node/benchmark/
H A D_cli.js6 // Create an object of all benchmark scripts
99 for (const scripts of benchmarks[category]) {
100 if (this.shouldSkip(scripts)) continue;
102 paths.push(path.join(category, scripts));
109 CLI.prototype.shouldSkip = function(scripts) {
115 if (scripts.lastIndexOf(filter) !== -1) {
121 if (scripts.lastIndexOf(exclude) !== -1) {
/third_party/python/Lib/distutils/command/
H A Dbuild_scripts.py19 description = "\"build\" scripts (copy and fixup #! line)"
32 self.scripts = None
42 self.scripts = self.distribution.scripts
45 return self.scripts
48 if not self.scripts:
54 r"""Copy each script listed in 'self.scripts'; if it's marked as a
62 for script in self.scripts:
/third_party/skia/third_party/externals/libpng/scripts/
H A Dpnglibconf.mak5 # how to automate the build of pnglibconf.h from scripts/pnglibconf.dfa
20 DFA_XTRA = # Put your configuration file here, see scripts/pnglibconf.dfa. Eg:
31 # The standard pnglibconf.h exists as scripts/pnglibconf.h.prebuilt,
38 $(AWK) -f "$(srcdir)/scripts/dfn.awk" out="pnglibconf.tmp" pnglibconf.out 1>&2
41 pnglibconf.dfn: $(srcdir)/scripts/pnglibconf.dfa $(srcdir)/scripts/options.awk $(srcdir)/pngconf.h $(srcdir)/pngusr.dfa $(DFA_XTRA)
43 $(ECHO) "Calling $(AWK) from scripts/pnglibconf.mak" >&2
45 $(AWK) -f $(srcdir)/scripts/options.awk out="pnglibconf.pre"\
46 version=search $(srcdir)/pngconf.h $(srcdir)/scripts/pnglibconf.dfa\
48 $(AWK) -f $(srcdir)/scripts/option
[all...]

Completed in 13 milliseconds

123456789