Searched refs:counter1 (Results 1 – 5 of 5) sorted by relevance
/external/guava/guava-tests/test/com/google/common/cache/ |
D | AbstractCacheTest.java | 152 SimpleStatsCounter counter1 = new SimpleStatsCounter(); in testSimpleStatsIncrementBy() local 154 counter1.recordHits(1); in testSimpleStatsIncrementBy() 157 counter1.recordLoadSuccess(i); in testSimpleStatsIncrementBy() 161 counter1.recordLoadException(i); in testSimpleStatsIncrementBy() 165 counter1.recordMisses(1); in testSimpleStatsIncrementBy() 168 counter1.recordEviction(); in testSimpleStatsIncrementBy() 190 counter1.incrementBy(counter2); in testSimpleStatsIncrementBy() 192 counter1.snapshot()); in testSimpleStatsIncrementBy()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | bwe_simulations.cc | 54 RateCounterFilter counter1(&uplink_, 0, "sender_output", in TEST_P() local 66 RateCounterFilter counter1(&downlink_, 0, "sender_output", in TEST_P() local 182 RateCounterFilter counter1(&uplink_, 0, "sender_output", in TEST_P() local 233 RateCounterFilter counter1(&uplink_, 0, "sender_output", in TEST_P() local
|
D | remote_bitrate_estimators_test.cc | 329 RateCounterFilter counter1(&uplink_, 0, "sender_output", in TEST_P() local 344 RateCounterFilter counter1(&uplink_, 0, "sender_output", in TEST_P() local
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | stateful_random_ops_test.py | 92 def verify(counter1, counter2, key1, key2, expect1, expect2): argument 93 counter = uint32s_to_uint64(counter1, counter2)
|
/external/u-boot/include/fsl-mc/ |
D | fsl_dpni.h | 264 MC_RSP_OP(cmd, 1, 0, 64, uint64_t, (stat)->counter1); \ 1290 uint64_t counter1; member
|