Home
last modified time | relevance | path

Searched refs:PrintResults (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/buildtools/checkdeps/
H A Dresults.py63 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 Dcheckdeps.py71 self.results_formatter.PrintResults()
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs224 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 DLzmaBench.java275 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 DAliasAnalysisEvaluator.cpp44 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 Dbench-branch-link.cc63 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-branch.cc68 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-dataop.cc64 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-mixed-masm.cc59 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-branch-masm.cc67 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-branch-link-masm.cc75 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-mixed-disasm.cc90 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-mixed-sim.cc86 cli.PrintResults(iterations, timer.GetElapsedSeconds()); in main()
H A Dbench-utils.h121 void PrintResults(uint64_t iterations, double elapsed_seconds) { in PrintResults() function in BenchCLI
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp2781 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,

Completed in 9 milliseconds