Home
last modified time | relevance | path

Searched defs:empty (Results 1 – 25 of 37) sorted by relevance

12

/libcore/luni/src/test/java/libcore/javax/net/ssl/
DKeyManagerFactoryTest.java127 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/
DLocalArray.h59 bool empty() { return mSize == 0; } in empty() function
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentSkipListSubMapTest.java127 ConcurrentNavigableMap empty = map0(); in testGet() local
135 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
DTreeSubMapTest.java126 NavigableMap empty = map0(); in testGet() local
134 NavigableMap empty = map0(); in testIsEmpty() local
DCopyOnWriteArraySetTest.java177 Collection empty = new CopyOnWriteArraySet(); in testIterator() local
256 Collection empty = new CopyOnWriteArraySet(); in testSize() local
286 Collection empty = new CopyOnWriteArraySet(); in testToArray2() local
DTreeMapTest.java107 TreeMap empty = new TreeMap(); in testGet() local
115 TreeMap empty = new TreeMap(); in testIsEmpty() local
DConcurrentSkipListMapTest.java108 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local
116 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
DCopyOnWriteArrayListTest.java237 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
DConcurrentHashMapTest.java293 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
DPriorityQueueTest.java258 Integer[] empty = new Integer[0]; in testAddAll5() local
DConcurrentLinkedQueueTest.java224 Integer[] empty = new Integer[0]; in testAddAll5() local
DTreeSubSetTest.java218 Integer[] empty = new Integer[0]; in testAddAll5() local
703 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
DConcurrentSkipListSubSetTest.java221 Integer[] empty = new Integer[0]; in testAddAll5() local
717 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
DLinkedListTest.java146 Integer[] empty = new Integer[0]; in testAddAll5() local
DPriorityBlockingQueueTest.java254 Integer[] empty = new Integer[0]; in testAddAll5() local
/libcore/luni/src/main/java/java/util/
DStack.java40 public boolean empty() { in empty() method in Stack
/libcore/json/src/main/java/org/json/
DJSONStringer.java174 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/
DAttributeListImplTest.java27 private AttributeListImpl empty = new AttributeListImpl(); field in AttributeListImplTest
DAttributesImplTest.java26 private AttributesImpl empty = new AttributesImpl(); field in AttributesImplTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/ext/
DAttributes2ImplTest.java31 private Attributes2Impl empty = new Attributes2Impl(); field in Attributes2ImplTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DWeakHashMapTest.java77 WeakHashMap empty = new WeakHashMap(0); in test_ConstructorI() local
102 WeakHashMap empty = new WeakHashMap(0, 0.75f); in test_ConstructorIF() local
DHashtableTest.java71 Hashtable empty = new Hashtable(0); in test_ConstructorI() local
85 Hashtable empty = new Hashtable(0, 0.75f); in test_ConstructorIF() local
DHashMapTest.java123 HashMap empty = new HashMap(0); in test_ConstructorI() local
143 HashMap empty = new HashMap(0, 0.75f); in test_ConstructorIF() local
DLinkedHashMapTest.java90 LinkedHashMap empty = new LinkedHashMap(0); in test_ConstructorI() local
111 LinkedHashMap empty = new LinkedHashMap(0, 0.75f); in test_ConstructorIF() local
DIdentityHashMap2Test.java80 IdentityHashMap empty = new IdentityHashMap(0); in test_ConstructorI() local

12