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

  /libcore/ojluni/src/main/java/java/util/
EnumSet.java 90 final Enum[] universe; field in class:EnumSet
94 EnumSet(Class<E>elementType, Enum[] universe) {
96 this.universe = universe;
107 Enum[] universe = getUniverse(elementType); local
108 if (universe == null)
111 if (universe.length <= 64)
112 return new RegularEnumSet<>(elementType, universe);
114 return new JumboEnumSet<>(elementType, universe);
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1715 const SkRect universe = SkRect::MakeLTRB( local
    [all...]

Completed in 3553 milliseconds