Home
last modified time | relevance | path

Searched refs:counter2 (Results 1 – 7 of 7) 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/tensorflow/tensorflow/compiler/tests/
Dstateful_random_ops_test.py92 def verify(counter1, counter2, key1, key2, expect1, expect2): argument
93 counter = uint32s_to_uint64(counter1, counter2)
/external/u-boot/include/fsl-mc/
Dfsl_dpni.h265 MC_RSP_OP(cmd, 2, 0, 64, uint64_t, (stat)->counter2); \
1291 uint64_t counter2; member
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java218 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal() argument
219 long total = counter2.getTotal(); in showTotal()
228 final long current = counter2.getCount(item); in showTotal()