HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 526 - 550 of 2082) sorted by null

<<21222324252627282930>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmd_line.py 3 # See test_cmd_line_script.py for testing of script execution
114 with open(filename, "w") as script:
115 print >>script, "import sys"
116 print >>script, "del sys.modules['__main__']"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmd_line.py 3 # See test_cmd_line_script.py for testing of script execution
114 with open(filename, "w") as script:
115 print >>script, "import sys"
116 print >>script, "del sys.modules['__main__']"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 3 # See test_cmd_line_script.py for testing of script execution
114 with open(filename, "w") as script:
115 print >>script, "import sys"
116 print >>script, "del sys.modules['__main__']"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmd_line.py 3 # See test_cmd_line_script.py for testing of script execution
114 with open(filename, "w") as script:
115 print >>script, "import sys"
116 print >>script, "del sys.modules['__main__']"
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
AnyTransliterator.java 26 * output script. It is named Any-T or Any-T/V, where T is the target
27 * and V is the optional variant. The target T is a script.
30 * script, together with adjacent COMMON or INHERITED characters.
31 * After determining the script of each run, it transliterates from
32 * that script to the given target/variant. It does so by
33 * instantiating a transliterator from the source script to the
34 * target/variant. If a run consists only of the target script,
38 * the system, as determined by examining the registered script
66 * The target script code. Never USCRIPT_INVALID_CODE.
129 * name a script corresponding to theTargetScript
    [all...]
  /external/skia/tools/lua/
paths.lua 8 -- Path scraping script.
9 -- This script is designed to count the number of times we fall back to software
10 -- rendering for a path in a given SKP. However, this script does not count an exact
  /frameworks/minikin/libs/minikin/
Layout.cpp 362 const hb_script_t script = codePointToScript(cp); local
363 if (script != current_script) {
366 current_script = script;
367 } else if (script == HB_SCRIPT_INHERITED ||
368 script == HB_SCRIPT_COMMON) {
387 static bool isScriptOkForLetterspacing(hb_script_t script) {
389 script == HB_SCRIPT_ARABIC ||
390 script == HB_SCRIPT_NKO ||
391 script == HB_SCRIPT_PSALTER_PAHLAVI ||
392 script == HB_SCRIPT_MANDAIC |
904 hb_script_t script = getScriptRun(buf + start, run.end, &scriptRunEnd \/* iterator *\/); local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestMax.java 30 private ScriptC_TestMax script; field in class:TestMax
36 script = new ScriptC_TestMax(mRS);
42 script.destroy();
58 script.set_gAllocInB(inB);
59 script.forEach_testMaxFloatFloatFloat(inA, out);
141 script.set_gAllocInB(inB);
142 script.forEach_testMaxFloat2Float2Float2(inA, out);
224 script.set_gAllocInB(inB);
225 script.forEach_testMaxFloat3Float3Float3(inA, out);
307 script.set_gAllocInB(inB)
    [all...]
TestMin.java 30 private ScriptC_TestMin script; field in class:TestMin
36 script = new ScriptC_TestMin(mRS);
42 script.destroy();
58 script.set_gAllocInB(inB);
59 script.forEach_testMinFloatFloatFloat(inA, out);
141 script.set_gAllocInB(inB);
142 script.forEach_testMinFloat2Float2Float2(inA, out);
224 script.set_gAllocInB(inB);
225 script.forEach_testMinFloat3Float3Float3(inA, out);
307 script.set_gAllocInB(inB)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 188 directory separator. Needed because filenames in the setup script are
445 temporary script and executing it. Normally, you should let
447 the source for details). The 'direct' flag is used by the script
468 # "Indirect" byte-compilation: write a temporary script and then
477 log.info("writing byte-compilation script '%s'", script_name)
480 script = os.fdopen(script_fd, "w")
482 script = open(script_name, "w")
484 script.write("""\
490 # safety's sake (script should be more robust in the face of
503 script.write(string.join(map(repr, py_files), ",\n") + "]\n")
    [all...]
  /external/ImageMagick/api_examples/
magick_script 1 #!/bin/env magick-script
3 # Magick Script
12 This area is completely ignored by the magick script.
26 ImageMagick Shell/Script API
  /external/autotest/site_utils/admin/apache/
apache2.conf 301 AddHandler cgi-script .cgi
  /external/c-ares/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/cmockery/cmockery_0_1_2/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/flatbuffers/samples/
java_sample.sh 17 # Note: This script runs on Mac and Linux. It requires `java` to be installed
25 echo Error: This script must be run from inside the $sampledir directory.
  /external/harfbuzz_ng/win32/
create-lists.bat 2 rem Simple .bat script for creating the NMake Makefile snippets.
  /external/icu/icu4c/source/common/
locdspnm.cpp 179 virtual UnicodeString& scriptDisplayName(const char* script,
230 DefaultLocaleDisplayNames::scriptDisplayName(const char* script,
232 return result = UnicodeString(script, -1, US_INV);
325 virtual UnicodeString& scriptDisplayName(const char* script,
343 UnicodeString& scriptDisplayName(const char* script, UnicodeString& result, UBool skipAdjust) const;
418 } else if (uprv_strcmp(key, "script") == 0) {
574 const char* script = locale.getScript(); local
578 UBool hasScript = uprv_strlen(script) > 0;
586 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, "_", country, (char *)0);
595 ncat(buffer, ULOC_FULLNAME_CAPACITY, lang, "_", script, (char *)0)
    [all...]
  /external/libnetfilter_conntrack/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/libogg/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/libusb-compat/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/libvorbis/
compile 25 # configuration script generated by Autoconf, you may include it under
46 right script to run: please start by reading the file `INSTALL'.
136 # mode: shell-script
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
split-lib.py 4 """Used to generate a bash script which will invoke the toy and time it"""
35 """Used to generate a bash script which will convert Kaleidoscope files to IR"""
68 for script in script_list:
69 splitScript(script, libGenScript, timingScript)
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
split-lib.py 4 """Used to generate a bash script which will invoke the toy and time it"""
35 """Used to generate a bash script which will invoke the toy and time it"""
68 for script in script_list:
69 splitScript(script, libGenScript, timingScript)
  /external/ltp/testcases/commands/cron/
cron_neg_tests.sh 9 # 12/03/04 Marty Ridgeway Pull RHEl4 tests out from script
16 echo Either do not run this script as root or start it like
125 echo "cron writes script output with root privileges! (FAIL)"
  /external/skia/infra/bots/recipe_modules/skpbench/
api.py 45 script=skpbench_dir.join('skpbench.py'),
77 script=skpbench_dir.join('skiaperf.py'),

Completed in 1473 milliseconds

<<21222324252627282930>>