/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/ |
Util.pm | 68 Perf::Trace::Util - Perl extension for perf script 76 Perf (script) documentation
|
/external/linux-tools-perf/util/ |
trace-event-scripting.c | 56 static int python_start_script_unsupported(const char *script __unused, 85 die("error registering Python script extension"); 89 die("error registering py script extension"); 117 static int perl_start_script_unsupported(const char *script __unused, 146 die("error registering Perl script extension"); 150 die("error registering pl script extension");
|
/external/openfst/src/bin/ |
fstprint.cc | 23 #include <fst/script/print.h> 38 namespace s = fst::script;
|
/external/protobuf/ |
autogen.sh | 3 # Run this script to generate the configure script and other files that will 12 Could not find source code. Make sure you are running this script from the
|
generate_descriptor_proto.sh | 3 # Run this script to regenerate descriptor.pb.{h,cc} after the protocol 15 Could not find source code. Make sure you are running this script from the
|
/external/v8/src/ |
gdb-jit.h | 61 V(SCRIPT) \ 118 Script* script, 122 Handle<Script> script,
|
/external/v8/test/mjsunit/ |
debug-set-script-source.js | 38 event_data.script().setSource(event_data.script().source() + 42 event_data.script().setSource("a=1 //@ sourceURL=wrong_location"); 46 script_names.push(event_data.script().name());
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLScriptElement01.js | 49 docsLoaded += preload(docRef, "doc", "script"); 78 The text attribute specifies the script content of the element. 98 doc = load(docRef, "doc", "script"); 99 nodeList = doc.getElementsByTagName("script");
|
HTMLScriptElement03.js | 49 docsLoaded += preload(docRef, "doc", "script"); 79 the script. 99 doc = load(docRef, "doc", "script"); 100 nodeList = doc.getElementsByTagName("script");
|
HTMLScriptElement04.js | 49 docsLoaded += preload(docRef, "doc", "script"); 78 The src attribute specifies a URI designating an external script. 98 doc = load(docRef, "doc", "script"); 99 nodeList = doc.getElementsByTagName("script");
|
HTMLScriptElement05.js | 49 docsLoaded += preload(docRef, "doc", "script"); 78 The type attribute specifies the content of the script language. 98 doc = load(docRef, "doc", "script"); 99 nodeList = doc.getElementsByTagName("script");
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLScriptElement01.js | 49 docsLoaded += preload(docRef, "doc", "script"); 78 The text attribute specifies the script content of the element. 98 doc = load(docRef, "doc", "script"); 99 nodeList = doc.getElementsByTagName("script");
|
HTMLScriptElement03.js | 49 docsLoaded += preload(docRef, "doc", "script"); 79 the script. 99 doc = load(docRef, "doc", "script"); 100 nodeList = doc.getElementsByTagName("script");
|
HTMLScriptElement04.js | 49 docsLoaded += preload(docRef, "doc", "script"); 78 The src attribute specifies a URI designating an external script. 98 doc = load(docRef, "doc", "script"); 99 nodeList = doc.getElementsByTagName("script");
|
HTMLScriptElement05.js | 49 docsLoaded += preload(docRef, "doc", "script"); 78 The type attribute specifies the content of the script language. 98 doc = load(docRef, "doc", "script"); 99 nodeList = doc.getElementsByTagName("script");
|
/external/webkit/LayoutTests/fast/dom/HTMLTableSectionElement/script-tests/ |
rows.js | 24 "script",
|
/external/webkit/Source/WebCore/bindings/ |
ScriptControllerBase.cpp | 48 ScriptValue ScriptController::executeScript(const String& script, bool forceUserGesture) 50 return executeScript(ScriptSourceCode(script, forceUserGesture ? KURL() : m_frame->document()->url())); 82 // We need to hold onto the Frame here because executing script can 91 // If executing script caused this frame to be removed from the page, we
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMGlobalObject.cpp | 101 return static_cast<WorkerContext*>(scriptExecutionContext)->script()->workerContextWrapper(); 120 return static_cast<WorkerContext*>(scriptExecutionContext)->script()->workerContextWrapper();
|
ScriptCachedFrameData.cpp | 51 ScriptController* scriptController = frame->script(); 78 ScriptController* scriptController = frame->script();
|
ScriptEventListener.cpp | 64 ScriptController* scriptController = frame->script(); 87 ScriptController* scriptController = frame->script();
|
/external/webkit/Source/WebCore/inspector/ |
InspectorFrontendHost.idl | 45 void setExtensionAPI(in DOMString script);
|
combine-javascript-resources.pl | 26 # Script to combine multiple JavaScript files into one file, based on 27 # the script tags in the head of an input HTML file. 40 'output-script-name=s' => \$scriptName, 45 print "Usage: $0 --input-html <path> --output-dir path --output-script-name <name>\n"; 65 while ($headContents =~ m/<script.*src="([^"]*)"[^>]*>/gi) { 75 $headContents =~ s/<script.*src="[^"]*"[^>]*><\/script>\s*//gi; 76 $headContents .= "<script type=\"text/javascript\" src=\"$scriptName\"></script>\n";
|
/external/webkit/Source/WebKit/win/Interfaces/ |
IWebScriptObject.idl | 33 @discussion WebScriptObjects are used to wrap script objects passed from 34 script environments to Objective-C. WebScriptObjects cannot be created 35 directly. In normal uses of WebKit, you gain access to the script 44 As it possible to remove attributes from web script objects the following 49 Also the sparse array access allowed in web script objects doesn't map well to NSArray, so 67 @discussion Throws an exception in the current script execution context. 75 @param name The name of the method to call in the script environment. 76 @param args The arguments to pass to the script environment. 77 @discussion Calls the specified method in the script environment using the 79 @result Returns the result of calling the script method [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
DRTDevToolsAgent.cpp | 139 bool DRTDevToolsAgent::evaluateInWebInspector(long callID, const std::string& script) 144 agent->evaluateInWebInspector(callID, WebString::fromUTF8(script));
|
/external/webkit/Tools/DumpRenderTree/pthreads/ |
JavaScriptThreadingPthreads.cpp | 60 static const char* const script = local 71 JSStringRef scriptRef = JSStringCreateWithUTF8CString(script);
|