Home
last modified time | relevance | path

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

12345678910>>...103

/external/autotest/client/tests/dbt2/
Ddbt2-0.39.tar.bz2 ... /scripts/mix_analyzer.pl dbt2-0.39/scripts/notpm.input dbt2-0.39/scripts/ ...
Ddbt2.py40 (self.resultsdir, self.srcdir + '.mysql/scripts/output'))
42 (self.resultsdir, self.srcdir + '.pgsql/scripts/output'))
58 utils.system(self.srcdir + '.mysql/scripts/mysql/build_db.sh -g -w 1')
59 utils.system(self.srcdir + '.mysql/scripts/run_workload.sh ' + args)
70 utils.system(self.srcdir + '.pgsql/scripts/pgsql/build_db.sh -g -w 1')
71 utils.system(self.srcdir + '.pgsql/scripts/run_workload.sh ' + args)
75 utils.system(self.srcdir + '.pgsql/scripts/pgsql/start_db.sh')
76 utils.system(self.srcdir + '.pgsql/scripts/pgsql/drop_db.sh')
77 utils.system(self.srcdir + '.pgsql/scripts/pgsql/stop_db.sh')
/external/mesa3d/src/gallium/drivers/swr/
DMakefile.am36 -I$(builddir)/rasterizer/scripts \
41 -I$(srcdir)/rasterizer/scripts \
56 rasterizer/scripts/gen_knobs.cpp \
57 rasterizer/scripts/gen_knobs.h \
68 swr_context_llvm.h: rasterizer/jitter/scripts/gen_llvm_types.py swr_context.h
70 $(srcdir)/rasterizer/jitter/scripts/gen_llvm_types.py \
74 rasterizer/scripts/gen_knobs.cpp: rasterizer/scripts/gen_knobs.py rasterizer/scripts/knob_defs.py r…
77 $(srcdir)/rasterizer/scripts/gen_knobs.py \
78 --input $(srcdir)/rasterizer/scripts/templates/knobs.template \
79 --output rasterizer/scripts/gen_knobs.cpp \
[all …]
DSConscript57 target = 'rasterizer/scripts/gen_knobs.cpp',
58 script = swrroot + 'rasterizer/scripts/gen_knobs.py',
59 source = 'rasterizer/scripts/templates/knobs.template',
64 target = 'rasterizer/scripts/gen_knobs.h',
65 script = swrroot + 'rasterizer/scripts/gen_knobs.py',
66 source = 'rasterizer/scripts/templates/knobs.template',
72 script = swrroot + 'rasterizer/jitter/scripts/gen_llvm_types.py',
79 script = swrroot + 'rasterizer/jitter/scripts/gen_llvm_ir_macros.py',
86 script = swrroot + 'rasterizer/jitter/scripts/gen_llvm_ir_macros.py',
93 script = swrroot + 'rasterizer/jitter/scripts/gen_llvm_ir_macros.py',
[all …]
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt10784 scripts{"Latn"}
10795 scripts{"Cyrl"}
10803 scripts{"Cyrl"}
10808 scripts{"Latn"}
10816 scripts{"Latn"}
10824 scripts{"Latn"}
10832 scripts{"Latn"}
10837 scripts{"Cyrl"}
10845 scripts{"Avst"}
10850 scripts{"Arab"}
[all …]
/external/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
146 ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \
150 SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk
182 scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h
183 scripts/prefix.out: png.h pngconf.h pnglibconf.out
184 scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuilt
185 scripts/intprefix.out: pnglibconf.h
187 libpng.sym: scripts/sym.out
[all …]
DCMakeLists.txt81 # Check if LD supports linker scripts.
150 configure_file(${CMAKE_CURRENT_SOURCE_DIR}/scripts/pnglibconf.h.prebuilt
173 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/genchk.cmake"
196 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/genout.cmake"
215 -P "${CMAKE_CURRENT_BINARY_DIR}/scripts/gensrc.cmake"
229 # Generate scripts/pnglibconf.h
230 generate_source(OUTPUT "scripts/pnglibconf.c"
231 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/scripts/pnglibconf.dfa"
232 "${CMAKE_CURRENT_SOURCE_DIR}/scripts/options.awk"
237 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/scripts/pnglibconf.dfa"
[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/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 …]
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 …
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/options.awk out="pnglibconf.tmp" pnglibconf.pre 1>&2
/external/toybox/
DMakefile6 # used when scripts/make.sh and care called through "make".
16 toybox_stuff: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*.h toys/*/*.c scripts/*.sh
19 scripts/make.sh
30 generated/Config.in: toys/*/*.c scripts/genconfig.sh
31 scripts/genconfig.sh
38 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
41 scripts/install.sh --symlink --force
44 scripts/install.sh --symlink --force --airlock
47 scripts/install.sh --long --symlink --force
50 scripts/install.sh --uninstall
[all …]
/external/autotest/client/tests/reaim/
Dosdl-aim-7.0.1.13.tar.gz ... /string_to_tokens.c osdl-aim-7/scripts/ osdl-aim-7/scripts/true ...
/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/googletest/googlemock/
DMakefile.am11 DISTCLEANFILES = scripts/gmock-config
135 # Pump scripts for generating Google Mock headers.
146 EXTRA_DIST += scripts/fuse_gmock_files.py
150 scripts/generator/LICENSE \
151 scripts/generator/README \
152 scripts/generator/README.cppclean \
153 scripts/generator/cpp/__init__.py \
154 scripts/generator/cpp/ast.py \
155 scripts/generator/cpp/gmock_class.py \
156 scripts/generator/cpp/keywords.py \
[all …]
/external/v8/testing/gmock/
DMakefile.am11 DISTCLEANFILES = scripts/gmock-config
132 # Pump scripts for generating Google Mock headers.
142 EXTRA_DIST += scripts/fuse_gmock_files.py
146 scripts/generator/LICENSE \
147 scripts/generator/README \
148 scripts/generator/README.cppclean \
149 scripts/generator/cpp/__init__.py \
150 scripts/generator/cpp/ast.py \
151 scripts/generator/cpp/gmock_class.py \
152 scripts/generator/cpp/keywords.py \
[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/google-breakpad/src/testing/
DMakefile.am11 DISTCLEANFILES = scripts/gmock-config
129 # Pump scripts for generating Google Mock headers.
139 EXTRA_DIST += scripts/fuse_gmock_files.py
143 scripts/generator/LICENSE \
144 scripts/generator/README \
145 scripts/generator/README.cppclean \
146 scripts/generator/cpp/__init__.py \
147 scripts/generator/cpp/ast.py \
148 scripts/generator/cpp/gmock_class.py \
149 scripts/generator/cpp/keywords.py \
[all …]
/external/autotest/client/tests/fsx/
Dext3-tools.tar.gz
/external/autotest/client/tests/fsstress/
Dext3-tools.tar.gz
/external/autotest/client/tests/bash_shared_mapping/
Dext3-tools.tar.gz ... /scripts/CVS/Root ext3-tools/scripts/CVS/Repository ext3-tools/scripts/ ...
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
DScriptStorageAdapter.java36 * Manages storage and retrieval of scripts on the file system.
70 List<File> scripts = Arrays.asList(dir.listFiles()); in listAllScripts() local
71 Collections.sort(scripts, new Comparator<File>() { in listAllScripts()
82 return scripts; in listAllScripts()
94 List<File> scripts = new LinkedList<File>(listAllScripts(directory)); in listExecutableScripts() local
96 for (Iterator<File> it = scripts.iterator(); it.hasNext();) { in listExecutableScripts()
106 return scripts; in listExecutableScripts()
117 List<File> scripts = new LinkedList<File>(); in listExecutableScriptsRecursively() local
124 scripts.addAll(listExecutableScriptsRecursively(file, config)); in listExecutableScriptsRecursively()
128 scripts.add(file); in listExecutableScriptsRecursively()
[all …]
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage9 a set of scripts be supplied to it for any particular job. For more
12 https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/bin…
14 This particular set of scripts is designed to work wtih
62 FILES AND SCRIPTS:
64 boot_test.sh - One of two possible test scripts used to determine
85 interactive_test.sh - One of two possible scripts used to determine
95 necessary scripts (see below).
104 GENERATED SCRIPTS:
124 PREREQUISITES FOR USING THESE SCRIPTS (inside the chroot):
144 USING THESE SCRIPTS FOR BINARY TRIAGE OF PACKAGES:
[all …]
/external/toolchain-utils/binary_search_tool/android/
DREADME.android9 a set of scripts be supplied to it for any particular job. For more
12 https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/bin…
14 This particular set of scripts is designed to work wtih
60 FILES AND SCRIPTS:
64 boot_test.sh - One of two possible test scripts used to determine
80 interactive_test.sh - One of two possible scripts used to determine
99 GENERATED SCRIPTS:
114 PREREQUISITES FOR USING THESE SCRIPTS:
150 USING THESE SCRIPTS FOR BINARY TRIAGE OF OBJECTS:
152 To use these scripts, you must first run setup.sh, passing it the path to your
[all …]
/external/autotest/client/tests/connectathon/
Dconnectathon.tar.bz2 ... /scripts/basic2.bat connectathon/basic/scripts/basic3.bat connectathon/basic/scripts/ ...
/external/vboot_reference/
D.gitignore5 scripts/newbitmaps/default_source/*.bmp
6 scripts/newbitmaps/images/out_*
7 scripts/newbitmaps/lib/*.pyc
8 scripts/newbitmaps/strings/font
9 scripts/newbitmaps/strings/*.png
10 scripts/newbitmaps/strings/localized_text/*/*.png

12345678910>>...103