HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 676 - 700 of 1554) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode-private.hh 51 HB_UNICODE_FUNC_IMPLEMENT (script) \
63 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
  /external/chromium_org/third_party/icu/source/common/unicode/
locid.h 83 * For example, use REVISED for a langauge's revised script orthography, and POSIX for POSIX.
385 * Returns the locale's ISO-15924 abbreviation script code.
515 * Fills in "dispScript" with the name of this locale's script in a format suitable
516 * for user display in the default locale. For example, if the locale's script code
528 * script code is "LATN" and displayLocale's language code is "en", this function would set
531 * words, if the locale's script code is "LATN", passing
717 char script[ULOC_SCRIPT_CAPACITY]; member in class:Locale
758 return script;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.h 82 // Implementation for Whole Script tests.
89 * Ignore characters with script=Common and scirpt=Inherited.
93 * a second script was encountered, ignoring Common and Inherited.
191 // ScriptSet - Wrapper class for the Script code bit sets that are part of the
192 // whole script confusable data.
208 void Union(UScriptCode script);
210 void intersect(UScriptCode script);
322 // Whole Script Confusable Data
383 // Structure for the Whole Script Confusable Data
385 // Whole Script confusable dat
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/shared-glapi/
SConscript 31 script = '../mapi/mapi_abi.py',
33 command = python_cmd + ' $SCRIPT ' + \
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
charmap.pl 67 /* Auto generated with chartype.pl script.
  /external/chromium_org/v8/test/cctest/
test-decls.cc 150 Local<Script> script = Script::Compile(String::New(source)); local
152 CHECK(script.IsEmpty());
155 CHECK(!script.IsEmpty());
156 Local<Value> result = script->Run();
724 Local<Script> script = Script::Compile(String::New(source)); local
726 CHECK(script.IsEmpty())
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-check-stack.js 45 // Prevents eval script caching.
48 var script = Debug.findScript(this.ChooseAnimal);
51 var patch_pos = script.source.indexOf(orig_animal);
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
debug-scripts-request.js 81 // Test filtering by id. We have to get at least one script back, but
85 var script = response.body[0];
87 script.id + ']}}';
91 assertEquals(script.id, response.body[0].id);
  /external/doclava/res/assets/templates/
diff.cs 56 <script type="text/javascript"
57 src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
59 <script type="text/javascript">
122 </script>
  /external/eigen/bench/btl/data/
mk_gnuplot_script.sh 4 echo $WHAT script generation
  /external/freetype/src/autofit/
aftypes.h 210 * The list of known scripts. Each different script corresponds to the
214 * script.
217 * specific to the script.
220 * edges for each glyph covered by the script.
227 * used by more than one script.
263 * a specific script.
301 AF_Script script; member in struct:AF_ScriptClassRec_
354 ac->script = script_; \
  /external/harfbuzz_ng/src/
hb-buffer.h 67 hb_script_t script; member in struct:hb_segment_properties_t
149 hb_script_t script);
hb-unicode-private.hh 51 HB_UNICODE_FUNC_IMPLEMENT (script) \
63 HB_UNICODE_FUNC_IMPLEMENT (hb_script_t, script) \
  /external/icu4c/common/unicode/
locid.h 85 * For example, use REVISED for a langauge's revised script orthography, and POSIX for POSIX.
388 * Returns the locale's ISO-15924 abbreviation script code.
518 * Fills in "dispScript" with the name of this locale's script in a format suitable
519 * for user display in the default locale. For example, if the locale's script code
531 * script code is "LATN" and displayLocale's language code is "en", this function would set
534 * words, if the locale's script code is "LATN", passing
723 char script[ULOC_SCRIPT_CAPACITY]; member in class:Locale
764 return script;
  /external/iptables/iptables/
iptables-apply 44 The script will try to apply a new ruleset (as output by iptables-save/read
47 be able to answer affirmatively. In this case, the script rolls back to the
  /external/jdiff/src/jdiff/
DiffMyers.java 8 edit script. The objects compared are traditionally lines
50 an edit script, if desired.
85 /** Find the midpoint of the shortest edit script for a specified
357 producing an edit script in reverse order. */
360 change script = null; local
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
388 return script;
392 producing an edit script in forward order. */
395 change script = null local
    [all...]
  /external/mesa3d/src/mapi/shared-glapi/
SConscript 31 script = '../mapi/mapi_abi.py',
33 command = python_cmd + ' $SCRIPT ' + \
  /external/openssl/crypto/asn1/
charmap.pl 67 /* Auto generated with chartype.pl script.
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 66 script; typedef in typeref:struct:script_t
73 script list[MAX_SCRIPTS];
94 * Look up the actual script string given the label
    [all...]
  /external/v8/src/
messages.cc 48 Handle<Object> data(loc->script()->name());
79 script_handle = GetScriptWrapper(loc->script());
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 45 // Prevents eval script caching.
48 var script = Debug.findScript(this.ChooseAnimal);
51 var patch_pos = script.source.indexOf(orig_animal);
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
  /ndk/build/core/
default-application.mk 21 # We expect the build script to be located here
  /ndk/
find-win-host.cmd 2 rem This is a Windows cmd.exe script used to find windows host name.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 4 the 'setup' function (which is to be called from the setup script). Also
26 # runs the setup script with no arguments at all. More useful help
30 usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
31 or: %(script)s --help [cmd1 cmd2 ...]
32 or: %(script)s --help-commands
33 or: %(script)s cmd --help
37 script = os.path.basename(script_name)
38 return USAGE % {'script': script}
62 """The gateway to the Distutils: do everything your setup script need
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 4 the 'setup' function (which is to be called from the setup script). Also
26 # runs the setup script with no arguments at all. More useful help
30 usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
31 or: %(script)s --help [cmd1 cmd2 ...]
32 or: %(script)s --help-commands
33 or: %(script)s cmd --help
37 script = os.path.basename(script_name)
38 return USAGE % {'script': script}
62 """The gateway to the Distutils: do everything your setup script need
    [all...]

Completed in 591 milliseconds

<<21222324252627282930>>