/external/harfbuzz_ng/src/ |
hb-glib.cc | 161 hb_glib_script_to_script (GUnicodeScript script) 164 return (hb_script_t) g_unicode_script_to_iso15924 (script); 166 if (likely ((unsigned int) script < ARRAY_LENGTH (glib_script_to_script))) 167 return glib_script_to_script[script]; 169 if (unlikely (script == G_UNICODE_SCRIPT_INVALID_CODE)) 177 hb_glib_script_from_script (hb_script_t script) 180 return g_unicode_script_from_iso15924 (script); 184 if (glib_script_to_script[i] == script) 187 if (unlikely (script == HB_SCRIPT_INVALID))
|
/external/icu/icu4c/source/i18n/ |
collationdata.h | 109 * Returns the first primary for the script's reordering group. 112 * or 0 if the script is unknown 114 uint32_t getFirstPrimaryForGroup(int32_t script) const; 117 * Returns the last primary for the script's reordering group. 120 * or 0 if the script is unknown 122 uint32_t getLastPrimaryForGroup(int32_t script) const; 126 * @return the first script of the group, or -1 if the weight is beyond the last group 130 int32_t getEquivalentScripts(int32_t script, 191 * providing script boundaries to AlphabeticIndex. 195 * each pair contains a script/reorder code and the lowest primary weight for that script [all...] |
/external/icu/icu4c/source/test/perf/leperf/ |
leperf.cpp | 21 ScriptCodes script; member in class:Params 36 LayoutEngine *engine = LayoutEngine::layoutEngineFactory(font, params->script, -1, status); 75 p.script = arabScriptCode; 79 p.script = latnScriptCode;
|
/external/libmtp/ |
hotplug.sh.in | 13 # See if the parameter script ($2), device ($3) and productid ($4) 21 script=${firstword} 25 if [ "x${script}" = "x$2" ]; then 53 script=${firstword} 60 if [ `inmap $2 ${script} ${manid} ${productid}` = "no" ]; then 122 # This script locates the hotplug distribution on a certain host 125 # file of hotplug device entries and a script to be executed for 143 echo "Installing script."
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/ |
PrefixFileReader.java | 66 int prefixMapKey, String language, String script, String region) { 67 String fileName = mappingFileProvider.getFileName(prefixMapKey, language, script, region); 108 * @param script four-letter titlecase (the first letter is uppercase and the rest of the letters 109 * are lowercase) ISO script codes as defined in ISO 15924 115 PhoneNumber number, String lang, String script, String region) { 122 getPhonePrefixDescriptions(phonePrefix, lang, script, region);
|
/external/openfst/src/include/fst/script/ |
draw.h | 20 #include <fst/script/arg-packs.h> 21 #include <fst/script/fst-class.h> 22 #include <fst/script/draw-impl.h> 28 namespace script { namespace in namespace:fst 109 } // namespace script
|
rmepsilon.h | 23 #include <fst/script/arg-packs.h> 24 #include <fst/script/fst-class.h> 25 #include <fst/script/weight-class.h> 26 #include <fst/script/shortest-distance.h> // for ShortestDistanceOptions 33 %include "nlp/fst/script/shortest-distance.h" 38 namespace script { namespace in namespace:fst 44 struct RmEpsilonOptions : public fst::script::ShortestDistanceOptions { 50 WeightClass w = fst::script::WeightClass::Zero(), 62 // this function takes care of transforming a script-land RmEpsilonOptions 193 fst::script::RmEpsilonOptions()) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
options.js | 21 * The ICU script code for the Common, or global, script, which is used as the 22 * fallback when the script is undeclared. 198 // "Cyrllic script". 258 * Gets the font used for |script| and |genericFamily|, including pending 261 * @param {string} script The script code. 268 advancedFonts.getEffectiveFont = function(script, genericFamily, callback) { 270 var details = { script: script, genericFamily: genericFamily } [all...] |
/external/chromium_org/v8/src/ |
liveedit-debugger.js | 5 // LiveEdit feature implementation. The script should be executed after 9 // according to changes of script source (if possible). 11 // When new script source is put in, the difference is calculated textually, 16 // version of the script) it remains unchanged, but the code that could 17 // create a new instance of this function goes away. An old version of script 29 // Applies the change to the script. 32 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only, 35 var old_source = script.source; 37 // Gather compile information about old version of script. 38 var old_compile_info = GatherCompileInfo(old_source, script); [all...] |
debug-debugger.js | 43 // The different types of script compilations matching enum 44 // Script::CompilationType in objects.h. 49 // The different script break point types. 237 // Object representing a script break point. The script is referenced by its 238 // script name or script id and the break point is represented as line and 265 //Creates a clone of script breakpoint that is linked to another script. 374 // Set ignore count on all break points created from this script break point 638 var script = %FunctionGetScript(func); variable [all...] |
/external/chromium_org/third_party/skia/src/animator/ |
SkScriptTokenizer.cpp | 358 bool SkScriptEngine2::evaluateDot(const char*& script) { 359 size_t fieldLength = token_length(++script); // skip dot 361 const char* field = script; 362 script += fieldLength; 368 return evaluateDotParam(script, field, fieldLength); 373 bool SkScriptEngine2::evaluateDotParam(const char*& script, const char* field, size_t fieldLength) { 380 while (is_ws(ch = script[0])) 381 script++; 388 success = functionParams(&script, ¶ms); 399 if (strncmp(*scriptPtr, "#script:", sizeof("#script:") - 1) == 0) 409 const char* script = *scriptPtr; local 473 const char* script = *scriptPtr; local 1480 const char* script = scriptTests[index].fScript; local [all...] |
/build/tools/droiddoc/templates-sdk-dyn/ |
customizations.cs | 33 <script> 37 </script> 52 <script> 56 </script> 66 <script> 70 </script> 80 <script> 84 </script> 94 <script> 98 </script> [all...] |
/external/chromium_org/v8/test/mjsunit/ |
debug-script-breakpoints.js | 32 // Set and remove a script break point for a named script. 41 // Set three script break points for named scripts. 46 // Check the content of the script break points. 64 // Remove script break points (in another order than they where added). 73 // Set and remove a script break point for a script id. 82 // Set three script break points for script ids. 87 // Check the content of the script break points [all...] |
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
background.js | 7 * A background script of the auth extension that bridges the communication 11 * 1. The main script sends the |startAuth| signal to this background script, 14 * 2. A script is injected into each SAML page. The injected script sends three 15 * main types of messages to this background script: 17 * forwarded to the main script as |onAuthPageLoaded|. 19 * are sent to this background script as |apiCall| messages. These 20 * messages are forwarded unmodified to the main script. 21 * c) The injected script scrapes passwords. They are sent to this backgroun [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
ScriptGraph.java | 27 import android.hardware.camera2.cts.rs.Script.ParameterMap; 40 * {@link android.renderscript.Script scripts} and managing their {@link Allocation allocations}. 42 * <p>Create a new script graph by using {@link #create}, configure the input with 47 * <p>Once a script graph has been built, all underlying scripts and allocations are instantiated. 48 * Each script may be executed with {@link #execute}. Scripts are executed in the order that they 49 * were configured, with each previous script's output used as the input for the next script. 72 private final List<Script<?>> mScripts; 135 * Execute each script in the graph, with each next script's input using th 465 Script<?> script = instantiateScript(scriptClass, inputInfo, parameters); local 501 Script<?> script = mScripts.get(i); local [all...] |
/external/llvm/utils/lit/lit/ |
TestRunner.py | 269 script = tmpBase + '.script' 271 script += '.bat' 273 # Write script file 277 f = open(script, mode) 288 command = ['cmd','/c', script] 291 command = [bashPath, script] 293 command = ['/bin/sh', script] 306 Parse the commands in an integrated test script file into a list of 316 # Once we find a match, we do require each script line to be decodable t [all...] |
/build/core/ |
raw_executable.mk | 19 $(addprefix --script ,$(PRIVATE_LINK_SCRIPT)) \
|
/external/chromium-libpac/test/js-unittest/ |
simple.js | 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
|
/external/chromium_org/chrome/test/base/ |
extension_js_browser_test.cc | 46 std::string script = base::UTF16ToUTF8(script_16); local 52 script);
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
JavaBridgeFieldsTest.java | 56 protected String executeJavaScriptAndGetStringResult(String script) throws Throwable { 57 executeJavaScript("testObject.setStringValue(" + script + ");");
|
/external/chromium_org/extensions/browser/guest_view/extension_options/ |
extension_options_apitest.cc | 61 std::string script = base::StringPrintf( local 66 ExecuteScriptInBackgroundPage(embedder->id(), script);
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
resolve_host.js | 5 // This script passes the URL's host to dnsResolveEx().
|
simple.js | 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
|
/external/chromium_org/ppapi/cpp/private/ |
instance_private.cc | 65 VarPrivate InstancePrivate::ExecuteScript(const Var& script, Var* exception) { 71 script.pp_var(),
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
remoting_preflight.sh | 19 # as possible. When finished, this preflight script should exit successfully in 26 ps -eo uid,command | awk -v script="$SCRIPT_FILE" ' 27 $2 == "/bin/sh" && $3 == script && $4 == "--run-from-launchd" { 41 logger Running Chrome Remote Desktop preflight script @@VERSION@@ 50 # postflight script.
|