/libcore/ojluni/src/main/java/java/util/ |
D | AbstractCollection.java | 334 boolean modified = false; in addAll() 337 modified = true; in addAll() 338 return modified; in addAll() 365 boolean modified = false; in removeAll() 370 modified = true; in removeAll() 373 return modified; in removeAll() 400 boolean modified = false; in retainAll() 405 modified = true; in retainAll() 408 return modified; in retainAll()
|
D | ReverseOrderDequeView.java | 75 boolean modified = false; in addAll() 78 modified = true; in addAll() 80 return modified; in addAll() 127 boolean modified = false; in removeAll() 132 modified = true; in removeAll() 135 return modified; in removeAll() 141 boolean modified = false; in retainAll() 146 modified = true; in retainAll() 149 return modified; in retainAll()
|
D | AbstractSet.java | 168 boolean modified = false; in removeAll() 172 modified |= remove(e); in removeAll() 177 modified = true; in removeAll() 181 return modified; in removeAll()
|
D | AbstractQueue.java | 185 boolean modified = false; in addAll() 188 modified = true; in addAll() 189 return modified; in addAll()
|
D | AbstractSequentialList.java | 216 boolean modified = false; in addAll() 220 modified = true; in addAll() 222 return modified; in addAll()
|
D | ReverseOrderListView.java | 251 boolean modified = false; in removeAll() 256 modified = true; in removeAll() 259 return modified; in removeAll() 266 boolean modified = false; in retainAll() 271 modified = true; in retainAll() 274 return modified; in retainAll()
|
D | AbstractList.java | 270 boolean modified = false; in addAll() 273 modified = true; in addAll() 275 return modified; in addAll()
|
D | IdentityHashMap.java | 997 boolean modified = false; in removeAll() 1001 modified = true; in removeAll() 1004 return modified; in removeAll() 1210 boolean modified = false; in removeAll() 1214 modified = true; in removeAll() 1217 return modified; in removeAll()
|
D | ArrayList.java | 1309 boolean modified = in batchRemove() 1311 if (modified) in batchRemove() 1313 return modified; in batchRemove() 1319 boolean modified = root.removeIf(filter, offset, offset + size); in removeIf() 1320 if (modified) in removeIf() 1322 return modified; in removeIf()
|
/libcore/ojluni/src/test/java/security/KeyAgreement/ |
D | NegativeTest.java | 156 byte[] modified = modifyEncoded(encoded); in testModifiedKeyEncodingTest() 157 PKCS8EncodedKeySpec priSpec = new PKCS8EncodedKeySpec(modified); in testModifiedKeyEncodingTest() 166 modified = modifyEncoded(encoded); in testModifiedKeyEncodingTest() 167 X509EncodedKeySpec pubSpec = new X509EncodedKeySpec(modified); in testModifiedKeyEncodingTest()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListSet.java | 334 boolean modified = false; in removeAll() 337 modified = true; in removeAll() 338 return modified; in removeAll()
|
D | CopyOnWriteArrayList.java | 1507 boolean modified = in addAll() 1510 return modified; in addAll() 1518 boolean modified = in addAll() 1521 return modified; in addAll() 1646 boolean modified = CopyOnWriteArrayList.this.bulkRemove( in bulkRemove() 1649 return modified; in bulkRemove()
|
D | ConcurrentHashMap.java | 4553 boolean modified = false; in removeAll() 4563 modified = true; in removeAll() 4568 modified |= remove(e); in removeAll() 4570 return modified; in removeAll() 4575 boolean modified = false; in retainAll() 4579 modified = true; in retainAll() 4582 return modified; in retainAll() 4757 boolean modified = false; in removeAll() 4761 modified = true; in removeAll() 4764 return modified; in removeAll()
|
/libcore/luni/src/main/java/libcore/icu/ |
D | ICU.java | 612 char modified; in replaceSymbolInDatePattern() local 619 modified = curr; in replaceSymbolInDatePattern() 622 modified = curr; in replaceSymbolInDatePattern() 624 modified = newSymbol; in replaceSymbolInDatePattern() 626 modified = curr; in replaceSymbolInDatePattern() 628 sb.append(modified); in replaceSymbolInDatePattern()
|
/libcore/ |
D | PREUPLOAD.cfg | 2 # libcore-checkstyle applies per directory checks to modified files.
|
D | LICENSE | 45 software is modified by someone else and passed on, we want its recipients to 91 a) You must cause the modified files to carry prominent notices stating 99 c) If the modified program normally reads commands interactively when run, 109 These requirements apply to the modified work as a whole. If identifiable
|
/libcore/ojluni/src/main/java/javax/security/auth/ |
D | Subject.java | 1210 boolean modified = false; 1231 modified = true; 1236 modified = true; 1241 return modified; 1246 boolean modified = false; 1280 modified = true; 1283 return modified;
|
/libcore/luni/ |
D | unicode-license.txt | 31 associated documentation, and (c) there is clear notice in each modified Data 33 File(s) or Software that the data or software has been modified.
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | exceptions | 30 # This year should only change if the generated source is modified.
|
D | Charset-X-Coder.java.template | 514 * limits will not be modified. 678 * appropriately, but its mark and limit will not be modified. 777 * limits will not be modified.
|
/libcore/tools/expected_upstream/ |
D | ojluni_merge_to_main.py | 546 modified = REGEX_LICENSE_AND_IMPORT.sub(replacement, src, count=1) 548 out.write(modified)
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | Collection8Test.java | 328 boolean modified = c.removeIf(randomPredicate); 330 assertEquals(modified, accepts.size() > 0); 331 assertEquals(modified, rejects.size() != n);
|
/libcore/ojluni/src/test/ |
D | LICENSE | 45 software. If the software is modified by someone else and passed on, we 95 a) You must cause the modified files to carry prominent notices 103 c) If the modified program normally reads commands interactively 114 These requirements apply to the modified work as a whole. If
|
/libcore/ojluni/src/tools/ |
D | LICENSE | 45 software. If the software is modified by someone else and passed on, we 95 a) You must cause the modified files to carry prominent notices 103 c) If the modified program normally reads commands interactively 114 These requirements apply to the modified work as a whole. If
|
/libcore/ojluni/src/main/resources/sun/nio/cs/ |
D | standard-charsets | 37 # This year should only change if the generated source is modified.
|