/external/lzma/Java/SevenZip/ |
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()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
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()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 89 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/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 40 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/ |
D | remote_bitrate_estimators_test.cc | 281 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 44 static void PrintResults(AliasResult AR, bool P, const Value *V1, in PrintResults() function 156 PrintResults(AR, PrintNoAlias, *I1, *I2, F.getParent()); in runInternal() 160 PrintResults(AR, PrintMayAlias, *I1, *I2, F.getParent()); in runInternal() 164 PrintResults(AR, PrintPartialAlias, *I1, *I2, F.getParent()); in runInternal() 168 PrintResults(AR, PrintMustAlias, *I1, *I2, F.getParent()); in runInternal()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.h | 120 void PrintResults(double max_throughput_kbps, 126 void PrintResults(double max_throughput_kbps,
|
D | bwe_test.cc | 191 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/ |
D | main.cc | 37 sat->PrintResults(); in main()
|
D | sat.h | 58 bool PrintResults();
|
D | sat.cc | 2048 bool Sat::PrintResults() { in PrintResults() function in Sat
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1799 static void PrintResults(IBenchPrintCallback &f, UInt64 usage, UInt64 rpu, UInt64 rating, bool show… in PrintResults() function 1819 static void PrintResults(IBenchPrintCallback *f, in PrintResults() function 1838 PrintResults(*f, usage, rpu, rating, showFreq, cpuFreq); in PrintResults() 1856 …PrintResults(f, res.Usage / numIterations2, res.RPU / numIterations2, res.Rating / numIterations2,… in PrintTotals() 2007 PrintResults(_file, info, in SetEncodeResult() 2032 PrintResults(_file, info2, in SetDecodeResult() 2201 PrintResults(_file, info, in FreqBench() 2345 PrintResults(_file, info, in CrcBench()
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
D | audio_device_unittest_ios.cc | 335 void PrintResults() const { in PrintResults() function in webrtc::LatencyMeasuringAudioStream 844 latency_audio_stream->PrintResults(); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_device_unittest.cc | 344 void PrintResults() const { in PrintResults() function in webrtc::LatencyMeasuringAudioStream 1015 latency_audio_stream->PrintResults(); in TEST_F()
|
/external/webrtc/webrtc/video/ |
D | video_quality_test.cc | 406 PrintResults(); in CompareFrames() 456 void PrintResults() { in PrintResults() function in webrtc::VideoAnalyzer
|