/external/chromium-trace/catapult/devil/devil/android/ |
device_utils.py | 845 (preferred) or a single string with a shell script to run. 868 string with a shell script to run (should also set shell=True). [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ULocaleTest.java | 491 /* script code */ 510 /* display script code (English) */ 523 /* display script code (French) */ 536 /* display script code (Catalan) */ 559 /* display script code (Greek) */ 594 private static final int SCRIPT = 1; 1030 String script = l.getDisplayScriptInContext(); local 1255 String name, language, script, country, variant; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ULocaleTest.java | 490 /* script code */ 509 /* display script code (English) */ 522 /* display script code (French) */ 535 /* display script code (Catalan) */ 558 /* display script code (Greek) */ 593 private static final int SCRIPT = 1; 1029 String script = l.getDisplayScriptInContext(); local 1254 String name, language, script, country, variant; local [all...] |
/external/libmojo/third_party/catapult/devil/devil/android/ |
device_utils.py | 848 with device_temp_file.DeviceTempFile(self.adb, suffix='.sh') as script: 849 self._WriteFileWithPush(script.name, cmd) 852 return handle_check_return('sh %s' % script.name_quoted) [all...] |
/build/make/target/product/ |
sdk_base.mk | 111 $(call inherit-product-if-exists, external/google-fonts/dancing-script/fonts.mk)
|
/build/make/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 207 <script type="text/javascript"> 212 </script>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
modulefinder.py | 1 """Find modules used by a script, using introspection."""
638 script = "hello.py"
640 script = args[0]
642 # Set the path based on sys.path and the script directory
644 path[0] = os.path.dirname(script)
664 mf.run_script(script)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
modulefinder.py | 1 """Find modules used by a script, using introspection."""
636 script = "hello.py"
638 script = args[0]
640 # Set the path based on sys.path and the script directory
642 path[0] = os.path.dirname(script)
662 mf.run_script(script)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
IFWIStitch.bat | 18 :: Set script defaults
212 echo This Script is used to Stitch together BIOS, GOP Driver, Microcode Patch and TXE FW
217 echo This script has NO Required arguments, so that the user can just double click from the GUI.
|
/external/ImageMagick/config/ |
compile | 24 # configuration script generated by Autoconf, you may include it under 248 right script to run: please start by reading the file 'INSTALL'. 340 # mode: shell-script
|
/external/ImageMagick/www/api/ |
fx.php | 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" 38 <script> 40 </script> 43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a> 44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a> 45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a> 46 <a class="magick-nav-item " href="../script/resources.php">Resources</a> 47 <a class="magick-nav-item " href="../script/api.php">Develop</a> 48 <a class="magick-nav-item " href="../script/search.php">Search</a [all...] |
image.php | 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" 38 <script> 40 </script> 43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a> 44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a> 45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a> 46 <a class="magick-nav-item " href="../script/resources.php">Resources</a> 47 <a class="magick-nav-item " href="../script/api.php">Develop</a> 48 <a class="magick-nav-item " href="../script/search.php">Search</a [all...] |
list.php | 33 <script async="async" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" 38 <script> 40 </script> 43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a> 44 <a class="magick-nav-item " href="../script/command-line-tools.php">Tools</a> 45 <a class="magick-nav-item " href="../script/command-line-options.php">Options</a> 46 <a class="magick-nav-item " href="../script/resources.php">Resources</a> 47 <a class="magick-nav-item " href="../script/api.php">Develop</a> 48 <a class="magick-nav-item " href="../script/search.php">Search</a [all...] |
/external/autotest/client/site_tests/firmware_TouchMTB/ |
touchbotII_robot_wrapper.py | 19 # Define the robot control script names. 28 # A script to "reset" the robot by having it move safely to a spot just above 73 # Each get_control_command method maps to a script name. 253 script = os.path.join(self._robot_script_dir, 255 para = (script, fingers[0], fingers[1], fingers[2], fingers[3], 286 script = os.path.join(self._robot_script_dir, 288 para = (script, fingers[0], fingers[1], fingers[2], fingers[3], 326 In the robot action mode, it actually invokes the robot control script. 494 """Get robot control command for gestures using robot line script.""" 642 """Build the robot script paths."" [all...] |
/external/bison/djgpp/ |
config.bat | 144 Rem Create an arguments file for the configure script.
436 Rem install-sh is required by the configure script but clashes with the
438 Rem script runs and rename it afterwards
472 Rem Update the arguments file for the configure script.
481 Rem Update the arguments file for the configure script.
485 echo Running the ./configure script...
517 echo ./configure script editing failed!
529 echo ./configure script exited abnormally!
|
/external/boringssl/src/util/ |
make_errors.go | 31 // alerts. If automatically assigned reason codes exceed this value, this script 280 // Sort the keys, so this script is reproducible.
|
/external/curl/src/ |
mkhelp.pl | 24 # Yeah, I know, probably 1000 other persons already wrote a script like 141 * NEVER EVER edit this manually, fix the mkhelp.pl script instead!
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
ant.bat | 51 rem %~dp0 is expanded pathname of the current script under NT 207 rem If there were no errors, we run the post script.
|
/external/fonttools/Lib/fontTools/ |
merge.py | 457 for script in table.table.ScriptList.ScriptRecord: 458 if script.ScriptTag == 'DFLT': continue # XXX 459 for langsys in [script.Script.DefaultLangSys] + [l.LangSys for l in script.Script.LangSysRecord]: 609 @_add_method(otTables.Script) 620 if not s or not s.Script: continue 621 s.Script.mapFeatures(featureMap)
|
/external/google-breakpad/autotools/ |
compile | 24 # configuration script generated by Autoconf, you may include it under 248 right script to run: please start by reading the file 'INSTALL'. 340 # mode: shell-script
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ValidIdentifiers.java | 35 script, enum constant in enum:ValidIdentifiers.Datatype
|
/external/icu/icu4c/source/i18n/ |
transreg.cpp | 200 * A Spec may be a locale or a script. If it is a locale, it has a 202 * ssss is the script mapping of xx_YY_ZZZ. The Spec API methods 207 * canonical form, or the script is transformed from an abbreviation 260 // Canonicalize script name -or- do locale->script mapping 263 UScriptCode script[capacity]={USCRIPT_INVALID_CODE}; local 265 script, capacity, &status); 266 if (num > 0 && script[0] != USCRIPT_INVALID_CODE) { 267 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV); 279 // We are a script; use canonical nam [all...] |
/external/icu/icu4c/source/tools/genren/ |
genren.pl | 87 * Created by: Perl script tools/genren.pl written by Vladimir Weinstein
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ValidIdentifiers.java | 33 script, enum constant in enum:ValidIdentifiers.Datatype
|
/external/libedit/ |
compile | 24 # configuration script generated by Autoconf, you may include it under 248 right script to run: please start by reading the file 'INSTALL'. 340 # mode: shell-script
|