/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 68 Optional<String> empty = Optional.empty(); in testIfPresent() local 85 Optional<String> empty = Optional.empty(); in testFilter() local 108 Optional<String> empty = Optional.empty(); in testMap() local 129 Optional<String> empty = Optional.empty(); in testFlatMap() local 163 Optional<String> empty = Optional.empty(); in testOrElse() local 176 Optional<String> empty = Optional.empty(); in testOrElseGet() local 191 Optional<String> empty = Optional.empty(); in testOrElseThrow() local
|
D | SpliteratorsTest.java | 37 Spliterator.OfInt empty = Spliterators.emptyIntSpliterator(); in testEmptyIntSpliterator() local 54 Spliterator<Object> empty = Spliterators.emptySpliterator(); in testEmptyRefSpliterator() local 67 Spliterator.OfLong empty = Spliterators.emptyLongSpliterator(); in testEmptyLongSpliterator() local 84 Spliterator.OfDouble empty = Spliterators.emptyDoubleSpliterator(); in testEmptyDoubleSpliterator() local
|
D | ListOfTest.java | 89 @Test public void empty() { in empty() method in ListOfTest
|
D | SetOfTest.java | 99 @Test public void empty() { in empty() method in SetOfTest
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentSkipListSubMapTest.java | 127 ConcurrentNavigableMap empty = map0(); in testGet() local 135 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
|
D | TreeSubMapTest.java | 126 NavigableMap empty = map0(); in testGet() local 134 NavigableMap 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
|
D | ConcurrentHashMap8Test.java | 403 Collection empty = ConcurrentHashMap.newKeySet(); in testIterator() local 486 Set empty = ConcurrentHashMap.newKeySet(); in testSize() local 517 Collection empty = ConcurrentHashMap.newKeySet(); in testToArray2() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | Stack.java | 112 public boolean empty() { in empty() method in Stack
|
D | OptionalInt.java | 79 public static OptionalInt empty() { in empty() method in OptionalInt
|
D | OptionalLong.java | 79 public static OptionalLong empty() { in empty() method in OptionalLong
|
D | OptionalDouble.java | 79 public static OptionalDouble empty() { in empty() method in OptionalDouble
|
D | Optional.java | 79 public static<T> Optional<T> empty() { in empty() method in Optional
|
/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/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
|
D | HashtableTest.java | 71 Hashtable empty = new Hashtable(0); in test_ConstructorI() local 85 Hashtable empty = new Hashtable(0, 0.75f); in test_ConstructorIF() local
|
/libcore/ojluni/src/main/java/java/util/stream/ |
D | DoubleStream.java | 735 public static DoubleStream empty() { in empty() method
|
D | IntStream.java | 701 public static IntStream empty() { in empty() method
|