Home
last modified time | relevance | path

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

12

/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
DListOfVariables.java23 public static final TypeVariable[] empty = new ImplForVariable[0]; field in ListOfVariables
DListOfTypes.java23 static final ListOfTypes empty = new ListOfTypes(0); field in ListOfTypes
/dalvik/libcore/luni/src/main/java/java/util/
DStack.java41 public boolean empty() { in empty() method in Stack
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURITest.java134 URI empty = new URI(""); in test_relativizeBasedOneEclipseCoreResources() local
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
DWeakHashMapTest.java109 WeakHashMap empty = new WeakHashMap(0); in test_ConstructorI() local
148 WeakHashMap empty = new WeakHashMap(0, 0.75f); in test_ConstructorIF() local
DHashMapTest.java96 HashMap empty = new HashMap(0); in test_ConstructorI() local
122 HashMap empty = new HashMap(0, 0.75f); in test_ConstructorIF() local
DHashtableTest.java92 Hashtable empty = new Hashtable(0); in test_ConstructorI() local
119 Hashtable empty = new Hashtable(0, 0.75f); in test_ConstructorIF() local
DLinkedHashMapTest.java108 LinkedHashMap empty = new LinkedHashMap(0); in test_ConstructorI() local
135 LinkedHashMap empty = new LinkedHashMap(0, 0.75f); in test_ConstructorIF() local
DIdentityHashMapTest.java103 IdentityHashMap empty = new IdentityHashMap(0); in test_ConstructorI() local
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
DAttributeListImplTest.java32 private AttributeListImpl empty = new AttributeListImpl(); field in AttributeListImplTest
DAttributesImplTest.java31 private AttributesImpl empty = new AttributesImpl(); field in AttributesImplTest
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
DConcurrentHashMapTest.java112 ConcurrentHashMap empty = new ConcurrentHashMap(); in testGet() local
120 ConcurrentHashMap empty = new ConcurrentHashMap(); in testIsEmpty() local
234 ConcurrentHashMap empty = new ConcurrentHashMap(); in testPutAll() local
331 ConcurrentHashMap empty = new ConcurrentHashMap(); in testSize() local
DCopyOnWriteArraySetTest.java155 CopyOnWriteArraySet empty = new CopyOnWriteArraySet(); in testIsEmpty() local
226 CopyOnWriteArraySet empty = new CopyOnWriteArraySet(); in testSize() local
DSynchronousQueueTest.java575 Integer[] empty = new Integer[0]; in testContainsAll() local
586 Integer[] empty = new Integer[0]; in testRetainAll() local
597 Integer[] empty = new Integer[0]; in testRemoveAll() local
DCopyOnWriteArrayListTest.java224 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testIsEmpty() local
347 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testSize() local
DLinkedListTest.java150 Integer[] empty = new Integer[0]; in testAddAll5() local
DPriorityQueueTest.java267 Integer[] empty = new Integer[0]; in testAddAll5() local
DConcurrentLinkedQueueTest.java228 Integer[] empty = new Integer[0]; in testAddAll5() local
DPriorityBlockingQueueTest.java288 Integer[] empty = new Integer[0]; in testAddAll5() local
DArrayBlockingQueueTest.java272 Integer[] empty = new Integer[0]; in testAddAll5() local
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/
DAttributes2ImplTest.java37 private Attributes2Impl empty = new Attributes2Impl(); field in Attributes2ImplTest
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DCheckedInputStreamTest.java71 File empty = File.createTempFile("empty", ".txt"); in test_getChecksum() local
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DASN1TaggedObject.java14 boolean empty = false; field in ASN1TaggedObject
/dalvik/tests/003-omnibus-opcodes/src/
DArray.java72 static void checkRange32(int[] ints, int[] empty, int negVal1, int negVal2){ in checkRange32()
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
DLinkedHashMapTest.java116 LinkedHashMap empty = new LinkedHashMap(0); in test_ConstructorI() local
142 LinkedHashMap empty = new LinkedHashMap(0, 0.75f); in test_ConstructorIF() local

12