/external/skia/src/animator/ |
SkAnimatorScript2.cpp | 143 const char* script = op->fString->c_str(); local 145 return engine.evaluateScript(&script, &value); 592 // set up animator with memory script above, then run value tests 596 const char* script = scriptTests[index].fScript; local 597 bool success = engine.evaluateScript(&script, &value);
|
/external/skia/tools/ |
compare_baselines.py | 182 """Allow other scripts to call this script with fake command-line args. 202 'script')
|
/external/srec/config/en.us/ |
Android.mk | 64 (cd $(G2G_INSTALL_PATH); rm -f $*.Grev2.det.txt $*.map $*.omap $*.P.txt $*.params $*.PCLG.txt $*.script) 75 (cd $(G2G_INSTALL_PATH); rm -f $*.Grev2.det.txt $*.map $*.omap $*.P.txt $*.params $*.PCLG.txt $*.script)
|
/external/v8/test/cctest/ |
test-serialize.cc | 327 v8::Local<v8::Script> script = v8::Script::Compile(source); local 328 CHECK_EQ(4, script->Run()->Int32Value()); 344 v8::Local<v8::Script> script = v8::Script::Compile(source); local 345 CHECK_EQ(4, script->Run()->Int32Value());
|
/prebuilts/devtools/tools/ |
android.bat | 23 rem Set up prog to be the path of this script, including following symlinks,
30 rem Change current directory and drive to where the script is, to avoid
|
/external/chromium_org/v8/src/ |
d8.cc | 205 Handle<Script> script = Script::New(source, name); local 206 if (script.IsEmpty()) { 216 Handle<Value> result = script->Run(); 399 Handle<Script> script = Script::New(args[1]->ToString()); local 400 if (script.IsEmpty()) return; 403 Handle<Value> result = script->Run() 788 Handle<Script> script = Script::Compile(source, name); local [all...] |
mksnapshot.cc | 378 Local<Script> script = Script::Compile(source); local 384 script->Run();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 389 # or maybe it's not installed and the idle.py script is being 629 print>>tkerr, '*** Error in script or command!\n' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 389 # or maybe it's not installed and the idle.py script is being 629 print>>tkerr, '*** Error in script or command!\n' [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_error_handler.js | 51 * @param {!MessageSender} sender Info about the script context that sent
|
/external/chromium_org/build/android/buildbot/ |
bb_run_bot.py | 27 ['script', 'host_steps', 'extra_args', 'extra_gyp_defines', 'target_arch']) 29 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args']) 91 host_step_script: Host step script. 92 device_step_script: Device step script. 97 commands = [[bot_config.host_obj.script, 103 run_test_cmd = [test_obj.script, '--reboot'] + property_args
|
/external/chromium_org/chrome/browser/ui/views/ |
select_file_dialog_extension_browsertest.cc | 205 string16 script = ASCIIToUTF16( local 210 host->ExecuteJavascriptInWebFrame(main_frame, script);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
background.js | 48 // This will get called by the content script we execute in
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_error_handler.js | 49 * @param {!MessageSender} sender Info about the script context that sent
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/ |
runat.user.js | 5 // @description This script demonstrates @runat by listing which resources
|
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/ |
popup.js | 80 // Run our kitten generation script as soon as the document's DOM is ready.
|
/external/chromium_org/chrome/test/functional/ |
prefs.py | 219 script = """ 228 return self.ExecuteJavascript(script, windex=windex, tab_index=tab_index)
|
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/ |
base.js | 48 // The following line causes the closureBuilder script to recognize this as
|
/external/chromium_org/content/browser/ |
site_per_process_browsertest.cc | 148 std::string script = base::StringPrintf( local 155 bool result = ExecuteScript(window->web_contents(), script);
|
/external/chromium_org/net/proxy/ |
proxy_script_decider.cc | 24 bool LooksLikePacScript(const base::string16& script) { 28 // file not containing the string is not likely to be a PAC script. 30 // An exact test would have to load the script in a javascript evaluator. 31 return script.find(ASCIIToUTF16("FindProxyForURL")) != base::string16::npos; 279 // This is just a heuristic. Ideally we would try to parse the script. 292 // Extract the current script data.
|
/external/chromium_org/ppapi/proxy/ |
ppb_instance_proxy.h | 56 PP_Var script, 167 SerializedVarReceiveInput script,
|
/external/chromium_org/remoting/webapp/ |
plugin_settings.js | 5 // Contains all the settings that may need massaging by the build script.
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-indic.cc | 271 * Indic configurations. Note that we do not want to keep every single script-specific 272 * behavior in these tables necessarily. This should mainly be used for per-script 274 * only one script has an exception, that one script can be if'ed directly in the code, 299 hb_script_t script; member in struct:indic_config_t 521 if (plan->props.script == indic_configs[i].script) { 666 * o If the syllable starts with Ra + Halant (in a script that has Reph) 675 /* -> If the syllable starts with Ra + Halant (in a script that has Reph) 786 /* -> If the syllable starts with Ra + Halant (in a script that has Reph [all...] |
/external/chromium_org/tools/grit/grit/gather/ |
tr_html.py | 66 _BLOCK_TAGS = ['script', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'hr', 'br', 72 'script', 'style', 'pre', 'iframe', 'img', 'input', 'nowrap', 118 <\s*script.+?<\s*/\s*script\s*>
|
/external/chromium_org/tools/python/google/httpd_config/ |
httpd2_mac.conf | 204 AddHandler cgi-script .cgi .pl
|