OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrintResults
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/trees/
occlusion_tracker_perftest.cc
52
void
PrintResults
() {
135
PrintResults
();
206
PrintResults
();
/external/chromium_org/chrome/browser/extensions/api/tab_capture/
tab_capture_performancetest.cc
138
bool
PrintResults
(trace_analyzer::TraceAnalyzer *analyzer,
201
bool gpu_frames =
PrintResults
(
211
EXPECT_TRUE(
PrintResults
(analyzer.get(),
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc
250
void
PrintResults
(double max_throughput_kbps, Stats<double> throughput_kbps,
292
PrintResults
((2 * kHighCapacityKbps + kLowCapacityKbps) / 3.0,
310
PrintResults
((2 * kHighCapacityKbps + kLowCapacityKbps) / 3.0,
321
PrintResults
(filter.GetBitrateStats().GetMean(), counter2.GetBitrateStats(),
334
PrintResults
(filter.GetBitrateStats().GetMean(), counter2.GetBitrateStats(),
/external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp
90
static void
PrintResults
(const char *Msg, bool P, const Value *V1,
200
PrintResults
("NoAlias", PrintNoAlias, *I1, *I2, F.getParent());
203
PrintResults
("MayAlias", PrintMayAlias, *I1, *I2, F.getParent());
206
PrintResults
("PartialAlias", PrintPartialAlias, *I1, *I2,
210
PrintResults
("MustAlias", PrintMustAlias, *I1, *I2, F.getParent());
/external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp
87
static void
PrintResults
(FILE *f, UInt64 usage, UInt64 rpu, UInt64 rating)
95
static void
PrintResults
(FILE *f, const CBenchInfo &info, UInt64 rating, CTotalBenchRes &res)
101
PrintResults
(f, usage, rpu, rating);
111
PrintResults
(f, res.Usage, res.RPU, res.Rating);
122
PrintResults
(f, info, rating, EncodeRes);
142
PrintResults
(f, info2, rating, DecodeRes);
/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/chromium_org/net/url_request/
url_request_throttler_simulation_unittest.cc
378
void
PrintResults
(const char* class_description) {
585
unprotected_attacker_results.
PrintResults
(
587
unprotected_client_results.
PrintResults
(
589
protected_attacker_results.
PrintResults
(
591
protected_client_results.
PrintResults
(
Completed in 3894 milliseconds