Home
last modified time | relevance | path

Searched refs:counter2 (Results 1 – 4 of 4) 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()