Searched defs:ALL (Results 1 - 6 of 6) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DInet4Address.java101 public static final InetAddress ALL = field in class:Inet4Address
/libcore/ojluni/src/main/java/java/util/stream/
H A DMatchOps.java55 ALL(false, false), enum constant in enum:MatchOps.MatchKind
/libcore/ojluni/src/main/java/java/util/logging/
H A DLevel.java54 * off logging, and a level ALL that can be used to enable
174 * ALL indicates that all messages should be logged.
177 public static final Level ALL = new Level("ALL", Integer.MIN_VALUE, defaultBundle); field in class:Level
283 // ALL CAPS in a resource bundle's message indicates no translation
/libcore/ojluni/src/main/java/sun/util/logging/
H A DPlatformLogger.java98 private static final int ALL = Integer.MIN_VALUE; field in class:PlatformLogger
106 ALL, enum constant in enum:PlatformLogger.Level
126 PlatformLogger.ALL, PlatformLogger.FINEST, PlatformLogger.FINER,
147 case PlatformLogger.ALL : return Level.ALL;
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DMatchOpTest.java79 private enum Kind { ANY, ALL, NONE } enum constant in enum:MatchOpTest.Kind
89 put(Kind.ALL, p -> s -> s.allMatch(p));
108 assertPredicates(countTo(0), Kind.ALL, INTEGER_PREDICATES, true, true, true, true);
112 assertPredicates(countTo(1), Kind.ALL, INTEGER_PREDICATES, true, false, false, true);
116 assertPredicates(countTo(5), Kind.ALL, INTEGER_PREDICATES, true, false, false, false);
179 put(Kind.ALL, p -> s -> s.allMatch(p));
193 assertIntPredicates(() -> IntStream.range(0, 0), Kind.ALL, INT_PREDICATES, true, true, true, true);
197 assertIntPredicates(() -> IntStream.range(1, 2), Kind.ALL, INT_PREDICATES, true, false, false, true);
201 assertIntPredicates(() -> IntStream.range(1, 6), Kind.ALL, INT_PREDICATES, true, false, false, false);
264 put(Kind.ALL,
[all...]
/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 1223 milliseconds