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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/Script/
switch-001.js 29 Verify that switches do not use strict equality in
49 result = "fail: for backwards compatibility, version 130 use strict equality";
60 "switch / case should use strict equality in version of JS < 1.4",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/regress/
switch-001.js 29 Verify that switches do not use strict equality in
51 result = "fail: version 130 should force strict equality";
62 "switch / case should use strict equality in version of JS < 1.4",
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/
template.js 8 Verify that switches do not use strict equality in
  /external/guava/src/com/google/common/collect/
ForwardingObject.java 32 * Custom definitions of equality are usually based on an interface, such as
34 * cast the object being tested for equality to the custom interface. {@code
42 * ForwardingList}, to preserve equality behavior, or override {@code equals}
AbstractSetMultimap.java 84 * Compares the specified object to this multimap for equality.
87 * contain the same values. Equality does not depend on the ordering of keys
SetMultimap.java 88 * Compares the specified object to this multimap for equality.
91 * contain the same values. Equality does not depend on the ordering of keys
  /external/chromium/third_party/icu/public/i18n/unicode/
tmunit.h 80 * Equality operator.
87 * Non-Equality operator.
measunit.h 52 * Equality operator. Return true if this object is equal
tmutamt.h 95 * Equality operator.
104 * Not-equality operator.
  /external/clearsilver/cs/
test_joo.cs.gold 92 Testing ? and == '' - boolean vs. equality? um... boolean is a number,
107 Testing ? and != '' - boolean vs. in-equality? um...
  /external/icu4c/i18n/unicode/
tmunit.h 80 * Equality operator.
87 * Non-Equality operator.
measunit.h 52 * Equality operator. Return true if this object is equal
tmutamt.h 95 * Equality operator.
104 * Not-equality operator.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/operator/
equality.js 23 Filename: equality.js
35 writeHeaderToLog('Executing script: equality.js');
  /frameworks/base/core/java/android/util/
Pair.java 40 * Checks the two objects for equality by delegating to their respective equals() methods.
41 * @param o the Pair to which this one is to be checked for equality
  /libcore/luni/src/main/java/java/security/
Principal.java 27 * Compares the specified object with this {@code Principal} for equality
32 * object to be compared for equality with this {@code
AllPermission.java 63 * equality and returns {@code true} if the specified object is equal,
68 * object to be compared for equality with this {@code
Timestamp.java 64 * Compares the specified object with this {@code Timestamp} for equality
71 * object to be compared for equality with this {@code
  /development/tools/mkstubs/tests/com/android/mkstubs/sourcer/
TestHelper.java 27 * Test source equality after normalizing all whitespace.
  /external/chromium/third_party/icu/public/common/unicode/
dtintrv.h 104 * Equality operator.
111 * Non-equality operator
  /external/icu4c/common/unicode/
dtintrv.h 104 * Equality operator.
111 * Non-equality operator
  /external/nist-sip/java/gov/nist/javax/sip/address/
GenericURI.java 124 // This is not sufficient for equality; revert to String equality...
  /frameworks/base/tests/CoreTests/android/core/
TreeMapTest.java 76 // Check for equality
97 // Check for equality
  /system/core/include/cutils/
hashmap.h 39 * @param equals function which compares keys for equality
128 * Compares two int keys for equality.
  /cts/tools/dx-tests/src/dxc/junit/opcodes/astore_0/
Test_astore_0.java 34 * @title equality of astore_<n> and astore <n>

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>