/docs/source.android.com/scripts/ |
build2stage.sh | 4 # From directory {root}/docs/source.android.com/scripts run: 11 echo 'Please run this script from the docs/source.android.com/scripts directory ' \ 12 ' branch/docs/source.android.com/scripts'
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/templates/ |
web-animations.js | 17 var scripts = document.getElementsByTagName('script'); 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
web-animations-next-lite.dev.js | 17 var scripts = document.getElementsByTagName('script'); 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
|
web-animations-next.dev.js | 17 var scripts = document.getElementsByTagName('script'); 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
|
web-animations.dev.js | 17 var scripts = document.getElementsByTagName('script'); 18 var location = scripts[scripts.length - 1].src.replace(/[^\/]+$/, '');
|
/external/icu/icu4c/source/extra/uconv/ |
uconv.vcxproj.filters | 16 <Filter Include="Build Scripts"> 42 <Filter>Build Scripts</Filter> 47 <Filter>Build Scripts</Filter>
|
/external/jemalloc/android/scripts/ |
README | 1 There are configure scripts in this directory to generate the header files 4 These scripts are named conf_<HOST_TYPE>.sh, where HOST_TYPE is one of 19 any of the conf_<HOST_TYPE>.sh scripts.
|
/external/v8/test/mjsunit/regress/ |
regress-crbug-481896.js | 37 var scripts = Debug.scripts(); variable 40 for (var script of scripts) {
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
tox.ini | 48 commands = {toxinidir}/scripts/build-docs 56 {toxinidir}/scripts/build-docs 57 {toxinidir}/scripts/push-docs 81 {toxinidir}/scripts/run_system_tests.sh 91 {toxinidir}/scripts/run_system_tests.sh
|
/external/vboot_reference/scripts/image_signing/ |
common.sh | 41 # Taken from src/scripts/common.sh. 50 # Taken from src/scripts/common.sh. 57 # Taken from src/scripts/common.sh. 64 # Taken from src/scripts/common.sh. 71 # Taken from src/scripts/common.sh.
|
/external/libpng/ |
Makefile.am | 7 ACLOCAL_AMFLAGS = -I scripts 45 # Generally these are single line shell scripts to run a test with a particular 68 # generate the -config scripts if required 122 ${srcdir}/contrib ${srcdir}/projects ${srcdir}/scripts \ 126 SCRIPT_CLEANFILES=scripts/*.out scripts/*.chk 158 scripts/sym.out scripts/vers.out: png.h pngconf.h pnglibconf.h 159 scripts/prefix.out: png.h pngconf.h pnglibconf.out 160 scripts/symbols.out: png.h pngconf.h $(srcdir)/scripts/pnglibconf.h.prebuil [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
script_injector.py | 31 def GetInjectScript(scripts): 32 """Loads |scripts| from disk and returns a string of their content.""" 34 if scripts: 35 if not isinstance(scripts, list): 36 scripts = scripts.split(',') 37 for script in scripts:
|
/external/icu/icu4c/source/common/ |
uscript.c | 42 setOneCode(UScriptCode script, UScriptCode *scripts, int32_t capacity, UErrorCode *err) { 48 scripts[0] = script; 54 UScriptCode *scripts, int32_t capacity, UErrorCode *err) { 67 return setCodes(JAPANESE, UPRV_LENGTHOF(JAPANESE), scripts, capacity, err); 70 return setCodes(KOREAN, UPRV_LENGTHOF(KOREAN), scripts, capacity, err); 77 return setCodes(HAN_BOPO, UPRV_LENGTHOF(HAN_BOPO), scripts, capacity, err); 86 return setOneCode(scriptCode, scripts, capacity, err);
|
/external/autotest/client/tests/fsstress/ |
ext3-tools.tar.gz | |
/external/webrtc/tools/valgrind-webrtc/ |
webrtc_tests.sh | 15 # - The locate_valgrind.sh of Chromium's Valgrind scripts dir is used to locate 18 # - Chromium's Valgrind scripts directory is added to the PYTHONPATH to make it 19 # possible to execute the Python scripts properly. 55 # scripts dir to locate the Valgrind framework install 105 # Add Chrome's Valgrind scripts dir to the PYTHON_PATH since it contains 106 # the scripts that are needed for this script to run
|
/external/autotest/client/common_lib/cros/ |
shell.html | 6 # This html file is used by Interactive Tests. Scripts are able to append
|
/external/autotest/client/site_tests/graphics_WebGLPerformance/ |
README | 8 1) cd scripts
|
/external/autotest/client/site_tests/network_ShillInitScripts/ |
control | 13 This test verifies that shill init and login / logout scripts work correctly
|
/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
Makefile | 4 # http://bazaar.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master/view/head:/scripts/kernel-security/ptrace/Makefile
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/ |
find_modules.rst | 11 .. function:: find_modules([scripts[, includes[, packages[, excludes[, path[, debug]]]]]]) 13 High-level interface, takes iterables for: scripts, includes, packages, excludes 53 .. function:: find_needed_modules([mf[, scripts[, includes[, packages[, warn]]]]]) 56 the *scripts*, *includes* and *packages* and returns the resulting
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
launch_instance | 82 SCRIPTS = [] 87 SCRIPTS.append(arg[0]) 89 SCRIPTS.extend(arg) 90 setattr(parser.values, option.dest, SCRIPTS) 93 """Read a script and any scripts that are added using #import""" 135 parser.add_option("-s", "--scripts", help="Pass in a script or a folder containing scripts to be run when the instance starts up, assumes cloud-init. Specify scripts in a list specified by commas. If multiple scripts are specified, they are run lexically (A good way to ensure they run in the order is to prefix filenames with numbers)", type='string', action="callback", callback=scripts_callback) 192 if options.scripts 193 scripts = options.scripts variable [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/ |
startup.py | 32 scripts = config.get('Pyami', 'scripts') 33 if scripts: 34 for script in scripts.split(','):
|
/external/chromium-trace/catapult/tracing/ |
package.json | 6 "scripts": {
|
/external/eigen/bench/btl/cmake/ |
FindMTL4.cmake | 11 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|
FindTvmet.cmake | 11 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
|