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

<<1112

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
H A DFieldTest.java1540 .contains(AnnotationRuntime0.class));
1542 .contains(AnnotationRuntime1.class));
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherTest.java239 return "GCM".equals(algorithm) || algorithm.contains("/GCM/");
243 return algorithm.contains("/CTR/") || algorithm.contains("/OFB")
244 || algorithm.contains("/CFB");
1215 if (!seenBaseCipherNames.contains(baseCipherName)) {
3077 (provider.equals("BC") && p.transformation.contains("/CTR/")))) {
3634 if (c.contains("/CBC/")) {
/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java266 * first insertion. Each bin in the table normally contains a
361 * traversing table. Upon transfer, the old table bin contains
363 * contains the next table as its key. On encountering a
904 * or {@code null} if this map contains no mapping for the key.
906 * <p>More formally, if this map contains a mapping from a key
1564 * given default value if this map contains no mapping for the
1568 * @param defaultValue the value to return if this map contains
2105 public boolean contains(Object value) { method in class:ConcurrentHashMap
4436 public abstract boolean contains(Object o); method in class:ConcurrentHashMap.CollectionView
4523 if (e == null || !contains(
4588 public boolean contains(Object o) { return map.containsKey(o); } method in class:ConcurrentHashMap.KeySetView
4693 public final boolean contains(Object o) { method in class:ConcurrentHashMap.ValuesView
4756 public boolean contains(Object o) { method in class:ConcurrentHashMap.EntrySetView
[all...]
H A DConcurrentLinkedDeque.java84 * A node contains the expected E ("item") and links to predecessor
89 * A node p is considered "live" if it contains a non-null item
1038 * Returns {@code true} if this deque contains the specified element.
1039 * More formally, returns {@code true} if and only if this deque contains
1043 * @return {@code true} if this deque contains the specified element
1045 public boolean contains(Object o) { method in class:ConcurrentLinkedDeque
1057 * Returns {@code true} if this collection contains no elements.
1059 * @return {@code true} if this collection contains no elements
1067 * contains more than {@code Integer.MAX_VALUE} elements, it
H A DLinkedBlockingDeque.java36 * #removeLastOccurrence removeLastOccurrence}, {@link #contains
37 * contains}, {@link #iterator iterator.remove()}, and the bulk
787 * Returns {@code true} if this deque contains the specified element.
788 * More formally, returns {@code true} if and only if this deque contains
792 * @return {@code true} if this deque contains the specified element
794 public boolean contains(Object o) { method in class:LinkedBlockingDeque
H A DLinkedTransferQueue.java1404 * Returns {@code true} if this queue contains no elements.
1406 * @return {@code true} if this queue contains no elements
1431 * contains more than {@code Integer.MAX_VALUE} elements, returns
1452 * that {@code o.equals(e)}, if this queue contains one or more such
1465 * Returns {@code true} if this queue contains the specified element.
1466 * More formally, returns {@code true} if and only if this queue contains
1470 * @return {@code true} if this queue contains the specified element
1472 public boolean contains(Object o) { method in class:LinkedTransferQueue
H A DConcurrentSkipListMap.java480 * Returns value if this node contains a valid key-value pair,
1484 * Returns {@code true} if this map contains a mapping for the specified
1488 * @return {@code true} if this map contains a mapping for the specified key
1499 * or {@code null} if this map contains no mapping for the key.
1501 * <p>More formally, if this map contains a mapping from a key
1517 * or the given defaultValue if this map contains no mapping for the key.
1520 * @param defaultValue the value to return if this map contains
1589 * contains more than {@code Integer.MAX_VALUE} elements, it
1613 * Returns {@code true} if this map contains no key-value mappings.
1614 * @return {@code true} if this map contains n
2336 public boolean contains(Object o) { return m.containsKey(o); } method in class:ConcurrentSkipListMap.KeySet
2423 public boolean contains(Object o) { return m.containsValue(o); } method in class:ConcurrentSkipListMap.Values
2463 public boolean contains(Object o) { method in class:ConcurrentSkipListMap.EntrySet
[all...]
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java1248 (ce.getMessage() != null && ce.getMessage().contains("ECONNREFUSED")));
1269 (ce.getMessage() != null && ce.getMessage().contains("ECONNREFUSED")));
H A DURLConnectionTest.java2937 assertTrue(list.toString(), list.contains(value));
/libcore/ojluni/src/main/java/java/io/
H A DObjectStreamClass.java58 * Serialization's descriptor for classes. It contains the name and
1135 * ClassDataSlot contains a reference to this descriptor.
1159 if (oscNames.contains(d.name)) {
1599 if (fieldNames.contains(fname)) {
1626 * contains a Field object for the field it represents. If no default
2220 * field contains a Field object for that field; unmatched
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
H A DCharsetEncoderTest.java1115 public boolean contains(Charset arg0) { method in class:CharsetEncoderTest.MockCharset
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLConnectionTest.java456 fileURLCon.getContentType().contains("text/plain"));
/libcore/ojluni/src/main/java/java/lang/
H A DClass.java146 * The interface table (iftable_) contains pairs of a interface class and an array of the
894 * <p> If this object represents an interface, the array contains objects
952 * <p>If this object represents an interface, the array contains
1118 return !getName().contains("$");
H A DString.java180 * Allocates a new {@code String} that contains characters from a subarray
205 * Allocates a new {@code String} that contains characters from a subarray
490 * Allocates a new string that contains the sequence of characters
503 * Allocates a new string that contains the sequence of characters
2069 * Returns true if and only if this string contains the specified
2073 * @return true if this string contains <code>s</code>, false otherwise
2077 public boolean contains(CharSequence s) { method in class:String
2242 * <p> The array returned by this method contains each substring of this
2609 * If a format string contains an illegal syntax, a format
2653 * If a format string contains a
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java97 * Each resource bundle in a family contains the same items, but the items have
106 * can make specializations: for example, "MyResources_de_CH" contains objects for
126 * example of a <code>ListResourceBundle</code> that contains
889 * In the case that the variant contains one or more underscores ('_'), a
908 * candidate bundle names contains extra names, or the order of bundle names
1744 if (rb.handleKeySet().contains(key)) {
1954 * The default format <code>List</code>, which contains the strings
2542 * found for the given parameters contains malformed data.
H A DArrays.java48 * This class contains various methods for manipulating arrays (such as
49 * sorting and searching). This class also contains a static factory
974 * @throws ClassCastException if the array contains elements that are not
1033 * @throws ClassCastException if the array contains elements that are
1081 * @throws ClassCastException if the array contains elements that are
1141 * @throws ClassCastException if the array contains elements that are
1249 * @throws ClassCastException if the array contains elements that are not
1316 * @throws ClassCastException if the array contains elements that are
1438 * @throws ClassCastException if the array contains elements that are
1506 * @throws ClassCastException if the array contains element
3879 public boolean contains(Object o) { method in class:Arrays.ArrayList
[all...]
/libcore/ojluni/src/main/java/javax/crypto/
H A DCipher.java796 * contains a padding scheme that is not available.
838 * contains a padding scheme that is not available.
887 * contains a padding scheme that is not available.
1603 && critSet.contains(KEY_USAGE_EXTENSION_OID)) {
2502 * Returns an AlgorithmParameterSpec object which contains
/libcore/ojluni/src/main/java/sun/misc/
H A DURLClassPath.java148 if (url == null || path.contains(url))
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DSSLContextImpl.java931 if (trustedCerts.contains(chain[checkedLength])) {
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DTabulatorsTest.java250 boolean ordered = !collector.characteristics().contains(Collector.Characteristics.UNORDERED);
/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java794 if (!certificate.getSigAlgName().contains(signatureAlgorithm)) {
985 * Create a client key store that only contains self-signed certificates but no private keys
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
H A DHttpURLConnection.java413 if (restrictedHeaderSet.contains(key)) {

Completed in 769 milliseconds

<<1112