/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/ |
D | ListOfVariables.java | 23 public static final TypeVariable[] empty = new ImplForVariable[0]; field in ListOfVariables
|
D | ListOfTypes.java | 23 static final ListOfTypes empty = new ListOfTypes(0); field in ListOfTypes
|
/dalvik/libcore/luni/src/main/java/java/util/ |
D | Stack.java | 41 public boolean empty() { in empty() method in Stack
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | URITest.java | 134 URI empty = new URI(""); in test_relativizeBasedOneEclipseCoreResources() local
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
D | WeakHashMapTest.java | 109 WeakHashMap empty = new WeakHashMap(0); in test_ConstructorI() local 148 WeakHashMap empty = new WeakHashMap(0, 0.75f); in test_ConstructorIF() local
|
D | HashMapTest.java | 96 HashMap empty = new HashMap(0); in test_ConstructorI() local 122 HashMap empty = new HashMap(0, 0.75f); in test_ConstructorIF() local
|
D | HashtableTest.java | 92 Hashtable empty = new Hashtable(0); in test_ConstructorI() local 119 Hashtable empty = new Hashtable(0, 0.75f); in test_ConstructorIF() local
|
D | LinkedHashMapTest.java | 108 LinkedHashMap empty = new LinkedHashMap(0); in test_ConstructorI() local 135 LinkedHashMap empty = new LinkedHashMap(0, 0.75f); in test_ConstructorIF() local
|
D | IdentityHashMapTest.java | 103 IdentityHashMap empty = new IdentityHashMap(0); in test_ConstructorI() local
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/ |
D | AttributeListImplTest.java | 32 private AttributeListImpl empty = new AttributeListImpl(); field in AttributeListImplTest
|
D | AttributesImplTest.java | 31 private AttributesImpl empty = new AttributesImpl(); field in AttributesImplTest
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
D | ConcurrentHashMapTest.java | 112 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
|
D | CopyOnWriteArraySetTest.java | 155 CopyOnWriteArraySet empty = new CopyOnWriteArraySet(); in testIsEmpty() local 226 CopyOnWriteArraySet empty = new CopyOnWriteArraySet(); in testSize() local
|
D | SynchronousQueueTest.java | 575 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
|
D | CopyOnWriteArrayListTest.java | 224 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testIsEmpty() local 347 CopyOnWriteArrayList empty = new CopyOnWriteArrayList(); in testSize() local
|
D | LinkedListTest.java | 150 Integer[] empty = new Integer[0]; in testAddAll5() local
|
D | PriorityQueueTest.java | 267 Integer[] empty = new Integer[0]; in testAddAll5() local
|
D | ConcurrentLinkedQueueTest.java | 228 Integer[] empty = new Integer[0]; in testAddAll5() local
|
D | PriorityBlockingQueueTest.java | 288 Integer[] empty = new Integer[0]; in testAddAll5() local
|
D | ArrayBlockingQueueTest.java | 272 Integer[] empty = new Integer[0]; in testAddAll5() local
|
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/ext/ |
D | Attributes2ImplTest.java | 37 private Attributes2Impl empty = new Attributes2Impl(); field in Attributes2ImplTest
|
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
D | CheckedInputStreamTest.java | 71 File empty = File.createTempFile("empty", ".txt"); in test_getChecksum() local
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ |
D | ASN1TaggedObject.java | 14 boolean empty = false; field in ASN1TaggedObject
|
/dalvik/tests/003-omnibus-opcodes/src/ |
D | Array.java | 72 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/ |
D | LinkedHashMapTest.java | 116 LinkedHashMap empty = new LinkedHashMap(0); in test_ConstructorI() local 142 LinkedHashMap empty = new LinkedHashMap(0, 0.75f); in test_ConstructorIF() local
|