Searched refs:equals (Results 1 - 25 of 4527) sorted by relevance

1234567891011>>

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpMethod.java20 return method.equals("POST")
21 || method.equals("PATCH")
22 || method.equals("PUT")
23 || method.equals("DELETE")
24 || method.equals("MOVE"); // WebDAV
28 return method.equals("POST")
29 || method.equals("PUT")
30 || method.equals("PATCH")
31 || method.equals("PROPPATCH") // WebDAV
32 || method.equals("REPOR
[all...]
/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
H A DAClassWithFinalEqualsHashCode.java10 public final boolean equals(Object obj) { method in class:AClassWithFinalEqualsHashCode
11 return super.equals(obj);
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_NetworkInterface.java35 .equals("Teredo Tunneling Pseudo-Interface"))
37 .equals("6to4 Tunneling Pseudo-Interface"))
39 .equals("Automatic Tunneling Pseudo-Interface"))
41 .equals("Loopback Pseudo-Interface"))
42 || (theInterface.getDisplayName().equals("MS TCP Loopback interface"))) {
48 if ((theInterface.getDisplayName().equals("lo"))
49 || (theInterface.getDisplayName().equals("teredo"))) {
/external/jdiff/src/jdiff/
H A DOptions.java39 if (opt.equals("-authorid")) return 2;
40 if (opt.equals("-versionid")) return 2;
41 if (opt.equals("-d")) return 2;
42 if (opt.equals("-classlist")) return 1;
43 if (opt.equals("-title")) return 2;
44 if (opt.equals("-docletid")) return 1;
45 if (opt.equals("-evident")) return 2;
46 if (opt.equals("-skippkg")) return 2;
47 if (opt.equals("-skipclass")) return 2;
48 if (opt.equals("
[all...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DDataKey.java50 * @see java.lang.Object#equals(java.lang.Object)
53 public boolean equals(Object obj) { method in class:DataKey
54 return obj != null && getClass().equals(obj.getClass());
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
H A DUserDataKey.java32 * @see java.lang.Object#equals(java.lang.Object)
35 public boolean equals(Object obj) method in class:UserDataKey
37 return obj != null && getClass().equals(obj.getClass());
/external/nist-sip/java/gov/nist/javax/sip/
H A DLogRecord.java12 public abstract boolean equals(Object other); method in interface:LogRecord
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DPlural.java10 if ("zero".equals(quantity)) {
12 } else if ("one".equals(quantity)) {
14 } else if ("two".equals(quantity)) {
16 } else if ("other".equals(quantity)) {
/external/proguard/src/proguard/evaluation/value/
H A DConvertedByteValue.java45 public boolean equals(Object object) method in class:ConvertedByteValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedByteValue)object).value);
H A DConvertedCharacterValue.java45 public boolean equals(Object object) method in class:ConvertedCharacterValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedCharacterValue)object).value);
H A DConvertedDoubleValue.java45 public boolean equals(Object object) method in class:ConvertedDoubleValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedDoubleValue)object).value);
H A DConvertedFloatValue.java45 public boolean equals(Object object) method in class:ConvertedFloatValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedFloatValue)object).value);
H A DConvertedIntegerValue.java45 public boolean equals(Object object) method in class:ConvertedIntegerValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedIntegerValue)object).value);
H A DConvertedLongValue.java45 public boolean equals(Object object) method in class:ConvertedLongValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedLongValue)object).value);
H A DConvertedShortValue.java45 public boolean equals(Object object) method in class:ConvertedShortValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedShortValue)object).value);
H A DIdentifiedDoubleValue.java46 public boolean equals(Object object) method in class:IdentifiedDoubleValue
49 super.equals(object) &&
50 this.valuefactory.equals(((IdentifiedDoubleValue)object).valuefactory) &&
H A DIdentifiedFloatValue.java46 public boolean equals(Object object) method in class:IdentifiedFloatValue
49 super.equals(object) &&
50 this.valuefactory.equals(((IdentifiedFloatValue)object).valuefactory) &&
H A DIdentifiedIntegerValue.java46 public boolean equals(Object object) method in class:IdentifiedIntegerValue
49 super.equals(object) &&
50 this.valuefactory.equals(((IdentifiedIntegerValue)object).valuefactory) &&
/external/testng/src/test/java/test/
H A DSampleInheritance.java21 assert "configuration0".equals(m_configurations.get(0))
23 assert "configuration1".equals(m_configurations.get(1))
38 assert "configuration0".equals(m_configurations.get(0))
40 assert "configuration1".equals(m_configurations.get(1))
42 assert "configuration2".equals(m_configurations.get(2))
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestStringPrepProfiles.java112 if (profileName.equals("RFC4013_SASLPREP")) {
114 } else if (profileName.equals("RFC4011_MIB")) {
116 } else if (profileName.equals("RFC4505_TRACE")) {
118 } else if (profileName.equals("RFC4518_LDAP")) {
120 } else if (profileName.equals("RFC4518_LDAP_CI")) {
122 } else if (profileName.equals("RFC3920_RESOURCEPREP")) {
124 } else if (profileName.equals("RFC3920_NODEPREP")) {
126 } else if (profileName.equals("RFC3722_ISCSI")) {
128 } else if (profileName.equals("RFC3530_NFS4_CS_PREP")) {
130 } else if (profileName.equals("RFC3530_NFS4_CS_PREP_C
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestStringPrepProfiles.java109 if (profileName.equals("RFC4013_SASLPREP")) {
111 } else if (profileName.equals("RFC4011_MIB")) {
113 } else if (profileName.equals("RFC4505_TRACE")) {
115 } else if (profileName.equals("RFC4518_LDAP")) {
117 } else if (profileName.equals("RFC4518_LDAP_CI")) {
119 } else if (profileName.equals("RFC3920_RESOURCEPREP")) {
121 } else if (profileName.equals("RFC3920_NODEPREP")) {
123 } else if (profileName.equals("RFC3722_ISCSI")) {
125 } else if (profileName.equals("RFC3530_NFS4_CS_PREP")) {
127 } else if (profileName.equals("RFC3530_NFS4_CS_PREP_C
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DUtils.java65 if (XMPConst.X_DEFAULT.equals(value))
165 if (NS_DC.equals(schema))
167 if ("dc:format".equals(prop) || "dc:language".equals(prop))
172 else if (NS_XMP.equals(schema))
174 if ("xmp:BaseURL".equals(prop) || "xmp:CreatorTool".equals(prop)
175 || "xmp:Format".equals(prop) || "xmp:Locale".equals(prop)
176 || "xmp:MetadataDate".equals(pro
[all...]
/external/annotation-tools/scene-lib/src/annotations/el/
H A DTypeIndexLocation.java16 public boolean equals(TypeIndexLocation l) { method in class:TypeIndexLocation
21 public boolean equals(Object o) { method in class:TypeIndexLocation
23 && equals((TypeIndexLocation) o);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHPrivateKeyParameters.java29 public boolean equals( method in class:DHPrivateKeyParameters
39 return other.getX().equals(this.x) && super.equals(obj);
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionEqualsTester.java23 * Tests {@link java.util.Collection#equals}.
31 collection.equals(collection));
37 collection.equals(null));
44 collection.equals("huh?"));

Completed in 675 milliseconds

1234567891011>>