OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MEDIUM_DELAY_MS
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java
66
* SHORT_DELAY_MS}, {@code SMALL_DELAY_MS}, {@code
MEDIUM_DELAY_MS
},
261
public static long
MEDIUM_DELAY_MS
;
278
MEDIUM_DELAY_MS
= SHORT_DELAY_MS * 10;
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java
79
* SHORT_DELAY_MS}, {@code SMALL_DELAY_MS}, {@code
MEDIUM_DELAY_MS
},
135
public static long
MEDIUM_DELAY_MS
;
152
MEDIUM_DELAY_MS
= SHORT_DELAY_MS * 10;
936
delay(
MEDIUM_DELAY_MS
);
942
delay(
MEDIUM_DELAY_MS
);
958
delay(
MEDIUM_DELAY_MS
);
[
all
...]
Completed in 1070 milliseconds