Searched defs:equals (Results 251 - 275 of 624) sorted by relevance

<<11121314151617181920>>

/external/apache-http/src/org/apache/http/conn/routing/
H A DRouteTracker.java328 public final boolean equals(Object o) { method in class:RouteTracker
335 boolean equal = this.targetHost.equals(that.targetHost);
339 this.localAddress.equals(that.localAddress));
355 equal = this.proxyChain[i].equals(that.proxyChain[i]);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DQName.java258 if (prefix.equals("xml"))
263 else if (prefix.equals("xmlns"))
277 if ((null != ns.m_prefix) && prefix.equals(ns.m_prefix))
357 if (prefix.equals("xml"))
363 else if (prefix.equals("xmlns"))
439 if (prefix.equals("xml"))
577 * Override equals and agree that we're equal if
586 public boolean equals(String ns, String localPart) method in class:QName
591 return getLocalName().equals(localPart)
593 ? thisnamespace.equals(n
604 public boolean equals(Object object) method in class:QName
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXRTreeFrag.java255 public boolean equals(XObject obj2) method in class:XRTreeFrag
266 return obj2.equals(this);
278 return xstr().equals(obj2.xstr());
282 return xstr().equals(obj2.xstr());
288 return xstr().equals(obj2.xstr());
292 return super.equals(obj2);
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DJCEECPublicKey.java193 // if (info.getAlgorithmId().getObjectId().equals(CryptoProObjectIdentifiers.gostR3410_2001))
331 // if (algorithm.equals("ECGOST3410"))
495 public boolean equals(Object o) method in class:JCEECPublicKey
504 return engineGetQ().equals(other.engineGetQ()) && (engineGetSpec().equals(other.engineGetSpec()));
H A DJCERSAPrivateKey.java87 public boolean equals(Object o) method in class:JCERSAPrivateKey
101 return getModulus().equals(key.getModulus())
102 && getPrivateExponent().equals(key.getPrivateExponent());
H A DJDKDSAPrivateKey.java107 public boolean equals( method in class:JDKDSAPrivateKey
117 return this.getX().equals(other.getX())
118 && this.getParams().getG().equals(other.getParams().getG())
119 && this.getParams().getP().equals(other.getParams().getP())
120 && this.getParams().getQ().equals(other.getParams().getQ());
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java56 public boolean equals( method in class:ECPoint
76 return x.equals(o.x) && y.equals(o.y);
254 if (this.x.equals(b.x))
256 if (this.y.equals(b.y))
399 if (!(this.getX().toBigInteger().equals(ECConstants.ZERO)))
435 if (!(a.curve.equals(b.curve)))
479 if (this.x.equals(x2))
481 if (this.y.equals(y2))
H A DIntArray.java34 if (bigInt.equals(ECConstants.ZERO))
457 public boolean equals(Object o) method in class:IntArray
H A DSimpleBigDecimal.java41 * constructed <code>SimpleBigDecimal</code> equals <code>bigInt /
205 if ((floorBigInt.signum() == -1) && (!(fract.equals(ECConstants.ZERO))))
232 public boolean equals(Object o) method in class:SimpleBigDecimal
245 return ((bigInt.equals(other.bigInt)) && (scale == other.scale));
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
H A DAttributeCertificateHolder.java219 .getEncoded()).equals(subject))
340 return holder.getBaseCertificateID().getSerial().getValue().equals(x509Cert.getSerialNumber())
388 public boolean equals(Object obj) method in class:AttributeCertificateHolder
402 return this.holder.equals(other.holder);
H A DX509V2AttributeCertificate.java177 if (!cert.getSignatureAlgorithm().equals(cert.getAcinfo().getSignature()))
296 if (attr.getOID().equals(oid))
310 public boolean equals( method in class:X509V2AttributeCertificate
/external/chromium/chrome/browser/ui/tabs/
H A Ddock_info.h161 bool equals(const DockInfo& other) const { function in class:DockInfo
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlock.java119 * {@code x.equals(y)} is only true if {@code x == y}.
122 public boolean equals(Object other) { method in class:BasicBlock
130 * since instances of this class compare by identity (see {@link #equals}).
H A DRegisterSpecSet.java55 public boolean equals(Object other) { method in class:RegisterSpecSet
76 if ((s1 == null) || !s1.equals(s2)) {
228 if ((spec != null) && local.equals(spec.getLocalItem())) {
H A DRop.java217 public boolean equals(Object other) { method in class:Rop
232 sources.equals(rop.sources) &&
233 exceptions.equals(rop.exceptions);
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstString.java205 public boolean equals(Object other) { method in class:CstString
210 return string.equals(((CstString) other).string);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DPrototype.java237 public boolean equals(Object other) { method in class:Prototype
250 return descriptor.equals(((Prototype) other).descriptor);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java111 public boolean equals(Object other) { method in class:IntList
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DTypeId.java112 @SuppressWarnings("unchecked") // guarded by equals
136 @Override public boolean equals(Object o) { method in class:TypeId
138 && ((TypeId) o).name.equals(name);
/external/easymock/src/org/easymock/internal/
H A DInvocation.java89 public boolean equals(Object o) { method in class:Invocation
90 if (o == null || !o.getClass().equals(this.getClass()))
95 return this.mock.equals(other.mock) && this.method.equals(other.method)
113 if (!myArgument.equals(otherArgument)) {
136 return this.mock.equals(actual.mock)
137 && this.method.equals(actual.method)
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategory.java96 public boolean equals(Object obj) { method in class:PropertyCategory
/external/emma/core/java12/com/vladium/emma/data/
H A DClassDescriptor.java72 public final boolean equals (final Object rhs) method in class:ClassDescriptor
80 if (! m_name.equals (_rhs.m_name)) return false;
81 if (! m_packageVMName.equals (_rhs.m_packageVMName)) return false;
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DAttribute.java42 public abstract boolean equals (final Object rhs); method in class:Attribute
59 public boolean equals (final Object rhs) method in class:Attribute.AttributeImpl
64 return m_name.equals (((AttributeImpl) rhs).m_name);
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java31 * Equivalences#equals equals equivalence}.
126 * Equivalence<Person> SAME_AGE = Equivalences.equals().onResultOf(GET_PERSON_AGE);
146 * {@link Wrapper#equals(Object) Object.equals()} such that
147 * {@code wrap(this, a).equals(wrap(this, b))} if and only if {@code this.equivalent(a, b)}.
156 * Wraps an object so that {@link #equals(Object)} and {@link #hashCode()} delegate to an
163 * equiv.wrap("a").equals(equiv.wrap("b")) // true
164 * equiv.wrap("a").equals(equiv.wrap("hello")) // false
170 * equiv.wrap(obj).equals(ob
195 @Override public boolean equals(@Nullable Object obj) { method in class:Equivalence.Wrapper
274 @Override public boolean equals(@Nullable Object obj) { method in class:Equivalence.EquivalentToPredicate
[all...]
H A DFunctions.java47 * <p><b>Warning:</b> The returned function may not be <i>consistent with equals</i> (as
114 @Override public boolean equals(@Nullable Object o) { method in class:Functions.FunctionForMapNoDefault
117 return map.equals(that.map);
162 @Override public boolean equals(@Nullable Object o) { method in class:Functions.ForMapWithDefault
165 return map.equals(that.map) && Objects.equal(defaultValue, that.defaultValue);
208 @Override public boolean equals(@Nullable Object obj) { method in class:Functions.FunctionComposition
211 return f.equals(that.f) && g.equals(that.g);
230 * <p>The returned function is <i>consistent with equals</i> (as documented at {@link
231 * Function#apply}) if and only if {@code predicate} is itself consistent with equals
250 @Override public boolean equals(@Nullable Object obj) { method in class:Functions.PredicateFunction
291 @Override public boolean equals(@Nullable Object obj) { method in class:Functions.ConstantFunction
334 @Override public boolean equals(@Nullable Object obj) { method in class:Functions.SupplierFunction
[all...]

Completed in 281 milliseconds

<<11121314151617181920>>