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

1 2 3 45 6 7 8 91011>>

  /external/stlport/src/
warning_disable.h 58 # pragma warning( disable : 1572 ) /* floating-point equality and inequality comparisons are unreliable */
  /external/stlport/test/unit/
hash_test.cpp 46 //CPPUNIT_TEST(equality);
60 //void equality();
353 * Here is the test showing why equality operator on hash containers
362 void HashTest::equality()
  /frameworks/base/core/java/android/content/
SyncAdapterType.java 87 // don't include userVisible or supportsUploading in the equality check
  /frameworks/base/core/java/android/os/
ParcelUuid.java 82 * Compares this ParcelUuid to another object for equality. If {@code object}
  /frameworks/base/core/java/com/android/internal/util/
CharSequences.java 94 * Compares two character sequences for equality.
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListGetCheckItemIdsTest.java 44 // Sort the two arrays since we are actually doing a set equality.
  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
ExtendedType.java 104 * @param other The other ExtendedType object to test for equality
  /ndk/sources/android/stlport/src/
warning_disable.h 58 # pragma warning( disable : 1572 ) /* floating-point equality and inequality comparisons are unreliable */
  /ndk/sources/android/stlport/test/unit/
hash_test.cpp 46 //CPPUNIT_TEST(equality);
60 //void equality();
353 * Here is the test showing why equality operator on hash containers
362 void HashTest::equality()
  /external/astl/include/
algorithm 252 // Test a range for element-wise equality using operator==
275 // Test a range for element-wise equality using operator==
  /external/chromium/third_party/icu/public/i18n/unicode/
fieldpos.h 157 * Equality operator.
165 * Equality operator.
  /external/chromium/third_party/icu/source/test/intltest/
sdtfmtts.cpp 116 // ======= Test clone(), assignment, and equality
118 logln("Testing clone(), assignment and equality operators");
  /external/clearsilver/cs/
test_joo.cs 127 Testing ? and == '' - boolean vs. equality? um... boolean is a number,
148 Testing ? and != '' - boolean vs. in-equality? um...
  /external/emma/core/java12/com/vladium/jcd/cls/
IConstantCollection.java 62 * A simple interface to express custom semantics of constant equality.
103 * Searches the pool for a matching constant of given type with equality
  /external/icu4c/i18n/unicode/
fieldpos.h 157 * Equality operator.
165 * Equality operator.
  /external/icu4c/test/intltest/
sdtfmtts.cpp 116 // ======= Test clone(), assignment, and equality
118 logln("Testing clone(), assignment and equality operators");
  /external/nist-sip/java/gov/nist/core/
Host.java 133 * Compare for equality of hosts.
134 * Host names are compared by textual equality. No dns lookup
  /external/webkit/WebCore/page/
SecurityOrigin.h 157 // This method checks for equality between SecurityOrigins, not whether
164 // This method checks for equality, ignoring the value of document.domain
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
filter_unittest.py 104 """Test __eq__ equality function."""
183 # Verify that a difference in any argument causes equality to fail.
  /external/webkit/autotools/
acinclude.m4 17 # The six basic comparisons are available, as well as checking equality
158 # Check for equality or inequality as necessary.
  /libcore/luni/src/main/java/org/apache/xpath/objects/
XNodeSet.java 902 * Compare strings or numbers for equality.
908 * Compare two strings for equality.
922 * Compare two numbers for equality.
937 * Compare strings or numbers for non-equality.
943 * Compare two strings for non-equality.
957 * Compare two numbers for non-equality.
  /external/guava/src/com/google/common/collect/
MapMaker.java 69 * <p><b>Note:</b> by default, the returned map uses equality comparisons
70 * (the {@link Object#equals(Object) equals} method) to determine equality
90 * concurrency, asynchronous cleanup, identity-based equality for keys, and
157 * to determine equality of weak keys, which may not behave as you expect.
176 * to determine equality of soft keys, which may not behave as you expect.
209 * to determine equality of weak values. This will notably impact
232 * to determine equality of soft values. This will notably impact
    [all...]
  /libcore/luni/src/main/java/javax/xml/namespace/
QName.java 48 * QName.hashCode()}. Equality and the hash code are defined using
302 * <p>Test this <code>QName</code> for equality with another
311 * uses <code>String.equals()</code> to check equality of the
313 * <strong><em>NOT</em></strong> used to determine equality.</p>
319 * equality with this <code>QName</code>
  /cts/tools/dasm/src/java_cup/
lalr_item.java 264 /** Equality comparison -- here we only require the cores to be equal since
265 * we need to do sets of items based only on core equality (ignoring
276 /** Generic equality comparison. */
  /libcore/luni/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 316 * Compares the specified object with this set for equality.
328 * @param o object to be compared for equality with this set
364 * Test for equality, coping with nulls.

Completed in 1057 milliseconds

1 2 3 45 6 7 8 91011>>