Home
last modified time | relevance | path

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

12345678910>>...149

/external/autotest/client/tests/dbt2/
Ddbt2-0.39.tar.bz2 ... /scripts/mix_analyzer.pl dbt2-0.39/scripts/notpm.input dbt2-0.39/scripts/ ...
/external/google-fruit/
D.travis.yml2 # This file was auto-generated from extras/scripts/travis_yml_generator.py, DO NOT EDIT
14 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c…
16 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi…
20 …install: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/travis_c…
22 …script: export OS=linux; export COMPILER='gcc-10'; export UBUNTU='20.10'; extras/scripts/postsubmi…
27 export UBUNTU='20.10'; extras/scripts/travis_ci_install_linux.sh
30 export UBUNTU='20.10'; extras/scripts/postsubmit.sh ReleasePlain
34 export UBUNTU='20.10'; extras/scripts/travis_ci_install_linux.sh
37 export UBUNTU='20.10'; extras/scripts/postsubmit.sh DebugAsanUbsan
41 export UBUNTU='20.10'; extras/scripts/travis_ci_install_linux.sh
[all …]
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt11587 scripts{"Latn"}
11598 scripts{"Cyrl"}
11606 scripts{"Cyrl"}
11611 scripts{"Latn"}
11619 scripts{"Latn"}
11627 scripts{"Latn"}
11635 scripts{"Latn"}
11640 scripts{"Cyrl"}
11648 scripts{"Avst"}
11653 scripts{"Arab"}
[all …]
/external/libcups/
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 …]
/external/libpng/
DMakefile.am12 ACLOCAL_AMFLAGS = -I scripts
59 # Generally these are single line shell scripts to run a test with a particular
83 # generate the -config scripts if required
153 ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \
157 SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk
189 scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h
190 scripts/prefix.out: png.h pngconf.h pnglibconf.out
191 scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuilt
192 scripts/intprefix.out: pnglibconf.h
194 libpng.sym: scripts/sym.out
[all …]
DCMakeLists.txt208 # Check if LD supports linker scripts.
277 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/scripts/pnglibconf.h.prebuilt
300 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/genchk.cmake"
323 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/genout.cmake"
342 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/gensrc.cmake"
356 # Generate scripts/pnglibconf.h
357 generate_source(OUTPUT "scripts/pnglibconf.c"
358 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/scripts/pnglibconf.dfa"
359 "${CMAKE_CURRENT_SOURCE_DIR}/scripts/options.awk"
364 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/scripts/pnglibconf.dfa"
[all …]
/external/angle/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 …]
Dtest_suites.pyl23 'script': '//scripts/angle_deqp_test_merge.py',
40 'script': '//scripts/angle_deqp_test_merge.py',
62 # 'script': '//scripts/angle_deqp_test_merge.py',
77 'script': '//scripts/angle_deqp_test_merge.py',
101 'script': '//scripts/angle_deqp_test_merge.py',
119 'script': '//scripts/angle_deqp_test_merge.py',
134 'script': '//scripts/angle_deqp_test_merge.py',
159 # 'script': '//scripts/angle_deqp_test_merge.py',
176 'script': '//scripts/angle_deqp_test_merge.py',
200 'script': '//scripts/angle_deqp_test_merge.py',
[all …]
/external/toybox/
DMakefile6 # used when scripts/make.sh and care called through "make".
16 toybox generated/unstripped/toybox: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh Con…
17 scripts/make.sh
33 generated/Config.in: toys/*/*.c scripts/genconfig.sh
34 scripts/genconfig.sh
41 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
44 scripts/install.sh --symlink --force
47 scripts/install.sh --symlink --force --airlock
50 scripts/install.sh --long --symlink --force
53 scripts/install.sh --uninstall
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcucdapi.c16 static void scriptsToString(const UScriptCode scripts[], int32_t length, char s[]) { in scriptsToString() argument
19 strcpy(s, "(no scripts)"); in scriptsToString()
27 strcat(s, uscript_getShortName(scripts[i])); in scriptsToString()
157 UScriptCode scripts[5]; in TestUScriptCodeAPI() local
163 num = uscript_getCode("tg", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
164 assertEqualScripts("tg script: Cyrl", CYRILLIC, 1, scripts, num, err); // Tajik in TestUScriptCodeAPI()
166 num = uscript_getCode("xsr", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
167 assertEqualScripts("xsr script: Deva", DEVANAGARI, 1, scripts, num, err); // Sherpa in TestUScriptCodeAPI()
171 num = uscript_getCode("ja", scripts, UPRV_LENGTHOF(scripts), &err); in TestUScriptCodeAPI()
172 assertEqualScripts("ja scripts: Kana Hira Hani", in TestUScriptCodeAPI()
[all …]
/external/cldr/common/supplemental/
DsupplementalData.xml1272 <language type="aa" scripts="Latn"/>
1274 <language type="ab" scripts="Cyrl"/>
1276 <language type="abq" scripts="Cyrl"/>
1277 <language type="abr" scripts="Latn"/>
1279 <language type="ace" scripts="Latn"/>
1281 <language type="ach" scripts="Latn"/>
1283 <language type="ada" scripts="Latn"/>
1284 <language type="ady" scripts="Cyrl"/>
1286 <language type="ae" scripts="Avst" alt="secondary"/>
1287 <language type="aeb" scripts="Arab"/>
[all …]
/external/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 …]
/external/autotest/client/tests/reaim/
Dosdl-aim-7.0.1.13.tar.gz
/external/google-fonts/lato/
DMETADATA.pb13 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
22 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
31 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
40 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
49 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
58 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
67 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
76 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
85 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
94 …ame \"Lato\". Licensed under the SIL Open Font License, Version 1.1 (http://scripts.sil.org/OFL). "
[all …]
/external/python/cpython2/Doc/library/
Dcgihttpserver.rst6 scripts.
18 run CGI scripts.
22 This module can run CGI scripts on Unix and Windows systems.
26 CGI scripts run by the :class:`CGIHTTPRequestHandler` class cannot execute
35 This class is used to serve either files or output of CGI scripts from the
43 scripts.
45 The :func:`do_GET` and :func:`do_HEAD` functions are modified to run CGI scripts
55 treat as containing CGI scripts.
63 scripts. Error 501, "Can only POST to CGI scripts", is output when trying
66 Note that CGI scripts will be run with UID of user nobody, for security reasons.
/external/angle/scripts/code_generation_hashes/
Dproc_table.json2 "scripts/cl.xml":
4 "scripts/egl.xml":
6 "scripts/egl_angle_ext.xml":
8 "scripts/gen_proc_table.py":
10 "scripts/gl.xml":
12 "scripts/gl_angle_ext.xml":
14 "scripts/registry_xml.py":
16 "scripts/wgl.xml":
DGL_EGL_WGL_loader.json2 "scripts/cl.xml":
4 "scripts/egl.xml":
6 "scripts/egl_angle_ext.xml":
8 "scripts/generate_loader.py":
10 "scripts/gl.xml":
12 "scripts/gl_angle_ext.xml":
14 "scripts/registry_xml.py":
16 "scripts/wgl.xml":
/external/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
/external/harfbuzz_ng/docs/
Dusermanual-shaping-concepts.xml19 For some writing systems (or <emphasis>scripts</emphasis>) and
25 But, for <emphasis>complex scripts</emphasis>, any combination of
39 <section id="complex-scripts">
40 <title>Complex scripts</title>
42 In text-shaping terminology, scripts are generally classified as
46 Complex scripts are those for which transforming the input
53 In some complex scripts, the shaping rules require that a text
55 applied. Other complex scripts may apply shaping operations over
60 Non-complex scripts, by definition, do not require these
142 scripts may use contextual positioning operations to
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/testcases/
Druby__v1.0.13 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
4 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
5 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
6 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
7 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
8 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
9 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
10 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
11 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
12 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
[all …]
/external/grpc-grpc/tools/interop_matrix/testcases/
Druby__v1.0.13 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
4 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
5 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
6 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
7 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
8 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
9 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
10 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
11 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
12 …r/local/git/grpc --net=host $docker_image bash -c "source /usr/local/rvm/scripts/rvm && ruby src/r…
[all …]
/external/autotest/client/tests/tiobench/
Dtiobench-0.3.3.tar.bz2 ... /tiosum.pl tiobench-0.3.3/scripts/ tiobench-0.3.3/scripts/CVS ...
/external/autotest/client/tests/fsx/
Dext3-tools.tar.gz ... /scripts/CVS/Root ext3-tools/scripts/CVS/Repository ext3-tools/scripts/ ...
/external/autotest/client/tests/bash_shared_mapping/
Dext3-tools.tar.gz
/external/autotest/client/tests/fsstress/
Dext3-tools.tar.gz

12345678910>>...149