/libcore/luni/src/test/java/libcore/java/util/ |
D | OptionalTest.java | 44 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/ |
D | TreeSubMapTest.java | 126 NavigableMap empty = map0(); in testGet() local 134 NavigableMap empty = map0(); in testIsEmpty() local
|
D | ConcurrentSkipListSubMapTest.java | 127 ConcurrentNavigableMap empty = map0(); in testGet() local 135 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
|
D | CopyOnWriteArraySetTest.java | 222 Collection empty = new CopyOnWriteArraySet(); in testIterator() local 301 Collection empty = new CopyOnWriteArraySet(); in testSize() local 331 Collection empty = new CopyOnWriteArraySet(); in testToArray2() local
|
D | TreeMapTest.java | 107 TreeMap empty = new TreeMap(); in testGet() local 115 TreeMap empty = new TreeMap(); in testIsEmpty() local
|
D | ConcurrentSkipListMapTest.java | 108 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local 116 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
|
D | CopyOnWriteArrayListTest.java | 250 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
|
D | ConcurrentHashMapTest.java | 295 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/ |
D | ConcurrentSkipListSubMapTest.java | 150 ConcurrentNavigableMap empty = map0(); in testGet() local 158 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
|
D | TreeSubMapTest.java | 149 NavigableMap empty = map0(); in testGet() local 157 NavigableMap empty = map0(); in testIsEmpty() local
|
D | CopyOnWriteArraySetTest.java | 244 Collection empty = new CopyOnWriteArraySet(); in testIterator() local 323 Collection empty = new CopyOnWriteArraySet(); in testSize() local 353 Collection empty = new CopyOnWriteArraySet(); in testToArray2() local
|
D | TreeMapTest.java | 130 TreeMap empty = new TreeMap(); in testGet() local 138 TreeMap empty = new TreeMap(); in testIsEmpty() local
|
D | ConcurrentSkipListMapTest.java | 131 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local 139 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
|
D | CopyOnWriteArrayListTest.java | 288 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
|
D | ConcurrentHashMapTest.java | 320 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/ |
D | Stack.java | 111 public boolean empty() { in empty() method in Stack
|
D | OptionalLong.java | 89 public static OptionalLong empty() { in empty() method in OptionalLong
|
D | OptionalDouble.java | 88 public static OptionalDouble empty() { in empty() method in OptionalDouble
|
D | OptionalInt.java | 89 public static OptionalInt empty() { in empty() method in OptionalInt
|
/libcore/json/src/main/java/org/json/ |
D | JSONStringer.java | 180 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/ |
D | TestTableSwitch.java | 217 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/ |
D | AttributeListImplTest.java | 27 private AttributeListImpl empty = new AttributeListImpl(); field in AttributeListImplTest
|
D | AttributesImplTest.java | 26 private AttributesImpl empty = new AttributesImpl(); field in AttributesImplTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/ |
D | Attributes2ImplTest.java | 31 private Attributes2Impl empty = new Attributes2Impl(); field in Attributes2ImplTest
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | WeakHashMapTest.java | 82 WeakHashMap empty = new WeakHashMap(0); in test_ConstructorI() local 106 WeakHashMap empty = new WeakHashMap(0, 0.75f); in test_ConstructorIF() local
|