OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:counter1
(Results
1 - 2
of
2
) sorted by null
/dalvik/tests/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
135
SimpleStatsCounter
counter1
= new SimpleStatsCounter();
local
137
counter1
.recordHits(1);
140
counter1
.recordLoadSuccess(i);
144
counter1
.recordLoadException(i);
148
counter1
.recordMisses(1);
151
counter1
.recordEviction();
173
counter1
.incrementBy(counter2);
175
counter1
.snapshot());
Completed in 59 milliseconds