Home
last modified time | relevance | path

Searched refs:counter2 (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava-tests/test/com/google/common/cache/
DAbstractCacheTest.java171 SimpleStatsCounter counter2 = new SimpleStatsCounter(); in testSimpleStatsIncrementBy() local
173 counter2.recordHits(1); in testSimpleStatsIncrementBy()
176 counter2.recordLoadSuccess(i); in testSimpleStatsIncrementBy()
180 counter2.recordLoadException(i); in testSimpleStatsIncrementBy()
184 counter2.recordMisses(1); in testSimpleStatsIncrementBy()
187 counter2.recordEviction(); in testSimpleStatsIncrementBy()
190 counter1.incrementBy(counter2); in testSimpleStatsIncrementBy()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc332 RateCounterFilter counter2(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
336 PrintResults(filter.GetBitrateStats().GetMean(), counter2.GetBitrateStats(), in TEST_P()
337 0, receiver.GetDelayStats(), counter2.GetBitrateStats()); in TEST_P()
348 RateCounterFilter counter2(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
352 PrintResults(filter.GetBitrateStats().GetMean(), counter2.GetBitrateStats(), in TEST_P()
353 0, receiver.GetDelayStats(), counter2.GetBitrateStats()); in TEST_P()
Dbwe_simulations.cc57 RateCounterFilter counter2(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
69 RateCounterFilter counter2(&downlink_, 0, "Receiver", in TEST_P() local
91 RateCounterFilter counter2(&downlink_, kFlowIds[1], "Receiver_1", in TEST_P() local
186 RateCounterFilter counter2(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
237 RateCounterFilter counter2(&uplink_, 0, "Receiver", bwe_names[GetParam()]); in TEST_P() local
/external/deqp/framework/delibs/dethread/
DdeThreadTest.c186 deInt32 counter2; member
219 data->counter2 += numIncremented; in mutexTestThr2()
309 data.counter2 = 0; in deMutex_selfTest()
329 DE_TEST_ASSERT(data.counter == data.counter2); in deMutex_selfTest()
/external/v8/test/cctest/heap/
Dtest-heap.cc6101 size_t counter2 = heap->NewSpaceAllocationCounter(); in TEST() local
6102 CHECK_EQ(kSize, counter2 - counter1); in TEST()
6105 CHECK_EQ(0U, counter3 - counter2); in TEST()
6129 size_t counter2 = heap->OldGenerationAllocationCounter(); in TEST() local
6131 CHECK_LE(kSize, counter2 - counter1); in TEST()
6134 CHECK_EQ(0u, counter3 - counter2); in TEST()
6162 size_t counter2 = 2000; in TEST() local
6163 tracer->SampleAllocation(time2, counter2, 0); in TEST()
6166 CHECK_EQ((counter2 - counter1) / (time2 - time1), throughput); in TEST()
6185 size_t counter2 = 2000; in TEST() local
[all …]