Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 85) sorted by relevance

1234

/libcore/luni/src/test/java/libcore/java/util/
DOptionalTest.java44 Optional<String> empty = Optional.empty(); in testGet() local
58 Optional<String> empty = Optional.empty(); in testIsPresent() local
69 Optional<String> empty = Optional.empty(); in testIfPresent() local
86 Optional<String> empty = Optional.empty(); in testFilter() local
109 Optional<String> empty = Optional.empty(); in testMap() local
130 Optional<String> empty = Optional.empty(); in testFlatMap() local
164 Optional<String> empty = Optional.empty(); in testOrElse() local
177 Optional<String> empty = Optional.empty(); in testOrElseGet() local
192 Optional<String> empty = Optional.empty(); in testOrElseThrow() local
/libcore/jsr166-tests/src/test/java/jsr166/
DTreeSubMapTest.java126 NavigableMap empty = map0(); in testGet() local
134 NavigableMap empty = map0(); in testIsEmpty() local
DConcurrentSkipListSubMapTest.java127 ConcurrentNavigableMap empty = map0(); in testGet() local
135 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
DCopyOnWriteArraySetTest.java222 Collection empty = new CopyOnWriteArraySet(); in testIterator() local
301 Collection empty = new CopyOnWriteArraySet(); in testSize() local
331 Collection empty = new CopyOnWriteArraySet(); in testToArray2() local
DTreeMapTest.java107 TreeMap empty = new TreeMap(); in testGet() local
115 TreeMap empty = new TreeMap(); in testIsEmpty() local
DConcurrentSkipListMapTest.java108 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local
116 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
DCopyOnWriteArrayListTest.java250 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testIsEmpty() local
261 Collection empty = new CopyOnWriteArrayList(); in testIterator() local
421 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testSize() local
451 Collection empty = new CopyOnWriteArrayList(); in testToArray2() local
DConcurrentHashMapTest.java295 ConcurrentHashMap empty = new ConcurrentHashMap(); in testGet() local
304 ConcurrentHashMap empty = new ConcurrentHashMap(); in testIsEmpty() local
418 ConcurrentHashMap empty = new ConcurrentHashMap(); in testPutAll() local
512 ConcurrentHashMap empty = new ConcurrentHashMap(); in testSize() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentSkipListSubMapTest.java150 ConcurrentNavigableMap empty = map0(); in testGet() local
158 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
DTreeSubMapTest.java149 NavigableMap empty = map0(); in testGet() local
157 NavigableMap empty = map0(); in testIsEmpty() local
DCopyOnWriteArraySetTest.java244 Collection empty = new CopyOnWriteArraySet(); in testIterator() local
323 Collection empty = new CopyOnWriteArraySet(); in testSize() local
353 Collection empty = new CopyOnWriteArraySet(); in testToArray2() local
DTreeMapTest.java130 TreeMap empty = new TreeMap(); in testGet() local
138 TreeMap empty = new TreeMap(); in testIsEmpty() local
DConcurrentSkipListMapTest.java131 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local
139 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
DCopyOnWriteArrayListTest.java288 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testIsEmpty() local
299 Collection empty = new CopyOnWriteArrayList(); in testIterator() local
459 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testSize() local
489 Collection empty = new CopyOnWriteArrayList(); in testToArray2() local
DConcurrentHashMapTest.java320 ConcurrentHashMap empty = new ConcurrentHashMap(); in testGet() local
329 ConcurrentHashMap empty = new ConcurrentHashMap(); in testIsEmpty() local
458 ConcurrentHashMap empty = new ConcurrentHashMap(); in testPutAll() local
552 ConcurrentHashMap empty = new ConcurrentHashMap(); in testSize() local
/libcore/ojluni/src/main/java/java/util/
DStack.java111 public boolean empty() { in empty() method in Stack
DOptionalLong.java89 public static OptionalLong empty() { in empty() method in OptionalLong
DOptionalDouble.java88 public static OptionalDouble empty() { in empty() method in OptionalDouble
DOptionalInt.java89 public static OptionalInt empty() { in empty() method in OptionalInt
/libcore/json/src/main/java/org/json/
DJSONStringer.java180 JSONStringer open(Scope empty, String openBracket) throws JSONException { in open()
195 JSONStringer close(Scope empty, Scope nonempty, String closeBracket) throws JSONException { in close()
/libcore/ojluni/src/test/java/lang/invoke/MethodHandles/
DTestTableSwitch.java217 MethodHandle empty = MethodHandles.empty(MethodType.methodType(void.class)); in testNotEnoughParameters() local
224 MethodHandle empty = MethodHandles.empty(MethodType.methodType(void.class, double.class)); in testNoLeadingIntParameter() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
DAttributeListImplTest.java27 private AttributeListImpl empty = new AttributeListImpl(); field in AttributeListImplTest
DAttributesImplTest.java26 private AttributesImpl empty = new AttributesImpl(); field in AttributesImplTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DAttributes2ImplTest.java31 private Attributes2Impl empty = new Attributes2Impl(); field in Attributes2ImplTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java82 WeakHashMap empty = new WeakHashMap(0); in test_ConstructorI() local
106 WeakHashMap empty = new WeakHashMap(0, 0.75f); in test_ConstructorIF() local

1234