HomeSort by relevance Sort by last modified time
    Searched refs:counter1 (Results 1 - 6 of 6) sorted by null

  /art/test/090-loop-formation/src/
Main.java 23 static int counter1; field in class:Main
30 /* counter1 is not resolved */
33 counter1++;
50 System.out.println("counter1 is " + counter1);
  /external/guava/guava-tests/test/com/google/common/cache/
AbstractCacheTest.java 152 SimpleStatsCounter counter1 = new SimpleStatsCounter(); local
154 counter1.recordHits(1);
157 counter1.recordLoadSuccess(i);
161 counter1.recordLoadException(i);
165 counter1.recordMisses(1);
168 counter1.recordEviction();
190 counter1.incrementBy(counter2);
192 counter1.snapshot());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 54 RateCounterFilter counter1(&uplink_, 0, "sender_output",
66 RateCounterFilter counter1(&downlink_, 0, "sender_output",
182 RateCounterFilter counter1(&uplink_, 0, "sender_output",
233 RateCounterFilter counter1(&uplink_, 0, "sender_output",
remote_bitrate_estimators_test.cc 329 RateCounterFilter counter1(&uplink_, 0, "sender_output",
344 RateCounterFilter counter1(&uplink_, 0, "sender_output",
  /bionic/tests/
time_test.cpp 406 Counter counter1(Counter::CountNotifyFunction);
410 ASSERT_EQ(0, counter1.Value());
417 EXPECT_EQ(0, counter1.Value());
  /external/v8/test/cctest/heap/
test-heap.cc 6048 size_t counter1 = heap->NewSpaceAllocationCounter(); local
6075 size_t counter1 = heap->OldGenerationAllocationCounter(); local
6111 size_t counter1 = 1000; local
6135 size_t counter1 = 1000; local
6271 size_t counter1 = 1000; local
6296 size_t counter1 = 1000; local
    [all...]

Completed in 193 milliseconds