Searched refs:set (Results 251 - 275 of 308) sorted by relevance

<<111213

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DLinkedBlockingQueue.java290 count.set(n);
334 // holding count negative to indicate failure unless set.
617 * the array immediately following the end of the queue is set to
1003 count.set(0);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest3.java1613 bs.set(1);
1614 bs.set(10);
1615 bs.set(100);
1616 bs.set(1000);
H A DSerializationStressTest.java180 CALENDAR.set(1999, Calendar.JUNE, 23, 15, 47, 13);
181 CALENDAR.set(Calendar.MILLISECOND, 553);
/libcore/json/src/main/java/org/json/
H A DJSONArray.java265 values.set(index, value);
/libcore/ojluni/src/main/java/java/lang/reflect/
H A DArray.java35 * <p>{@code Array} permits widening conversions to occur during a get or set
468 // Android-changed: Non-native implementation of set(Object, int, Object)
469 public static void set(Object array, int index, Object value) method in class:Array
519 * @see Array#set
547 * @see Array#set
584 * @see Array#set
619 * @see Array#set
654 * @see Array#set
687 * @see Array#set
718 * @see Array#set
[all...]
H A DProxy.java144 * an implementation of the interface {@link InvocationHandler}, to set
315 * <li>For any set of member methods of the specified interfaces
714 exceptions.set(i - 1, intersectExceptions(exceptions.get(i - 1), exceptionTypes));
/libcore/ojluni/src/main/java/java/security/
H A DProvider.java316 * where {@code name} is the provider name, to see if it's ok to set this
322 * denies access to set property values.
343 * where {@code name} is the provider name, to see if it's ok to set this
349 * denies access to set property values.
419 * where {@code name} is the provider name, to see if it's ok to set this
425 * denies access to set property values.
446 * where {@code name} is the provider name, to see if it's ok to set this
452 * denies access to set property values.
469 * set iterator, until all entries have been processed or the function
474 * where {@code name} is the provider name, to see if it's ok to set thi
[all...]
/libcore/ojluni/src/main/java/sun/security/x509/
H A DIPAddressName.java208 // set all most significant bits up to prefix length
210 bitArray.set(i, true);
294 throw new IOException("Invalid IPv6 subdomain - set " +
H A DIssuingDistributionPointExtension.java45 * or a limited set of reason codes.
74 * get, set, delete methods of Certificate, x509 type.
133 * <code>hasOnlyAttributeCerts</code> is set to <code>true</code>.
147 "hasOnlyAttributeCerts may be set to true");
251 public void set(String name, Object obj) throws IOException { method in class:IssuingDistributionPointExtension
H A DNameConstraintsExtension.java67 * get, set, delete methods of Certificate, x509 type.
142 * are optional and can be set to null. The extension criticality
143 * is set to true.
245 public void set(String name, Object obj) throws IOException { method in class:NameConstraintsExtension
324 * (j) If permittedSubtrees is present in the certificate, set the
328 * (k) If excludedSubtrees is present in the certificate, set the
344 * If excludedSubtrees is present in the certificate, set the
361 * If permittedSubtrees is present in the certificate, set the
H A DX509CertImpl.java117 // when we sign and decode we set this to true
712 public void set(String name, Object obj) method in class:X509CertImpl
737 info.set(attr.getSuffix(), obj);
742 "set() not allowed for the same: " + id);
1280 * certificate. In the returned set, each extension is
1283 * @return a set of the extension oid strings in the
1310 * certificate. In the returned set, each extension is
1313 * @return a set of the extension oid strings in the
1630 nameEntryCopy.set(1, ((byte[])nameObject).clone());
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DLinkedListTest.java565 * java.util.LinkedList#set(int, java.lang.Object)
568 // Test for method java.lang.Object java.util.LinkedList.set(int,
571 ll.set(65, obj = new Object());
572 assertTrue("Failed to set object", ll.get(65) == obj);
575 ll.set(-1, obj = new Object());
582 ll.set(ll.size() + 1, obj = new Object());
631 assertNull("Failed to set first extra element to null", argArray[ll
H A DTimerTest.java975 threadRef.set(Thread.currentThread());
1003 executedOnTime.set(true);
/libcore/ojluni/src/main/java/java/awt/font/
H A DNumericShaper.java93 * The enum-based ranges are a super set of the bit mask-based ones.
104 * <p>A Unicode range may have more than one set of decimal digits. If
335 Set<Range> set = EnumSet.noneOf(Range.class);
339 set.add(a[i]);
342 return set;
1433 buf.append(", range set: ").append(rangeSet);
/libcore/ojluni/src/main/java/java/nio/file/
H A DFiles.java301 * file-attributes} to set atomically when a new file is created.
327 * an optional list of file attributes to set atomically when
333 * if the set contains an invalid combination of options
336 * attributes that cannot be set atomically when creating the file
380 * if the set contains an invalid combination of options
405 Set<OpenOption> set = new HashSet<OpenOption>(options.length);
406 Collections.addAll(set, options);
407 return newByteChannel(path, set);
601 * file-attributes} to set atomically when creating the file. Each attribute
609 * an optional list of file attributes to set atomicall
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java268 * <code>ResourceBundle</code>s. For example, you could have a set of bundles for
1195 * base bundle. If this bundle set its parent during its instantiation,
1316 // process. We have to make sure that the locale is set before
1719 // If any expiration time is specified, set the time to be
1758 Set<CacheKey> set = cacheList.keySet();
1759 for (CacheKey key : set) {
1761 set.remove(key);
1865 * <code>ResourceBundle.Control</code> defines a set of callback methods
H A DRandom.java169 this.seed.set(initialScramble(seed));
1203 // set the values of the Serializable fields
H A DSplittableRandom.java83 * {@code java.util.secureRandomSeed} is set to {@code true}.
124 * rejecting candidates with too few or too many bits set, method
127 * set of 64bit odd gamma values by about 2%, and serves as an
143 * unless the java.util.secureRandomSeed property is set. This
245 defaultGen.set(s);
386 * high probability, the set of values collectively generated by
392 * entire set of generators constructed by such recursive
/libcore/jsr166-tests/src/test/java/jsr166/
H A DScheduledExecutorSubclassTest.java260 tryLongerDelay.set(true);
264 tryLongerDelay.set(true);
266 previous.set(now);
444 * getCorePoolSize returns size given in constructor if not otherwise set
535 * getThreadFactory returns factory in constructor if not set
H A DScheduledExecutorTest.java204 tryLongerDelay.set(true);
208 tryLongerDelay.set(true);
210 previous.set(now);
388 * getCorePoolSize returns size given in constructor if not otherwise set
479 * getThreadFactory returns factory in constructor if not set
H A DCyclicBarrierTest.java325 done.set(true);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
H A DX509CertificateTest.java314 calendar.set(i * 500, Calendar.JANUARY, 1);
/libcore/ojluni/src/main/java/java/lang/invoke/
H A DVarHandle.java70 * access mode. For example, the various compare-and-set or compare-and-exchange
108 * <em>Plain</em> read ({@code get}) and write ({@code set})
125 * The set of corresponding access mode methods belonging to this group
131 * <li>write access modes that set the value of a variable under specified
133 * The set of corresponding access mode methods belonging to this group
135 * {@link #set set},
139 * <li>atomic update access modes that, for example, atomically compare and set
141 * The set of corresponding access mode methods belonging to this group
155 * set wit
523 void set(Object... args); method in class:VarHandle
[all...]
/libcore/ojluni/src/main/java/java/net/
H A DURLStreamHandler.java397 // Hash on the same set of fields that we compare in equals().
534 * to use this method to set the values of the URL fields.
547 * @see java.net.URL#set(java.lang.String, java.lang.String, int, java.lang.String, java.lang.String)
558 u.set(u.getProtocol(), host, port, authority, userInfo, path, query, ref);
564 * to use this method to set the values of the URL fields.
H A DURL.java257 * <li>If the application has previously set up an instance of
262 * <li>If no {@code URLStreamHandlerFactory} has yet been set up,
679 void set(String protocol, String host, int port, method in class:URL
716 void set(String protocol, String host, int port, method in class:URL
784 * @return the port number, or -1 if the port is not set
1127 * @exception Error if the application has already set a factory.
1248 // Check with factory if another thread set a

Completed in 6355 milliseconds

<<111213