Home
last modified time | relevance | path

Searched refs:PrintResults (Results 1 – 14 of 14) sorted by relevance

/external/lzma/Java/SevenZip/
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()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DAliasAnalysisEvaluator.cpp89 static void PrintResults(const char *Msg, bool P, const Value *V1, in PrintResults() function
184 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent()); in runOnFunction()
187 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent()); in runOnFunction()
190 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2, in runOnFunction()
194 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent()); in runOnFunction()
/external/lzma/CS/7zip/Compress/LzmaAlone/
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()
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp40 static void PrintResults(const char *Msg, bool P, const Value *V1, in PrintResults() function
156 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent()); in runInternal()
160 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent()); in runInternal()
164 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2, in runInternal()
169 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent()); in runInternal()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc281 PrintResults(kCapacityKbps, counter.GetBitrateStats(), 0, in TEST_P()
300 PrintResults((2 * kHighCapacityKbps + kLowCapacityKbps) / 3.0, in TEST_P()
321 PrintResults((2 * kHighCapacityKbps + kLowCapacityKbps) / 3.0, in TEST_P()
336 PrintResults(filter.GetBitrateStats().GetMean(), counter2.GetBitrateStats(), in TEST_P()
352 PrintResults(filter.GetBitrateStats().GetMean(), counter2.GetBitrateStats(), in TEST_P()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.h120 void PrintResults(double max_throughput_kbps,
126 void PrintResults(double max_throughput_kbps,
Dbwe_test.cc191 void BweTest::PrintResults(double max_throughput_kbps, in PrintResults() function in webrtc::testing::bwe::BweTest
200 PrintResults(max_throughput_kbps, throughput_kbps, flow_delays_ms, in PrintResults()
204 void BweTest::PrintResults(double max_throughput_kbps, in PrintResults() function in webrtc::testing::bwe::BweTest
371 PrintResults(capacity_kbps, total_utilization.GetBitrateStats(), in RunFairnessTest()
/external/stressapptest/src/
Dmain.cc37 sat->PrintResults(); in main()
Dsat.h58 bool PrintResults();
Dsat.cc2048 bool Sat::PrintResults() { in PrintResults() function in Sat
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp1801 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool show… in PrintResults() function
1821 static void PrintResults(IBenchPrintCallback *f, in PrintResults() function
1840 PrintResults(*f, usage, rpu, rating, showFreq, cpuFreq); in PrintResults()
1858PrintResults(f, res.Usage / numIterations2, res.RPU / numIterations2, res.Rating / numIterations2,… in PrintTotals()
1924 PrintResults(_file, info, in SetEncodeResult()
1949 PrintResults(_file, info2, in SetDecodeResult()
2118 PrintResults(_file, info, in FreqBench()
2262 PrintResults(_file, info, in CrcBench()
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_unittest_ios.cc335 void PrintResults() const { in PrintResults() function in webrtc::LatencyMeasuringAudioStream
844 latency_audio_stream->PrintResults(); in TEST_F()
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_unittest.cc344 void PrintResults() const { in PrintResults() function in webrtc::LatencyMeasuringAudioStream
1015 latency_audio_stream->PrintResults(); in TEST_F()
/external/webrtc/webrtc/video/
Dvideo_quality_test.cc406 PrintResults(); in CompareFrames()
456 void PrintResults() { in PrintResults() function in webrtc::VideoAnalyzer