/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/autotest_ext/ |
manifest.json | 6 "scripts": ["background.js"]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/component_extension/ |
manifest.json | 6 "scripts": ["background.js"]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/simple_extension/ |
manifest.json | 5 "scripts": ["background.js"]
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/webview_app/ |
manifest.json | 6 "scripts": ["background.js"]
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/ |
MANIFEST.in | 2 recursive-include scripts *.py
|
/external/hyphenation-patterns/en-GB/ |
hyph-en-gb.hyp.txt | 5 ma-nu-scripts
|
/external/opencv3/samples/android/hello-android/ |
cmake_android.cmd | 7 CALL ..\..\..\android\scripts\build.cmd %*
|
/external/v8/test/mjsunit/ |
debug-scripts-throw.js | 10 assertThrows("Debug.scripts()"); 13 assertDoesNotThrow("Debug.scripts()");
|
debug-script.js | 34 // may hold on to old copies of scripts (see bug 1641). 36 // Note: this test checks that that the number of scripts reported as native 37 // by Debug.scripts() is the same as a number of core native scripts. 38 // Native scripts that are added by --harmony-shipping are classified 39 // as 'experimental', but are still returned by Debug.scripts(), so 54 var scripts = Debug.scripts(); variable 55 for (i = 0; i < scripts.length; i++) { 56 if (scripts[i].type == Debug.ScriptType.Native) [all...] |
/ndk/sources/cpufeatures/ |
README.TXT | 4 This header is only here to ensure that existing build scripts can still 8 Please modify your build scripts to import the library instead ASAP.
|
/sdk/bash_completion/ |
README | 1 This directory contains scripts that are intended to be used with 7 To use the scripts, simply source them into your environment. Example:
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
Makefile | 6 SCRIPTS= 01-test 02-dump 7 SCRIPTS+= 10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf 8 SCRIPTS+= 29-lookup-hostname 30-hostname 9 SCRIPTS+= ${HOOKSCRIPTS} 24 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} ${DESTDIR}${SCRIPTSDIR} 30 ${INSTALL} -m ${NONBINMODE} ${SCRIPTS} /tmp/${DISTPREFIX}/dhcpcd-hooks
|
/external/autotest/client/deps/boottool/ |
Linux-Bootloader-1.2.tar.gz | |
/external/skia/infra/bots/ |
README.md | 1 Skia Buildbot Scripts 4 The scripts in this directory are ported from Skia's buildbot recipes and are 5 intended to run as standalone Python scripts either locally or via Swarming. 10 The scripts can be run by hand, eg: 15 Or, you can run the scripts via Swarming:
|
/external/v8/src/snapshot/ |
natives.h | 30 // Number of built-in scripts. 32 // Number of debugger implementation scripts. 35 // These are used to access built-in scripts. The debugger implementation 36 // scripts have an index in the interval [0, GetDebuggerCount()). The 37 // non-debugger scripts have an index in the interval [GetDebuggerCount(),
|
/external/autotest/frontend/health/ |
check_test_health_unittest.py | 25 """Test that all the scripts passed in are called when they pass.""" 26 scripts = [['script1.sh', 'arg'], ['script2.sh']] 34 check_test_health.run_prep_scripts(scripts) 38 """Test that True is returned when all the scripts succeed.""" 39 scripts = [['script.sh']] 45 self.assertTrue(check_test_health.run_prep_scripts(scripts)) 50 scripts = [['pass.py'], ['fail.sh', 'arg']] 60 check_test_health.run_prep_scripts(scripts) 65 scripts = [['script.sh']] 72 self.assertFalse(check_test_health.run_prep_scripts(scripts)) [all...] |
/external/libpng/scripts/ |
gensrc.cmake.in | 20 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...] |
symbols.c | 14 * scripts/pnglibconf.h.prebuilt is as expected. 15 * If scripts/pnglibconf.h.prebuilt is remade using 16 * scripts/pnglibconf.dfa then this checks the .dfa file too. 26 /* Read the defaults, but use scripts/pnglibconf.h.prebuilt; the 'standard' 35 * defaulted to 'off' in scripts/pnglibconf.dfa 37 * Maintenance: if scripts/pnglibconf.dfa options are changed
|
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/ |
ScriptStorageAdapter.java | 36 * Manages storage and retrieval of scripts on the file system. 71 List<File> scripts = Arrays.asList(dir.listFiles()); local 72 Collections.sort(scripts, new Comparator<File>() { 83 return scripts; 95 List<File> scripts = new LinkedList<File>(listAllScripts(directory)); local 97 for (Iterator<File> it = scripts.iterator(); it.hasNext();) { 107 return scripts; 118 List<File> scripts = new LinkedList<File>(); local 125 scripts.addAll(listExecutableScriptsRecursively(file, config)); 129 scripts.add(file) [all...] |
/external/toybox/ |
Makefile | 6 # 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 toybox_old toybox_unstripped 41 scripts/install.sh --symlink --force 44 scripts/install.sh --long --symlink --force 47 scripts/install.sh --uninstall 50 scripts/install.sh --long --uninstal [all...] |
/external/toybox/scripts/ |
change.sh | 5 NOBUILD=1 scripts/make.sh > /dev/null && 6 ${HOSTCC:-cc} -I . scripts/install.c -o generated/instlist && 18 scripts/single.sh $i > /dev/null 2>$PREFIX/${i}.bad &&
|
/external/testng/ |
testng-1.0.dtd.php | 10 <script type="text/javascript" src="http://beust.com/scripts/shCore.js"></script> 11 <script type="text/javascript" src="http://beust.com/scripts/shBrushJava.js"></script> 12 <script type="text/javascript" src="http://beust.com/scripts/shBrushXml.js"></script> 13 <script type="text/javascript" src="http://beust.com/scripts/shBrushBash.js"></script> 14 <script type="text/javascript" src="http://beust.com/scripts/shBrushPlain.js"></script> 18 SyntaxHighlighter.config.clipboardSwf = "scripts/clipboard.swf";
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
_README.txt | 2 your files into CVS here, just point the scripts at your own properties 5 You can also run the Ant scripts without properties files if you set
|
/external/autotest/client/cros/multimedia/multimedia_test_extension/ |
manifest.json | 9 "scripts": ["background.js"]
|
/external/autotest/client/cros/networking/chrome_testing/network_test_ext/ |
manifest.json | 3 "scripts": [ "background.js" ]
|