OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webSafeColorArray
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java
340
Integer[]
webSafeColorArray
=
342
assertEquals(0x000000, (int)
webSafeColorArray
[0]);
343
assertEquals(0x000033, (int)
webSafeColorArray
[1]);
344
assertEquals(0x000066, (int)
webSafeColorArray
[2]);
345
assertEquals(0x003300, (int)
webSafeColorArray
[6]);
346
assertEquals(0x330000, (int)
webSafeColorArray
[36]);
ImmutableListTest.java
698
Integer[]
webSafeColorArray
=
700
assertEquals(0x000000, (int)
webSafeColorArray
[0]);
701
assertEquals(0x000033, (int)
webSafeColorArray
[1]);
702
assertEquals(0x000066, (int)
webSafeColorArray
[2]);
703
assertEquals(0x003300, (int)
webSafeColorArray
[6]);
704
assertEquals(0x330000, (int)
webSafeColorArray
[36]);
Completed in 26 milliseconds