/external/webkit/WebCore/ |
combine-javascript-resources | 35 my $scriptName; 39 'output-script-name=s' => \$scriptName, 42 unless (defined $htmlFile and defined $scriptName and defined $outputDirectory) { 61 open SCRIPT_OUT, ">", "$outputDirectory/$scriptName" or die "Can't open $outputDirectory/$scriptName: $!"; 74 $headContents .= "<script type=\"text/javascript\" src=\"$scriptName\"></script>\n";
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
ToolPackage.java | 140 String scriptName = "post_tools_install"; //$NON-NLS-1$
144 scriptName += ".bat"; //$NON-NLS-1$
146 scriptName += ".sh"; //$NON-NLS-1$
149 File scriptFile = new File(libDir, scriptName);
159 shell + scriptName, // command
163 status = grabProcessOutput(proc, monitor, scriptName);
170 monitor.setResult("Failed to execute %s", scriptName);
180 * @param scriptName The name of script being executed.
186 final String scriptName)
201 monitor.setResult("[%1$s] Error: %2$s", scriptName, line); [all...] |
/development/tools/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyRecorder.java | 40 * mr = new MonkeyRecorder(scriptName); 103 * @param scriptName filepath of the monkey script we are running 105 public MonkeyRecorder(String scriptName, String version) throws IOException { 107 File scriptFile = new File(scriptName); 108 scriptName = scriptFile.getName(); // Get rid of path 109 mDirname = ROOT_DIR + "/" + stripType(scriptName) + "-" + now(); 113 mXmlFilename = stampFilename(stripType(scriptName) + ".xml"); 114 initXmlFile(scriptName, version); 125 * @param scriptName filename (not path) of the monkey script, stored as attribute in the xml file 128 private static void initXmlFile(String scriptName, String version) throws IOException [all...] |
MonkeyRunner.java | 63 static String scriptName = null; 91 ScriptRunner.run(scriptName); 225 monkeyRecorder = new MonkeyRecorder(scriptName, monkeyRunnerVersion); 547 scriptName = argument;
|
/external/icu4c/samples/layout/ |
FontMap.cpp | 40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; 65 scriptName = strip(line); 67 if (strcmp(scriptName, "DEFAULT") == 0) { 73 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus);
|
/frameworks/base/graphics/java/android/renderscript/ |
Type.java | 149 public static Type createFromClass(RenderScript rs, Class c, int size, String scriptName) { 151 t.setName(scriptName);
|
/external/webkit/WebKit/chromium/src/js/ |
Tests.js | 580 var scriptName = options[i].text; 582 test.assertTrue(scriptName !== options[j].text, "Found script duplicates: " + test.optionsToString_(options)); 765 TestSuite.prototype.showMainPageScriptSource_ = function(scriptName, callback) 776 if (options[scriptSelect.selectedIndex].text === scriptName) 781 if (options[i].text === scriptName) { 786 test.assertTrue(-1 !== pageScriptIndex, "Script with url " + scriptName + " not found among " + test.optionsToString_(options)); 797 test.assertTrue(scriptResource.url.search(scriptName + "$") !== -1, "Main HTML resource should be selected."); [all...] |
/external/chromium/third_party/icu/source/i18n/ |
transreg.cpp | 228 UnicodeString scriptName; 263 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV); 274 } else if (scriptName.length() != 0) { 276 top = scriptName; 305 // to the scriptName. 310 nextSpec = scriptName; // scriptName may be empty [all...] |
/external/icu4c/i18n/ |
transreg.cpp | 228 UnicodeString scriptName; 263 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV); 274 } else if (scriptName.length() != 0) { 276 top = scriptName; 305 // to the scriptName. 310 nextSpec = scriptName; // scriptName may be empty [all...] |
/external/v8/test/mjsunit/ |
debug-setbreakpoint.js | 59 assertEquals('scriptName', response.body.type, request + ' -> ' + json_response);
|
/external/chromium/third_party/icu/source/test/intltest/ |
transtst.cpp | [all...] |
/external/icu4c/test/intltest/ |
transtst.cpp | [all...] |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/v8/src/ |
debug-debugger.js | 71 ScriptName: 1 }; 229 } else { // type == Debug.ScriptBreakPointType.ScriptName 329 } else { // this.type_ == Debug.ScriptBreakPointType.ScriptName 395 if (script_break_points[i].type() == Debug.ScriptBreakPointType.ScriptName && 661 return this.setScriptBreakPoint(Debug.ScriptBreakPointType.ScriptName, [all...] |