Searched refs:equals (Results 76 - 100 of 2019) sorted by relevance

1234567891011>>

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
H A DBcUtil.java39 if (digAlg.getAlgorithm().equals(OIWObjectIdentifiers.idSHA1))
44 // else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha224))
49 else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha256))
53 else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha384))
57 else if (digAlg.getAlgorithm().equals(NISTObjectIdentifiers.id_sha512))
61 else if (digAlg.getAlgorithm().equals(PKCSObjectIdentifiers.md5))
66 // else if (digAlg.getAlgorithm().equals(PKCSObjectIdentifiers.md4))
70 // else if (digAlg.getAlgorithm().equals(PKCSObjectIdentifiers.md2))
74 // else if (digAlg.getAlgorithm().equals(CryptoProObjectIdentifiers.gostR3411))
78 // else if (digAlg.getAlgorithm().equals(TeleTrusTObjectIdentifier
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstNat.java61 public boolean equals(Object other) { method in class:CstNat
67 return name.equals(otherNat.name) &&
68 descriptor.equals(otherNat.descriptor);
150 * {@code getName().getString().equals("<init>")}.
156 return name.getString().equals("<init>");
162 * {@code getName().getString().equals("<clinit>")}.
168 return name.getString().equals("<clinit>");
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
H A DBigIntegerXorTest.java41 assertTrue(res.equals(result.toString()));
54 assertTrue(res.equals(result.toString()));
67 assertTrue(res.equals(result.toString()));
80 assertTrue(res.equals(result.toString()));
93 assertTrue(res.equals(result.toString()));
106 assertTrue(res.equals(result.toString()));
119 assertTrue(res.equals(result.toString()));
132 assertTrue(res.equals(result.toString()));
145 assertTrue(res.equals(result.toString()));
158 assertTrue(res.equals(resul
[all...]
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ListTest.java46 .equals(new Integer(counter)));
52 .get(50).equals(new Integer(1000)));
55 list.get(51).equals(new Integer(50)));
58 list.get(49).equals(new Integer(49)));
62 .equals(new Integer(2000)));
64 list.get(51).equals(new Integer(50)));
66 .get(49).equals(new Integer(49)));
70 list.get(50).equals(new Integer(50)));
73 list.get(51).equals(new Integer(51)));
76 list.get(49).equals(ne
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DTransition.java70 public boolean equals(Object o) { method in class:Transition
72 return this.label.equals(other.label) &&
73 this.target.equals(other.target);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DMockEnum2.java49 public boolean equals(Object arg0) { method in class:MockEnum2
54 if (str.equals(test.str) && i == test.i && samEnum == test.samEnum
55 && myStr.equals(test.myStr)) {
H A DMockEnum.java46 public boolean equals(Object arg0) { method in class:MockEnum
51 if (str.equals(test.str) && i == test.i && samEnum == test.samEnum) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLDecoderTest.java45 URLEncoder.encode(URL)).equals(URL));
47 URLEncoder.encode(URL2)).equals(URL2));
49 URLEncoder.encode(URL3)).equals(URL3));
H A DURLEncoderTest.java39 URLEncoder.encode(URL)).equals(URL));
41 URLEncoder.encode(URL2)).equals(URL2));
43 URLEncoder.encode(URL3)).equals(URL3));
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DMapModeTest.java37 .equals(FileChannel.MapMode.READ_ONLY));
39 .equals(FileChannel.MapMode.READ_WRITE));
41 .equals(FileChannel.MapMode.READ_WRITE));
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DHeaderParser.java91 if (month.equals("jan")) {
93 } else if (month.equals("feb")) {
95 } else if (month.equals("mar")) {
97 } else if (month.equals("apr")) {
99 } else if (month.equals("may")) {
101 } else if (month.equals("jun")) {
103 } else if (month.equals("jul")) {
105 } else if (month.equals("aug")) {
107 } else if (month.equals("sep")) {
109 } else if (month.equals("oc
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathTest.java73 assertTrue((cp1.hashCode() == cp2.hashCode()) && cp1.equals(cp2));
85 * Test #1 for <code>equals(Object)</code> method<br>
86 * Assertion: object equals to itself
90 assertTrue(cp1.equals(cp1));
94 * Test for <code>equals(Object)</code> method<br>
95 * Assertion: object equals to other <code>CertPath</code>
101 assertTrue(cp1.equals(cp2) && cp2.equals(cp1));
105 * Test for <code>equals(Object)</code> method<br>
106 * Assertion: object not equals t
[all...]
H A DX509CRLEntryTest.java91 * equals(Object other) method testing. Tests the correctness of equal
116 tbt_crlentry.equals(tbt_crlentry));
118 assertEquals("The CRL Entries with equals encoded form should be equal",
122 tbt_crlentry_1.equals(tbt_crlentry));
124 assertEquals("The CRL Entries with equals encoded form should be equal",
128 tbt_crlentry.equals(tbt_crlentry_2));
131 tbt_crlentry.equals(null));
135 tbt_crlentry.equals(tbt_crlentry_3));
136 assertFalse("The CRL Entries should not be equals to the object "
138 tbt_crlentry.equals(ne
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
H A DCertificateTest.java74 * equals(Object obj) method testing. Tests the correctness of equal
105 tbt_cert.equals(tbt_cert));
111 tbt_cert_1.equals(tbt_cert));
117 tbt_cert.equals(tbt_cert_2));
120 tbt_cert.equals(null));
123 + "should not be equal", tbt_cert.equals(tbt_cert_3));
124 assertFalse("The Certificates should not be equals to the object "
126 tbt_cert.equals(new Object()));
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPServedUser.java70 if(registrationState.equals("reg")||registrationState.equals("unreg"))
100 if((sessionCase.equals("orig"))||(sessionCase.equals("term")))
148 public boolean equals(Object other) method in class:PServedUser
153 return this.getAddress().equals(((PServedUser) other).getAddress());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DAccessControlException2Test.java39 .equals("java.security.AccessControlException: test message"));
53 + acException1.toString(), acException1.toString().equals(
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDHKeyParameters.java23 public boolean equals( method in class:DHKeyParameters
39 return params.equals(dhKey.getParameters());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509SignatureUtil.java39 if (params != null && !derNull.equals(params))
71 if (params != null && !derNull.equals(params))
74 // if (sigAlgId.getObjectId().equals(PKCSObjectIdentifiers.id_RSASSA_PSS))
81 if (sigAlgId.getObjectId().equals(X9ObjectIdentifiers.ecdsa_with_SHA2))
99 if (PKCSObjectIdentifiers.md5.equals(digestAlgOID))
103 else if (OIWObjectIdentifiers.idSHA1.equals(digestAlgOID))
108 // else if (NISTObjectIdentifiers.id_sha224.equals(digestAlgOID))
113 else if (NISTObjectIdentifiers.id_sha256.equals(digestAlgOID))
117 else if (NISTObjectIdentifiers.id_sha384.equals(digestAlgOID))
121 else if (NISTObjectIdentifiers.id_sha512.equals(digestAlgOI
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/
H A DDexFormat.java75 if (version.equals(VERSION_CURRENT)) {
77 } else if (version.equals(VERSION_FOR_API_13)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsProperties.java78 if (propKey.equals(P_ID_SMALL_VALUE)) {
83 if (propKey.equals(P_ID_NO_BASELINE)) {
88 if (propKey.equals(P_ID_SINGLE_RUN)) {
93 if (propKey.equals(P_ID_BIG_ERROR)) {
98 if (propKey.equals(P_ID_STUDENT_TTEST)) {
103 if (propKey.equals(P_ID_NOT_STABLE)) {
108 if (propKey.equals(P_ID_NOT_RELIABLE)) {
113 if (propKey.equals(P_ID_BIG_DELTA)) {
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DAttribute_info.java115 if (ATTRIBUTE_CODE.equals (name))
119 else if (ATTRIBUTE_CONSTANT_VALUE.equals (name))
123 else if (ATTRIBUTE_EXCEPTIONS.equals (name))
127 else if (ATTRIBUTE_INNERCLASSES.equals (name))
131 else if (ATTRIBUTE_SYNTHETIC.equals (name))
135 else if (ATTRIBUTE_BRIDGE.equals (name))
139 else if (ATTRIBUTE_LINE_NUMBER_TABLE.equals (name))
143 else if (ATTRIBUTE_SOURCEFILE.equals (name))
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DBaseComparable.java37 @Override public boolean equals(Object other) { method in class:BaseComparable
41 return s.equals(((BaseComparable) other).s);
/external/guava/guava-tests/test/com/google/common/collect/
H A DAbstractMapEntryTest.java66 assertFalse(control("foo", 1).equals(entry("foo", 2)));
67 assertFalse(foo1.equals(control("bar", 1)));
68 assertFalse(foo1.equals(new Object()));
69 assertFalse(foo1.equals(null));
75 assertFalse(control(NK, 1).equals(entry(NK, 2)));
76 assertFalse(entry(NK, 1).equals(control("bar", 1)));
77 assertFalse(entry(NK, 1).equals(new Object()));
78 assertFalse(entry(NK, 1).equals(null));
/external/javassist/src/main/javassist/
H A DByteArrayClassPath.java77 if(this.classname.equals(classname))
87 if(this.classname.equals(classname)) {
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DMTLLoader.java202 }else if (cmd.equals("newmtl")){
205 }else if (cmd.equals("ka")){
207 }else if (cmd.equals("kd")){
209 }else if (cmd.equals("ks")){
211 }else if (cmd.equals("ns")){
215 if (specular.equals(ColorRGBA.Black)){
223 }else if (cmd.equals("d") || cmd.equals("tr")){
226 }else if (cmd.equals("map_ka")){
229 }else if (cmd.equals("map_k
[all...]

Completed in 496 milliseconds

1234567891011>>