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

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

Completed in 714 milliseconds