/external/llvm/lib/Analysis/ |
AliasAnalysisEvaluator.cpp | 92 static void PrintResults(const char *Msg, bool P, const Value *V1, 203 PrintResults("NoAlias", PrintNoAlias, *I1, *I2, F.getParent()); 207 PrintResults("MayAlias", PrintMayAlias, *I1, *I2, F.getParent()); 211 PrintResults("PartialAlias", PrintPartialAlias, *I1, *I2, 216 PrintResults("MustAlias", PrintMustAlias, *I1, *I2, F.getParent());
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaBench.cs | 224 static void PrintResults(
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/ |
LzmaBench.java | 275 static void PrintResults(
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/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_unittest_ios.cc | 335 void PrintResults() const { [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test.cc | 191 void BweTest::PrintResults(double max_throughput_kbps, 200 PrintResults(max_throughput_kbps, throughput_kbps, flow_delays_ms, 204 void BweTest::PrintResults(double max_throughput_kbps, 371 PrintResults(capacity_kbps, total_utilization.GetBitrateStats(), [all...] |
/external/webrtc/webrtc/modules/audio_device/android/ |
audio_device_unittest.cc | 344 void PrintResults() const { [all...] |
/external/webrtc/webrtc/video/ |
video_quality_test.cc | 406 PrintResults(); 456 void PrintResults() { [all...] |