HomeSort by relevance Sort by last modified time
    Searched refs:PrintResults (Results 1 - 14 of 14) sorted by null

  /external/stressapptest/src/
main.cc 37 sat->PrintResults();
sat.h 58 bool PrintResults();
sat.cc     [all...]
  /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/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysisEvaluator.cpp 89 static void PrintResults(const char *Msg, bool P, const Value *V1,
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/
bwe_test.h 120 void PrintResults(double max_throughput_kbps,
126 void PrintResults(double max_throughput_kbps,
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/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 40 static void PrintResults(const char *Msg, bool P, const Value *V1,
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/
remote_bitrate_estimators_test.cc 281 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/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/CPP/7zip/UI/Common/
Bench.cpp     [all...]
  /external/webrtc/webrtc/modules/audio_device/android/
audio_device_unittest.cc 344 void PrintResults() const {
    [all...]
  /external/webrtc/webrtc/modules/audio_device/ios/
audio_device_unittest_ios.cc 335 void PrintResults() const {
    [all...]
  /external/webrtc/webrtc/video/
video_quality_test.cc 406 PrintResults();
456 void PrintResults() {
    [all...]

Completed in 1047 milliseconds