Searched refs:set (Results 176 - 200 of 308) sorted by relevance

1234567891011>>

/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DSequentialOpTest.java74 counter.set(0);
85 counter.set(0);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DSimpleTimeZoneTest.java413 gc.set(1999, Calendar.APRIL, 4, 1, 59, 59);
419 gc.set(1999, Calendar.OCTOBER, 31, 1, 0, 0);
502 // Spec indicates that both end and start must be set or result is
550 // Spec indicates that both end and start must be set or result is
608 assertTrue("Incorrect offset set", val);
618 // Spec indicates that both end and start must be set or result is
622 assertTrue("StartRule improperly set", st.useDaylightTime());
623 assertTrue("StartRule improperly set", st
626 assertTrue("StartRule improperly set", !(st
659 // Spec indicates that both end and start must be set o
[all...]
H A DAbstractListTest.java194 emptySubList.set(0, "one");
195 fail("emptySubList.set(0,Object) should throw IndexOutOfBoundsException");
491 sub.set(0, 0);
570 list.set(0, null);
H A DTreeMapTest.java409 assertTrue("Returned set of incorrect size",
412 assertTrue("Returned set is missing keys", ks.contains(new Integer(
1252 NavigableSet set = tm.navigableKeySet();
1253 assertFalse(set.contains(testint9999.toString()));
1255 assertTrue(set.contains(testint9999.toString()));
1257 assertFalse(set.contains(testint9999.toString()));
1259 set.add(new Object());
1265 set.add(null);
1271 set.addAll(null);
1277 set
[all...]
/libcore/jsr166-tests/src/test/java/jsr166/
H A DForkJoinTaskTest.java863 HashSet set = new HashSet();
864 set.add(f);
865 set.add(g);
866 set.add(h);
867 invokeAll(set);
1533 HashSet set = new HashSet();
1534 set.add(f);
1535 set.add(g);
1536 set.add(h);
1537 invokeAll(set);
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DArrayList.java41 * <p>The <tt>size</tt>, <tt>isEmpty</tt>, <tt>get</tt>, <tt>set</tt>,
403 * the array immediately following the end of the collection is set to
451 public E set(int index, E element) { method in class:ArrayList
948 public void set(E e) { method in class:ArrayList.ListItr
955 ArrayList.this.set(lastRet, e);
1037 public E set(int index, E e) { method in class:ArrayList.SubList
1207 public void set(E e) {
1214 ArrayList.this.set(offset + lastRet, e);
1328 private int expectedModCount; // initialized when fence set
1422 removeSet.set(
[all...]
H A DVector.java517 * {@link #set(int, Object) set(int, E)}
519 * {@code set} method reverses the order of the parameters, to more closely
520 * match array usage. Note also that the {@code set} method returns the
523 * @param obj what the component is to be set to
704 * Vector is set to null. (This is useful in determining the length
764 public synchronized E set(int index, E element) { method in class:Vector
1229 public void set(E e) { method in class:Vector.ListItr
1234 Vector.this.set(lastRet, e);
1281 removeSet.set(
[all...]
/libcore/ojluni/src/main/java/java/util/concurrent/locks/
H A DReentrantReadWriteLock.java392 * and set owner.
485 readHolds.set(rh);
543 readHolds.set(rh);
599 readHolds.set(rh);
756 * <li>has its interrupted status set on entry to this method; or
783 * {@code true}. Even when this lock has been set to use a
812 * {@code true}. If this lock has been set to use a fair
848 * <li>has its interrupted status set on entry to this method; or
947 * time the write lock hold count is set to one.
980 * lock hold count is set t
[all...]
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
H A DTestUtils.java130 HashSet<TrustAnchor> set = new HashSet<TrustAnchor>();
131 if (!set.add(ta)) {
132 throw new RuntimeException("Could not create trust anchor set");
134 return set;
/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java75 /* If set, this will keep connections alive after a request has been
80 /* If set, this will cause response data to be sent in 'chunked' format */
84 /* If set, this will indicate a new redirection host */
87 /* If set, this indicates the reason for redirection */
128 * @param set True for the server to be HTTP/1.1, false for HTTP/1.0
130 public void setHttpVersion11(boolean set) { argument
131 http11 = set;
132 if (set) {
167 * When this value is set, the server will respond to a request with
168 * a redirect code with the Location response header set t
[all...]
/libcore/luni/src/main/java/libcore/io/
H A DStreams.java170 skipBuffer.set(buffer);
/libcore/luni/src/test/java/libcore/java/lang/
H A DSystemTest.java150 done.set(true);
178 // it will be immutable if set on the dalvikvm command line "-Djava.io.tmpdir="
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java113 factoryField.set(null, oldFactory);
/libcore/luni/src/test/java/libcore/java/util/
H A DOldFormatterTest.java59 cal.set(2008, Calendar.SEPTEMBER, 23, 18, 30);
/libcore/ojluni/src/main/java/java/beans/
H A DChangeListenerMap.java146 public final void set(String name, L[] listeners) { method in class:ChangeListenerMap
222 * Returns a set of entries from the map.
226 * @return a set of entries from the map
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DAtomicIntegerArray.java127 public final void set(int i, int newValue) { method in class:AtomicIntegerArray
H A DAtomicLongArray.java126 public final void set(int i, long newValue) { method in class:AtomicLongArray
/libcore/ojluni/src/main/java/java/util/stream/
H A DDistinctOps.java84 seenNull.set(true);
90 // If null has been seen then copy the key set into a HashSet that supports null values
94 // TODO Implement a more efficient set-union view, rather than copying
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DForwardState.java64 /* The set of subjectDNs and subjectAltNames of all certs in the path */
244 li.set((PKIXCertPathChecker)checker.clone());
/libcore/ojluni/src/main/java/sun/security/x509/
H A DBasicConstraintsExtension.java57 * get, set, delete methods of Certificate, x509 type.
209 public void set(String name, Object obj) throws IOException { method in class:BasicConstraintsExtension
H A DCRLDistributionPointsExtension.java88 * get, set, delete methods of Certificate, x509 type.
108 * DistributionPoint; the criticality is set to false.
227 public void set(String name, Object obj) throws IOException { method in class:CRLDistributionPointsExtension
H A DCRLNumberExtension.java76 * The criticality is set to false.
78 * @param crlNum the value to be set for the extension.
87 * The criticality is set to false.
89 * @param crlNum the value to be set for the extension.
142 public void set(String name, Object obj) throws IOException { method in class:CRLNumberExtension
H A DCertificateValidity.java45 * get, set, delete methods of Certificate, x509 type.
176 public void set(String name, Object obj) throws IOException { method in class:CertificateValidity
H A DPolicyConstraintsExtension.java63 * get, set, delete methods of Certificate, x509 type.
215 public void set(String name, Object obj) throws IOException { method in class:PolicyConstraintsExtension
H A DPolicyInformation.java190 public void set(String name, Object obj) throws IOException { method in class:PolicyInformation
201 "PolicyQualifierInfo can be set.");

Completed in 511 milliseconds

1234567891011>>