/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
D | KeyManagerFactoryTest.java | 127 private void test_KeyManagerFactory_getKeyManagers(KeyManagerFactory kmf, boolean empty) in test_KeyManagerFactory_getKeyManagers() 135 test_X509KeyManager((X509KeyManager) keyManager, empty, kmf.getAlgorithm()); in test_KeyManagerFactory_getKeyManagers() local 158 private void test_X509KeyManager(X509KeyManager km, boolean empty, String algorithm) in test_X509KeyManager() 197 test_X509ExtendedKeyManager((X509ExtendedKeyManager) km, empty, algorithm); in test_X509KeyManager() local 202 boolean empty, String algorithm) throws Exception { in test_X509ExtendedKeyManager() 221 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 | 177 Collection empty = new CopyOnWriteArraySet(); in testIterator() local 256 Collection empty = new CopyOnWriteArraySet(); in testSize() local 286 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 | 237 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testIsEmpty() local 248 Collection empty = new CopyOnWriteArrayList(); in testIterator() local 408 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testSize() local 438 Collection empty = new CopyOnWriteArrayList(); in testToArray2() local
|
D | ConcurrentHashMapTest.java | 293 ConcurrentHashMap empty = new ConcurrentHashMap(); in testGet() local 302 ConcurrentHashMap empty = new ConcurrentHashMap(); in testIsEmpty() local 416 ConcurrentHashMap empty = new ConcurrentHashMap(); in testPutAll() local 510 ConcurrentHashMap empty = new ConcurrentHashMap(); in testSize() local
|
D | PriorityQueueTest.java | 258 Integer[] empty = new Integer[0]; in testAddAll5() local
|
D | ConcurrentLinkedQueueTest.java | 224 Integer[] empty = new Integer[0]; in testAddAll5() local
|
D | TreeSubSetTest.java | 218 Integer[] empty = new Integer[0]; in testAddAll5() local 703 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
|
D | ConcurrentSkipListSubSetTest.java | 221 Integer[] empty = new Integer[0]; in testAddAll5() local 717 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
|
D | LinkedListTest.java | 146 Integer[] empty = new Integer[0]; in testAddAll5() local
|
D | PriorityBlockingQueueTest.java | 254 Integer[] empty = new Integer[0]; in testAddAll5() local
|
/libcore/luni/src/main/java/java/util/ |
D | Stack.java | 40 public boolean empty() { in empty() method in Stack
|
/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 | 77 WeakHashMap empty = new WeakHashMap(0); in test_ConstructorI() local 102 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
|
D | HashMapTest.java | 123 HashMap empty = new HashMap(0); in test_ConstructorI() local 143 HashMap empty = new HashMap(0, 0.75f); in test_ConstructorIF() local
|
D | LinkedHashMapTest.java | 90 LinkedHashMap empty = new LinkedHashMap(0); in test_ConstructorI() local 111 LinkedHashMap empty = new LinkedHashMap(0, 0.75f); in test_ConstructorIF() local
|
D | IdentityHashMap2Test.java | 80 IdentityHashMap empty = new IdentityHashMap(0); in test_ConstructorI() local
|