OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webSafeColors
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java
338
ImmutableSet<Integer>
webSafeColors
= webSafeColorsBuilder.build();
339
assertEquals(216,
webSafeColors
.size());
341
webSafeColors
.toArray(new Integer[
webSafeColors
.size()]);
351
216,
webSafeColors
.size());
352
assertEquals("the new array should be one bigger than
webSafeColors
",
ImmutableListTest.java
696
ImmutableList<Integer>
webSafeColors
= webSafeColorsBuilder.build();
697
assertEquals(216,
webSafeColors
.size());
699
webSafeColors
.toArray(new Integer[
webSafeColors
.size()]);
705
assertEquals(0x000066, (int)
webSafeColors
.get(2));
706
assertEquals(0x003300, (int)
webSafeColors
.get(6));
710
+ " built sets", 216,
webSafeColors
.size());
711
assertEquals("the new array should be one bigger than
webSafeColors
",
Completed in 503 milliseconds