Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 25 of 3462) sorted by relevance

12345678910>>...139

/third_party/mbedtls/tests/scripts/
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/config.py "$base_config"
898 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
[all …]
Dcheck-generated-files.sh16 default the scripts reports it and exits in error; with the -u option, it just
120 # scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
127 # - scripts/make_generated_files.bat (to generate them under Windows)
130 check scripts/generate_psa_constants.py programs/psa/psa_constant_names_generated.c
131 check tests/scripts/generate_bignum_tests.py $(tests/scripts/generate_bignum_tests.py --list)
132 check tests/scripts/generate_ecp_tests.py $(tests/scripts/generate_ecp_tests.py --list)
133 check tests/scripts/generate_psa_tests.py $(tests/scripts/generate_psa_tests.py --list)
134 check scripts/generate_driver_wrappers.py $library_dir/psa_crypto_driver_wrappers.h $library_dir/ps…
138 check scripts/generate_errors.pl library/error.c
139 check scripts/generate_query_config.pl programs/test/query_config.c
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dtest_reflow.py126 [['scripts/reflow-tests/src-vu.adoc',
129 [['scripts/reflow-tests/src-vu.adoc',
132 [['scripts/reflow-tests/src-vu.adoc',
135 [['scripts/reflow-tests/src-vu.adoc',
138 [['scripts/reflow-tests/src-vu.adoc',
141 [['scripts/reflow-tests/src-vu.adoc',
144 [['scripts/reflow-tests/src-vu.adoc',
147 [['scripts/reflow-tests/src-vu.adoc',
150 [['scripts/reflow-tests/src-vu.adoc',
153 [['scripts/reflow-tests/src-vu.adoc',
[all …]
/third_party/typescript/tests/baselines/reference/tscWatch/emit/when-module-emit-is-specified-as-node/
Dwhen-instead-of-filechanged-recursive-directory-watcher-is-invoked.js3 {"compilerOptions":{"module":"none","allowJs":true,"outDir":"Static/scripts/"},"include":["Scripts/…
5 //// [/a/rootFolder/project/Scripts/TypeScript.ts]
8 //// [/a/rootFolder/project/Scripts/Javascript.js]
34 Program root files: ["/a/rootFolder/project/Scripts/Javascript.js","/a/rootFolder/project/Scripts/T…
35 Program options: {"module":0,"allowJs":true,"outDir":"/a/rootFolder/project/Static/scripts","watch"…
39 /a/rootFolder/project/Scripts/Javascript.js
40 /a/rootFolder/project/Scripts/TypeScript.ts
44 /a/rootFolder/project/Scripts/Javascript.js
45 /a/rootFolder/project/Scripts/TypeScript.ts
49 /a/rootfolder/project/scripts/javascript.js (used version)
[all …]
/third_party/node/deps/npm/man/man7/
Dscripts.71 .TH "SCRIPTS" "7" "February 2024" "" ""
3 \fBscripts\fR - How npm handles the "scripts" field
6scripts"\fR property of your \fBpackage.json\fR file supports a number of built-in scripts and the…
7 .SS "Pre & Post Scripts"
9 To create "pre" or "post" scripts for any scripts defined in the \fB"scripts"\fR section of the \fB…
14 "scripts": {
23 In this example \fBnpm run compress\fR would execute these scripts as described.
24 .SS "Life Cycle Scripts"
26scripts that happen only in certain situations. These scripts happen in addition to the \fBpre<ev…
44 As of \fBnpm@7\fR these scripts run in the background. To see the output, run with: \fB--foreground…
[all …]
/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/node/deps/npm/lib/commands/
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.restart = 'npm stop --if-present && npm start'
79 } else if (event === 'env' && !scripts.env) {
[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/node/deps/npm/test/lib/commands/
Drun-script.js53 t.test('has package.json, no scripts', async t => {
57 t.test('has package.json, with scripts', async t => {
59 scripts: { hello: 'echo hello', world: 'echo world' }, property
66 scripts: { hello: 'echo hello', world: 'echo world' }, property
78 t.test('default env, start, and restart scripts', async t => {
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
[all …]
/third_party/skia/third_party/externals/angle2/scripts/code_generation_hashes/
DExtension_files.json4 "scripts/cl.xml":
6 "scripts/egl.xml":
8 "scripts/egl_angle_ext.xml":
10 "scripts/extension_data/intel_630_linux.json":
12 "scripts/extension_data/intel_630_win10.json":
14 "scripts/extension_data/nvidia_p400_linux.json":
16 "scripts/extension_data/nvidia_p400_win10.json":
18 "scripts/extension_data/pixel_4_android_11.json":
20 "scripts/extension_data/swiftshader_win10.json":
22 "scripts/extension_data/swiftshader_win10_gles1.json":
[all …]
/third_party/node/deps/npm/docs/content/using-npm/
Dscripts.md2 title: scripts
4 description: How npm handles the "scripts" field
9 The `"scripts"` property of your `package.json` file supports a number
10 of built-in scripts and their preset life cycle events as well as
11 arbitrary scripts. These all can be executed by running
14 `myscript`, `postmyscript`). Scripts from dependencies can be run with
17 ### Pre & Post Scripts
19 To create "pre" or "post" scripts for any scripts defined in the
20 `"scripts"` section of the `package.json`, simply create another script
25 "scripts": {
[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/libpng/
DMakefile.am12 ACLOCAL_AMFLAGS = -I scripts
59 # Generally these are single line shell scripts to run a test with a particular
82 # generate the -config scripts if required
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
[all …]
/third_party/toybox/porting/liteos_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/install.sh --uninstall
[all …]
/third_party/icu/icu4c/source/test/cintltst/
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, num, err); // Sherpa in TestUScriptCodeAPI()
172 num = uscript_getCode("ja", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
173 assertEqualScripts("ja scripts: Kana Hira Hani", in TestUScriptCodeAPI()
[all …]
/third_party/mbedtls/tests/
DCMakeLists.txt24 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
36 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_ecp_tests.py
48 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_psa_tests.py
84 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
87 ${CMAKE_CURRENT_SOURCE_DIR}/../tests/scripts/generate_bignum_tests.py
88 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_common.py
89 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_core.py
90 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod_raw.py
91 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/bignum_mod.py
92 ${CMAKE_CURRENT_SOURCE_DIR}/../scripts/mbedtls_dev/test_case.py
[all …]
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_dev/bignum_core.py
[all …]
/third_party/brotli/
Dbackport-Revert-Add-runtime-linker-path-to-pkg-config-files.patch9 scripts/libbrotlicommon.pc.in | 2 +-
10 scripts/libbrotlidec.pc.in | 2 +-
11 scripts/libbrotlienc.pc.in | 2 +-
14 diff --git a/scripts/libbrotlicommon.pc.in b/scripts/libbrotlicommon.pc.in
16 --- a/scripts/libbrotlicommon.pc.in
17 +++ b/scripts/libbrotlicommon.pc.in
25 diff --git a/scripts/libbrotlidec.pc.in b/scripts/libbrotlidec.pc.in
27 --- a/scripts/libbrotlidec.pc.in
28 +++ b/scripts/libbrotlidec.pc.in
37 diff --git a/scripts/libbrotlienc.pc.in b/scripts/libbrotlienc.pc.in
[all …]
/third_party/toybox/
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/install.sh --uninstall
[all …]
/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/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/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/node/deps/npm/docs/content/commands/
Dnpm-run-script.md4 description: Run arbitrary package scripts
17 This runs an arbitrary command from a package's `"scripts"` object. If no
18 `"command"` is provided, it will list the available scripts.
21 can be called directly, as well. When the scripts in the package are
23 directly-run scripts.
43 `node_modules/.bin` to the `PATH` provided to scripts. Any binaries
49 "scripts": {"test": "tap test/*.js"}
55 "scripts": {"test": "node_modules/.bin/tap test/*.js"}
65 Scripts are run from the root of the package folder, regardless of what the
82 arbitrary command from a package's `"scripts"` object in the context of the
[all …]
/third_party/libpng/
Dlibpng-1.6.38.tar.gzpax_global_header libpng-1.6.38/ libpng-1.6.38/.appveyor.yml libpng- ...

12345678910>>...139