Home
last modified time | relevance | path

Searched refs:full (Results 1 – 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCopyOnWriteArrayListTest.java93 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 …]
DCopyOnWriteArraySetTest.java78 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 …]
DConcurrentHashMap8Test.java234 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/
DMANIFEST.MF4 .jar jaxp.jar xml-apis.jar gnujaxp.jar dom4j-full.jar batik-svg-dom.j
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf151 stateOrProvinceName = State or Province Name (full name)
/libcore/
DLICENSE168 long as such parties remain in full compliance.
273 pointer to where the full notice is found.
/libcore/ojluni/
DNOTICE454 long as such parties remain in full compliance.
559 pointer to where the full notice is found.