/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/duration/ |
D | comparisons_pass.cpp | 26 boost::chrono::seconds s1(3); in main() local 32 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local 38 boost::chrono::seconds s1(3); in main() local 44 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local 50 boost::chrono::milliseconds s1(3); in main() local 56 BOOST_CONSTEXPR boost::chrono::milliseconds s1(3); in main() local 62 boost::chrono::milliseconds s1(3); in main() local 68 BOOST_CONSTEXPR boost::chrono::milliseconds s1(3); in main() local 74 boost::chrono::duration<int, boost::ratio<2, 3> > s1(9); in main() local 80 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<2, 3> > s1(9); in main() local [all …]
|
D | arithmetic_pass.cpp | 130 boost::chrono::seconds s1(3); in main() local 136 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local 142 boost::chrono::seconds s1(3); in main() local 148 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local 154 boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local 160 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local 166 boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local 172 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<2, 3> > s1(3); in main() local 180 boost::chrono::seconds s1(3); in main() local 186 BOOST_CONSTEXPR boost::chrono::seconds s1(3); in main() local [all …]
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | format-arg-attribute.m | 12 struct s1 { int i; } __attribute__((format_arg(1))); // expected-warning {{'format_arg' attribute … argument 13 …t_arg(1))); // expected-warning {{'format_arg' attribute only applies to non-K&R-style functions}} 14 …at_arg(1))); // expected-warning {{'format_arg' attribute only applies to non-K&R-style functions}} 16 extern NSString *ff3 (const NSString *) __attribute__((format_arg(3-2))); 17 …tring *) __attribute__((format_arg(foo))); // expected-error {{use of undeclared identifier 'foo'}} 20 …*fi0 (int) __attribute__((format_arg(1))); // expected-error {{format argument not a string type}} 21 extern NSString *fi1 (NSString *) __attribute__((format_arg(1))); 23 extern NSString *fi2 (NSString *) __attribute__((format_arg(1))); 25 …SString *) __attribute__((format_arg(1))); // expected-error {{function does not return NSString}} 26 extern NSString *fi4 (const NSString *) __attribute__((format_arg(1))); [all …]
|
/aosp_15_r20/external/skia/modules/bentleyottmann/tests/ |
H A D | SegmentTest.cpp | 53 Segment s1 = {p, {0, 0}}; in DEF_TEST() local 79 for (auto& s1 : outside) { in DEF_TEST() local 92 auto checkIntersection = [reporter](Segment s0, Segment s1, Point expected) { in DEF_TEST() 117 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 123 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 130 s1 = {{ 0, -1}, {0, 1}}; in DEF_TEST() local 137 s1 = {{-5, 5}, {5, -5}}; in DEF_TEST() local 165 s1 = {{100, -100}, {-100, 100}}; // goes through (0,0) in DEF_TEST() local 173 s1 = {{100, -100}, {-100, 100}}; // goes through (0,0) in DEF_TEST() local 184 s1 = {{1, 1}, {1, -1}}; in DEF_TEST() local [all …]
|
H A D | MyersTest.cpp | 70 s1 = {{0, 0}, {-1, 1}}; in DEF_TEST() local 81 s1 = {{-1, 0}, {2, 0}}; in DEF_TEST() local 87 s1 = {{0, 0}, {1, 1}}; in DEF_TEST() local 95 s1 = {{10, -10}, {-10, 10}}, in DEF_TEST() local 112 s1 = {{0, 0}, {-2, 2}}; in DEF_TEST() local 118 s1 = {{2, -2}, {-2, 2}}; in DEF_TEST() local 128 s1 = {{6, -70}, {-2, 72}}; in DEF_TEST() local 139 auto checkIntersection = [&](Segment s0, Segment s1) { in DEF_TEST() 148 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local 154 s1 = {{ 0, 1}, {0, -1}}; in DEF_TEST() local [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/ |
H A D | op_equal.pass.cpp | 32 std::chrono::seconds s1(3); in main() local 38 std::chrono::seconds s1(3); in main() local 44 std::chrono::milliseconds s1(3); in main() local 50 std::chrono::milliseconds s1(3); in main() local 56 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 62 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local 68 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 75 constexpr std::chrono::seconds s1(3); in main() local 81 constexpr std::chrono::seconds s1(3); in main() local 87 constexpr std::chrono::milliseconds s1(3); in main() local [all …]
|
H A D | op_less.pass.cpp | 42 std::chrono::seconds s1(3); in main() local 50 std::chrono::seconds s1(3); in main() local 58 std::chrono::milliseconds s1(3); in main() local 66 std::chrono::milliseconds s1(3); in main() local 74 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 82 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local 90 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 99 constexpr std::chrono::seconds s1(3); in main() local 107 constexpr std::chrono::seconds s1(3); in main() local 115 constexpr std::chrono::milliseconds s1(3); in main() local [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.duration/time.duration.comparisons/ |
H A D | op_less.pass.cpp | 42 std::chrono::seconds s1(3); in main() local 50 std::chrono::seconds s1(3); in main() local 58 std::chrono::milliseconds s1(3); in main() local 66 std::chrono::milliseconds s1(3); in main() local 74 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 82 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local 90 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 99 constexpr std::chrono::seconds s1(3); in main() local 107 constexpr std::chrono::seconds s1(3); in main() local 115 constexpr std::chrono::milliseconds s1(3); in main() local [all …]
|
H A D | op_equal.pass.cpp | 32 std::chrono::seconds s1(3); in main() local 38 std::chrono::seconds s1(3); in main() local 44 std::chrono::milliseconds s1(3); in main() local 50 std::chrono::milliseconds s1(3); in main() local 56 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 62 std::chrono::duration<int, std::ratio<2, 3> > s1(10); in main() local 68 std::chrono::duration<int, std::ratio<2, 3> > s1(9); in main() local 75 constexpr std::chrono::seconds s1(3); in main() local 81 constexpr std::chrono::seconds s1(3); in main() local 87 constexpr std::chrono::milliseconds s1(3); in main() local [all …]
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | mem_neon.h | 85 const uint8x8_t s1) { in store_u8_8x2() 125 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x8() 147 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x7() 167 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x6() 184 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x4() 196 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x3() 206 uint16x4_t *const s0, uint16x4_t *const s1, in load_u16_4x4() 219 uint16x4_t *const s0, uint16x4_t *const s1, in load_u16_4x7() 239 int16x8_t *const s0, int16x8_t *const s1) { in load_s16_8x2() 246 uint16x8_t *const s0, uint16x8_t *const s1) { in load_u16_8x2() [all …]
|
H A D | blend_a64_mask_neon.c | 74 uint16x8_t s1 = vld1q_u16(src1 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 91 uint16x8_t s1 = load_unaligned_u16_4x2(src1, src1_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 114 uint16x8_t s1 = vld1q_u16(src1 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 138 uint16x8_t s1 = load_unaligned_u16_4x2(src1, src1_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 160 uint16x8_t s1 = vld1q_u16(src1 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 180 uint16x8_t s1 = load_unaligned_u16_4x2(src1, src1_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 202 uint16x8_t s1 = vld1q_u16(src1 + i); in aom_lowbd_blend_a64_d16_mask_neon() local 224 uint16x8_t s1 = load_unaligned_u16_4x2(src1, src1_stride); in aom_lowbd_blend_a64_d16_mask_neon() local 261 uint8x16_t s1 = vld1q_u8(src1 + i); in aom_blend_a64_mask_neon() local 278 uint8x8_t s1 = vld1_u8(src1); in aom_blend_a64_mask_neon() local [all …]
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | mem_neon.h | 61 const int16x4_t s1 = vmovn_s32(v0.val[1]); in load_tran_low_to_s16x2q() local 78 const int16x4_t s1 = vmovn_s32(v1); in load_tran_low_to_s16q() local 256 const uint8x8_t s0, const uint8x8_t s1, in store_u8_8x3() 266 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x3() 276 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x4() 288 const uint8x8_t s0, const uint8x8_t s1, in store_u8_8x4() 300 uint8x16_t *const s0, uint8x16_t *const s1, in load_u8_16x3() 310 uint8x16_t *const s0, uint8x16_t *const s1, in load_u8_16x4() 322 const uint8x16_t s0, const uint8x16_t s1, in store_u8_16x4() 334 uint8x8_t *const s0, uint8x8_t *const s1, in load_u8_8x7() [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/ |
H A D | check.h | 199 #define CHECK_STREQ(s1, s2) \ argument 201 #define CHECK_STRNE(s1, s2) \ argument 203 #define CHECK_STRCASEEQ(s1, s2) \ argument 205 #define CHECK_STRCASENE(s1, s2) \ argument 207 #define QCHECK_STREQ(s1, s2) \ argument 209 #define QCHECK_STRNE(s1, s2) \ argument 211 #define QCHECK_STRCASEEQ(s1, s2) \ argument 213 #define QCHECK_STRCASENE(s1, s2) \ argument 216 #define DCHECK_STREQ(s1, s2) CHECK_STREQ(s1, s2) argument 217 #define DCHECK_STRCASEEQ(s1, s2) CHECK_STRCASEEQ(s1, s2) argument [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/ |
H A D | SubmissionPublisherTest.java | 416 TestSubscriber s1 = new TestSubscriber(); in testCloseCompletes() local 439 TestSubscriber s1 = new TestSubscriber(); in testCloseExceptionallyError() local 463 TestSubscriber s1 = new TestSubscriber(); in testCancel() local 510 TestSubscriber s1 = new TestSubscriber(); local 533 TestSubscriber s1 = new TestSubscriber(); in testOrder() local 554 TestSubscriber s1 = new TestSubscriber(); in testRequest1() local 582 TestSubscriber s1 = new TestSubscriber(); in testRequest2() local 605 TestSubscriber s1 = new TestSubscriber(); in testRequest3() local 674 TestSubscriber s1 = new TestSubscriber(); in testLaggedSubmit() local 705 TestSubscriber s1 = new TestSubscriber(); in testCap1Submit() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerInterceptors.cpp | 62 static int internal_strcmp_strncmp(const char *s1, const char *s2, bool strncmp, in internal_strcmp_strncmp() 83 static int internal_strncmp(const char *s1, const char *s2, size_t n) { in internal_strncmp() 87 static int internal_strcmp(const char *s1, const char *s2) { in internal_strcmp() 91 static int internal_memcmp(const void *s1, const void *s2, size_t n) { in internal_memcmp() 159 ATTRIBUTE_INTERFACE int memcmp(const void *s1, const void *s2, size_t n) { in memcmp() 167 ATTRIBUTE_INTERFACE int strncmp(const char *s1, const char *s2, size_t n) { in strncmp() 175 ATTRIBUTE_INTERFACE int strcmp(const char *s1, const char *s2) { in strcmp() 183 ATTRIBUTE_INTERFACE int strncasecmp(const char *s1, const char *s2, size_t n) { in strncasecmp() 190 ATTRIBUTE_INTERFACE int strcasecmp(const char *s1, const char *s2) { in strcasecmp() 197 ATTRIBUTE_INTERFACE char *strstr(const char *s1, const char *s2) { in strstr() [all …]
|
/aosp_15_r20/external/AFLplusplus/utils/libtokencap/ |
H A D | libtokencap.so.c | 616 int ap_cstr_casecmp(const char *s1, const char *s2) { 622 int ap_cstr_casecmpn(const char *s1, const char *s2, size_t n) { 628 const char *ap_strcasestr(const char *s1, const char *s2) { 634 int apr_cstr_casecmp(const char *s1, const char *s2) { 640 int apr_cstr_casecmpn(const char *s1, const char *s2, size_t n) { 661 int OPENSSL_strcasecmp(const char *s1, const char *s2) { 667 int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t len) { 673 int32_t memcmpct(const void *s1, const void *s2, size_t len) { 682 int xmlStrncmp(const char *s1, const char *s2, int len) { 692 int xmlStrcmp(const char *s1, const char *s2) { [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/ |
H A D | absl_check.h | 92 #define ABSL_CHECK_STREQ(s1, s2) \ argument 94 #define ABSL_CHECK_STRNE(s1, s2) \ argument 96 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 98 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 100 #define ABSL_QCHECK_STREQ(s1, s2) \ argument 102 #define ABSL_QCHECK_STRNE(s1, s2) \ argument 104 #define ABSL_QCHECK_STRCASEEQ(s1, s2) \ argument 106 #define ABSL_QCHECK_STRCASENE(s1, s2) \ argument 108 #define ABSL_DCHECK_STREQ(s1, s2) \ argument 110 #define ABSL_DCHECK_STRNE(s1, s2) \ argument [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/ |
H A D | absl_check.h | 86 #define ABSL_CHECK_STREQ(s1, s2) ABSL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 87 #define ABSL_CHECK_STRNE(s1, s2) ABSL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 88 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 90 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 92 #define ABSL_QCHECK_STREQ(s1, s2) ABSL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 93 #define ABSL_QCHECK_STRNE(s1, s2) ABSL_QCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 94 #define ABSL_QCHECK_STRCASEEQ(s1, s2) \ argument 96 #define ABSL_QCHECK_STRCASENE(s1, s2) \ argument 98 #define ABSL_DCHECK_STREQ(s1, s2) ABSL_DCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 99 #define ABSL_DCHECK_STRNE(s1, s2) ABSL_DCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument [all …]
|
H A D | check.h | 166 #define CHECK_STREQ(s1, s2) ABSL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 167 #define CHECK_STRNE(s1, s2) ABSL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 168 #define CHECK_STRCASEEQ(s1, s2) ABSL_CHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) argument 169 #define CHECK_STRCASENE(s1, s2) ABSL_CHECK_STRCASENE_IMPL((s1), #s1, (s2), #s2) argument 170 #define QCHECK_STREQ(s1, s2) ABSL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 171 #define QCHECK_STRNE(s1, s2) ABSL_QCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 172 #define QCHECK_STRCASEEQ(s1, s2) \ argument 174 #define QCHECK_STRCASENE(s1, s2) \ argument 176 #define DCHECK_STREQ(s1, s2) ABSL_DCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 177 #define DCHECK_STRNE(s1, s2) ABSL_DCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/log/ |
H A D | check.h | 184 #define CHECK_STREQ(s1, s2) \ argument 186 #define CHECK_STRNE(s1, s2) \ argument 188 #define CHECK_STRCASEEQ(s1, s2) \ argument 190 #define CHECK_STRCASENE(s1, s2) \ argument 192 #define QCHECK_STREQ(s1, s2) \ argument 194 #define QCHECK_STRNE(s1, s2) \ argument 196 #define QCHECK_STRCASEEQ(s1, s2) \ argument 198 #define QCHECK_STRCASENE(s1, s2) \ argument 200 #define DCHECK_STREQ(s1, s2) \ argument 202 #define DCHECK_STRNE(s1, s2) \ argument [all …]
|
H A D | absl_check.h | 92 #define ABSL_CHECK_STREQ(s1, s2) \ argument 94 #define ABSL_CHECK_STRNE(s1, s2) \ argument 96 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 98 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 100 #define ABSL_QCHECK_STREQ(s1, s2) \ argument 102 #define ABSL_QCHECK_STRNE(s1, s2) \ argument 104 #define ABSL_QCHECK_STRCASEEQ(s1, s2) \ argument 106 #define ABSL_QCHECK_STRCASENE(s1, s2) \ argument 108 #define ABSL_DCHECK_STREQ(s1, s2) \ argument 110 #define ABSL_DCHECK_STRNE(s1, s2) \ argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/log/ |
D | absl_check.h | 86 #define ABSL_CHECK_STREQ(s1, s2) ABSL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 87 #define ABSL_CHECK_STRNE(s1, s2) ABSL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 88 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 90 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 92 #define ABSL_QCHECK_STREQ(s1, s2) ABSL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 93 #define ABSL_QCHECK_STRNE(s1, s2) ABSL_QCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 94 #define ABSL_QCHECK_STRCASEEQ(s1, s2) \ argument 96 #define ABSL_QCHECK_STRCASENE(s1, s2) \ argument 98 #define ABSL_DCHECK_STREQ(s1, s2) ABSL_DCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 99 #define ABSL_DCHECK_STRNE(s1, s2) ABSL_DCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument [all …]
|
D | check.h | 166 #define CHECK_STREQ(s1, s2) ABSL_CHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 167 #define CHECK_STRNE(s1, s2) ABSL_CHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 168 #define CHECK_STRCASEEQ(s1, s2) ABSL_CHECK_STRCASEEQ_IMPL((s1), #s1, (s2), #s2) argument 169 #define CHECK_STRCASENE(s1, s2) ABSL_CHECK_STRCASENE_IMPL((s1), #s1, (s2), #s2) argument 170 #define QCHECK_STREQ(s1, s2) ABSL_QCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 171 #define QCHECK_STRNE(s1, s2) ABSL_QCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument 172 #define QCHECK_STRCASEEQ(s1, s2) \ argument 174 #define QCHECK_STRCASENE(s1, s2) \ argument 176 #define DCHECK_STREQ(s1, s2) ABSL_DCHECK_STREQ_IMPL((s1), #s1, (s2), #s2) argument 177 #define DCHECK_STRNE(s1, s2) ABSL_DCHECK_STRNE_IMPL((s1), #s1, (s2), #s2) argument [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/ |
H A D | absl_check.h | 92 #define ABSL_CHECK_STREQ(s1, s2) \ argument 94 #define ABSL_CHECK_STRNE(s1, s2) \ argument 96 #define ABSL_CHECK_STRCASEEQ(s1, s2) \ argument 98 #define ABSL_CHECK_STRCASENE(s1, s2) \ argument 100 #define ABSL_QCHECK_STREQ(s1, s2) \ argument 102 #define ABSL_QCHECK_STRNE(s1, s2) \ argument 104 #define ABSL_QCHECK_STRCASEEQ(s1, s2) \ argument 106 #define ABSL_QCHECK_STRCASENE(s1, s2) \ argument 108 #define ABSL_DCHECK_STREQ(s1, s2) \ argument 110 #define ABSL_DCHECK_STRNE(s1, s2) \ argument [all …]
|
H A D | check.h | 184 #define CHECK_STREQ(s1, s2) \ argument 186 #define CHECK_STRNE(s1, s2) \ argument 188 #define CHECK_STRCASEEQ(s1, s2) \ argument 190 #define CHECK_STRCASENE(s1, s2) \ argument 192 #define QCHECK_STREQ(s1, s2) \ argument 194 #define QCHECK_STRNE(s1, s2) \ argument 196 #define QCHECK_STRCASEEQ(s1, s2) \ argument 198 #define QCHECK_STRCASENE(s1, s2) \ argument 200 #define DCHECK_STREQ(s1, s2) \ argument 202 #define DCHECK_STRNE(s1, s2) \ argument [all …]
|