Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 15 of 15) sorted by relevance

/libcore/luni/src/main/java/libcore/icu/
DSimpleDateFormatData.java61 android.icu.text.DateFormat.NONE, android.icu.text.DateFormat.FULL); in SimpleDateFormatData()
75 android.icu.text.DateFormat.NONE, android.icu.text.DateFormat.LONG); in SimpleDateFormatData()
77 android.icu.text.DateFormat.NONE, android.icu.text.DateFormat.MEDIUM); in SimpleDateFormatData()
79 android.icu.text.DateFormat.NONE, android.icu.text.DateFormat.SHORT); in SimpleDateFormatData()
81 android.icu.text.DateFormat.FULL, android.icu.text.DateFormat.NONE); in SimpleDateFormatData()
83 android.icu.text.DateFormat.LONG, android.icu.text.DateFormat.NONE); in SimpleDateFormatData()
85 android.icu.text.DateFormat.MEDIUM, android.icu.text.DateFormat.NONE); in SimpleDateFormatData()
87 android.icu.text.DateFormat.SHORT, android.icu.text.DateFormat.NONE); in SimpleDateFormatData()
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DMatchOpTest.java79 private enum Kind { ANY, ALL, NONE } enumConstant
90 put(Kind.NONE, p -> s -> s.noneMatch(p));
109 assertPredicates(countTo(0), Kind.NONE, INTEGER_PREDICATES, true, true, true, true); in testStreamMatches()
113 assertPredicates(countTo(1), Kind.NONE, INTEGER_PREDICATES, false, true, true, false); in testStreamMatches()
117 assertPredicates(countTo(5), Kind.NONE, INTEGER_PREDICATES, false, true, false, false); in testStreamMatches()
180 put(Kind.NONE, p -> s -> s.noneMatch(p));
194 …assertIntPredicates(() -> IntStream.range(0, 0), Kind.NONE, INT_PREDICATES, true, true, true, true… in testIntStreamMatches()
198 …assertIntPredicates(() -> IntStream.range(1, 2), Kind.NONE, INT_PREDICATES, false, true, true, fal… in testIntStreamMatches()
202 …assertIntPredicates(() -> IntStream.range(1, 6), Kind.NONE, INT_PREDICATES, false, true, false, fa… in testIntStreamMatches()
265 put(Kind.NONE, p -> s -> s.noneMatch(p));
[all …]
/libcore/ojluni/src/main/java/java/security/
DDrbgParameters.java298 NONE; enumConstant
312 return this != NONE; in supportsReseeding()
/libcore/ojluni/src/main/java/java/util/concurrent/
DArrayBlockingQueue.java1047 private static final int NONE = -1; field in ArrayBlockingQueue.Itr
1059 lastRet = NONE; in Itr()
1065 cursor = NONE; in Itr()
1066 nextIndex = NONE; in Itr()
1098 if (index == putIndex) index = NONE; in incCursor()
1230 nextIndex = NONE; in next()
1263 cursor = nextIndex = lastRet = NONE; in forEachRemaining()
1278 this.lastRet = NONE; in remove()
1289 } else if (lastRet == NONE) in remove()
1312 cursor = NONE; in shutdown()
[all …]
/libcore/ojluni/annotations/flagged_api/java/security/
DDrbgParameters.annotated.java46 NONE; enumConstant
/libcore/libart/src/main/java/java/lang/
DDaemons.java289 public static int NONE = 0; field in Daemons.FinalizerDaemon
292 public volatile int exceptionLoggingState = NONE;
382 exceptionLoggingState = NONE; in doFinalize()
/libcore/ojluni/src/main/java/java/util/
DFormatter.java2905 private Flags f = Flags.NONE;
3375 && f.valueOf() != Flags.NONE.valueOf()) in checkText()
3384 if (f.valueOf() != Flags.NONE.valueOf()) in checkText()
4175 : Flags.NONE);
4199 Flags flags = Flags.NONE;
4217 Flags flags = Flags.NONE;
4292 : Flags.NONE);
4387 sb.append(localizedMagnitude(null, i, Flags.NONE, 2, l));
4397 sb.append(localizedMagnitude(null, i, Flags.NONE, 2, l));
4426 Flags flags = Flags.NONE;
[all …]
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java106 static final int NONE = 0; field in FtpURLConnection
110 int type = NONE;
/libcore/ojluni/src/main/java/java/util/stream/
DMatchOps.java58 NONE(true, false); enumConstant
DIntPipeline.java565 return evaluate(MatchOps.makeInt(predicate, MatchOps.MatchKind.NONE));
DLongPipeline.java548 return evaluate(MatchOps.makeLong(predicate, MatchOps.MatchKind.NONE));
DDoublePipeline.java573 return evaluate(MatchOps.makeDouble(predicate, MatchOps.MatchKind.NONE));
DReferencePipeline.java666 return evaluate(MatchOps.makeRef(predicate, MatchOps.MatchKind.NONE));
/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java2718 NONE, MODE, PADDING, BOTH, enumConstant
2874 + tokenizedTransformation[2], NeedToSet.NONE)); in tryCombinations()
/libcore/api/
Dcurrent.txt8002 enum_constant public static final java.security.DrbgParameters.Capability NONE;