/external/chromium_org/tools/checkdeps/ |
results.py | 63 def PrintResults(self): 97 def PrintResults(self): 131 def PrintResults(self): 133 self.wrapped_formatter.PrintResults() 155 def PrintResults(self): 177 def PrintResults(self):
|
/external/chromium_org/chrome/test/perf/ |
indexeddb_uitest.cc | 46 PrintResults(tab.get()); 81 void PrintResults(TabProxy* tab) {
|
dom_checker_uitest.cc | 79 void PrintResults(const ResultsList& new_passes, 81 PrintResults(new_failures, "new tests failing", true); 82 PrintResults(new_passes, "new tests passing", false); 86 void PrintResults(const ResultsList& results, const char* message, 248 PrintResults(new_passes, new_failures); 261 PrintResults(new_passes, new_failures);
|
/external/chromium_org/chrome/browser/extensions/api/tab_capture/ |
tab_capture_performancetest.cc | 144 bool PrintResults(trace_analyzer::TraceAnalyzer *analyzer, 204 // Only one of these PrintResults should actually print something. 207 bool sw_frames = PrintResults(analyzer.get(), 211 bool gpu_frames = PrintResults(analyzer.get(), 221 EXPECT_TRUE(PrintResults(analyzer.get(),
|
/external/llvm/lib/Analysis/ |
AliasAnalysisEvaluator.cpp | 91 static void PrintResults(const char *Msg, bool P, const Value *V1, 201 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent()); 204 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent()); 207 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2, 211 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent());
|
/external/lzma/CPP/7zip/UI/Console/ |
BenchCon.cpp | 87 static void PrintResults(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating)
95 static void PrintResults(FILE *f, const CBenchInfo &info, UInt64 rating, CTotalBenchRes &res)
101 PrintResults(f, usage, rpu, rating);
111 PrintResults(f, res.Usage, res.RPU, res.Rating);
122 PrintResults(f, info, rating, EncodeRes);
142 PrintResults(f, info2, rating, DecodeRes);
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 224 static void PrintResults(
321 PrintResults(dictionarySize, encodeTime, benchSize, false, 0);
323 PrintResults(dictionarySize, decodeTime, kBufferSize, true, (ulong)compressedSize);
332 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);
334 PrintResults(dictionarySize, totalDecodeTime,
|
/external/lzma/Java/SevenZip/ |
LzmaBench.java | 275 static void PrintResults(
374 PrintResults(dictionarySize, encodeTime, benchSize, false, 0);
376 PrintResults(dictionarySize, decodeTime, kBufferSize, true, compressedSize);
385 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);
387 PrintResults(dictionarySize, totalDecodeTime,
|
/external/chromium_org/chrome_frame/test/perf/ |
chrome_frame_perftest.cc | 658 void PrintResults(const char* test_name) { 837 PrintResults(test_name_.c_str()); [all...] |
/external/chromium_org/net/url_request/ |
url_request_throttler_simulation_unittest.cc | 372 void PrintResults(const char* class_description) { 577 unprotected_attacker_results.PrintResults( 579 unprotected_client_results.PrintResults( 581 protected_attacker_results.PrintResults( 583 protected_client_results.PrintResults(
|
/external/stressapptest/src/ |
sat.cc | [all...] |