Home
last modified time | relevance | path

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

12345678910>>...382

/aosp_15_r20/external/mbedtls/tests/scripts/
H A Dall.sh60 # script -c tests/scripts/all.sh
62 # tests/scripts/all.sh >all.log 2>&1
139 # suffix from auxiliary scripts so that all.sh and auxiliary scripts can
813 "$@" scripts/output_env.sh
842 # supported by scripts/config.py (for example, "full"). This selects
856 # calling scripts/config.py on this file remains the only option.
878 scripts/config.py "$base_config"
882 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
886 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_STREAM_CIPHER
887 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_ECB_NO_PADDING
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/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/config.py "$base_config"
898 scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG
[all …]
H A 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 …]
/aosp_15_r20/external/icu/icu4c/source/data/misc/
H A DsupplementalData.txt12028 scripts{"Latn"}
12039 scripts{"Cyrl"}
12047 scripts{"Cyrl"}
12052 scripts{"Latn"}
12060 scripts{"Latn"}
12068 scripts{"Latn"}
12076 scripts{"Latn"}
12081 scripts{"Cyrl"}
12089 scripts{"Avst"}
12094 scripts{"Arab"}
[all …]
/aosp_15_r20/external/cronet/third_party/icu/source/data/misc/
H A DsupplementalData.txt11990 scripts{"Latn"}
12001 scripts{"Cyrl"}
12009 scripts{"Cyrl"}
12014 scripts{"Latn"}
12022 scripts{"Latn"}
12030 scripts{"Latn"}
12038 scripts{"Latn"}
12043 scripts{"Cyrl"}
12051 scripts{"Avst"}
12056 scripts{"Arab"}
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/ea/
Dea791f802cd170c742fc9d3ee749581c9df9a5ee972 from: "system/extras/simpleperf/scripts/Android.bp"
973 to: "system/extras/simpleperf/scripts/Android.bp"
976 from: "system/extras/simpleperf/scripts/CONTRIBUTING.md"
977 to: "system/extras/simpleperf/scripts/CONTRIBUTING.md"
980 from: "system/extras/simpleperf/scripts/__init__.py"
981 to: "system/extras/simpleperf/scripts/__init__.py"
984 from: "system/extras/simpleperf/scripts/annotate.py"
985 to: "system/extras/simpleperf/scripts/annotate.py"
988 from: "system/extras/simpleperf/scripts/api_profiler.py"
989 to: "system/extras/simpleperf/scripts/api_profiler.py"
[all …]
/aosp_15_r20/external/cldr/common/supplemental/
H A DsupplementalData.xml1278 <language type="aa" scripts="Latn"/>
1280 <language type="ab" scripts="Cyrl"/>
1282 <language type="abq" scripts="Cyrl"/>
1283 <language type="abr" scripts="Latn"/>
1285 <language type="ace" scripts="Latn"/>
1287 <language type="ach" scripts="Latn"/>
1289 <language type="ada" scripts="Latn"/>
1290 <language type="ady" scripts="Cyrl"/>
1292 <language type="ae" scripts="Avst" alt="secondary"/>
1293 <language type="aeb" scripts="Arab"/>
[all …]
/aosp_15_r20/external/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()
163 UScriptCode scripts[5]; in TestUScriptCodeAPI() local
169 num = uscript_getCode("tg", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
170 assertEqualScripts("tg script: Cyrl", CYRILLIC, 1, scripts, num, err); // Tajik in TestUScriptCodeAPI()
172 num = uscript_getCode("xsr", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
173 assertEqualScripts("xsr script: Deva", DEVANAGARI, 1, scripts, num, err); // Sherpa in TestUScriptCodeAPI()
177 num = uscript_getCode("ja", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
178 assertEqualScripts("ja scripts: Kana Hira Hani", in TestUScriptCodeAPI()
[all …]
/aosp_15_r20/external/cronet/third_party/icu/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()
163 UScriptCode scripts[5]; in TestUScriptCodeAPI() local
169 num = uscript_getCode("tg", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
170 assertEqualScripts("tg script: Cyrl", CYRILLIC, 1, scripts, num, err); // Tajik in TestUScriptCodeAPI()
172 num = uscript_getCode("xsr", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
173 assertEqualScripts("xsr script: Deva", DEVANAGARI, 1, scripts, num, err); // Sherpa in TestUScriptCodeAPI()
177 num = uscript_getCode("ja", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
178 assertEqualScripts("ja scripts: Kana Hira Hani", in TestUScriptCodeAPI()
[all …]
/aosp_15_r20/external/libpng/
H A DMakefile.am12 ACLOCAL_AMFLAGS = -I scripts/autoconf
71 # Generally these are single line shell scripts to run a test with a particular
96 # generate the -config scripts if required
186 ${srcdir}/ci ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \
190 SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk
222 scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h
223 scripts/prefix.out: png.h pngconf.h pnglibconf.out
224 scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuilt
225 scripts/intprefix.out: pnglibconf.h
227 libpng.sym: scripts/sym.out
[all …]
H A DCMakeLists.txt14 # the accompanying file scripts/cmake/AUTHORS.md
321 # Check if LD supports linker scripts.
358 # known to work with our scripts, then fall back to the system awk.
368 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/scripts/pnglibconf.h.prebuilt
372 # Copy the awk scripts, converting their line endings to Unix (LF)
373 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/scripts/checksym.awk
374 ${CMAKE_CURRENT_BINARY_DIR}/scripts/checksym.awk
377 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/scripts/options.awk
378 ${CMAKE_CURRENT_BINARY_DIR}/scripts/options.awk
381 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/scripts/dfn.awk
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/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_dev/bignum_core.py
[all …]
H A 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 …]
/aosp_15_r20/external/angle/infra/specs/
H A Dtest_suites.pyl83 'script': '//scripts/angle_deqp_test_merge.py',
101 'script': '//scripts/angle_deqp_test_merge.py',
121 'script': '//scripts/angle_deqp_test_merge.py',
137 'script': '//scripts/angle_deqp_test_merge.py',
160 'script': '//scripts/angle_deqp_test_merge.py',
176 'script': '//scripts/angle_deqp_test_merge.py',
192 'script': '//scripts/angle_deqp_test_merge.py',
207 'script': '//scripts/angle_deqp_test_merge.py',
230 'script': '//scripts/angle_deqp_test_merge.py',
245 'script': '//scripts/angle_deqp_test_merge.py',
[all …]
H A Dangle.json13 "script": "//scripts/angle_deqp_test_merge.py"
40 "script": "//scripts/angle_deqp_test_merge.py"
67 "script": "//scripts/angle_deqp_test_merge.py"
93 "script": "//scripts/angle_deqp_test_merge.py"
119 "script": "//scripts/angle_deqp_test_merge.py"
146 "script": "//scripts/angle_deqp_test_merge.py"
172 "script": "//scripts/angle_deqp_test_merge.py"
198 "script": "//scripts/angle_deqp_test_merge.py"
228 "script": "//scripts/angle_deqp_test_merge.py"
257 "script": "//scripts/angle_deqp_test_merge.py"
[all …]
/aosp_15_r20/external/mbedtls/tests/
H A 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 …]
H A DMakefile78 $(PYTHON) scripts/generate_bignum_tests.py --list || \
82 $(error "$(PYTHON) scripts/generate_bignum_tests.py --list" failed)
85 $(PYTHON) scripts/generate_ecp_tests.py --list || \
89 $(error "$(PYTHON) scripts/generate_ecp_tests.py --list" failed)
92 $(PYTHON) scripts/generate_psa_tests.py --list || \
96 $(error "$(PYTHON) scripts/generate_psa_tests.py --list" failed)
109 generated_bignum_test_data: scripts/generate_bignum_tests.py
110 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_common.py
111 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_core.py
112 generated_bignum_test_data: ../scripts/mbedtls_dev/bignum_mod_raw.py
[all …]
/aosp_15_r20/external/executorch/.github/workflows/
H A Dtrunk.yml13 - .ci/scripts/**
37 …PYTHONPATH="${PWD}" python .ci/scripts/gather_test_models.py --target-os macos --event "${GITHUB_E…
58 bash .ci/scripts/setup-conda.sh
60 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
62 …PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL…
80 bash .ci/scripts/setup-conda.sh
82 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
102 bash .ci/scripts/setup-conda.sh
104 PYTHON_EXECUTABLE=python ${CONDA_RUN} bash .ci/scripts/setup-macos.sh "${BUILD_TOOL}"
128 PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh "${BUILD_TOOL}"
[all …]
/aosp_15_r20/external/pytorch/.github/workflows/
H A Dgenerated-windows-binary-conda-nightly.yml4 # Generation script: .github/scripts/generate_ci_workflows.py
120 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
124 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_build.sh"
138 .github\scripts\wait_for_ssh_to_drain.ps1
144 .github\scripts\kill_active_ssh_sessions.ps1
236 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
240 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh"
247 .github\scripts\wait_for_ssh_to_drain.ps1
253 .github\scripts\kill_active_ssh_sessions.ps1
361 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
[all …]
H A Dgenerated-windows-binary-libtorch-debug-nightly.yml4 # Generation script: .github/scripts/generate_ci_workflows.py
50 # This is a dummy value for libtorch to work correctly with our batch scripts
124 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
128 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_build.sh"
142 .github\scripts\wait_for_ssh_to_drain.ps1
148 .github\scripts\kill_active_ssh_sessions.ps1
165 # This is a dummy value for libtorch to work correctly with our batch scripts
244 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
248 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh"
255 .github\scripts\wait_for_ssh_to_drain.ps1
[all …]
H A Dgenerated-windows-binary-libtorch-release-nightly.yml4 # Generation script: .github/scripts/generate_ci_workflows.py
50 # This is a dummy value for libtorch to work correctly with our batch scripts
124 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
128 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_build.sh"
142 .github\scripts\wait_for_ssh_to_drain.ps1
148 .github\scripts\kill_active_ssh_sessions.ps1
165 # This is a dummy value for libtorch to work correctly with our batch scripts
244 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
248 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh"
255 .github\scripts\wait_for_ssh_to_drain.ps1
[all …]
H A Dgenerated-windows-binary-wheel-nightly.yml4 # Generation script: .github/scripts/generate_ci_workflows.py
121 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
125 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_build.sh"
139 .github\scripts\wait_for_ssh_to_drain.ps1
145 .github\scripts\kill_active_ssh_sessions.ps1
237 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
241 "${PYTORCH_ROOT}/.circleci/scripts/binary_windows_test.sh"
248 .github\scripts\wait_for_ssh_to_drain.ps1
254 .github\scripts\kill_active_ssh_sessions.ps1
363 "${PYTORCH_ROOT}/.circleci/scripts/binary_populate_env.sh"
[all …]
/aosp_15_r20/external/cronet/net/data/ssl/scripts/
H A Dgenerate-test-certs.sh220 -config ../scripts/ee.cnf -newkey rsa:2048 -text \
225 -config ../scripts/ee.cnf -newkey rsa:2048 -text \
230 -config ../scripts/ee.cnf -newkey rsa:2048 -text \
235 -config ../scripts/ee.cnf -newkey rsa:2048 -text \
241 -config ../scripts/ee.cnf -newkey rsa:2048 -text \
245 openssl req -config ../scripts/ee.cnf \
259 openssl req -config ../scripts/ee.cnf \
270 openssl req -config ../scripts/ee.cnf \
281 openssl req -config ../scripts/ee.cnf \
292 openssl req -config ../scripts/ee.cnf \
[all …]
/aosp_15_r20/external/libpng/scripts/cmake/
H A Dgensrc.cmake.in24 if(OUTPUT STREQUAL "scripts/pnglibconf.c")
25 # Generate scripts/pnglibconf.c
30 COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
33 "${SRCDIR}/scripts/pnglibconf.dfa"
40 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
49 file(MAKE_DIRECTORY "${BINDIR}/scripts")
50 file(RENAME "pnglibconf.tf7" "${BINDIR}/scripts/pnglibconf.c")
57 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
59 ${SRCDIR}/pngconf.h ${SRCDIR}/scripts/pnglibconf.dfa
67 execute_process(COMMAND "${AWK}" -f "${SRCDIR}/scripts/options.awk"
[all …]
/aosp_15_r20/external/libcups/
H A Dconfigure.ac17 sinclude(config-scripts/cups-opsys.m4)
18 sinclude(config-scripts/cups-common.m4)
19 sinclude(config-scripts/cups-directories.m4)
20 sinclude(config-scripts/cups-manpages.m4)
22 sinclude(config-scripts/cups-sharedlibs.m4)
23 sinclude(config-scripts/cups-libtool.m4)
24 sinclude(config-scripts/cups-compiler.m4)
26 sinclude(config-scripts/cups-network.m4)
27 sinclude(config-scripts/cups-poll.m4)
28 sinclude(config-scripts/cups-gssapi.m4)
[all …]

12345678910>>...382