Home
last modified time | relevance | path

Searched refs:scripts (Results 1 – 25 of 1649) sorted by relevance

12345678910>>...66

/third_party/mbedtls/tests/scripts/
Dall.sh784 "$@" scripts/output_env.sh
817 tests/scripts/recursion.pl library/*.c
823 tests/scripts/check-generated-files.sh
826 tests/scripts/check-generated-files.sh -u
828 tests/scripts/check-generated-files.sh
832 tests/scripts/check-generated-files.sh -u
834 tests/scripts/check-generated-files.sh
842 tests/scripts/check-doxy-blocks.pl
847 tests/scripts/check_files.py
853 scripts/assemble_changelog.py -o ChangeLog.new
[all …]
Dcheck-generated-files.sh137 check scripts/generate_visualc_files.pl visualc/VS2013
138 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
139 check tests/scripts/generate_bignum_tests.py $(tests/scripts/generate_bignum_tests.py --list)
140 check tests/scripts/generate_ecp_tests.py $(tests/scripts/generate_ecp_tests.py --list)
141 check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py --list)
/third_party/typescript/
D.dockerignore18 scripts/debug.bat
19 scripts/run.bat
20 scripts/word2md.js
21 scripts/buildProtocol.js
22 scripts/ior.js
23 scripts/authors.js
24 scripts/configurePrerelease.js
25 scripts/open-user-pr.js
26 scripts/open-cherry-pick-pr.js
27 scripts/processDiagnosticMessages.d.ts
[all …]
D.gitignore39 scripts/eslint/built/
40 scripts/debug.bat
41 scripts/run.bat
42 scripts/word2md.js
43 scripts/buildProtocol.js
44 scripts/ior.js
45 scripts/authors.js
46 scripts/configurePrerelease.js
47 scripts/configureLanguageServiceBuild.js
48 scripts/open-user-pr.js
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcucdapi.c17 static void scriptsToString(const UScriptCode scripts[], int32_t length, char s[]) { in scriptsToString() argument
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, num, err); // Sherpa in TestUScriptCodeAPI()
172 num = uscript_getCode("ja", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
174 JAPANESE, UPRV_LENGTHOF(JAPANESE), scripts, num, err); in TestUScriptCodeAPI()
176 num = uscript_getCode("ko", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
[all …]
/third_party/node/deps/npm/lib/commands/
Drun-script.js41 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.restart = 'npm stop --if-present && npm start'
79 } else if (event === 'env' && !scripts.env) {
80 scripts.env = isWindowsShell ? 'SET' : 'env'
83 pkg.scripts = scripts
86 !Object.prototype.hasOwnProperty.call(scripts, event) &&
[all …]
/third_party/skia/third_party/externals/libpng/
DMakefile.am12 ACLOCAL_AMFLAGS = -I scripts
152 ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \
156 SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk
188 scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h
189 scripts/prefix.out: png.h pngconf.h pnglibconf.out
190 scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuilt
191 scripts/intprefix.out: pnglibconf.h
193 libpng.sym: scripts/sym.out
196 libpng.vers: scripts/vers.out
204 pnglibconf.h: pnglibconf.out scripts/prefix.out scripts/macro.lst
[all …]
/third_party/toybox/
DMakefile16 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/install.sh --uninstall
58 scripts/install.sh --long --uninstall
[all …]
/third_party/toybox/porting/liteos_a/
DMakefile16 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/install.sh --uninstall
58 scripts/install.sh --long --uninstall
[all …]
/third_party/mbedtls/tests/
DMakefile70 $(PYTHON) scripts/generate_bignum_tests.py --list || \
77 $(PYTHON) scripts/generate_ecp_tests.py --list || \
84 $(PYTHON) scripts/generate_psa_tests.py --list || \
101 generated_bignum_test_data: scripts/generate_bignum_tests.py
102 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_common.py
103 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_core.py
104 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_mod_raw.py
105 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_mod.py
106 generated_bignum_test_data: ../scripts/mbedtls_dev/test_case.py
107 generated_bignum_test_data: ../scripts/mbedtls_dev/test_data_generation.py
[all …]
DCMakeLists.txt23 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
35 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_ecp_tests.py
47 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_psa_tests.py
83 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
86 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
87 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_common.py
88 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_core.py
89 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod_raw.py
90 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod.py
91 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/test_case.py
[all …]
/third_party/mbedtls/scripts/
Dmake_generated_files.bat2 @rem and build scripts.
6 python scripts\generate_driver_wrappers.py || exit /b 1
7 perl scripts\generate_errors.pl || exit /b 1
8 perl scripts\generate_query_config.pl || exit /b 1
9 perl scripts\generate_features.pl || exit /b 1
10 python scripts\generate_ssl_debug_helpers.py || exit /b 1
11 perl scripts\generate_visualc_files.pl || exit /b 1
12 python scripts\generate_psa_constants.py || exit /b 1
13 python tests\scripts\generate_bignum_tests.py || exit /b 1
14 python tests\scripts\generate_ecp_tests.py || exit /b 1
[all …]
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt11947 scripts{"Latn"}
11958 scripts{"Cyrl"}
11966 scripts{"Cyrl"}
11971 scripts{"Latn"}
11979 scripts{"Latn"}
11987 scripts{"Latn"}
11995 scripts{"Latn"}
12000 scripts{"Cyrl"}
12008 scripts{"Avst"}
12013 scripts{"Arab"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt11591 scripts{"Latn"}
11602 scripts{"Cyrl"}
11610 scripts{"Cyrl"}
11615 scripts{"Latn"}
11623 scripts{"Latn"}
11631 scripts{"Latn"}
11639 scripts{"Latn"}
11644 scripts{"Cyrl"}
11652 scripts{"Avst"}
11657 scripts{"Arab"}
[all …]
/third_party/libwebsockets/scripts/
Dtravis_control.sh18 ../scripts/h2spec.sh &&
19 ../scripts/attack.sh &&
20 ../scripts/h2load.sh &&
21 ../scripts/autobahn-test-server.sh &&
22 ../scripts/autobahn-test-client.sh
29 ../scripts/autobahn-test-server.sh
35 ../scripts/h2load-smp.sh
42 ../scripts/h2spec.sh &&
43 ../scripts/h2load.sh &&
44 ../scripts/attack.sh
/third_party/skia/third_party/externals/angle2/infra/specs/
Dgn_isolate_map.pyl31 "script": "//scripts/run_gtest_angle_test.py",
36 "script": "//scripts/run_gtest_angle_test.py",
41 "script": "//scripts/run_gtest_angle_test.py",
46 "script": "//scripts/run_gtest_angle_test.py",
51 "script": "//scripts/run_gtest_angle_test.py",
56 "script": "//scripts/run_gtest_angle_test.py",
61 "script": "//scripts/run_gtest_angle_test.py",
66 "script": "//scripts/run_gtest_angle_test.py",
71 "script": "//scripts/run_gtest_angle_test.py",
76 "script": "//scripts/run_gtest_angle_test.py",
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DTestUScript.java99 BitSet scripts=new BitSet(UScript.CODE_LIMIT); in TestGetScriptExtensions() local
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.get(UScript.ARABIC)) { in TestGetScriptExtensions()
116 if(UScript.getScriptExtensions(0x0640, scripts)>-3 || scripts.cardinality()<3 || in TestGetScriptExtensions()
117 … !scripts.get(UScript.ARABIC) || !scripts.get(UScript.SYRIAC) || !scripts.get(UScript.MANDAIC) in TestGetScriptExtensions()
121 if(UScript.getScriptExtensions(0xfdf2, scripts)!=-2 || scripts.cardinality()!=2 || in TestGetScriptExtensions()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScript.java96 BitSet scripts=new BitSet(UScript.CODE_LIMIT); in TestGetScriptExtensions() local
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.get(UScript.ARABIC)) { in TestGetScriptExtensions()
113 if(UScript.getScriptExtensions(0x0640, scripts)>-3 || scripts.cardinality()<3 || in TestGetScriptExtensions()
114 … !scripts.get(UScript.ARABIC) || !scripts.get(UScript.SYRIAC) || !scripts.get(UScript.MANDAIC) in TestGetScriptExtensions()
118 if(UScript.getScriptExtensions(0xfdf2, scripts)!=-2 || scripts.cardinality()!=2 || in TestGetScriptExtensions()
[all …]
/third_party/skia/third_party/externals/libpng/scripts/
Dgensrc.cmake.in20 if("${OUTPUT}" STREQUAL "scripts/pnglibconf.c")
21 # Generate scripts/pnglibconf.c
26 COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
29 "${SRCDIR}/scripts/pnglibconf.dfa"
36 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
45 file(MAKE_DIRECTORY "${BINDIR}/scripts")
46 file(RENAME "pnglibconf.tf7" "${BINDIR}/scripts/pnglibconf.c")
53 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
55 ${SRCDIR}/pngconf.h ${SRCDIR}/scripts/pnglibconf.dfa
63 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
[all …]
/third_party/skia/third_party/externals/icu/scripts/
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/
Dgen-script-docs.sh31 cp scripts/__init__.py.docs scripts/__init__.py
32 export PYTHONPATH=${SPECDIR}/scripts
35 cd $SPECDIR/scripts
47 cd $SPECDIR/scripts
61 mv $OUTDIR/scripts/spec_tools $OUTDIR/spec_tools
63 rm -rf $OUTDIR/scripts
65 rm -f scripts/__init__.py
/third_party/littlefs/
DMakefile97 ./scripts/calls.py $^ $(CALLSFLAGS)
101 ./scripts/test.py $(TESTFLAGS)
104 ./scripts/test.py $@ $(TESTFLAGS)
108 ./scripts/code.py $^ -S $(CODEFLAGS)
112 ./scripts/data.py $^ -S $(DATAFLAGS)
116 ./scripts/stack.py $^ -S $(STACKFLAGS)
120 ./scripts/structs.py $^ -S $(STRUCTSFLAGS)
124 ./scripts/coverage.py $(BUILDDIR)tests/*.toml.info -s $(COVERAGEFLAGS)
128 ./scripts/summary.py -Y $^ $(SUMMARYFLAGS)
142 ./scripts/code.py $(OBJ) -q $(CODEFLAGS) -o $@
[all …]
/third_party/node/deps/npm/test/lib/commands/
Drun-script.js59 scripts: { hello: 'echo hello', world: 'echo world' }, property
66 scripts: { hello: 'echo hello', world: 'echo world' }, property
94 pkg: { name: 'x', version: '1.2.3', _id: 'x@1.2.3', scripts: {} }, property
112 scripts: { property
134 scripts: { property
163 scripts: { property
178 scripts: { property
197 scripts: { property
214 scripts: { property
233 scripts: { property
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-restart.md19 `package.json`, then the following scripts will be run:
26 `stop` and/or `start` scripts, then the following scripts will be run:
39 #### `ignore-scripts`
44 If true, npm does not run scripts specified in package.json files.
48 will still run their intended script if `ignore-scripts` is set, but they
49 will *not* run any pre- or post-scripts.
58 The shell to use for scripts run with the `npm exec`, `npm run` and `npm
66 * [npm scripts](/using-npm/scripts)
Dnpm-start.md16 a package's `"scripts"` object.
18 If the `"scripts"` object does not define a `"start"` property, npm
26 use custom arguments when executing scripts. Refer to [`npm run-script`](/commands/npm-run-script) …
32 "scripts": {
50 #### `ignore-scripts`
55 If true, npm does not run scripts specified in package.json files.
59 will still run their intended script if `ignore-scripts` is set, but they
60 will *not* run any pre- or post-scripts.
69 The shell to use for scripts run with the `npm exec`, `npm run` and `npm
77 * [npm scripts](/using-npm/scripts)

12345678910>>...66