HomeSort by relevance Sort by last modified time
    Searched refs:script (Results 226 - 250 of 1631) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 17 * Dictionary key for asynchronous script info.
23 * Return the information of asynchronous script execution.
25 * @return {Object.<string, ?>} Information of asynchronous script execution.
34 * Execute the given script and save its asynchronous result.
39 * @param {string} script The asynchronous script to be executed. The script
43 * @param {!Array.<*>} args Arguments to be passed to the script.
44 * @param {boolean} isUserSupplied Whether the script is supplied by the user.
46 * exception occurs during the script, and an additional error callback wil
    [all...]
  /bootable/recovery/edify/
main.c 43 state.script = strdup(expr_str);
48 free(state.script);
160 void ExprDump(int depth, Expr* n, char* script) {
162 char temp = script[n->end];
163 script[n->end] = '\0';
166 script+n->start);
167 script[n->end] = temp;
170 ExprDump(depth+1, n->argv[i], script);
202 state.script = buffer;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
mapping_file_provider.cc 62 void ConstructFullLocale(const string& language, const string& script, const
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);
  /external/harfbuzz_ng/test/api/
test-ot-tag.c 37 test_simple_tags (const char *s, hb_script_t script)
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)
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/sqlite/src/test/
lock_common.tcl 16 proc do_multiclient_test {varname script} {
56 uplevel $script
135 # tf_main.tcl. The parent (this script) interacts with the child processes
136 # via a two way pipe. The parent writes a script to the stdin of the child
138 # process evaluates the script and writes the results to stdout, followed
155 set script ""
160 set rc [catch {eval $script} result]
164 set script ""
166 append script $line
167 append script "\n
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScript.cpp 19 ? use standard XML / script notation like document.getElementById("canvas");
369 bool SkScriptEngine::evaluateDot(const char*& script, bool suppressed) {
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,
400 while (is_ws(ch = script[0]))
401 script++;
411 success = functionParams(&script, params)
439 const char* script = *scriptPtr; local
519 const char* script = *scriptPtr; local
    [all...]
SkAnimatorScript.h 29 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* );
SkDump.cpp 29 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/third_party/mesa/src/src/mapi/glapi/
SConscript 63 script = GLAPI + 'gen/gl_x86_asm.py',
65 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
76 script = GLAPI + 'gen/gl_x86-64_asm.py',
78 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
89 script = GLAPI + 'gen/gl_SPARC_asm.py',
91 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
  /external/e2fsprogs/config/
parse-types.sh 3 cat > sed.script << "EOF"
23 sed -f sed.script | grep '^#' > asm_types.h; then
29 rm sed.script
  /external/mesa3d/src/mapi/glapi/
SConscript 63 script = GLAPI + 'gen/gl_x86_asm.py',
65 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
76 script = GLAPI + 'gen/gl_x86-64_asm.py',
78 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
89 script = GLAPI + 'gen/gl_SPARC_asm.py',
91 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
  /external/chromium_org/chrome/browser/extensions/
user_script_loader.cc 84 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->extension_id(), &script_file, NULL, verifier)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
genk-timing.py 7 """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.writeComment("==========================================================================="
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
genk-timing.py 7 """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.writeComment("==========================================================================="
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
genk-timing.py 7 """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.writeComment("==========================================================================="
    [all...]
  /device/asus/flo/
releasetools.py 37 info.script.CacheFreeSpaceCheck(len(source_radio_img))
39 info.script.PatchCheck("%s:%s:%d:%s:%d:%s" % (
94 info.script.Print("Patching radio...")
97 info.script.ApplyPatch(
104 info.script.Print("Writing radio...")
107 info.script.AppendExtra(
118 info.script.Print("Writing DDR...")
120 info.script.AppendExtra(
140 info.script.Print("Writing bootloader...")
178 info.script.AppendExtra
    [all...]
  /external/chromium_org/chrome/browser/
font_family_cache.h 23 // relies on the assumption that each concatenation of map_name + '.' + script
44 virtual base::string16 FetchFont(const char* script, const char* map_name);
49 // Map from script to font.
63 // |script| and |map_name| must be compile time constants. Two behaviors rely
66 base::string16 FetchAndCacheFont(const char* script, const char* map_name);
  /external/chromium_org/chrome/browser/ui/search/
instant_test_utils.cc 30 std::string WrapScript(const std::string& script) {
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);
  /external/chromium_org/chrome/test/chromedriver/
embed_js_in_cpp.py 8 Each argument to the script must be a file containing an associated JavaScript
10 This is called the exported function of the script. The entire script will be
36 script = 'function() { %s; return %s.apply(null, arguments) }' % (
38 global_string_map[script_name] = script
  /external/chromium_org/ppapi/api/private/
ppb_instance_private.idl 61 * 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/
ppb_instance_private_thunk.cc 35 struct PP_Var script,
41 return enter.functions()->ExecuteScript(instance, script, exception);
  /external/chromium_org/third_party/libvpx/
run_perl.py 7 "This script is used to run a perl script."
15 parser.add_option('-s', '--script', help='path to a perl script.')
21 if (not options.script or not options.input or not options.output):
22 parser.error('Must specify arguments for script, input and output.')
26 subprocess.check_call(['perl', options.script], stdout=fo, stdin=fi)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
SConscript 52 script = '#src/mapi/mapi/mapi_abi.py',
54 command = python_cmd + ' $SCRIPT --printer vgapi --mode app $SOURCE > $TARGET'
  /external/chromium_org/v8/test/cctest/
test-global-object.cc 41 v8::Local<v8::Script> script = v8_compile("\"use strict\"; x = 42;"); local
47 script->Run();
  /external/libyuv/
setup_env.bat 1 :: This script must not rely on any external tools or PATH values.

Completed in 8346 milliseconds

1 2 3 4 5 6 7 8 91011>>