| /external/v8/test/mjsunit/ |
| debug-liveedit-breakpoints.js | 63 var script = Debug.findScript(F25); variable 67 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 1, 1, "true || false || false"); 68 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 6, 1, "true || false || false"); 69 Debug.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptId, script.id, 14, 1, "true || false || false"); 73 var new_source = script.source.replace(function_z_text, ""); 77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 83 // One breakpoint gets duplicated in a old version of script. 89 if (breaks[i].script_id() == script.id) {
|
| 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/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
| clear-watch-invalid-id-crash.js | 12 location = "data:text/html,TEST COMPLETE<script>if(window.layoutTestController) layoutTestController.notifyDone();</script>";
|
| /external/webkit/Source/WebCore/bindings/js/ |
| JSLazyEventListener.cpp | 86 ScriptController* script = document->frame()->script(); 87 if (!script->canExecuteScripts(AboutToExecuteScript) || script->isPaused())
|
| JavaScriptCallFrame.cpp | 103 JSValue JavaScriptCallFrame::evaluate(const UString& script, JSValue& exception) const 110 return m_debuggerCallFrame.evaluate(script, exception);
|
| /external/webkit/Source/WebCore/bindings/v8/ |
| WorkerContextExecutionProxy.cpp | 191 ScriptValue WorkerContextExecutionProxy::evaluate(const String& script, const String& fileName, const TextPosition0& scriptStartPosition, WorkerContextExecutionState* state) 202 v8::Local<v8::String> scriptString = v8ExternalString(script); 203 v8::Handle<v8::Script> compiledScript = V8Proxy::compileScript(scriptString, fileName, scriptStartPosition); 207 m_workerContext->script()->forbidExecution(); 232 v8::Local<v8::Value> WorkerContextExecutionProxy::runScript(v8::Handle<v8::Script> script) 234 if (script.IsEmpty()) 240 script = V8Proxy::compileScript(code, "", TextPosition0::minimumPosition()); 244 ASSERT(script.IsEmpty()); 246 if (script.IsEmpty() [all...] |
| /external/webkit/Source/WebKit/qt/docs/webkitsnippets/ |
| qtwebkit_bridge_snippets.cpp | 40 <script> 45 </script> 71 <script> 75 </script>
|
| /external/llvm/utils/lit/lit/ |
| TestRunner.py | 275 script = tmpBase + '.script' 277 script += '.bat' 279 # Write script file 280 f = open(script,'w') 289 command = ['cmd','/c', script] 292 command = [bashPath, script] 294 command = ['/bin/sh', script] 322 script and extract the lines to 'RUN' as well as 'XFAIL' and 'REQUIRES' 358 # Collect the test lines from the script [all...] |
| /external/v8/src/ |
| debug-debugger.js | 63 // The different types of script compilations matching enum 64 // Script::CompilationType in objects.h. 69 // The different script break point types. 251 // Object representing a script break point. The script is referenced by its 252 // script name or script id and the break point is represented as line and 277 //Creates a clone of script breakpoint that is linked to another script. 385 // Set ignore count on all break points created from this script break point 645 var script = %FunctionGetScript(func); variable [all...] |
| liveedit-debugger.js | 28 // LiveEdit feature implementation. The script should be executed after 32 // according to changes of script source (if possible). 34 // When new script source is put in, the difference is calculated textually, 39 // version of the script) it remains unchanged, but the code that could 40 // create a new instance of this function goes away. An old version of script 50 // Applies the change to the script. 53 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only, 56 var old_source = script.source; 58 // Gather compile information about old version of script. 59 var old_compile_info = GatherCompileInfo(old_source, script); [all...] |
| /external/skia/legacy/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 1497 const char* script = scriptTests[index].fScript; local [all...] |
| /external/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 1485 const char* script = scriptTests[index].fScript; local [all...] |
| /build/core/ |
| raw_executable.mk | 19 $(addprefix --script ,$(PRIVATE_LINK_SCRIPT)) \
|
| /device/generic/goldfish/opengl/shared/OpenglOsUtils/ |
| Android.mk | 1 # This build script corresponds to a small library containing
|
| /external/chromium/net/data/proxy_resolver_v8_unittest/ |
| simple.js | 1 // PAC script which uses isInNet on both IP addresses and hosts, and calls
|
| /external/openfst/src/bin/ |
| fstcompile.cc | 23 #include <fst/script/compile.h> 38 namespace s = fst::script;
|
| /external/openfst/src/include/fst/script/ |
| shortest-path.h | 23 #include <fst/script/arg-packs.h> 24 #include <fst/script/fst-class.h> 25 #include <fst/script/weight-class.h> 27 #include <fst/script/shortest-distance.h> // for ShortestDistanceOptions 30 namespace script { namespace in namespace:fst 33 : public fst::script::ShortestDistanceOptions { 44 WeightClass w = fst::script::WeightClass::Zero(), 182 fst::script::WeightClass::Zero(), 185 } // namespace script
|
| /external/openfst/src/script/ |
| text-io.cc | 17 #include <fst/script/text-io.h> 28 namespace script { namespace in namespace:fst 94 } // namespace script
|
| /external/srec/config/en.us/grammars/ |
| run_clean_grammars.sh | 5 rm *.script >/dev/null 2>&1
|
| /external/webkit/Source/JavaScriptCore/API/ |
| JSBase.h | 92 /* Script Evaluation */ 98 @param script A JSString containing the script to evaluate. 100 @param sourceURL A JSString containing a URL for the script's source file. This is only used when reporting exceptions. Pass NULL if you do not care to include source file information in exceptions. 101 @param startingLineNumber An integer value specifying the script's starting line number in the file located at sourceURL. This is only used when reporting exceptions. 103 @result The JSValue that results from evaluating script, or NULL if an exception is thrown. 105 JS_EXPORT JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception); 111 @param script A JSString containing the script to check for syntax errors. 112 @param sourceURL A JSString containing a URL for the script's source file. This is only used when reporting exceptions. Pass NULL if you do not care to includ (…) [all...] |
| /external/webkit/Source/JavaScriptCore/debugger/ |
| DebuggerCallFrame.cpp | 86 JSValue DebuggerCallFrame::evaluate(const UString& script, JSValue& exception) const 92 EvalExecutable* eval = EvalExecutable::create(m_callFrame, makeSource(script), m_callFrame->codeBlock()->isStrictMode());
|
| /external/webkit/Source/WebCore/gyp/ |
| streamline-inspector-source.sh | 8 # Combine all script resources in the inspector.html file. 9 "$SRCROOT/../inspector/combine-javascript-resources.pl" --input-html "${SRCROOT}/../inspector/front-end/inspector.html" --generated-scripts-dir ${BUILT_PRODUCTS_DIR}/DerivedSources/WebCore --output-dir "${DERIVED_FILE_DIR}/WebCore" --output-script-name inspector.js 11 # Inline script imports in ScriptFormatterWorker.js file.
|
| /external/webkit/Source/WebCore/inspector/ |
| JavaScriptCallFrame.idl | 41 [Custom] void evaluate(in DOMString script);
|
| /external/webkit/Tools/TestWebKitAPI/ |
| JavaScriptTest.cpp | 73 bool runJSTest(WKPageRef page, const char* script, const char* expectedResult) 76 WKPageRunJavaScriptInMainFrame(page, wk(script).get(), &context, javaScriptCallback);
|
| /frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
| JavaBridgeTestBase.java | 105 protected void executeJavaScript(final String script) throws Throwable { 112 // frame. We don't want this behaviour, so wrap the script in 114 getWebView().loadUrl("javascript:(function() { " + script + " })()");
|