Searched refs:script (Results 226 - 250 of 1151) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dmapping_file_provider.cc62 void ConstructFullLocale(const string& language, const string& script, const argument
65 AppendLocalePart(script, full_locale);
95 const string& script,
115 FindBestMatchingLanguageCode(langs, language, script, region,
128 const string& script, const string& region, string* best_match) const {
130 ConstructFullLocale(language, script, region, &full_locale);
145 if (script.empty() != region.empty()) {
150 } else if (!script.empty() && !region.empty()) {
153 lang_with_script.append(script);
93 GetFileName(int country_calling_code, const string& language, const string& script, const string& region, string* filename) const argument
126 FindBestMatchingLanguageCode( const CountryLanguages* languages, const string& language, const string& script, const string& region, string* best_match) const argument
/external/harfbuzz_ng/test/api/
H A Dtest-ot-tag.c37 test_simple_tags (const char *s, hb_script_t script) argument
42 g_test_message ("Testing script %c%c%c%c: tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s);
45 hb_ot_tags_from_script (script, &t1, &t2);
50 g_assert_cmphex (hb_ot_tag_to_script (tag), ==, script); local
54 test_indic_tags (const char *s1, const char *s2, hb_script_t script) argument
59 g_test_message ("Testing script %c%c%c%c: new tag %s, old tag %s", HB_UNTAG (hb_script_to_iso15924_tag (script)), s1, s2);
63 hb_ot_tags_from_script (script, &t1, &t2);
68 g_assert_cmphex (hb_ot_tag_to_script (tag1), ==, script); local
69 g_assert_cmphex (hb_ot_tag_to_script (tag2), ==, script); local
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkScript.cpp19 ? use standard XML / script notation like document.getElementById("canvas");
369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { argument
370 size_t fieldLength = token_length(++script); // skip dot
375 const char* field = script;
376 script += fieldLength;
382 return evaluateDotParam(script, suppressed, field, fieldLength);
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, argument
400 while (is_ws(ch = script[0]))
401 script++;
411 success = functionParams(&script, param
439 const char* script = *scriptPtr; local
519 const char* script = *scriptPtr; local
[all...]
H A DSkAnimatorScript.h29 bool evaluate(const char* script, SkScriptValue* , SkDisplayTypes type);
33 static bool EvaluateDisplayable(SkAnimateMaker& , SkDisplayable* , const char* script, SkDisplayable** );
34 static bool EvaluateFloat(SkAnimateMaker& , SkDisplayable* , const char* script, SkScalar* );
35 static bool EvaluateInt(SkAnimateMaker& , SkDisplayable* , const char* script, int32_t* );
36 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , const char* script, SkString* );
37 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , SkDisplayable* parent, const char* script, SkString* );
H A DSkDump.cpp29 SK_MEMBER(script, String)
40 if (script.size() > 0)
61 const char* cScript = script.c_str();
63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
121 SK_PROPERTY(script)
131 SK_MEMBER_PROPERTY(script, String)
/external/skia/src/animator/
H A DSkScript.cpp19 ? use standard XML / script notation like document.getElementById("canvas");
369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) { argument
370 size_t fieldLength = token_length(++script); // skip dot
375 const char* field = script;
376 script += fieldLength;
382 return evaluateDotParam(script, suppressed, field, fieldLength);
385 bool SkScriptEngine::evaluateDotParam(const char*& script, bool suppressed, argument
400 while (is_ws(ch = script[0]))
401 script++;
411 success = functionParams(&script, param
439 const char* script = *scriptPtr; local
519 const char* script = *scriptPtr; local
[all...]
H A DSkAnimatorScript.h29 bool evaluate(const char* script, SkScriptValue* , SkDisplayTypes type);
33 static bool EvaluateDisplayable(SkAnimateMaker& , SkDisplayable* , const char* script, SkDisplayable** );
34 static bool EvaluateFloat(SkAnimateMaker& , SkDisplayable* , const char* script, SkScalar* );
35 static bool EvaluateInt(SkAnimateMaker& , SkDisplayable* , const char* script, int32_t* );
36 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , const char* script, SkString* );
37 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , SkDisplayable* parent, const char* script, SkString* );
H A DSkDump.cpp29 SK_MEMBER(script, String)
40 if (script.size() > 0)
61 const char* cScript = script.c_str();
63 SkDebugf("%*s<dump script=\"%s\" answer=\" ", SkDisplayList::fIndent, "", script.c_str());
121 SK_PROPERTY(script)
131 SK_MEMBER_PROPERTY(script, String)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dinterframe.js129 // A content script can't access window.parent, but the page can, so
133 var script = document.createElement('script');
134 script.type = 'text/javascript';
141 script.innerHTML =
154 script.innerHTML =
161 // Remove the script so we don't leave any clutter.
162 document.head.appendChild(script);
164 document.head.removeChild(script);
184 // A content script ca
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A DSConscript63 script = GLAPI + 'gen/gl_x86_asm.py',
76 script = GLAPI + 'gen/gl_x86-64_asm.py',
89 script = GLAPI + 'gen/gl_SPARC_asm.py',
/external/e2fsprogs/config/
H A Dparse-types.sh3 cat > sed.script << "EOF"
23 sed -f sed.script | grep '^#' > asm_types.h; then
29 rm sed.script
/external/mesa3d/src/mapi/glapi/
H A DSConscript63 script = GLAPI + 'gen/gl_x86_asm.py',
76 script = GLAPI + 'gen/gl_x86-64_asm.py',
89 script = GLAPI + 'gen/gl_SPARC_asm.py',
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_loader.cc84 LOG(WARNING) << "Failed to load user script file: " << path.value();
105 LOG(WARNING) << "Failed to replace messages in script: " << error;
133 for (UserScriptList::iterator script = user_scripts->begin();
134 script != user_scripts->end();
135 ++script) {
136 if (added_script_ids.count(script->id()) == 0)
139 GetLocalizationMessages(extensions_info, script->extension_id()));
140 for (size_t k = 0; k < script->js_scripts().size(); ++k) {
141 UserScript::File& script_file = script->js_scripts()[k];
143 LoadScriptContent(script
239 ParseMetadataHeader(const base::StringPiece& script_text, UserScript* script) argument
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dgenk-timing.py7 """Used to generate a bash script which will invoke the toy and time it"""
175 """ Generate a random Kaleidoscope script based on the given parameters """
180 script = KScriptGenerator(filename)
181 script.setCallWeighting(callWeighting)
182 script.writeComment("===========================================================================")
183 script.writeComment("Auto-generated script")
184 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
186 script.writeComment(" call weighting = %f" % callWeighting)
187 script
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dgenk-timing.py7 """Used to generate a bash script which will invoke the toy and time it"""
180 """ Generate a random Kaleidoscope script based on the given parameters """
185 script = KScriptGenerator(filename)
186 script.setCallWeighting(callWeighting)
187 script.writeComment("===========================================================================")
188 script.writeComment("Auto-generated script")
189 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
191 script.writeComment(" call weighting = %f" % callWeighting)
192 script
[all...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dgenk-timing.py7 """Used to generate a bash script which will invoke the toy and time it"""
175 """ Generate a random Kaleidoscope script based on the given parameters """
180 script = KScriptGenerator(filename)
181 script.setCallWeighting(callWeighting)
182 script.writeComment("===========================================================================")
183 script.writeComment("Auto-generated script")
184 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
186 script.writeComment(" call weighting = %f" % callWeighting)
187 script
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_test_utils.cc30 std::string WrapScript(const std::string& script) { argument
31 return "domAutomationController.send(" + script + ")";
130 const std::string& script,
133 contents, WrapScript(script), result);
137 const std::string& script,
140 contents, WrapScript(script), result);
144 const std::string& script,
147 contents, WrapScript(script), result);
129 GetBoolFromJS(content::WebContents* contents, const std::string& script, bool* result) argument
136 GetIntFromJS(content::WebContents* contents, const std::string& script, int* result) argument
143 GetStringFromJS(content::WebContents* contents, const std::string& script, std::string* result) argument
/external/chromium_org/ppapi/api/private/
H A Dppb_instance_private.idl61 * script in the context of the frame containing the module.
69 * @param[in] script A string containing the JavaScript to execute.
74 * @return The result of the script execution, or a "void" var
78 [in] PP_Var script,
/external/chromium_org/ppapi/thunk/
H A Dppb_instance_private_thunk.cc35 struct PP_Var script,
41 return enter.functions()->ExecuteScript(instance, script, exception);
34 ExecuteScript(PP_Instance instance, struct PP_Var script, struct PP_Var* exception) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A DSConscript52 script = '#src/mapi/mapi/mapi_abi.py',
/external/chromium_org/v8/src/
H A Dgdb-jit.h34 Handle<Script> script,
41 static void AddCode(const char* name, Code* code, CodeTag tag, Script* script,
/external/chromium_org/v8/test/cctest/
H A Dtest-global-object.cc41 v8::Local<v8::Script> script = v8_compile("\"use strict\"; x = 42;"); local
47 script->Run();
/external/libyuv/
H A Dsetup_env.bat1 :: This script must not rely on any external tools or PATH values.
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
H A Dsctop-report24 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sctop.py $comm $interval
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl20 my $script = "./Markdown.pl";
25 "script=s" => \$script,
38 unless (-f $script) { die "$script does not exist.\n"; }
39 unless (-x $script) { die "$script is not executable.\n"; }
64 my $t_output = `'$script' '$testfile'`;
120 =item B<--script>
122 Specify the path to the Markdown script t
[all...]

Completed in 694 milliseconds

1234567891011>>