| /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/jsr166-tests/src/test/java/jsr166/ |
| D | CopyOnWriteArraySetTest.java | 162 CopyOnWriteArraySet empty = new CopyOnWriteArraySet(); in testIsEmpty() local 173 Collection empty = new CopyOnWriteArraySet(); in testIterator() local 250 CopyOnWriteArraySet empty = new CopyOnWriteArraySet(); in testSize() local 280 Collection empty = new CopyOnWriteArraySet(); in testToArray2() local
|
| D | ConcurrentSkipListSubMapTest.java | 109 ConcurrentNavigableMap empty = map0(); in testGet() local 117 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
|
| D | TreeSubMapTest.java | 107 NavigableMap empty = map0(); in testGet() local 115 NavigableMap empty = map0(); in testIsEmpty() local
|
| D | TreeMapTest.java | 86 TreeMap empty = new TreeMap(); in testGet() local 94 TreeMap empty = new TreeMap(); in testIsEmpty() local
|
| D | ConcurrentSkipListMapTest.java | 87 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local 95 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
|
| D | CopyOnWriteArrayListTest.java | 230 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testIsEmpty() local 241 Collection empty = new CopyOnWriteArrayList(); in testIterator() local 398 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testSize() local 428 Collection empty = new CopyOnWriteArrayList(); in testToArray2() local
|
| D | ConcurrentHashMapTest.java | 211 ConcurrentHashMap empty = new ConcurrentHashMap(); in testGet() local 219 ConcurrentHashMap empty = new ConcurrentHashMap(); in testIsEmpty() local 333 ConcurrentHashMap empty = new ConcurrentHashMap(); in testPutAll() local 427 ConcurrentHashMap empty = new ConcurrentHashMap(); in testSize() local
|
| D | ConcurrentLinkedQueueTest.java | 212 Integer[] empty = new Integer[0]; in testAddAll5() local
|
| D | PriorityQueueTest.java | 248 Integer[] empty = new Integer[0]; in testAddAll5() local
|
| D | ConcurrentSkipListSubSetTest.java | 216 Integer[] empty = new Integer[0]; in testAddAll5() local 721 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
|
| D | TreeSubSetTest.java | 208 Integer[] empty = new Integer[0]; in testAddAll5() local 702 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
|
| D | LinkedListTest.java | 135 Integer[] empty = new Integer[0]; in testAddAll5() local
|
| D | PriorityBlockingQueueTest.java | 230 Integer[] empty = new Integer[0]; in testAddAll5() local
|
| /libcore/include/ |
| D | LocalArray.h | 59 bool empty() { return mSize == 0; } in empty() function
|
| /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
|