HomeSort by relevance Sort by last modified time
    Searched defs:webSafeColors (Results 1 - 3 of 3) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
AbstractImmutableSetTest.java 333 ImmutableSet<Integer> webSafeColors = webSafeColorsBuilder.build();
334 assertEquals(216, webSafeColors.size());
336 webSafeColors.toArray(new Integer[webSafeColors.size()]);
346 216, webSafeColors.size());
347 assertEquals("the new array should be one bigger than webSafeColors",
ImmutableListTest.java 410 ImmutableList<Integer> webSafeColors = webSafeColorsBuilder.build();
411 assertEquals(216, webSafeColors.size());
413 webSafeColors.toArray(new Integer[webSafeColors.size()]);
419 assertEquals(0x000066, (int) webSafeColors.get(2));
420 assertEquals(0x003300, (int) webSafeColors.get(6));
424 + " built sets", 216, webSafeColors.size());
425 assertEquals("the new array should be one bigger than webSafeColors",
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java 357 ImmutableSet<Integer> webSafeColors = webSafeColorsBuilder.build();
358 assertEquals(216, webSafeColors.size());
360 webSafeColors.toArray(new Integer[webSafeColors.size()]);
370 216, webSafeColors.size());
371 assertEquals("the new array should be one bigger than webSafeColors",

Completed in 1210 milliseconds