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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
warn-unused-comparison.cpp 18 x == 7; // expected-warning {{equality comparison result unused}} \
19 // expected-note {{use '=' to turn this equality comparison into an assignment}}
27 7 == x; // expected-warning {{equality comparison result unused}}
28 p == p; // expected-warning {{equality comparison result unused}} \
29 // expected-note {{use '=' to turn this equality comparison into an assignment}} \
31 a == a; // expected-warning {{equality comparison result unused}} \
32 // expected-note {{use '=' to turn this equality comparison into an assignment}}
33 a == b; // expected-warning {{equality comparison result unused}} \
34 // expected-note {{use '=' to turn this equality comparison into an assignment}}
42 A() == b; // expected-warning {{equality comparison result unused}
    [all...]
warn-assignment-condition.cpp 16 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
21 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
26 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
31 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
36 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
41 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
46 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
50 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
62 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
67 // expected-note{{use '==' to turn this assignment into an equality comparison}}
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/apachecommons/
package.html 7 Argument matchers that use Apache Commons Lang reflection-equality.
  /external/clang/test/Sema/
unused-expr-system-header.c 7 // expected-note {{equality comparison}}
10 // expected-note {{equality comparison}}
  /external/clang/test/FixIt/
no-macro-fixit.c 13 // expected-note {{use '==' to turn this assignment into an equality comparison}} \
  /external/llvm/test/Analysis/BasicAA/
2003-04-25-GEPCrash.ll 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
2003-03-04-GEPCrash.ll 2 ; Test for a bug in BasicAA which caused a crash when querying equality of P1&P2
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
SelectFormatAPITest.java 44 //Check equality for pattern constructed SelectFormats
47 assertTrue("Equals test failed while checking equality for "
51 //Check equality for 2 objects
55 assertTrue("Equals test failed while checking equality for object 1."
57 assertTrue("Equals test failed while checking equality for object 2."
59 assertFalse("Equals test failed while checking equality for object 3."
  /external/clang/test/SemaObjC/
self-assign.m 10 // expected-note{{use '==' to turn this assignment into an equality comparison}} \
  /bionic/libc/arch-x86/atom/string/
sse2-wcscmp-atom.S 178 pcmpeqd %xmm2, %xmm1 /* compare first 4 double_words for equality */
187 pcmpeqd %xmm2, %xmm1 /* compare first 4 double_words for equality */
196 pcmpeqd %xmm2, %xmm1 /* compare first 4 double_words for equality */
245 pcmpeqd %xmm2, %xmm1 /* compare first 4 double_words for equality */
254 pcmpeqd %xmm2, %xmm1 /* compare first 4 double_words for equality */
324 pcmpeqd 16(%edi), %xmm2 /* compare first 4 double_words for equality */
332 pcmpeqd 32(%edi), %xmm2 /* compare first 4 double_words for equality */
340 pcmpeqd 48(%edi), %xmm2 /* compare first 4 double_words for equality */
414 pcmpeqd %xmm2, %xmm1 /* compare first 4 double_words for equality */
423 pcmpeqd %xmm2, %xmm1 /* compare first 4 double_words for equality */
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 35 * <p>To use, create a new EqualsTester and add equality groups where each group
51 * <li>comparing each pair of objects within the same equality group returns
53 * <li>comparing each pair of objects from different equality groups returns
62 * <i>j</i><sup>th</sup> item in the <i>i</i><sup>th</sup> equality group,
63 * where both equality groups and the items within equality groups are
93 * each other and not equal to any other equality groups added to this tester.
  /external/v8/test/mjsunit/
compare-known-objects-slow.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
compare-known-objects.js 30 // Test CompareIC stubs for normal and strict equality comparison of known
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
BCStrictStyle.java 8 * Variation of BCStyle that insists on strict ordering for equality
  /external/libvpx/libvpx/vp8/common/
mv.h 30 } int_mv; /* facilitates faster equality tests and copies */
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
TryBlock.java 73 * Compares this TryBlock to another TryBlock for equality.
76 * equality using the usual List equality semantics.
78 * @param o The object to be compared for equality with this TryBlock
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mv.h 30 } int_mv; /* facilitates faster equality tests and copies */
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestBoilerplate.java 47 errln("Equality/Null invariant fails: " + i);
50 errln("Self-Equality invariant fails: " + i);
61 errln("Clone/Equality invariant fails: " + i);
75 if (!b.equals(a)) errln("Equality/Symmetry",i, j);
76 if (aHash != bHash) errln("Equality/Hash",i, j);
78 errln("Equality/Equivalence",i, j);
  /external/clang/test/SemaTemplate/
resolve-single-template-id.cpp 47 oneT<int> == 0; // expected-warning {{equality comparison result unused}} \
48 // expected-note {{use '=' to turn this equality comparison into an assignment}} \
51 0 == oneT<int>; // expected-warning {{equality comparison result unused}} \
77 oneT<int> == 0; // expected-warning {{equality comparison result unused}} \
78 // expected-note {{use '=' to turn this equality comparison into an assignment}} \
  /external/guava/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}
  /external/protobuf/java/src/test/java/com/google/protobuf/
LiteEqualsAndHashTest.java 56 // overriden to test for value equality rather than simple object equality.
72 // Check that equals is doing value rather than object equality.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/reference/
MethodReference.java 88 * Compares this MethodReference to another MethodReference for equality.
93 * Equality for getParameters() should be tested by comparing the string representation of each element. I.e.
96 * @param o The object to be compared for equality with this MethodReference
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DirectByteBufferTest.java 85 // Assert Equality
98 // Assert Equality
112 // Assert Equality
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
DbQueryUtils.java 33 /** Returns a WHERE clause asserting equality of a field to a value. */
38 /** Returns a WHERE clause asserting equality of a field to a value. */
43 /** Returns a WHERE clause asserting in-equality of a field to a value. */
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
DbQueryUtils.java 30 /** Returns a WHERE clause assert equality of a field to a value for the specified table . */
35 /** Returns a WHERE clause assert equality of a field to a value. */

Completed in 1261 milliseconds

1 2 3 4 5 6 7 8 91011>>