Searched refs:contains (Results 276 - 300 of 336) sorted by relevance

<<11121314

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DCollections2Test.java551 assertTrue(output.contains(key));
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLSessionTest.java103 if (cipherSuite.contains("_RSA_")) {
/libcore/luni/src/main/java/libcore/util/
H A DTimeZoneFinder.java649 if (knownCountryCodes.contains(countryIso)) {
/libcore/luni/src/test/java/libcore/java/lang/
H A DStringTest.java85 public boolean contains(Charset charset) { return false; }
/libcore/luni/src/test/java/libcore/java/nio/file/
H A DDefaultSecureDirectoryStreamTest.java213 assertTrue(expected.getMessage().contains(filesSetup.getTestPath().toString()));
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CRLTest.java427 dsaEntry.getNonCriticalExtensionOIDs().contains("2.5.29.21"));
/libcore/luni/src/test/java/libcore/java/util/
H A DTreeMapTest.java122 * immutable one. Assumes that the map contains at least entries with keys "A", "B" and "C".
177 * Test that entry set contains and removal use the comparator rather than equals.
182 assertTrue(map.entrySet().contains(new SimpleEntry<String, String>("abc", "a")));
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DAbstractZipFileTest.java443 // We allow creation of a ZipEntry whose name contains a NUL byte,
552 assertTrue(entryNamesFromFile.contains(entryName));
/libcore/luni/src/test/java/tests/security/cert/
H A DX509CRLSelector2Test.java350 .contains(iss2));
/libcore/ojluni/src/main/java/java/net/
H A DHttpCookie.java156 * if the cookie name contains illegal characters
198 * the cookie name contains illegal characters.
232 // if header string contains more than one cookie,
362 * @return a {@code String} contains the port list or {@code null} if none
466 * @return a {@code String} specifying a path that contains a servlet name,
583 * Returns {@code true} if this cookie contains the <i>HttpOnly</i>
616 * effective host name = hostname if host name contains dot<br>
630 * <li>The value for the Domain attribute contains no embedded dots,
636 * that contains one or more dots.</li>
642 * would be rejected, because H is y.x and contains
[all...]
/libcore/ojluni/src/main/java/java/security/
H A DSignature.java645 && critSet.contains("2.5.29.15")) {
/libcore/ojluni/src/main/java/java/time/zone/
H A DZoneRules.java814 * contains the specified offset.
822 return getValidOffsets(localDateTime).contains(offset);
958 * For any given {@code ZoneRules}, this list contains the transition rules for years
/libcore/ojluni/src/main/java/java/util/
H A DArrayDeque.java58 * {@link #contains contains},
571 * Returns {@code true} if this deque contains no elements.
573 * @return {@code true} if this deque contains no elements
698 * Returns {@code true} if this deque contains the specified element.
699 * More formally, returns {@code true} if and only if this deque contains
703 * @return {@code true} if this deque contains the specified element
705 public boolean contains(Object o) { method in class:ArrayDeque
H A DLinkedList.java308 * Returns {@code true} if this list contains the specified element.
309 * More formally, returns {@code true} if and only if this list contains
314 * @return {@code true} if this list contains the specified element
316 public boolean contains(Object o) { method in class:LinkedList
1118 * contains) is emitted (int), followed by all of its
H A DTreeMap.java220 * Returns {@code true} if this map contains a mapping for the specified
224 * @return {@code true} if this map contains a mapping for the
239 * this map contains at least one mapping to a value {@code v} such
258 * or {@code null} if this map contains no mapping for the key.
260 * <p>More formally, if this map contains a mapping from a key
267 * indicate that the map contains no mapping for the key; it's also
310 * the specified map contains a null key and this map does not
1039 public boolean contains(Object o) { method in class:TreeMap.Values
1067 public boolean contains(Object o) { method in class:TreeMap.EntrySet
1138 public boolean contains(Objec method in class:TreeMap.KeySet
1654 public boolean contains(Object o) { method in class:TreeMap.NavigableSubMap.EntrySetView
[all...]
H A DVector.java34 * objects. Like an array, it contains components that can be
358 * Returns {@code true} if this vector contains the specified element.
360 * contains at least one element {@code e} such that
364 * @return {@code true} if this vector contains the specified element
366 public boolean contains(Object o) { method in class:Vector
856 * Returns true if this Vector contains all of the elements in the
861 * @return true if this Vector contains all of the elements in the
902 * @throws NullPointerException if this vector contains one or more null
925 * @throws NullPointerException if this vector contains one or more null
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DArrayBlockingQueue.java463 * that {@code o.equals(e)}, if this queue contains one or more such
501 * Returns {@code true} if this queue contains the specified element.
502 * More formally, returns {@code true} if and only if this queue contains
506 * @return {@code true} if this queue contains the specified element
508 public boolean contains(Object o) { method in class:ArrayBlockingQueue
H A DConcurrentLinkedQueue.java407 * Returns {@code true} if this queue contains no elements.
409 * @return {@code true} if this queue contains no elements
417 * contains more than {@code Integer.MAX_VALUE} elements, returns
446 * Returns {@code true} if this queue contains the specified element.
447 * More formally, returns {@code true} if and only if this queue contains
451 * @return {@code true} if this queue contains the specified element
453 public boolean contains(Object o) { method in class:ConcurrentLinkedQueue
467 * that {@code o.equals(e)}, if this queue contains one or more such
H A DLinkedBlockingQueue.java534 * that {@code o.equals(e)}, if this queue contains one or more such
561 * Returns {@code true} if this queue contains the specified element.
562 * More formally, returns {@code true} if and only if this queue contains
566 * @return {@code true} if this queue contains the specified element
568 public boolean contains(Object o) { method in class:LinkedBlockingQueue
H A DPriorityBlockingQueue.java651 * that {@code o.equals(e)}, if this queue contains one or more such
693 * Returns {@code true} if this queue contains the specified element.
694 * More formally, returns {@code true} if and only if this queue contains
698 * @return {@code true} if this queue contains the specified element
700 public boolean contains(Object o) { method in class:PriorityBlockingQueue
H A DScheduledThreadPoolExecutor.java984 public boolean contains(Object x) { method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
H A DSynchronousQueue.java65 * {@code Collection} methods (for example {@code contains}), a
649 * 2. If queue apparently contains waiting items, and this
998 public boolean contains(Object o) { method in class:SynchronousQueue
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarVerifier.java730 if (signersReq.contains(e.getValue())) {
/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java687 if (changeLog.contains(nodeCreate)) {
/libcore/ojluni/src/main/java/java/util/stream/
H A DReduceOps.java185 return collector.characteristics().contains(Collector.Characteristics.UNORDERED)

Completed in 2479 milliseconds

<<11121314