HomeSort by relevance Sort by last modified time
    Searched full:equality (Results 176 - 200 of 630) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/emma/core/java12/com/vladium/emma/data/
ClassDescriptor.java 70 // equality is defined based on <m_packageVMName, m_name> only (m_stamp not mixed in by design):
  /external/guava/src/com/google/common/primitives/
SignedBytes.java 155 * Object#equals(Object)} (since arrays support only identity equality), but
UnsignedBytes.java 158 * Object#equals(Object)} (since arrays support only identity equality), but
  /external/nist-sip/java/gov/nist/core/
NameValue.java 220 * Equality comparison predicate.
NameValueList.java 141 * @return true if the two objects compare for equality.
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressImpl.java 252 * Compare two address specs for equality.
SipUri.java 140 * JvB: Updated to define equality in terms of API methods, according to the rules
143 * Jean Deruelle: Updated to define equality of API methods, according to the rules
147 * header equality enforced in comparison
    [all...]
  /libcore/luni/src/main/java/java/net/
InetSocketAddress.java 194 * the object to be tested for equality.
  /libcore/luni/src/main/java/java/security/cert/
CertPath.java 73 * {@code CertPath} to be compared for equality.
  /libcore/luni/src/main/java/java/util/logging/
Level.java 318 * Compares two {@code Level} objects for equality. They are considered to
  /libcore/luni/src/test/java/libcore/java/lang/
StringTest.java 202 * maintain reference equality. http://b/3098960
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericReflectionCornerCases.java 33 * type parameters, equality of type parameters, wildcard types, parameterized
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESedeKeySpecTest.java 121 * does not affect the internal key. Also test check an equality of
  /packages/apps/Calendar/src/com/android/calendar/
EventLoader.java 233 // sequence numbers wrap around because we test for equality with the
  /external/guava/javadoc/com/google/common/collect/
ForwardingObject.html 115 Custom definitions of equality are usually based on an interface, such as
117 cast the object being tested for equality to the custom interface. <code>ForwardingObject</code> implements no such custom interfaces directly; they
123 interface-specific subclass of <code>ForwardingObject</code>, such as <A HREF="../../../../com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect"><CODE>ForwardingList</CODE></A>, to preserve equality behavior, or override <code>equals</code>
MapMaker.html 128 <p><b>Note:</b> by default, the returned map uses equality comparisons
129 (the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang"><CODE>equals</CODE></A> method) to determine equality
148 concurrency, asynchronous cleanup, identity-based equality for keys, and
385 to determine equality of weak keys, which may not behave as you expect.
408 to determine equality of soft keys, which may not behave as you expect.
435 to determine equality of weak values. This will notably impact
462 to determine equality of soft values. This will notably impact
    [all...]
  /external/openssl/crypto/rsa/
rsa_eay.c 504 /* This check was for equality but PGP does evil things
654 /* This check was for equality but PGP does evil things
845 * for absolute equality, just congruency. */
  /libcore/luni/src/main/java/javax/security/auth/
Subject.java 286 * Checks two Subjects for equality. More specifically if the principals,
287 * public and private credentials are equal, equality for two {@code
291 * the {@code Object} checked for equality with this {@code
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java     [all...]
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 113 * Test for equality based on node number.
137 * Test for equality based on node number.
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlockList.java 252 * Compares the catches of two blocks for equality. This includes
  /dalvik/dx/src/com/android/dx/util/
IntList.java 408 * the variant that includes a value equality check per
  /external/apache-http/src/org/apache/http/
ProtocolVersion.java 161 * Checks equality of this protocol version with an object.
  /external/bluetooth/glib/gio/
gicon.c 47 * for checking the equality of two icons, hashing of icons and
  /external/bluetooth/glib/gobject/
gparam.h 405 * (+1) if value1 > value2, and (0) otherwise (equality)

Completed in 1292 milliseconds

1 2 3 4 5 6 78 91011>>