/external/rust/crates/syn/src/ |
D | lookahead.rs | 62 comparisons: RefCell<Vec<&'static str>>, field 69 comparisons: RefCell::new(Vec::new()), in new() 81 lookahead.comparisons.borrow_mut().push(display()); in peek_impl() 110 let comparisons = self.comparisons.borrow(); in error() localVariable 111 match comparisons.len() { in error() 120 let message = format!("expected {}", comparisons[0]); in error() 124 let message = format!("expected {} or {}", comparisons[0], comparisons[1]); in error() 128 let join = comparisons.join(", "); in error()
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 164 EXPECT_EQ(0, tracker.comparisons()); in TEST() 166 EXPECT_EQ(1, tracker.comparisons()); in TEST() 168 EXPECT_EQ(2, tracker.comparisons()); in TEST() 170 EXPECT_EQ(3, tracker.comparisons()); in TEST() 172 EXPECT_EQ(4, tracker.comparisons()); in TEST() 174 EXPECT_EQ(5, tracker.comparisons()); in TEST() 176 EXPECT_EQ(6, tracker.comparisons()); in TEST() 178 EXPECT_EQ(7, tracker.comparisons()); in TEST() 181 EXPECT_EQ(0, tracker.comparisons()); in TEST()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | comparisons.cc | 32 namespace comparisons { namespace 422 comparisons::ComparisonPrepareStringAllowed, in Register_EQUAL() 423 comparisons::EqualEval}; in Register_EQUAL() 429 comparisons::ComparisonPrepareStringAllowed, in Register_NOT_EQUAL() 430 comparisons::NotEqualEval}; in Register_NOT_EQUAL() 436 comparisons::ComparisonPrepare, in Register_GREATER() 437 comparisons::GreaterEval}; in Register_GREATER() 443 comparisons::ComparisonPrepare, in Register_GREATER_EQUAL() 444 comparisons::GreaterEqualEval}; in Register_GREATER_EQUAL() 450 nullptr, nullptr, comparisons::ComparisonPrepare, comparisons::LessEval}; in Register_LESS() [all …]
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | comparisons.cc | 26 namespace comparisons { namespace 657 return {/*init=*/comparisons::Init, in Register_EQUAL() 659 /*prepare=*/comparisons::Prepare, in Register_EQUAL() 660 /*invoke=*/comparisons::EqualEval, in Register_EQUAL() 668 return {/*init=*/comparisons::Init, in Register_NOT_EQUAL() 670 /*prepare=*/comparisons::Prepare, in Register_NOT_EQUAL() 671 /*invoke=*/comparisons::NotEqualEval, in Register_NOT_EQUAL() 679 return {/*init=*/comparisons::Init, in Register_GREATER() 681 /*prepare=*/comparisons::Prepare, in Register_GREATER() 682 /*invoke=*/comparisons::GreaterEval, in Register_GREATER() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-34.ll | 1 ; Test 64-bit signed comparisons between memory and a constant. 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range. 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. [all …]
|
D | int-cmp-32.ll | 1 ; Test 32-bit signed comparisons between memory and a constant. 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range. 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. [all …]
|
D | int-cmp-46.ll | 101 ; Check that we can use TMLL for LT comparisons that are equivalent to 140 ; Check that we can use TMLL for GE comparisons that are equivalent to 179 ; Check that we can use TMLL for LT comparisons that effectively 218 ; Check that we can use TMLL for GE comparisons that effectively test 257 ; Check that we can use TMLL for equality comparisons with the mask. 276 ; Check that we can use TMLL for inequality comparisons with the mask. 295 ; Check that we can use TMLL for LT comparisons that are equivalent 296 ; to inequality comparisons with the mask. 334 ; Check that we can use TMLL for GE comparisons that are equivalent 335 ; to equality comparisons with the mask. [all …]
|
D | int-cmp-35.ll | 1 ; Test 64-bit unsigned comparisons between memory and a constant. 5 ; Check ordered comparisons with a constant near the low end of the unsigned 19 ; Check ordered comparisons with the high end of the unsigned 16-bit range. 43 ; Check equality comparisons with 32768, the lowest value for which 57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
|
D | int-cmp-33.ll | 1 ; Test 32-bit unsigned comparisons between memory and a constant. 5 ; Check ordered comparisons with a constant near the low end of the unsigned 19 ; Check ordered comparisons with the high end of the unsigned 16-bit range. 43 ; Check equality comparisons with 32768, the lowest value for which 57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
|
D | int-cmp-15.ll | 1 ; Test 8-bit unsigned comparisons between memory and constants. 5 ; Check ordered comparisons near the low end of the unsigned 8-bit range. 17 ; Check ordered comparisons near the high end of the unsigned 8-bit range. 77 ; Check equality comparisons at the low end of the signed 8-bit range. 89 ; Check equality comparisons at the low end of the unsigned 8-bit range. 101 ; Check equality comparisons at the high end of the signed 8-bit range. 113 ; Check equality comparisons at the high end of the unsigned 8-bit range.
|
D | int-cmp-22.ll | 1 ; Test 16-bit signed ordered comparisons between memory and a constant. 5 ; Check comparisons with 0. 18 ; Check comparisons with 1. 44 ; Check comparisons with -1.
|
D | int-cmp-26.ll | 1 ; Test 32-bit equality comparisons that are really between a memory halfword 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-32.ll | 1 ; Test 32-bit signed comparisons between memory and a constant. 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range. 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. [all …]
|
D | int-cmp-34.ll | 1 ; Test 64-bit signed comparisons between memory and a constant. 5 ; Check ordered comparisons with 0. 18 ; Check ordered comparisons with 1. 31 ; Check ordered comparisons with the high end of the signed 16-bit range. 55 ; Check ordered comparisons with -1. 68 ; Check ordered comparisons with the low end of the 16-bit signed range. 92 ; Check equality comparisons with 0. 105 ; Check equality comparisons with 1. 118 ; Check equality comparisons with the high end of the signed 16-bit range. 142 ; Check equality comparisons with -1. [all …]
|
D | int-cmp-46.ll | 101 ; Check that we can use TMLL for LT comparisons that are equivalent to 140 ; Check that we can use TMLL for GE comparisons that are equivalent to 179 ; Check that we can use TMLL for LT comparisons that effectively 218 ; Check that we can use TMLL for GE comparisons that effectively test 257 ; Check that we can use TMLL for equality comparisons with the mask. 276 ; Check that we can use TMLL for inequality comparisons with the mask. 295 ; Check that we can use TMLL for LT comparisons that are equivalent 296 ; to inequality comparisons with the mask. 334 ; Check that we can use TMLL for GE comparisons that are equivalent 335 ; to equality comparisons with the mask. [all …]
|
D | int-cmp-33.ll | 1 ; Test 32-bit unsigned comparisons between memory and a constant. 5 ; Check ordered comparisons with a constant near the low end of the unsigned 19 ; Check ordered comparisons with the high end of the unsigned 16-bit range. 43 ; Check equality comparisons with 32768, the lowest value for which 57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
|
D | int-cmp-35.ll | 1 ; Test 64-bit unsigned comparisons between memory and a constant. 5 ; Check ordered comparisons with a constant near the low end of the unsigned 19 ; Check ordered comparisons with the high end of the unsigned 16-bit range. 43 ; Check equality comparisons with 32768, the lowest value for which 57 ; Check equality comparisons with the high end of the unsigned 16-bit range.
|
D | int-cmp-15.ll | 1 ; Test 8-bit unsigned comparisons between memory and constants. 5 ; Check ordered comparisons near the low end of the unsigned 8-bit range. 17 ; Check ordered comparisons near the high end of the unsigned 8-bit range. 77 ; Check equality comparisons at the low end of the signed 8-bit range. 89 ; Check equality comparisons at the low end of the unsigned 8-bit range. 101 ; Check equality comparisons at the high end of the signed 8-bit range. 113 ; Check equality comparisons at the high end of the unsigned 8-bit range.
|
D | int-cmp-22.ll | 1 ; Test 16-bit signed ordered comparisons between memory and a constant. 5 ; Check comparisons with 0. 18 ; Check comparisons with 1. 44 ; Check comparisons with -1.
|
D | int-cmp-29.ll | 1 ; Test 64-bit inequality comparisons that are really between a memory halfword 44 ; Check comparisons with -1, with zero extension. 57 ; Check comparisons with 0, using sign extension. 96 ; Check comparisons with -1, using sign extension.
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | Normalizer.java.patch | 6 * @return <0 or 0 or >0 as usual for string comparisons 16 * @return <0 or 0 or >0 as usual for string comparisons 26 * @return <0 or 0 or >0 as usual for string comparisons
|