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/jsr166-tests/src/test/java/jsr166/
DCopyOnWriteArraySetTest.java162 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
DConcurrentSkipListSubMapTest.java109 ConcurrentNavigableMap empty = map0(); in testGet() local
117 ConcurrentNavigableMap empty = map0(); in testIsEmpty() local
DTreeSubMapTest.java107 NavigableMap empty = map0(); in testGet() local
115 NavigableMap empty = map0(); in testIsEmpty() local
DTreeMapTest.java86 TreeMap empty = new TreeMap(); in testGet() local
94 TreeMap empty = new TreeMap(); in testIsEmpty() local
DConcurrentSkipListMapTest.java87 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testGet() local
95 ConcurrentSkipListMap empty = new ConcurrentSkipListMap(); in testIsEmpty() local
DCopyOnWriteArrayListTest.java230 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
DConcurrentHashMapTest.java211 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
DConcurrentLinkedQueueTest.java212 Integer[] empty = new Integer[0]; in testAddAll5() local
DPriorityQueueTest.java248 Integer[] empty = new Integer[0]; in testAddAll5() local
DConcurrentSkipListSubSetTest.java216 Integer[] empty = new Integer[0]; in testAddAll5() local
721 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
DTreeSubSetTest.java208 Integer[] empty = new Integer[0]; in testAddAll5() local
702 Integer[] empty = new Integer[0]; in testDescendingAddAll5() local
DLinkedListTest.java135 Integer[] empty = new Integer[0]; in testAddAll5() local
DPriorityBlockingQueueTest.java230 Integer[] empty = new Integer[0]; in testAddAll5() local
/libcore/include/
DLocalArray.h59 bool empty() { return mSize == 0; } in empty() function
/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