/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
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | KeyManagerFactoryTest.java | 129 private void test_KeyManagerFactory_getKeyManagers(KeyManagerFactory kmf, boolean empty) in test_KeyManagerFactory_getKeyManagers() 137 test_X509KeyManager((X509KeyManager) keyManager, empty, kmf.getAlgorithm()); in test_KeyManagerFactory_getKeyManagers() local 160 private void test_X509KeyManager(X509KeyManager km, boolean empty, String algorithm) in test_X509KeyManager() 199 test_X509ExtendedKeyManager((X509ExtendedKeyManager) km, empty, algorithm); in test_X509KeyManager() local 204 boolean empty, String algorithm) throws Exception { in test_X509ExtendedKeyManager() 223 boolean empty) throws Exception { in test_X509KeyManager_alias()
|
/libcore/include/ |
D | LocalArray.h | 59 bool empty() { return mSize == 0; } in empty() function
|
/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 | ConcurrentSkipListMapTest.java | 108 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local 116 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
|
D | TreeMapTest.java | 107 TreeMap empty = new TreeMap(); in testGet() local 115 TreeMap empty = new TreeMap(); 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 | OptionalLong.java | 78 public static OptionalLong empty() { in empty() method in OptionalLong
|
D | OptionalDouble.java | 78 public static OptionalDouble empty() { in empty() method in OptionalDouble
|
D | OptionalInt.java | 78 public static OptionalInt empty() { in empty() method in OptionalInt
|
D | Optional.java | 78 public static<T> Optional<T> empty() { in empty() method in Optional
|
/libcore/json/src/main/java/org/json/ |
D | JSONStringer.java | 174 JSONStringer open(Scope empty, String openBracket) throws JSONException { in open() 188 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 | 733 public static DoubleStream empty() { in empty() method
|
D | IntStream.java | 701 public static IntStream empty() { in empty() method
|