/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);
|
/ndk/ |
ndk-build.cmd | 2 rem This is a Windows cmd.exe script used to invoke the NDK-specific GNU Make executable
|
/cts/tools/signature-tools/ |
Android.mk | 47 # signature-tool script 54 # signature-create script 61 # signature-check script
|
/dalvik/dx/ |
Android.mk | 6 # script files' timestamps are at least as new as the 12 # the dx script 32 # the jasmin script
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
index.php | 145 echo '<script type = "text/javascript">window.close();</script>'; 167 <script type="text/javascript" src="popuplib.js"></script> 168 <script type="text/html" id="ls_tmpl"> 176 </script> 196 <script> 287 </script>
|
/external/icu4c/test/letest/ |
gendata.cpp | 139 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 151 char *script = getCString(testCase->getAttribute(script_attr)); local 168 uscript_getCode(script, &scriptCode, 1, &status); 170 printf("Error: invalid script name: %s.\n", script); 182 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\" lang=\"%s\">\n", id, script, lang); 184 fprintf(outputFile, " <test-case id=\"%s\" script=\"%s\">\n", id, script); 286 freeCString(script); [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebPDFDocumentExtras.mm | 127 NSString *script = [[NSString alloc] initWithBytes:bytes length:length encoding:encoding]; 128 [scripts addObject:script]; 129 [script release];
|
WebPDFRepresentation.mm | 141 JSStringRef script = JSStringCreateWithCFString((CFStringRef)[scripts objectAtIndex:i]); 142 JSEvaluateScript(ctx, script, jsPDFDoc, 0, 0, 0); 143 JSStringRelease(script);
|
/frameworks/compile/libbcc/lib/Renderscript/ |
RSCompilerDriver.cpp | 203 // Associate script with its info 210 // Link RS script with Renderscript runtime. 213 ALOGE("Failed to link script '%s' with Renderscript runtime!", pScriptName); 371 // Load the bitcode and create script. 379 RSScript *script = new (std::nothrow) RSScript(*source); local 380 if (script == NULL) { 381 ALOGE("Out of memory when create Script object for '%s'! (output: %s)", 389 script->setCompilerVersion(wrapper.getCompilerVersion()); 390 script->setOptimizationLevel(static_cast<RSScript::OptimizationLevel>( 394 // Compile the script [all...] |
/sdk/files/ |
post_tools_install.bat | 16 rem This script is called by the SDK Manager once a new version of the tools
22 rem Set up prog to be the path of this script, including following symlinks,
29 rem Change current directory and drive to where the script is, to avoid
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
ScriptRunner.java | 67 * Runs the specified Jython script. First runs the initialization script to 73 * @return the error code from running the script. 78 // Add the current directory of the script to the python.path search path. 123 LOG.log(Level.SEVERE, "Script terminated due to an exception", e); 129 public static void runString(String executablePath, String script) { 132 python.exec(script); 136 String script, String... names) { 137 return runStringAndGet(executablePath, script, Arrays.asList(names)); 141 String script, Collection<String> names) [all...] |
/external/icu4c/test/cintltst/ |
cucdapi.c | 72 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local 73 uscript_getCode(testNames[i],script,capacity, &err); 74 if( script[0] != expected[i]){ 75 log_data_err("Error getting script code Got: %i Expected: %i for name %s (Error code does not propagate if data is not present. Are you missing data?)\n", 76 script[0],expected[i],testNames[i]); 90 UScriptCode script[10]={USCRIPT_INVALID_CODE}; local 91 int32_t num = uscript_getCode("ja",script,capacity, &err); 96 num = uscript_getCode("ja",script,capacity, &err); 102 if(script[j]!=jaCode[j]) { 104 script[j], uscript_getName(script[j]) [all...] |