Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 3652) sorted by relevance

12345678910>>...147

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/test/duration/
Dcomparisons_pass.cpp27 boost::chrono::seconds s2(3); in main() local
33 BOOST_CONSTEXPR boost::chrono::seconds s2(3); in main() local
39 boost::chrono::seconds s2(4); in main() local
45 BOOST_CONSTEXPR boost::chrono::seconds s2(4); in main() local
51 boost::chrono::microseconds s2(3000); in main() local
57 BOOST_CONSTEXPR boost::chrono::microseconds s2(3000); in main() local
63 boost::chrono::microseconds s2(4000); in main() local
69 BOOST_CONSTEXPR boost::chrono::microseconds s2(4000); in main() local
75 boost::chrono::duration<int, boost::ratio<3, 5> > s2(10); in main() local
81 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<3, 5> > s2(10); in main() local
[all …]
Darithmetic_pass.cpp131 boost::chrono::seconds s2(5); in main() local
137 BOOST_CONSTEXPR boost::chrono::seconds s2(5); in main() local
143 boost::chrono::microseconds s2(5); in main() local
149 BOOST_CONSTEXPR boost::chrono::microseconds s2(5); in main() local
155 boost::chrono::duration<int, boost::ratio<3, 5> > s2(5); in main() local
161 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<3, 5> > s2(5); in main() local
167 boost::chrono::duration<double, boost::ratio<3, 5> > s2(5); in main() local
173 BOOST_CONSTEXPR boost::chrono::duration<double, boost::ratio<3, 5> > s2(5); in main() local
181 boost::chrono::seconds s2(5); in main() local
187 BOOST_CONSTEXPR boost::chrono::seconds s2(5); in main() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/
Dunique_ptr_assign.cpp48 bml::unique_ptr<A> s2(new A); in test() local
64 bml::unique_ptr<const A[]> s2(new const A[2]); in test() local
77 bml::unique_ptr<const A[2]> s2(new const A[2]); in test() local
88 bml::unique_ptr<const A[]> s2(new const A[2]); in test() local
113 bml::unique_ptr<A, move_constr_deleter<A> > s2(new A); in test() local
131 bml::unique_ptr<const A[], move_constr_deleter<const A[]> > s2(new const A[2]); in test() local
147 bml::unique_ptr<const A[2], move_constr_deleter<const A[2]> > s2(new const A[2]); in test() local
161 bml::unique_ptr<const A[], move_constr_deleter<const A[]> > s2(new const A[2]); in test() local
192 bml::unique_ptr<A, copy_constr_deleter<A>&> s2(new A, da); in test() local
210 bml::unique_ptr<const A[], copy_constr_deleter<const A[]>&> s2(new const A[2], da); in test() local
[all …]
Dunique_ptr_movector.cpp53 bml::unique_ptr<A> s2(boost::move(s)); in test() local
64 bml::unique_ptr<A[]> s2(boost::move(s)); in test() local
75 bml::unique_ptr<A[2]> s2(boost::move(s)); in test() local
101 bml::unique_ptr<A, move_constr_deleter<A> > s2 = boost::move(s); in test() local
114 bml::unique_ptr<A[], move_constr_deleter<A[]> > s2 = boost::move(s); in test() local
127 bml::unique_ptr<A[2]> s2 = boost::move(s); in test() local
154 bml::unique_ptr<A, def_constr_deleter<A>&> s2 = boost::move(s); in test() local
169 bml::unique_ptr<A[], def_constr_deleter<A[]>&> s2 = boost::move(s); in test() local
184 bml::unique_ptr<A[2], def_constr_deleter<A[2]>&> s2(boost::move(s)); in test() local
213 bml::unique_ptr<A> s2(boost::move(s)); in test() local
[all …]
/aosp_15_r20/external/libcxx/test/std/utilities/time/time.duration/time.duration.comparisons/
H A Dop_equal.pass.cpp33 std::chrono::seconds s2(3); in main() local
39 std::chrono::seconds s2(4); in main() local
45 std::chrono::microseconds s2(3000); in main() local
51 std::chrono::microseconds s2(4000); in main() local
57 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
63 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
69 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
76 constexpr std::chrono::seconds s2(3); in main() local
82 constexpr std::chrono::seconds s2(4); in main() local
88 constexpr std::chrono::microseconds s2(3000); in main() local
[all …]
H A Dop_less.pass.cpp43 std::chrono::seconds s2(3); in main() local
51 std::chrono::seconds s2(4); in main() local
59 std::chrono::microseconds s2(3000); in main() local
67 std::chrono::microseconds s2(4000); in main() local
75 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
83 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
91 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
100 constexpr std::chrono::seconds s2(3); in main() local
108 constexpr std::chrono::seconds s2(4); in main() local
116 constexpr std::chrono::microseconds s2(3000); in main() local
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.duration/time.duration.comparisons/
H A Dop_less.pass.cpp43 std::chrono::seconds s2(3); in main() local
51 std::chrono::seconds s2(4); in main() local
59 std::chrono::microseconds s2(3000); in main() local
67 std::chrono::microseconds s2(4000); in main() local
75 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
83 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
91 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
100 constexpr std::chrono::seconds s2(3); in main() local
108 constexpr std::chrono::seconds s2(4); in main() local
116 constexpr std::chrono::microseconds s2(3000); in main() local
[all …]
H A Dop_equal.pass.cpp33 std::chrono::seconds s2(3); in main() local
39 std::chrono::seconds s2(4); in main() local
45 std::chrono::microseconds s2(3000); in main() local
51 std::chrono::microseconds s2(4000); in main() local
57 std::chrono::duration<int, std::ratio<3, 5> > s2(10); in main() local
63 std::chrono::duration<int, std::ratio<3, 5> > s2(9); in main() local
69 std::chrono::duration<double, std::ratio<3, 5> > s2(10); in main() local
76 constexpr std::chrono::seconds s2(3); in main() local
82 constexpr std::chrono::seconds s2(4); in main() local
88 constexpr std::chrono::microseconds s2(3000); in main() local
[all …]
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dmem_neon.h126 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x8()
148 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x7()
168 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x6()
185 uint8x8_t *const s2, uint8x8_t *const s3) { in load_u8_8x4()
197 uint8x8_t *const s2) { in load_u8_8x3()
207 uint16x4_t *const s2, uint16x4_t *const s3) { in load_u16_4x4()
220 uint16x4_t *const s2, uint16x4_t *const s3, in load_u16_4x7()
254 uint16x8_t *const s2) { in load_u16_8x3()
264 uint16x8_t *const s2, uint16x8_t *const s3) { in load_u16_8x4()
277 int16x4_t *const s2, int16x4_t *const s3, in load_s16_4x12()
[all …]
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dmem_neon.h62 const int16x4_t s2 = vmovn_s32(v1.val[0]); in load_tran_low_to_s16x2q() local
257 const uint8x8_t s2) { in store_u8_8x3()
267 uint8x8_t *const s2) { in load_u8_8x3()
277 uint8x8_t *const s2, uint8x8_t *const s3) { in load_u8_8x4()
289 const uint8x8_t s2, const uint8x8_t s3) { in store_u8_8x4()
301 uint8x16_t *const s2) { in load_u8_16x3()
311 uint8x16_t *const s2, uint8x16_t *const s3) { in load_u8_16x4()
323 const uint8x16_t s2, const uint8x16_t s3) { in store_u8_16x4()
335 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x7()
355 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x8()
[all …]
/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/
H A DTestIntervalSet.java68 IntervalSet s2 = IntervalSet.of(13,15); in testSimpleAnd() local
76 IntervalSet s2 = IntervalSet.of('d'); in testRangeAndIsolatedElement() local
84 IntervalSet s2 = IntervalSet.of('0','9'); in testEmptyIntersection() local
92 IntervalSet s2 = IntervalSet.of('d'); in testEmptyIntersectionSingleElements() local
148 IntervalSet s2 = IntervalSet.of(12,15); in testSubtractOfCompletelyContainedRange() local
156 IntervalSet s2 = IntervalSet.of(5,11); in testSubtractOfOverlappingRangeFromLeft() local
169 IntervalSet s2 = IntervalSet.of(15,25); in testSubtractOfOverlappingRangeFromRight() local
182 IntervalSet s2 = IntervalSet.of(1,25); in testSubtractOfCompletelyCoveredRange() local
192 IntervalSet s2 = IntervalSet.of(5,55); // covers one and touches 2nd range in testSubtractOfRangeSpanningMultipleRanges() local
209 IntervalSet s2 = IntervalSet.of(0,115); in testSubtractOfWackyRange() local
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/log/
H A Dcheck.h199 #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 DSubmissionPublisherTest.java307 TestSubscriber s2 = new TestSubscriber(); in testSubscribe1() local
417 TestSubscriber s2 = new TestSubscriber(); in testCloseCompletes() local
440 TestSubscriber s2 = new TestSubscriber(); in testCloseExceptionallyError() local
464 TestSubscriber s2 = new TestSubscriber(); in testCancel() local
511 TestSubscriber s2 = new TestSubscriber(); local
534 TestSubscriber s2 = new TestSubscriber(); in testOrder() local
559 TestSubscriber s2 = new TestSubscriber(); in testRequest1() local
583 TestSubscriber s2 = new TestSubscriber(); in testRequest2() local
606 TestSubscriber s2 = new TestSubscriber(); in testRequest3() local
676 TestSubscriber s2 = new TestSubscriber(); in testLaggedSubmit() local
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerInterceptors.cpp62 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/llvm-libc/test/src/string/
H A Dstrncmp_test.cpp17 const char *s2 = ""; in TEST() local
29 const char *s2 = "abc"; in TEST() local
43 const char *s2 = "abc"; in TEST() local
55 const char *s2 = "___C55__"; in TEST() local
69 const char *s2 = "abCd"; in TEST() local
83 const char *s2 = "abcd"; in TEST() local
110 const char *s2 = "def"; in TEST() local
121 const char *s2 = "def"; in TEST() local
132 const char *s2 = "___C55__"; in TEST() local
151 const char *s2 = "abc\0abc"; in TEST() local
[all …]
/aosp_15_r20/external/AFLplusplus/utils/libtokencap/
H A Dlibtokencap.so.c616 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/clang/test/Analysis/
H A Dpr22954.c19 char *s2; member
86 char * s2; member
169 char * s2; member
193 char *s2; member
219 char * s2; member
256 char * s2; member
277 char * s2; member
297 char * s2; member
337 char * s2; member
342 char * s2; member
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/
H A Dabsl_check.h92 #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 Dabsl_check.h86 #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 …]
/aosp_15_r20/external/abseil-cpp/absl/log/
H A Dcheck.h184 #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 Dabsl_check.h92 #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/
Dabsl_check.h86 #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 …]
Dcheck.h166 #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 Dabsl_check.h92 #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 Dcheck.h184 #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 …]

12345678910>>...147