HomeSort by relevance Sort by last modified time
    Searched full:scripts (Results 51 - 75 of 3071) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/deps/graphics/graphics_test_extension/
manifest.json 8 "scripts": ["background.js"],
  /external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
manifest.json 9 "scripts": ["tcp-server.js", "commands/BrowserCommands.js", "main.js"]
  /external/autotest/server/cros/ap_configurators/basic_auth_extension/
manifest.json 12 "scripts": ["background.js"]
  /external/ceres-solver/docs/source/
CMakeLists.txt 15 "${CMAKE_SOURCE_DIR}/scripts/make_docs.py"
  /external/chromium-trace/catapult/third_party/gsutil/
MANIFEST.in 12 recursive-include scripts *
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
.gitignore 20 scripts/local_test_setup
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/benchmark/
package.json 6 "scripts": {
  /external/e2fsprogs/debian/
e2fsck-static.preinst 15 # generated by other debhelper scripts.
e2fsprogs.preinst 15 # generated by other debhelper scripts.
  /external/glide/
.travis.yml 11 - scripts/travis-sonatype-publish.sh
  /external/icu/icu4c/source/test/cintltst/
cucdapi.c 14 static void scriptsToString(const UScriptCode scripts[], int32_t length, char s[]) {
17 strcpy(s, "(no scripts)");
25 strcat(s, uscript_getShortName(scripts[i]));
155 UScriptCode scripts[5]; local
161 num = uscript_getCode("tg", scripts, UPRV_LENGTHOF(scripts), &err);
162 assertEqualScripts("tg script: Cyrl", CYRILLIC, 1, scripts, num, err); // Tajik
164 num = uscript_getCode("xsr", scripts, UPRV_LENGTHOF(scripts), &err);
165 assertEqualScripts("xsr script: Deva", DEVANAGARI, 1, scripts, num, err); // Sherp
545 UScriptCode scripts[20]; local
    [all...]
  /external/jacoco/org.jacoco.build/
publish.sh 11 ssh $USERNAME,eclemma@shell.sourceforge.net '/home/project-web/eclemma/scripts/publish-jacoco-snapshot.sh'
  /external/selinux/libsemanage/include/
Makefile 12 ../../scripts/Lindent $(wildcard semanage/*.h)
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
README 1 These are sample configurations used with the test scripts located in the
  /ndk/tests/build/multi-abi/
README 6 This failed in NDK r6 due to a bug in the build scripts.
  /external/libpng/scripts/
pnglibconf.mak 5 # 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 $(srcdir)/pngusr.dfa $(DFA_XTRA)
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>&
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install_scripts.py 4 Python scripts."""
17 description = "install scripts (Python or otherwise)"
20 ('install-dir=', 'd', "directory to install scripts to"),
49 # all the scripts we just installed.
59 return self.distribution.scripts or []
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install_scripts.py 4 Python scripts."""
17 description = "install scripts (Python or otherwise)"
20 ('install-dir=', 'd', "directory to install scripts to"),
49 # all the scripts we just installed.
59 return self.distribution.scripts or []
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 4 Python scripts."""
17 description = "install scripts (Python or otherwise)"
20 ('install-dir=', 'd', "directory to install scripts to"),
49 # all the scripts we just installed.
59 return self.distribution.scripts or []
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install_scripts.py 4 Python scripts."""
17 description = "install scripts (Python or otherwise)"
20 ('install-dir=', 'd', "directory to install scripts to"),
49 # all the scripts we just installed.
59 return self.distribution.scripts or []
  /external/autotest/client/tests/dbt2/
dbt2.py 40 (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/autotest/client/tests/bash_shared_mapping/
ext3-tools.tar.gz 
  /external/autotest/client/tests/fsx/
ext3-tools.tar.gz 
  /external/icu/icu4c/source/i18n/
identifier_info.h 32 * <li>call getScripts for the specific scripts in the identifier. The identifier contains at least one character in
36 * <li>call getCommonAmongAlternates to find out if any scripts are common to all the alternates.
104 * Get the scripts found in the identifiers.
106 * @return the set of explicit scripts.
112 * Get the set of alternate scripts found in the identifiers. That is, when a character can be in two scripts, then
113 * the set consisting of those scripts will be returned.
127 * @return the set of explicit scripts.
133 * Find out which scripts are in common among the alternates.
135 * @return the set of scripts that are in common among the alternates
    [all...]
  /external/autotest/client/tests/reaim/
osdl-aim-7.0.1.13.tar.gz 

Completed in 622 milliseconds

1 23 4 5 6 7 8 91011>>