/third_party/skia/buildtools/checkdeps/ |
H A D | results.py | 63 def PrintResults(self): member in ResultsFormatter 97 def PrintResults(self): member in NormalResultsFormatter 131 def PrintResults(self): member in JSONResultsFormatter 133 self.wrapped_formatter.PrintResults() 155 def PrintResults(self): member in TemporaryRulesFormatter 177 def PrintResults(self): member in CountViolationsFormatter
|
H A D | checkdeps.py | 71 self.results_formatter.PrintResults()
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
H A D | LzmaBench.cs | 224 static void PrintResults(
in PrintResults() method in SevenZip.LzmaBench 321 PrintResults(dictionarySize, encodeTime, benchSize, false, 0);
in LzmaBenchmark() 323 PrintResults(dictionarySize, decodeTime, kBufferSize, true, (ulong)compressedSize);
in LzmaBenchmark() 332 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);
in LzmaBenchmark() 334 PrintResults(dictionarySize, totalDecodeTime,
in LzmaBenchmark()
|
/third_party/lzma/Java/SevenZip/ |
H A D | LzmaBench.java | 275 static void PrintResults(
in PrintResults() method in LzmaBench 374 PrintResults(dictionarySize, encodeTime, benchSize, false, 0);
in LzmaBenchmark() 376 PrintResults(dictionarySize, decodeTime, kBufferSize, true, compressedSize);
in LzmaBenchmark() 385 PrintResults(dictionarySize, totalEncodeTime, totalBenchSize, false, 0);
in LzmaBenchmark() 387 PrintResults(dictionarySize, totalDecodeTime,
in LzmaBenchmark()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 44 static void PrintResults(AliasResult AR, bool P, const Value *V1, in PrintResults() function 157 PrintResults(AR, PrintNoAlias, *I1, *I2, F.getParent()); in runInternal() 161 PrintResults(AR, PrintMayAlias, *I1, *I2, F.getParent()); in runInternal() 165 PrintResults(AR, PrintPartialAlias, *I1, *I2, F.getParent()); in runInternal() 169 PrintResults(AR, PrintMustAlias, *I1, *I2, F.getParent()); in runInternal()
|
/third_party/vixl/benchmarks/aarch64/ |
H A D | bench-branch-link.cc | 63 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-branch.cc | 68 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-dataop.cc | 64 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-mixed-masm.cc | 59 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-branch-masm.cc | 67 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-branch-link-masm.cc | 75 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-mixed-disasm.cc | 90 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-mixed-sim.cc | 86 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
|
H A D | bench-utils.h | 121 void PrintResults(uint64_t iterations, double elapsed_seconds) { in PrintResults() function in BenchCLI
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 2781 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool showFreq, UInt64 cpuFreq)
2825 static void PrintResults(IBenchPrintCallback *f,
2846 PrintResults(*f, t.Usage, t.RPU, rating, showFreq, cpuFreq);
2869 PrintResults(f, res.Usage / numIterations2, res.RPU / numIterations2, res.Rating / numIterations2, showFreq, cpuFreq);
3033 PrintResults(_file, info,
3061 PrintResults(_file, info2,
3301 PrintResults(_file, info,
3490 PrintResults(_file, info,
|