Searched refs:full (Results 1 – 7 of 7) sorted by relevance
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CopyOnWriteArrayListTest.java | 93 CopyOnWriteArrayList full = populatedArray(3); in testAddAll() local 94 assertTrue(full.addAll(Arrays.asList(three, four, five))); in testAddAll() 95 assertEquals(6, full.size()); in testAddAll() 96 assertTrue(full.addAll(Arrays.asList(three, four, five))); in testAddAll() 97 assertEquals(9, full.size()); in testAddAll() 105 CopyOnWriteArrayList full = populatedArray(3); in testAddAllAbsent() local 107 assertEquals(2, full.addAllAbsent(Arrays.asList(three, four, one))); in testAddAllAbsent() 108 assertEquals(5, full.size()); in testAddAllAbsent() 109 assertEquals(0, full.addAllAbsent(Arrays.asList(three, four, one))); in testAddAllAbsent() 110 assertEquals(5, full.size()); in testAddAllAbsent() [all …]
|
D | CopyOnWriteArraySetTest.java | 78 Set full = populatedSet(3); in testAddAll() local 79 assertTrue(full.addAll(Arrays.asList(three, four, five))); in testAddAll() 80 assertEquals(6, full.size()); in testAddAll() 81 assertFalse(full.addAll(Arrays.asList(three, four, five))); in testAddAll() 82 assertEquals(6, full.size()); in testAddAll() 89 Set full = populatedSet(3); in testAddAll2() local 91 assertTrue(full.addAll(Arrays.asList(three, four, one))); in testAddAll2() 92 assertEquals(5, full.size()); in testAddAll2() 93 assertFalse(full.addAll(Arrays.asList(three, four, one))); in testAddAll2() 94 assertEquals(5, full.size()); in testAddAll2() [all …]
|
D | ConcurrentHashMap8Test.java | 234 Set full = populatedSet(3); in testAddAll() local 235 assertTrue(full.addAll(Arrays.asList(three, four, five))); in testAddAll() 236 assertEquals(6, full.size()); in testAddAll() 237 assertFalse(full.addAll(Arrays.asList(three, four, five))); in testAddAll() 238 assertEquals(6, full.size()); in testAddAll() 246 Set full = populatedSet(3); in testAddAll2() local 248 assertTrue(full.addAll(Arrays.asList(three, four, one))); in testAddAll2() 249 assertEquals(5, full.size()); in testAddAll2() 250 assertFalse(full.addAll(Arrays.asList(three, four, one))); in testAddAll2() 251 assertEquals(5, full.size()); in testAddAll2() [all …]
|
/libcore/dom/src/test/resources/META-INF/ |
D | MANIFEST.MF | 4 .jar jaxp.jar xml-apis.jar gnujaxp.jar dom4j-full.jar batik-svg-dom.j
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 151 stateOrProvinceName = State or Province Name (full name)
|
/libcore/ |
D | LICENSE | 168 long as such parties remain in full compliance. 273 pointer to where the full notice is found.
|
/libcore/ojluni/ |
D | NOTICE | 454 long as such parties remain in full compliance. 559 pointer to where the full notice is found.
|