/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
config_unittest.py | 143 # FIXME: This test runs a standalone python script to test 151 script = c.path_from_webkit_base('Tools', 'Scripts', 157 args = [sys.executable, script, '--mock', expected] 171 # configuration file is. See what happens if that script fails.
|
/sdk/monitor/ |
monitor.bat | 19 rem Change current directory and drive to where the script is, to avoid
|
/external/v8/test/cctest/ |
test-debug.cc | 173 v8::Script::Compile(v8::String::New(source))->Run(); 182 v8::Script::Compile(v8::String::New(source))->Run(); 227 return v8::Script::Compile(str)->Run()->Int32Value(); 231 // Set a break point in a script identified by id using the global Debug object. 235 // Column specified set script break point on precise location. 240 // Column not specified set script break point on line. 249 v8::Handle<v8::Value> value = v8::Script::Compile(str)->Run(); 256 // Set a break point in a script identified by name using the global Debug 262 // Column specified set script break point on precise location. 267 // Column not specified set script break point on line 1562 v8::Local<v8::String> script = v8::String::New( local 1688 v8::Local<v8::Script> script = v8::Script::Compile(source, &origin); local 1775 v8::Local<v8::String> script = v8::String::New( local 1832 v8::Local<v8::String> script = v8::String::New( local 1894 v8::Local<v8::String> script = v8::String::New( local 1950 v8::Local<v8::String> script = v8::String::New( local 2075 v8::Local<v8::String> script = v8::String::New( local 2136 v8::Local<v8::String> script = v8::String::New( local 2235 v8::Local<v8::String> script = v8::String::New( local 3722 v8::Handle<v8::Script> script = v8::Script::Compile(v8::String::New(src), local 6069 v8::Local<v8::String> script = v8::String::New( local 6231 const char* script = "function f() { debugger; g(); } function g() { }"; local 6296 const char* script = local 6546 const char* script = "var a=1"; local 6570 const char* script = "function f() {};"; local 6609 const char* script = "function f() {throw new Error()};"; local 6634 const char* script = "function f() {};"; local 6809 v8::Handle<v8::Script> script = v8::Script::Compile(void0, void0); local 7305 char script[128]; local [all...] |
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());
|
/external/bluetooth/bluez/compat/ |
pand.c | 126 static void run_script(char *script, char *dev, char *dst, int sk, int nsk) 131 if (!script) 134 if (access(script, R_OK | X_OK)) 151 argv[0] = script; 156 execv(script, argv); 626 "\t--devup -u <script> Script to run when interface comes up\n" 627 "\t--devdown -o <script> Script to run when interface comes down\n";
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.cc | 37 // Returns false and sets the error if script file can't be loaded, 179 // Validate that claimed script resources actually exist, 182 const UserScript& script = extension->content_scripts()[i]; local 184 for (size_t j = 0; j < script.js_scripts().size(); j++) { 185 const UserScript::File& js_script = script.js_scripts()[j]; 193 for (size_t j = 0; j < script.css_scripts().size(); j++) { 194 const UserScript::File& css_script = script.css_scripts()[j];
|
/external/icu4c/common/ |
uchar.c | 551 UScriptCode script; local 560 script=USCRIPT_COMMON; 562 script=USCRIPT_INHERITED; 564 script=(UScriptCode)scx[0]; 567 if(sc==script) {
|
/external/v8/samples/ |
process.cc | 81 // Process function of the JavaScript script given as an argument. 82 explicit JsHttpRequestProcessor(Handle<String> script) : script_(script) { } 90 // Execute the script associated with this processor and extract the 92 bool ExecuteScript(Handle<String> script); 146 // Execute the script and fetch the Process method. 172 // Compile and run the script 176 // The script compiled and ran correctly. Now we fetch out the 197 bool JsHttpRequestProcessor::ExecuteScript(Handle<String> script) { 200 // We're just about to compile the script; set up an error handler t [all...] |
shell.cc | 273 v8::Handle<v8::Script> script = v8::Script::Compile(source, name); local 274 if (script.IsEmpty()) { 280 v8::Handle<v8::Value> result = script->Run();
|
/external/v8/src/ |
debug.h | 161 // Cache of all script objects in the heap. When a script is added a weak handle 163 // callback takes care of removing the script from the cache. The key used in 164 // the cache is the script id. 170 // Add script to the cache. 171 void Add(Handle<Script> script); 180 // Calculate the hash value from the key (script id). 185 // Scripts match if their keys (script id) match. 391 // Script cache handling [all...] |
log.cc | [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebFrame.cpp | 457 return toGlobalRef(m_coreFrame->script()->globalObject(mainThreadNormalWorld())->globalExec()); 462 return toGlobalRef(m_coreFrame->script()->globalObject(world->coreWorld())->globalExec()); 580 JSDOMWindow* globalObject = m_coreFrame->script()->globalObject(world->coreWorld()); 592 JSDOMWindow* globalObject = m_coreFrame->script()->globalObject(world->coreWorld()); 604 JSDOMWindow* globalObject = m_coreFrame->script()->globalObject(mainThreadNormalWorld());
|
/external/harfbuzz/src/ |
harfbuzz-khmer.c | 604 assert(item->item.script == HB_Script_Khmer); 644 void HB_KhmerAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes) 649 HB_UNUSED(script);
|
harfbuzz-myanmar.c | 472 assert(item->item.script == HB_Script_Myanmar); 512 void HB_MyanmarAttributes(HB_Script script, const HB_UChar16 *text, hb_uint32 from, hb_uint32 len, HB_CharAttributes *attributes) 517 HB_UNUSED(script);
|
harfbuzz-hebrew.c | 57 assert(shaper_item->item.script == HB_Script_Hebrew);
|
harfbuzz-shaper.h | 129 HB_Script script; member in struct:__anon6710 270 HB_ScriptItem item; /* input: the current run to be shaped: a run of text all in the same script that is a substring of <string> */ 272 HB_Face face; /* input: the shaper state; current script, access to the OpenType tables , etc. */
|
/external/skia/src/animator/ |
SkAnimateMaker.cpp | 77 const char* script; local 78 if (findKey(displayable, &script) == false) 80 return SkAnimatorScript::EvaluateString(*this, displayable, parent, script, newID);
|
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/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 548 dataType: "script" 645 // Evalulates a script in a global context 651 script = document.createElement("script"); 653 script.type = "text/javascript"; 655 script.appendChild( document.createTextNode( data ) ); 657 script.text = data; 661 head.insertBefore( script, head.firstChild ); 662 head.removeChild( script ); 904 // IE can't serialize <link> and <script> tags normall [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.h | 123 const UserScript& script,
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
binaryajax.js | 227 "<script type='text/vbscript'>\r\n" 234 + "</script>\r\n"
|
/external/libvpx/examples/includes/geshi/contrib/ |
example.php | 3 * GeSHi example script 5 * Just point your browser at this script (with geshi.php in the parent directory, 43 // you sanitise correctly if you use $_POST of course - this very script has had a security 44 // advisory against it in the past because of this. Please try not to use this script on a 160 <h2>GeSHi Example Script</h2> 161 <p>To use this script, make sure that <strong>geshi.php</strong> is in the parent directory or in your
|
/external/openfst/src/include/fst/script/ |
weight-class.h | 30 namespace script { namespace in namespace:fst 213 } // namespace 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/valgrind/tsan/ |
Makefile | 36 PIN_LDFLAGS=-g -shared -Wl,-Bsymbolic -Wl,--version-script=$(PIN_ROOT)/source/include/pintool.ver
|