/external/clang/test/SemaObjC/ |
D | objc-literal-comparison.m | 39 …if (obj == @"") return; // expected-warning{{direct comparison of a string literal has undefined b… 40 …if (obj != @"") return; // expected-warning{{direct comparison of a string literal has undefined b… 41 …if (@"" == obj) return; // expected-warning{{direct comparison of a string literal has undefined b… 42 …if (@"" == @"") return; // expected-warning{{direct comparison of a string literal has undefined b… 44 …if (@[] == obj) return; // expected-warning{{direct comparison of an array literal has undefined b… 45 …if (@{} == obj) return; // expected-warning{{direct comparison of a dictionary literal has undefin… 46 …if (@12 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined … 47 …if (@1.0 == obj) return; // expected-warning{{direct comparison of a numeric literal has undefined… 48 …if (@__objc_yes == obj) return; // expected-warning{{direct comparison of a numeric literal has un… 49 …if (@(1+1) == obj) return; // expected-warning{{direct comparison of a boxed expression has undefi… [all …]
|
D | comptypes-7.m | 49 …if (obj == i) foo() ; // expected-warning {{comparison between pointer and integer ('id' and 'int'… 50 …if (i == obj) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'id'… 51 …if (obj == j) foo() ; // expected-warning {{comparison of distinct pointer types ('id' and 'int *'… 52 …if (j == obj) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'id'… 54 …if (obj_c == i) foo() ; // expected-warning {{comparison between pointer and integer ('MyClass *' … 55 …if (i == obj_c) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'M… 56 …if (obj_c == j) foo() ; // expected-warning {{comparison of distinct pointer types ('MyClass *' an… 57 …if (j == obj_c) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'M… 59 …if (obj_p == i) foo() ; // expected-warning {{comparison between pointer and integer ('id<MyProtoc… 60 …if (i == obj_p) foo() ; // expected-warning {{comparison between pointer and integer ('int' and 'i… [all …]
|
D | comptypes-3.m | 45 …if (obj_a == obj_b) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProt… 46 …if (obj_b == obj_a) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProt… 57 …if (obj_b == obj_ac) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPro… 58 …if (obj_ac == obj_b) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPro… 60 …if (obj_ab == obj_ac) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPr… 61 …if (obj_ac == obj_ab) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPr…
|
D | 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<MyProt… 71 …if (obj_c == obj_cp) foo() ; // expected-warning {{comparison of distinct pointer types ('MyClass … 72 …if (obj_cp == obj_c) foo() ; // expected-warning {{comparison of distinct pointer types ('MyOtherC… 77 /* Any comparison between 'MyOtherClass *' (which implements
|
/external/skia/tools/ |
D | skdiff_main.cpp | 53 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in ~DiffSummary() local 54 fStatusOfType[base][comparison].deleteAll(); in ~DiffSummary() 89 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in printStatus() local 90 Status comparisonStatus = static_cast<Status>(comparison); in printStatus() 91 const FileArray& fileArray = fStatusOfType[base][comparison]; in printStatus() 93 if (failOnStatusType[base][comparison]) { in printStatus() 572 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in tool_main() local 573 failOnStatusType[base][comparison] = false; in tool_main() 613 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in tool_main() local 614 failOnStatusType[base][comparison] |= in tool_main() [all …]
|
D | skdiff_image.cpp | 139 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in tool_main() local 140 failOnStatusType[base][comparison] = false; in tool_main() 181 for (int comparison = 0; comparison < DiffResource::kStatusCount; ++comparison) { in tool_main() local 182 failOnStatusType[base][comparison] |= in tool_main() 183 baseStatuses[base] && comparisonStatuses[comparison]; in tool_main()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | 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 zero [all …]
|
D | 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 zero [all …]
|
D | int-cmp-21.ll | 6 ; Check unsigned comparison near the low end of the CLI range, using zero 20 ; Check unsigned comparison near the low end of the CLI range, using sign 34 ; Check unsigned comparison near the high end of the CLI range, using zero 48 ; Check unsigned comparison near the high end of the CLI range, using sign 62 ; Check unsigned comparison above the high end of the CLI range, using zero 75 ; When using unsigned comparison with sign extension, equality with values 103 ; Check signed comparison near the low end of the CLI range, using zero 104 ; extension. This is equivalent to unsigned comparison. 117 ; Check signed comparison near the low end of the CLI range, using sign 130 ; Check signed comparison near the high end of the CLI range, using zero [all …]
|
D | int-cmp-20.ll | 6 ; Check unsigned comparison near the low end of the CLI range, using zero 20 ; Check unsigned comparison near the low end of the CLI range, using sign 34 ; Check unsigned comparison near the high end of the CLI range, using zero 48 ; Check unsigned comparison near the high end of the CLI range, using sign 62 ; Check unsigned comparison above the high end of the CLI range, using zero 75 ; When using unsigned comparison with sign extension, equality with values 103 ; Check signed comparison near the low end of the CLI range, using zero 104 ; extension. This is equivalent to unsigned comparison. 117 ; Check signed comparison near the low end of the CLI range, using sign 130 ; Check signed comparison near the high end of the CLI range, using zero [all …]
|
D | 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.
|
/external/chromium_org/v8/test/cctest/ |
D | log-eq-of-logging-and-traversal.js | 141 var comparison = []; 168 comparison.push([entities_equal, address, entityA, entityB]); 170 return [equal, comparison]; 177 var comparison = result[1]; variable 178 for (var i = 0, l = comparison.length; i < l; ++i) { 179 var c = comparison[i];
|
/external/v8/test/cctest/ |
D | log-eq-of-logging-and-traversal.js | 137 var comparison = []; 164 comparison.push([entities_equal, address, entityA, entityB]); 166 return [equal, comparison]; 173 var comparison = result[1]; variable 174 for (var i = 0, l = comparison.length; i < l; ++i) { 175 var c = comparison[i];
|
/external/skia/gm/tests/outputs/pipe-playback-failure/output-expected/ |
D | json-summary.txt | 4 "comparison/selftest1-pipe.png" : [ "bitmap-64bitMD5", 6140979239232854774 ] 7 "no-comparison" : null, 26 "comparison/selftest1-pipe.png" : {
|
D | stderr | 1 …map: gm/tests/outputs/pipe-playback-failure/output-actual/mismatchPath/comparison/selftest1-pipe.p… 2 GM: ---- comparison/selftest1-pipe.png: 60000 (of 60000) differing pixels, max per-channel mismatch…
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
D | sorted_array_utils.js | 33 var i, comparison; 37 comparison = mapFn(ary[i]) - loVal; 38 if (comparison < 0) { 40 } else if (comparison > 0) {
|
/external/chromium_org/extensions/browser/ |
D | pending_extension_info.cc | 45 int comparison = version_.CompareTo(other.version_); in CompareTo() local 48 if (comparison != 0) in CompareTo() 49 return comparison; in CompareTo()
|
/external/chromium-trace/trace-viewer/src/base/ |
D | sorted_array_utils.js | 34 var i, comparison; 38 comparison = mapFn(ary[i]) - loVal; 39 if (comparison < 0) { 41 } else if (comparison > 0) {
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
D | results.js | 104 _addResult: function(comparison, constructor, resultsURLsByKind, kind) argument 109 comparison.update(kind, new constructor(url)); 113 var comparison = new ui.results.Comparison(); 116 this._addResult(comparison, constructor, resultsURLsByKind, results.kExpectedKind); 117 this._addResult(comparison, constructor, resultsURLsByKind, results.kActualKind); 118 this._addResult(comparison, constructor, resultsURLsByKind, results.kDiffKind); 120 this.appendChild(comparison); 121 return comparison;
|
/external/chromium_org/base/ |
D | version.cc | 132 const int comparison = CompareVersionComponents(components_, parsed); in CompareToWildcardString() local 138 if (comparison == -1 || comparison == 0) in CompareToWildcardString() 139 return comparison; in CompareToWildcardString()
|
/external/chromium_org/v8/test/webkit/ |
D | array-every.js | 38 comparison: 11, property 40 return (s >= comparison);
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_profile.cc | 403 int comparison = GetInfo(types[index]).compare( in Compare() local 405 if (comparison != 0) in Compare() 406 return comparison; in Compare() 422 int comparison = GetInfo(single_value_types[i]).compare( in CompareMulti() local 424 if (comparison != 0) in CompareMulti() 425 return comparison; in CompareMulti() 445 int comparison = values_a[j].compare(values_b[j]); in CompareMulti() local 446 if (comparison != 0) in CompareMulti() 447 return comparison; in CompareMulti()
|
/external/llvm/test/CodeGen/X86/ |
D | change-compare-stride-trickiness-1.ll | 3 ; The comparison happens after the relevant use, so the stride can easily 4 ; be changed. The comparison can be done in a narrower mode than the
|
/external/chromium/testing/ |
D | gtest_mac.mm | 18 // This overloaded version allows comparison between ObjC objects that conform 34 // This overloaded version allows comparison between ObjC objects that conform
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | in3.test | 118 # collation sequence used by the "IN" comparison. The second does not 205 # the index can be used (the comparison is false, text!=number). 210 # the comparison. Therefore it is possible to use index t1_i2. 214 # No affinity is applied before the comparison takes place. Making 220 # Numeric affinity should be applied to each side before the comparison 226 # the comparison. Therefore it is possible to use index t1_i2. 230 # Numeric affinity is applied before the comparison takes place.
|