HomeSort by relevance Sort by last modified time
    Searched full:equality (Results 1 - 25 of 1590) 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/chromium_org/ppapi/shared_impl/
unittest_utils.h 12 // Compares two vars for equality. This is a deep comparison (the entire graph
17 // of the strings is tested for equality.
  /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/chromium_org/chrome/renderer/safe_browsing/
test_utils.h 12 // operator== or ContainerEq, since hash_map's equality operator may return
  /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 36 * <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
86 * each other and not equal to any other equality groups added to this tester.
  /external/chromium_org/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.
  /art/runtime/
strutil.h 31 // Key equality function for C strings.
  /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/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
mv.h 30 } int_mv; /* facilitates faster equality tests and copies */
  /external/chromium_org/tools/telemetry/telemetry/value/
none_values.py 17 There is a logical equality between having a value of None and having a
  /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/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/chromium_org/chrome/browser/
font_family_cache.h 50 // Key comparison uses pointer equality.
54 // Key comparison uses pointer equality.
64 // on this: key comparison uses pointer equality, and keys must outlive the
  /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/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

Completed in 1784 milliseconds

1 2 3 4 5 6 7 8 91011>>