HomeSort by relevance Sort by last modified time
    Searched defs:stdErr (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-analyze-results.js 43 var stdErr = 0;
152 stdErr = stdDev / sqrtCount;
176 function formatResult(meanWidth, mean, stdErr, n)
186 return meanString + "ms +/- " + ((tDist(n) * stdErr / mean) * 100).toFixed(1) + "%";
222 function resultLine(labelWidth, indent, label, meanWidth, mean, stdErr)
235 return result + formatResult(meanWidth, mean, stdErr, count);
250 print(resultLine(labelWidth, 0, "Total", meanWidth, mean, stdErr));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 259 // list to store each line of stderr
260 ArrayList<String> stdErr = new ArrayList<String>();
263 int returnCode = BuildHelper.grabProcessOutput(project, p, stdErr);
265 if (stdErr.size() > 0) {
267 boolean parsingError = parseAidlOutput(stdErr, file);
276 AdtPlugin.printErrorToConsole(project, stdErr.toArray());
282 AdtPlugin.printToConsole(project, stdErr.toArray());
288 // no stderr output but exec failed.
BuildHelper.java 577 // list to store each line of stderr
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 36 $stderr.puts "It does not appear that you have the 'json' package installed. Try running 'sudo gem install json'."
45 $stderr.puts "Error: no configuration file at ~/.bencher."
46 $stderr.puts "This file should contain paths to SunSpider, V8, and Kraken, as well as a"
47 $stderr.puts "temporary directory that bencher can use for its remote mode. It should be"
48 $stderr.puts "formatted in JSON. For example:"
49 $stderr.puts "{"
50 $stderr.puts " \"sunSpiderPath\": \"/Volumes/Data/pizlo/OpenSource/PerformanceTests/SunSpider/tests/sunspider-1.0\","
51 $stderr.puts " \"v8Path\": \"/Volumes/Data/pizlo/OpenSource/PerformanceTests/SunSpider/tests/v8-v6\","
52 $stderr.puts " \"krakenPath\": \"/Volumes/Data/pizlo/kraken/kraken-e119421cb325/tests/kraken-1.1\","
53 $stderr.puts " \"tempPath\": \"/Volumes/Data/pizlo/bencher/temp\"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java     [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 45 milliseconds