Searched defs:NONE (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DProperties.java86 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3, field in class:Properties
281 int mode = NONE, unicode = 0, count = 0;
310 mode = NONE;
317 mode = NONE;
370 mode = NONE;
392 mode = NONE;
412 mode = NONE;
418 mode = NONE;
/libcore/luni/src/main/java/javax/crypto/
H A DCipher.java107 NONE, MODE, PADDING, BOTH, enum constant in enum:Cipher.NeedToSet
390 + transformParts[2], transformParts, NeedToSet.NONE);
/libcore/luni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java989 /** Index to look for new nextItem; NONE at end */
995 /** Index of nextItem; NONE if none, REMOVED if removed elsewhere */
1001 /** Index of lastItem, NONE if none, REMOVED if removed elsewhere */
1011 private static final int NONE = -1; field in class:ArrayBlockingQueue.Itr
1024 lastRet = NONE;
1030 cursor = NONE;
1031 nextIndex = NONE;
1064 index = NONE;
1131 // assert cursor == NONE;
1161 // assert cursor == NONE;
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 124 milliseconds