Home
last modified time | relevance | path

Searched defs:s3 (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/
Dcompare.pass.cpp43 std::string s3("BaaaaaA"); in main() local
50 std::wstring s3(L"BaaaaaA"); in main() local
60 std::string s3("BaaaaaA"); in main() local
67 std::wstring s3(L"BaaaaaA"); in main() local
/external/clang/test/CodeGen/
Dmms-bitfields.c17 struct s3 { struct
20 } s3; argument
Dms_struct.c18 struct s3 { struct
21 } ATTR s3; variable
/external/clang/test/CodeGenObjC/
Dproperty-aggregate.m6 struct s3 { char c[3]; }; argument
14 @property struct s3 s3; property
/external/aws-sdk-java-v2/services/s3/src/it/java/software/amazon/awssdk/services/s3/utils/
DS3TestUtils.java47 public static String getTestBucket(S3Client s3) { in getTestBucket()
51 public static String getNonDnsCompatibleTestBucket(S3Client s3) { in getNonDnsCompatibleTestBucket()
55 private static String getBucketWithPrefix(S3Client s3, String bucketPrefix) { in getBucketWithPrefix()
88 …public static void putObject(Class<?> testClass, S3Client s3, String bucketName, String objectKey,… in putObject()
117 public static void deleteBucketAndAllContents(S3Client s3, String bucketName) { in deleteBucketAndAllContents()
/external/cronet/stable/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
Darray.pass.cpp39 …std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
48 …std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
58 std::span< volatile int> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
69 std::span< volatile int,3> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
89 std::span<const T> s3 = val; in testSpan() local
Dspan.verify.cpp47 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
60 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
73 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
86 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
103 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
/external/cronet/tot/third_party/libc++/src/test/std/containers/views/views.span/span.cons/
Darray.pass.cpp39 …std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
48 …std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
58 std::span< volatile int> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
69 std::span< volatile int,3> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
89 std::span<const T> s3 = val; in testSpan() local
Dspan.verify.cpp47 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
60 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
73 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
86 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
103 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
/external/libcxx/test/std/containers/views/span.cons/
Dspan.fail.cpp44 …std::span< int> s3{cvsp}; // expected-error {{no matching constructor for initializa… in checkCV() local
57 …std::span< int, 0> s3{cvsp0}; // expected-error {{no matching constructor for initia… in checkCV() local
70 …std::span< int> s3{cvsp0}; // expected-error {{no matching constructor for initializ… in checkCV() local
83 …std::span< int, 0> s3{cvsp}; // expected-error {{no matching constructor for initial… in checkCV() local
100 …std::span<float, 0> s3{sp}; // expected-error {{no matching constructor for initialization of 'std… in main() local
Dptr_ptr.pass.cpp36 …std::span< volatile int> s3{ varr, varr + 3}; // a span< volatile int> pointing at vola… in checkCV() local
45 …std::span< volatile int,3> s3{ varr, varr + 3}; // a span< volatile int> pointing at … in checkCV() local
55 …std::span< volatile int> s3{ arr, arr + 3}; // a span< volatile int> pointing at … in checkCV() local
66 …std::span< volatile int,3> s3{ arr, arr + 3}; // a span< volatile int> pointing at cons… in checkCV() local
Darray.pass.cpp41 …std::span< volatile int> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
50 …std::span< volatile int,3> s3{ varr}; // a span< volatile int> pointing at volatile int. in checkCV() local
60 std::span< volatile int> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
71 std::span< volatile int,3> s3{ arr}; // a span< volatile int> pointing at const int. in checkCV() local
Dptr_len.pass.cpp36 …std::span< volatile int> s3{ varr, 3}; // a span< volatile int> pointing at volatile int. in checkCV() local
45 …std::span< volatile int,3> s3{ varr, 3}; // a span< volatile int> pointing at volatile… in checkCV() local
55 …std::span< volatile int> s3{ arr, 3}; // a span< volatile int> pointing at const in… in checkCV() local
66 …std::span< volatile int,3> s3{ arr, 3}; // a span< volatile int> pointing at const in… in checkCV() local
Dspan.pass.cpp44 std::span<const volatile int> s3{ sp}; // a span<const volatile int> pointing at int. in checkCV() local
53 std::span<const volatile int, 0> s3{ sp0}; // a span<const volatile int> pointing at int. in checkCV() local
62 std::span<const volatile int> s3{ sp0}; // a span<const volatile int> pointing at int. in checkCV() local
71 std::span<const volatile int, 0> s3{ sp}; // a span<const volatile int> pointing at int. in checkCV() local
/external/libaom/aom_dsp/arm/
Dmem_neon.h183 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x8()
205 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x7()
225 uint8x8_t *const s2, uint8x8_t *const s3, in load_u8_8x6()
242 uint8x8_t *const s2, uint8x8_t *const s3) { in load_u8_8x4()
264 uint16x4_t *const s2, uint16x4_t *const s3) { in load_u16_4x4()
277 uint16x4_t *const s2, uint16x4_t *const s3, in load_u16_4x6()
294 uint16x4_t *const s2, uint16x4_t *const s3, in load_u16_4x7()
314 uint16x4_t *const s2, uint16x4_t *const s3, in load_u16_4x8()
336 uint16x4_t *const s2, uint16x4_t *const s3, in load_u16_4x14()
397 uint16x8_t *const s2, uint16x8_t *const s3) { in load_u16_8x4()
[all …]
/external/clang/test/Sema/
Darm-layout.c36 struct s3 { struct
41 check(s3_size, sizeof(struct s3) == 8); argument
Dpragma-pack-5.c31 struct s3 { struct
37 extern int check[sizeof(struct s3) == 8 ? 1 : -1]; argument
Dinteger-overflow.c165 struct s3 { struct
166 unsigned a2;
168 struct s4 {
170 } a3;
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c17 struct s3 *s3; member
21 struct s3 { struct
28 struct s3 s3; argument
/external/libvpx/vpx_dsp/arm/
Dmem_neon.h63 const int16x4_t s3 = vmovn_s32(v1.val[1]); in load_tran_low_to_s16x2q() local
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()
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()
377 const uint8x8_t s2, const uint8x8_t s3, in store_u8_8x8()
399 uint8x16_t *const s2, uint8x16_t *const s3, in load_u8_16x8()
421 const uint8x16_t s2, const uint8x16_t s3, in store_u8_16x8()
[all …]
/external/libaom/av1/common/arm/
Dhighbd_convolve_neon.h23 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_s32()
43 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_sr_s32_s16()
56 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4_srsub_s32_s16()
69 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8_s32()
97 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8_srsub_s32_s16()
114 const int16x8_t s3, const int16x4_t *filters_lo, in highbd_convolve8_2d_scale_horiz4x8_s32()
138 const int16x8_t s3, const int16x4_t *filters_lo, in highbd_convolve8_2d_scale_horiz4x8_s32_s16()
Dconvolve_neon.h25 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in convolve12_4_2d_v()
50 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in convolve12_8_2d_v()
99 int16x4_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in convolve_2d_sr_vert_12tap_neon() local
156 int16x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10; in convolve_2d_sr_vert_12tap_neon() local
203 const int16x4_t s2, const int16x4_t s3, in convolve8_4_2d_v()
223 const int16x8_t s2, const int16x8_t s3, in convolve8_8_2d_v()
266 int16x4_t s0, s1, s2, s3, s4, s5, s6; in convolve_2d_sr_vert_8tap_neon() local
324 int16x8_t s0, s1, s2, s3, s4, s5, s6; in convolve_2d_sr_vert_8tap_neon() local
380 const int16x4_t s2, const int16x4_t s3, in convolve6_4_2d_v()
397 const int16x8_t s2, const int16x8_t s3, in convolve6_8_2d_v()
[all …]
Dhighbd_compound_convolve_neon.c28 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_12_convolve6_4()
46 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve6_4()
64 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_12_convolve6_8()
90 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve6_8()
128 int16x8_t s0[6], s1[6], s2[6], s3[6]; in highbd_12_dist_wtd_convolve_x_6tap_neon() local
174 int16x8_t s0[6], s1[6], s2[6], s3[6]; in highbd_dist_wtd_convolve_x_6tap_neon() local
207 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_12_convolve8_4()
227 const int16x4_t s3, const int16x4_t s4, const int16x4_t s5, in highbd_convolve8_4()
247 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_12_convolve8_8()
277 const int16x8_t s3, const int16x8_t s4, const int16x8_t s5, in highbd_convolve8_8()
[all …]
/external/libcxx/test/std/localization/locales/locale/locale.operators/
Dcompare.pass.cpp25 std::string s3("BaaaaaA"); in main() local
30 std::wstring s3(L"BaaaaaA"); in main() local
/external/aws-sdk-java-v2/test/old-client-version-compatibility-test/src/test/java/
DInterceptorSignerAttributeTest.java152 …try (S3Client s3 = s3Builder.overrideConfiguration(configBuilder.putAdvancedOption(SdkAdvancedClie… in test()
161 try (S3AsyncClient s3 = in test()
198 private static void callS3(S3Client s3) { in callS3()
205 private void callS3(S3AsyncClient s3) { in callS3()

12345678910>>...30