HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 26 - 50 of 2174) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 45 le_int32 script = LE_GET_SUB_FONT(glyph); local
46 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
59 le_int32 script = LE_GET_SUB_FONT(glyph); local
60 const LEFontInstance *font = fFontMap->getScriptFont(script, status);
69 const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const
75 if (chars == NULL || *offset < 0 || limit < 0 || *offset >= limit || script < 0 || script >= scriptCodeCount) {
80 const LEFontInstance *result = fFontMap->getScriptFont(script, success);
92 // look in all the fonts in some order, script code order being the most obvious...
97 le_int32 script = uscript_getScript(ch, &error) local
    [all...]
  /external/libunwind/src/ia64/
Gscript.c 69 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr)
71 if (ip == script->ip && ((pr ^ script->pr_val) & script->pr_mask) == 0)
154 struct ia64_script *script = cache->buckets + c->hint; local
161 if (cache_match (script, ip, pr))
162 return script;
168 script = cache->buckets + index;
171 if (cache_match (script, ip, pr))
175 (script - cache->buckets)
196 struct ia64_script *script, *prev, *tmp; local
622 struct ia64_script script; local
643 struct ia64_script *script = NULL; local
720 struct ia64_script *script; local
752 struct ia64_script *script; local
    [all...]
  /external/chromium-libpac/test/js-unittest/
no_entrypoint.js 1 var x = "This is an invalid PAC script because it lacks a " +
  /external/harfbuzz_ng/src/
hb-glib.h 40 hb_glib_script_to_script (GUnicodeScript script);
43 hb_glib_script_from_script (hb_script_t script);
  /external/testng/src/main/java/org/testng/xml/
XmlScript.java 15 @TagContent(name = "script")
16 public void setScript(String script) {
17 m_script = script;
  /external/toybox/tests/
file.test 8 echo "#!/bin/bash" > bash.script
10 echo "#! /usr/bin/env python" > env.python.script
16 testing "bash.script" "file bash.script" "bash.script: /bin/bash script\n" "" ""
17 testing "bash.script with spaces" "file bash.script2" "bash.script2: /bin/bash script\n" "" ""
18 testing "env python script" "file env.python.script" "env.python.script: python script\n" "" "
    [all...]
  /external/valgrind/none/tests/scripts/
shell.stdout.exp 3 Execute a script with a bad interpreter name
7 Execute a valid script with a #! line
8 Execute a valid script without a #! line
10 Execute a valid script with #! but no interpname
  /test/vts/script/
pypi-packages-local.sh 21 sudo pip install -r $ANDROID_BUILD_TOP/test/vts/script/pip_requirements.txt
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
provide-3.d 3 #error: symbol defined in linker script and object file
region-alias-1.d 1 #source: script.s
region-alias-2.d 1 #source: script.s
region-alias-3.d 1 #source: script.s
region-alias-4.d 1 #source: script.s
  /external/skia/infra/bots/recipe_modules/swarming_client/
api.py 20 a swarming script, etc.
70 def query_script_version(self, script, step_test_data=None):
71 """Yields a step to query a swarming script for its version.
77 Does nothing if script's version is already known.
88 if script not in self._script_version:
91 name='%s --version' % script,
92 script=self.path.join(script),
100 self._script_version[script] = tuple(map(int, version.split('.')))
104 def get_script_version(self, script)
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonicalCharacterData.java 28 Record(int character, int script)
46 if (nEquivalents > maxEquivalents[script]) {
47 maxEquivalents[script] = nEquivalents;
124 int script = UScript.getScript(character); local
125 Vector recordVector = recordVectors[script];
128 recordVector = recordVectors[script] = new Vector();
131 recordVector.add(new Record(character, script));
134 public int getMaxEquivalents(int script)
136 if (script < 0 || script >= UScript.CODE_LIMIT)
    [all...]
ScriptRunModuleWriter.java 33 int script = scriptData.getRecord(record).scriptCode(); local
40 output.print(scriptData.getTag(script));
44 output.println(scriptData.getName(script));
63 for (int script = minScript; script <= maxScript; script += 1) {
64 scriptRangeOffsets[script - minScript] = new Vector();
73 for (int script = minScript; script <= maxScript; script += 1)
    [all...]
  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptProcess.java 29 public ScriptProcess(File script, InterpreterConfiguration configuration, AndroidProxy proxy) {
30 super(configuration.getInterpreterForScript(script.getName()), proxy);
31 mScript = script;
32 String scriptName = script.getName();
35 setCommand(String.format(interpreter.getScriptCommand(), script.getAbsolutePath()));
  /external/ImageMagick/MagickWand/tests/
script-token-test.sh 5 # script-token-test.sh | diff - script-token-test-results.txt
7 ./script-token-test script-token-test-data.txt
11 ./script-token-test
15 ./script-token-test
27 ) | ./script-token-test
script-token-test-data.txt 4 : Shell script launcher comment ignore
5 @ DOS script launcher comment ignore
  /external/ltp/testcases/commands/cron/
cron_tests.sh 69 local script=$1
72 tst_res TINFO "creating crontab: $script"
75 * * * * * $script
101 local script=$1
103 cat > $script <<EOF
108 chmod +x $script
113 local script=$PWD/cronprg.sh
121 cat > $script <<EOF
127 chmod +x $script
129 create_crontab $script 2> $er
    [all...]
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
do-plot 34 cat > $TMP/gnuplot.script <<EOF
52 echo "set arrow from $x, graph 0 to $x, graph 0.$height" >> $TMP/gnuplot.script
53 echo "set label \"$text\" at $x, graph 0.$height_text center" >> $TMP/gnuplot.script
58 echo "set key left top box lt 0" >> $TMP/gnuplot.script
60 echo "plot '$FILE' using 1:2 title \"${column[$count]}\" $with" >> $TMP/gnuplot.script
65 >> $TMP/gnuplot.script
70 ( cat $TMP/gnuplot.script; cat ) | gnuplot
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetSetTest.java 24 private ScriptC_getset script; field in class:GetSetTest
44 script = new ScriptC_getset(mRS);
46 script.set_gWidth(gWidth);
47 script.set_gHeight(gHeight);
75 script.destroy();
122 script.set_gAlloc1DIn(in1DAlloc);
123 script.set_gAlloc1DOut(out1DAlloc);
130 script.set_gAlloc2DIn(in2DAlloc);
131 script.set_gAlloc2DOut(out2DAlloc);
138 script.set_gAlloc3DIn(in3DAlloc)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
script.py 3 # script.py -- Make typescript of terminal session.
15 script.write(data)
36 script = open(filename, mode) variable
38 sys.stdout.write('Script started, file is %s\n' % filename)
39 script.write('Script started on %s\n' % time.ctime(time.time()))
41 script.write('Script done on %s\n' % time.ctime(time.time()))
42 sys.stdout.write('Script done, file is %s\n' % filename)
  /external/autotest/server/site_tests/hardware_StorageQualBase/
hardware_StorageQualBase.py 58 for script in self.CRYPTO_TESTS:
62 script=script,
63 tag='_'.join([client_tag, script]),
  /external/autotest/site_utils/admin/
suite_scheduler.conf 12 script
23 end script

Completed in 755 milliseconds

12 3 4 5 6 7 8 91011>>