/external/clang/test/Frontend/ |
diagnostics-option-names.c | 6 // CHECK: comparison of integers of different signs{{.*}} [-Werror,-Wsign-compare]
|
warning-mapping-5.c | 8 return x < y; // expected-warning {{comparison of integers}}
|
/external/iptables/extensions/ |
libxt_connmark.man | 6 specified, this is logically ANDed with the mark before the comparison).
|
libxt_mark.man | 9 comparison).
|
/external/iptables/include/linux/netfilter/ |
xt_quota2.h | 18 /* Comparison-invariant */
|
/external/oprofile/m4/ |
kernelversion.m4 | 1 dnl AX_KERNEL_VERSION(major, minor, level, comparison, action-if-true, action-if-false)
|
/external/skia/tools/tests/skimage/output-expected/create-expectations/ |
expectations.json | 5 "no-comparison" : null,
|
/external/clang/test/SemaCXX/ |
warn-logical-not-compare.cpp | 11 // expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} 12 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} 14 // CHECK: to evaluate the comparison first 22 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} 23 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} 25 // CHECK: to evaluate the comparison first 33 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} 34 // expected-note@-2 {{add parentheses after the '!' to evaluate the comparison first}} 36 // CHECK: to evaluate the comparison first 44 //expected-warning@-1 {{logical not is only applied to the left hand side of this comparison}} [all...] |
composite-pointer-type.cpp | 14 if (d1 >= d2) // expected-error{{comparison of distinct}} 25 if (d1 == d2) // expected-error{{comparison of distinct}} 56 if (p == q) // expected-warning{{comparison of distinct pointer types ('void **' and 'const void **') uses non-standard composite pointer type 'const void *const *'}}
|
/external/guava/guava/src/com/google/common/collect/ |
ComparisonChain.java | 29 * A utility for performing a "lazy" chained comparison statement, which 42 * nonzero</i> comparison result in the chain, or will be zero if every 43 * comparison result was zero. 45 * <p>Once any comparison returns a nonzero value, remaining comparisons are 57 * Begins a new chained comparison statement. See example in the class 137 * Comparable#compareTo}, <i>if</i> the result of this comparison chain 145 * comparison chain has not already been determined. 152 * <i>if</i> the result of this comparison chain has not already been 159 * <i>if</i> the result of this comparison chain has not already been 166 * Float#compare}, <i>if</i> the result of this comparison chain has no [all...] |
/external/clang/test/SemaObjC/ |
comptypes-3.m | 45 if (obj_a == obj_b) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProtocolA>' and 'id<MyProtocolB>')}} 46 if (obj_b == obj_a) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProtocolB>' and 'id<MyProtocolA>')}} 57 if (obj_b == obj_ac) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProtocolB>' and 'id<MyProtocolAC>')}} 58 if (obj_ac == obj_b) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProtocolAC>' and 'id<MyProtocolB>')}} 60 if (obj_ab == obj_ac) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProtocolAB>' and 'id<MyProtocolAC>')}} 61 if (obj_ac == obj_ab) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProtocolAC>' and 'id<MyProtocolAB>')}}
|
comptypes-1.m | 57 /* Any comparison involving an 'id' must be without warnings. */ 67 /* Any comparison between 'MyClass *' and anything which is not an 'id' 69 if (obj_p == obj_c) foo() ; // expected-warning {{comparison of distinct pointer types ('id<MyProtocol>' and 'MyClass *')}} 71 if (obj_c == obj_cp) foo() ; // expected-warning {{comparison of distinct pointer types ('MyClass *' and 'MyOtherClass *')}} 72 if (obj_cp == obj_c) foo() ; // expected-warning {{comparison of distinct pointer types ('MyOtherClass *' and 'MyClass *')}} 77 /* Any comparison between 'MyOtherClass *' (which implements
|
/external/icu4c/common/ |
uelement.h | 44 * An element-equality (boolean) comparison function. 52 * An element sorting (three-way) comparison function. 71 * @param key1 The string for comparison 72 * @param key2 The string for comparison 82 * @param key1 The string for comparison 83 * @param key2 The string for comparison
|
/external/chromium_org/chrome/browser/extensions/ |
pending_extension_info.cc | 41 int comparison = version_.CompareTo(other.version_); local 43 // If the versions differ then return the version comparison result. 44 if (comparison != 0) 45 return comparison;
|
/external/clang/test/FixIt/ |
no-macro-fixit.c | 13 // expected-note {{use '==' to turn this assignment into an equality comparison}} \
|
fixit-nsstring-compare.m | 16 BOOL comparison = stringA==@"stringB";
|
/external/libyuv/ |
README.google | 7 libyuv is an open-source library for yuv scaling, conversion, comparison
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-cmp-03.ll | 1 ; Test 128-bit floating-point comparison. 5 ; There is no memory form of 128-bit comparison. 22 ; Check comparison with zero.
|
int-cmp-30.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 62 ; Check unsigned comparison above the high end of the CLHHSI range, using zero 75 ; When using unsigned comparison with sign extension, equality with values 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 105 ; extension. This is equivalent to unsigned comparison. 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zer [all...] |
int-cmp-31.ll | 6 ; Check unsigned comparison near the low end of the CLHHSI range, using zero 20 ; Check unsigned comparison near the low end of the CLHHSI range, using sign 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero 48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign 62 ; Check unsigned comparison above the high end of the CLHHSI range, using zero 75 ; When using unsigned comparison with sign extension, equality with values 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 105 ; extension. This is equivalent to unsigned comparison. 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zer [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
compare.hpp | 18 Defines element comparison predicates. Many algorithms in this library can 31 Standard STL equal_to only handle comparison between arguments 49 Case insensitive comparison predicate. Comparison is done using 56 \param Loc locales used for comparison 102 Case insensitive comparison predicate. Comparison is done using 109 \param Loc locales used for comparison 155 Case insensitive comparison predicate. Comparison is done usin [all...] |
/external/e2fsprogs/intl/ |
plural-exp.h | 50 less_than, /* Comparison. */ 51 greater_than, /* Comparison. */ 52 less_or_equal, /* Comparison. */ 53 greater_or_equal, /* Comparison. */ 54 equal, /* Comparison for equality. */ 55 not_equal, /* Comparison for inequality. */
|
/external/chromium_org/ppapi/shared_impl/ |
unittest_utils.h | 12 // Compares two vars for equality. This is a deep comparison (the entire graph
|
/external/chromium_org/sandbox/win/src/ |
policy_engine_processor.h | 18 // An opcode group has N comparison opcodes plus 1 action opcode. For 21 // [comparison 1] <-- group A start 22 // [comparison 2] 23 // [comparison 3] 25 // [comparison 1] <-- group B start 27 // [comparison 1] <-- group C start 28 // [comparison 2] 32 // sequence. An opcode group is evaluated until the first comparison that 34 // resumes with the first comparison of the next group. When all the comparisons
|
/external/chromium_org/tools/site_compare/operators/ |
__init__.py | 12 operator: string describing the comparison
|