Home
last modified time | relevance | path

Searched refs:ALL (Results 1 – 25 of 36) sorted by relevance

12

/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging.properties29 # The following ALL CAPS words should be translated.
30 ALL=ALL key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_it.properties29 # The following ALL CAPS words should be translated.
30 ALL=Tutto key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_fr.properties29 # The following ALL CAPS words should be translated.
30 ALL=Tout key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_ja.properties29 # The following ALL CAPS words should be translated.
30 ALL=\u3059\u3079\u3066 key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_es.properties29 # The following ALL CAPS words should be translated.
30 ALL=Todo key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_zh_TW.properties29 # The following ALL CAPS words should be translated.
30 ALL=\u5168\u90E8 key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_zh_CN.properties29 # The following ALL CAPS words should be translated.
30 ALL=\u5168\u90E8 key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_ko.properties29 # The following ALL CAPS words should be translated.
30 ALL=\uBAA8\uB450 key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_de.properties29 # The following ALL CAPS words should be translated.
30 ALL=Alle key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_sv.properties29 # The following ALL CAPS words should be translated.
30 ALL=Alla key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
Dlogging_pt_BR.properties29 # The following ALL CAPS words should be translated.
30 ALL=Tudo key
31 # The following ALL CAPS words should be translated.
33 # The following ALL CAPS words should be translated.
35 # The following ALL CAPS words should be translated.
37 # The following ALL CAPS words should be translated.
39 # The following ALL CAPS words should be translated.
41 # The following ALL CAPS words should be translated.
43 # The following ALL CAPS words should be translated.
45 # The following ALL CAPS words should be translated.
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DMatchOpTest.java79 private enum Kind { ANY, ALL, NONE } enumConstant
89 put(Kind.ALL, p -> s -> s.allMatch(p));
108 assertPredicates(countTo(0), Kind.ALL, INTEGER_PREDICATES, true, true, true, true); in testStreamMatches()
112 assertPredicates(countTo(1), Kind.ALL, INTEGER_PREDICATES, true, false, false, true); in testStreamMatches()
116 assertPredicates(countTo(5), Kind.ALL, INTEGER_PREDICATES, true, false, false, false); in testStreamMatches()
179 put(Kind.ALL, p -> s -> s.allMatch(p));
193 …assertIntPredicates(() -> IntStream.range(0, 0), Kind.ALL, INT_PREDICATES, true, true, true, true); in testIntStreamMatches()
197 …assertIntPredicates(() -> IntStream.range(1, 2), Kind.ALL, INT_PREDICATES, true, false, false, tru… in testIntStreamMatches()
201 …assertIntPredicates(() -> IntStream.range(1, 6), Kind.ALL, INT_PREDICATES, true, false, false, fal… in testIntStreamMatches()
264 put(Kind.ALL, p -> s -> s.allMatch(p));
[all …]
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLogRecordTest.java44 lr.setLevel(Level.ALL); in testGetSetLevelNormal()
45 assertSame(lr.getLevel(), Level.ALL); in testGetSetLevelNormal()
/libcore/luni/src/test/resources/config/java/util/logging/
Dlogging.properties2 .level=ALL
Dlogging.config2 .level=ALL
/libcore/luni/src/test/resources/bundles/java/util/logging/
Dres.properties8 ALL=US_ALL key
Dres_en_US.properties8 ALL=US_ALL key
Dres_zh_CN.properties8 ALL=ZH_CN_ALL key
Dres3.properties8 ALL=ALL3 key
Dres2.properties8 ALL=ALL2 key
/libcore/ojluni/src/main/java/sun/util/logging/
DPlatformLogger.java102 public static final int ALL = Integer.MIN_VALUE; field in PlatformLogger
110 ALL, enumConstant
130 PlatformLogger.ALL, PlatformLogger.FINEST, PlatformLogger.FINER,
151 case PlatformLogger.ALL : return Level.ALL; in valueOf()
/libcore/ojluni/src/main/java/java/util/logging/
DSocketHandler.java82 setLevel(manager.getLevelProperty(cname +".level", Level.ALL)); in configure()
DHandler.java53 private Level logLevel = Level.ALL;
DMemoryHandler.java96 setLevel(manager.getLevelProperty(cname +".level", Level.ALL)); in configure()
/libcore/ojluni/src/main/java/java/net/
DInet4Address.java102 public static final InetAddress ALL = field in Inet4Address

12