Searched refs:set (Results 226 - 250 of 308) sorted by relevance

1234567891011>>

/libcore/ojluni/src/main/java/java/beans/
H A DPropertyChangeSupport.java437 pcs.map.set(null, entry.getValue());
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DField.java43 * set access operation, but throws an {@code IllegalArgumentException} if a
619 * <p>The field is set to the possibly unwrapped and widened new value.
622 * the field's value is set according to the preceding rules.
641 // Android-changed: set*(Object, ...) implemented natively.
643 public native void set(Object obj, Object value) method in class:Field
649 * {@code set(obj, zObj)},
668 * @see Field#set
671 // Android-changed: set*(Object, ...) implemented natively.
679 * {@code set(obj, bObj)},
698 * @see Field#set
[all...]
/libcore/ojluni/src/main/java/java/text/
H A DAttributedString.java267 // Get and set attribute runs for each attribute name. Need to
357 * Adds a set of attributes to a subrange of the string.
548 runAttributeValues[i].set(keyValueIndex, value);
1006 // set the current index, update information about the current run if necessary,
1068 HashSet<Map.Entry<Attribute, Object>> set = new HashSet<>();
1083 set.add(entry);
1086 return set;
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DAtomicReferenceArray.java138 public final void set(int i, E newValue) { method in class:AtomicReferenceArray
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogRecord.java154 threadIds.set(id);
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DAsynchronousChannelGroupImpl.java282 shutdown.set(true);
H A DFileLockTable.java240 list.set(index, new FileLockReference(toLock, queue, fileKey));
H A DInvoker.java82 myGroupAndInvokeCount.set(new GroupAndInvokeCount(group));
143 myGroupAndInvokeCount.set(thisGroupAndInvokeCount);
H A DUnixAsynchronousServerSocketChannelImpl.java57 accepting.set(false);
70 // context for permission check when security manager set
292 // check and set flag to prevent concurrent accepting
/libcore/ojluni/src/main/java/sun/security/util/
H A DDerIndefLenConverter.java47 private static final int LEN_LONG = 0x80; // bit 8 set
65 // if bit 8 is set then it implies either indefinite length or long form
116 ndefsList.set(index, sectionLenBytes);
327 // parse and set up the vectors of all the indefinite-lengths
/libcore/ojluni/src/main/java/sun/security/x509/
H A DAuthorityKeyIdentifierExtension.java61 * get, set, delete methods of Certificate, x509 type.
232 public void set(String name, Object obj) throws IOException { method in class:AuthorityKeyIdentifierExtension
H A DCRLExtensions.java198 * @param alias the identifier string for the extension to set.
199 * @param obj the Object to set the extension identified by the
202 public void set(String alias, Object obj) { method in class:CRLExtensions
290 * in the form of a set of entries, enclosed in braces and separated
H A DCertificateExtensions.java50 * get, set, delete methods of Certificate, x509 type.
199 * @param obj the object to set.
202 public void set(String name, Object obj) throws IOException { method in class:CertificateExtensions
343 * object in the form of a set of entries, enclosed in braces and separated
H A DExtendedKeyUsageExtension.java87 * get, set, delete methods of Certificate, x509 type.
150 * a Vector of Key Usages; the criticality is set to false.
245 public void set(String name, Object obj) throws IOException { method in class:ExtendedKeyUsageExtension
H A DPrivateKeyUsageExtension.java66 * get, set, delete methods of Certificate, x509 type.
247 public void set(String name, Object obj) method in class:PrivateKeyUsageExtension
/libcore/support/src/test/java/tests/support/
H A DSupport_ListTest.java60 list.set(50, new Integer(2000));
61 assertTrue("ListTest - a) set failed--did not set", list.get(50)
63 assertTrue("ListTest - b) set failed--affected following elements",
65 assertTrue("ListTest - c) set failed--affected previous elements", list
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
H A DSimpleDateFormatTest.java322 temp.set(Calendar.MILLISECOND, 961);
564 cal.set(Calendar.MILLISECOND, 999);
568 cal.set(Calendar.ERA, GregorianCalendar.BC);
629 cal.set(Calendar.DAY_OF_YEAR, 243);
636 cal.set(1970, Calendar.JANUARY, 1, 4, 30);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSelectorTest.java354 * key set is processed both before and after the call to the underlying
374 failure.set(e);
376 complete.set(true);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DControlTest.java165 list.set(0, list.get(0).toUpperCase());
249 list.set(0, list.get(0).toUpperCase());
H A DHashtableTest.java302 assertTrue("Returned incorrect entry set", s2.contains(e
469 assertTrue("Returned incorrect key set", s
533 Set set = ht.keySet();
535 Iterator it = set.iterator();
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLTest.java134 streamHandlerFactoryField.set(null, factory);
146 streamHandlerFactoryField.set(null, old);
/libcore/luni/src/test/java/libcore/java/util/
H A DTimeZoneTest.java223 // run checkDisplayNames with an arbitrary set of Locales.
416 setterCount.set(i+1);
426 getterCount.set(i+1);
/libcore/luni/src/test/java/libcore/java/util/concurrent/
H A DCopyOnWriteArrayListTest.java41 list.set(1, "B");
57 list.set(2, "C");
/libcore/ojluni/src/main/java/java/util/
H A DDate.java192 * replaced by <code>Calendar.set(year + 1900, month, date)</code>
214 * replaced by <code>Calendar.set(year + 1900, month, date,
238 * replaced by <code>Calendar.set(year + 1900, month, date,
311 * replaced by <code>Calendar.set(year + 1900, month, date,
681 * the date was February 29, for example, and the year is set to a
688 * replaced by <code>Calendar.set(Calendar.YEAR, year + 1900)</code>.
717 * the month is set to June, then the new date will be treated as
723 * replaced by <code>Calendar.set(Calendar.MONTH, int month)</code>.
766 * was April 30, for example, and the date is set to 31, then it
773 * replaced by <code>Calendar.set(Calenda
[all...]
H A DLinkedList.java489 public E set(int index, E element) { method in class:LinkedList
935 public void set(E e) { method in class:LinkedList.ListItr
1067 * immediately following the end of the list is set to {@code null}.
1180 int expectedModCount; // initialized when est set

Completed in 466 milliseconds

1234567891011>>