| /libcore/luni/src/main/java/java/util/ |
| D | EnumSet.java | 66 EnumSet<E> set = noneOf(elementType); in allOf() local 83 EnumSet<E> set = EnumSet.noneOf(s.elementClass); in copyOf() local 111 EnumSet<E> set = EnumSet.noneOf(element.getDeclaringClass()); in copyOf() local 131 EnumSet<E> set = EnumSet.noneOf(s.elementClass); in complementOf() local 152 EnumSet<E> set = EnumSet.noneOf(e.getDeclaringClass()); in of() local 172 EnumSet<E> set = of(e1); in of() local 194 EnumSet<E> set = of(e1, e2); in of() local 218 EnumSet<E> set = of(e1, e2, e3); in of() local 244 EnumSet<E> set = of(e1, e2, e3, e4); in of() local 263 EnumSet<E> set = of(start); in of() local [all …]
|
| D | MiniEnumSet.java | 126 EnumSet<?> set = (EnumSet) collection; // raw type due to javac bug 6548436 in addAll() local 157 MiniEnumSet<?> set = (MiniEnumSet<?>) collection; in containsAll() local 170 EnumSet<?> set = (EnumSet<?>) collection; in removeAll() local 191 EnumSet<?> set = (EnumSet<?>) collection; in retainAll() local 238 EnumSet<?> set =(EnumSet<?>) object; in equals() local
|
| D | HugeEnumSet.java | 143 EnumSet<?> set = (EnumSet) collection; // raw type due to javac bug 6548436 in addAll() local 204 HugeEnumSet<E> set = (HugeEnumSet<E>) super.clone(); in clone() local 215 HugeEnumSet<?> set = (HugeEnumSet<?>) collection; in containsAll() local 272 EnumSet<?> set = (EnumSet<?>) collection; in removeAll() local 296 EnumSet<?> set = (EnumSet<?>) collection; in retainAll() local
|
| D | ListIterator.java | 131 void set(E object); in set() method
|
| D | AbstractList.java | 140 public void set(E object) { in set() method in AbstractList.FullListIterator 231 public void set(E object) { in set() method in AbstractList.SubAbstractList.SubAbstractListIterator 345 public E set(int location, E object) { in set() method in AbstractList.SubAbstractList 680 public E set(int location, E object) { in set() method in AbstractList
|
| D | BitSet.java | 179 public void set(int index) { in set() method in BitSet 309 public void set(int index, boolean state) { in set() method in BitSet 324 public void set(int fromIndex, int toIndex, boolean state) { in set() method in BitSet 349 public void set(int fromIndex, int toIndex) { in set() method in BitSet
|
| D | AbstractSequentialList.java | 81 public E set(int location, E object) { in set() method in AbstractSequentialList
|
| D | Calendar.java | 1109 public void set(int field, int value) { in set() method in Calendar 1129 public final void set(int year, int month, int day) { in set() method in Calendar 1140 public final void set(int year, int month, int day, int hourOfDay, int minute) { in set() method in Calendar 1151 public final void set(int year, int month, int day, int hourOfDay, int minute, int second) { in set() method in Calendar
|
| /libcore/luni/src/test/java/libcore/java/util/ |
| D | TreeSetTest.java | 30 TreeSet<String> set = new TreeSet<String>(); in testEmptySetSerialization() local 39 TreeSet<String> set = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER); in testSerializationWithComparator() local 42 new SerializationTester<NavigableSet<String>>(set, s) { in testSerializationWithComparator() argument 54 TreeSet<String> set = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER); in testSubSetSerialization() local 72 TreeSet<String> set = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER); in testNavigableSubSetSerialization() local 111 TreeSet<String> set = new TreeSet<String>(); in testDescendingSetSerialization() local 127 TreeSet<String> set = new TreeSet<String>(String.CASE_INSENSITIVE_ORDER); in testJava5SerializationWithComparator() local 130 new SerializationTester<TreeSet<String>>(set, s) { in testJava5SerializationWithComparator() argument
|
| D | OldListIteratorTest.java | 92 public void set(Object o) { in set() method in OldListIteratorTest.Mock_ListIterator
|
| /libcore/support/src/test/java/tests/support/ |
| D | Support_SetTest.java | 24 Set<Integer> set; // must contain only the Integers 0 to 99 field in Support_SetTest
|
| /libcore/dalvik/src/main/java/dalvik/system/ |
| D | SocketTagger.java | 67 public static synchronized void set(SocketTagger tagger) { in set() method in SocketTagger
|
| /libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
| D | BerOutputStream.java | 167 public void encodeSet(ASN1Set set) { in encodeSet() 196 public void getSetLength(ASN1Set set) { in getSetLength()
|
| /libcore/luni/src/test/java/tests/api/java/util/ |
| D | EnumSetTest.java | 120 EnumSet<HugeEnumCount> set; in test_iterator_HugeEnumSet() local 141 EnumSet<HugeEnumCount> set = EnumSet.noneOf(HugeEnumCount.class); in testRemoveIteratorRemoveFromHugeEnumSet() local 154 assertEquals(EnumSet.of(HugeEnumCount.NO65, HugeEnumCount.NO128), set); in testRemoveIteratorRemoveFromHugeEnumSet() local 156 assertEquals(EnumSet.of(HugeEnumCount.NO65), set); in testRemoveIteratorRemoveFromHugeEnumSet() local 217 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_add_E() local 322 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_addAll_LCollection() local 478 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_remove_LOject() local 522 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_equals_LObject() local 581 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_clear() local 607 Set<EnumFoo> set = EnumSet.noneOf(EnumFoo.class); in test_size() local [all …]
|
| D | AbstractSequentialListTest.java | 102 public void set(Object o) { in set() method in AbstractSequentialListTest.Mock_unsupportedListIterator 141 public void set(E o) { in set() method in AbstractSequentialListTest.Mock_ListIterator
|
| /libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
| D | DOMConfigurationImpl.java | 301 void set(DOMConfigurationImpl config, Object value); in set() method 313 public void set(DOMConfigurationImpl config, Object value) { in set() method in DOMConfigurationImpl.FixedParameter
|
| /libcore/luni/src/main/java/java/util/concurrent/atomic/ |
| D | AtomicReference.java | 62 public final void set(V newValue) { in set() method in AtomicReference
|
| D | AtomicReferenceFieldUpdater.java | 115 public abstract void set(T obj, V newValue); in set() method in AtomicReferenceFieldUpdater 241 public void set(T obj, V newValue) { in set() method in AtomicReferenceFieldUpdater.AtomicReferenceFieldUpdaterImpl
|
| D | AtomicBoolean.java | 98 public final void set(boolean newValue) { in set() method in AtomicBoolean
|
| D | AtomicLongFieldUpdater.java | 102 public abstract void set(T obj, long newValue); in set() method in AtomicLongFieldUpdater 290 public void set(T obj, long newValue) { in set() method in AtomicLongFieldUpdater.CASUpdater 380 public void set(T obj, long newValue) { in set() method in AtomicLongFieldUpdater.LockedUpdater
|
| D | AtomicIntegerFieldUpdater.java | 99 public abstract void set(T obj, int newValue); in set() method in AtomicIntegerFieldUpdater 292 public void set(T obj, int newValue) { in set() method in AtomicIntegerFieldUpdater.AtomicIntegerFieldUpdaterImpl
|
| /libcore/luni/src/main/java/java/nio/ |
| D | SelectorImpl.java | 324 private final Set<E> set; field in SelectorImpl.UnaddableSet 326 UnaddableSet(Set<E> set) { in UnaddableSet()
|
| /libcore/luni/src/main/java/java/net/ |
| D | URL.java | 307 protected void set(String protocol, String host, int port, String file, String ref) { in set() method in URL 655 protected void set(String protocol, String host, int port, String authority, String userInfo, in set() method in URL
|
| /libcore/luni/src/test/java/libcore/java/lang/reflect/ |
| D | AnnotationsTest.java | 134 private <T> Set<T> set(T... instances) { in set() method in AnnotationsTest
|
| /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/ |
| D | TestUtils.java | 133 HashSet<TrustAnchor> set = new HashSet<TrustAnchor>(); in getTrustAnchorSet() local
|