Home
last modified time | relevance | path

Searched +defs:S +defs:l (Results 1 – 25 of 550) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/functional/
H A Dfunction_ref_test.cc58 auto l = [](std::unique_ptr<int> i) { return *i; }; in TEST() local
64 auto l = [] { return absl::make_unique<int>(29); }; in TEST() local
70 auto l = [](int a, int b, int c) { return a + b + c; }; in TEST() local
77 auto l = [&]() -> int { in TEST() local
106 struct S { in TEST() struct
107 int i; in TEST()
117 struct S { in TEST() struct
118 int i; in TEST()
119 int get_i() const { return i; } in TEST()
129 struct S { in TEST() struct
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc58 auto l = [](std::unique_ptr<int> i) { return *i; }; in TEST() local
64 auto l = [] { return absl::make_unique<int>(29); }; in TEST() local
70 auto l = [](int a, int b, int c) { return a + b + c; }; in TEST() local
77 auto l = [&]() -> int { in TEST() local
106 struct S { in TEST() struct
107 int i; in TEST()
117 struct S { in TEST() struct
118 int i; in TEST()
119 int get_i() const { return i; } in TEST()
129 struct S { in TEST() struct
[all …]
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/functional/
H A Dfunction_ref_test.cc57 auto l = [](std::unique_ptr<int> i) { return *i; }; in TEST() local
63 auto l = [] { return absl::make_unique<int>(29); }; in TEST() local
69 auto l = [](int a, int b, int c) { return a + b + c; }; in TEST() local
76 auto l = [&]() -> int { in TEST() local
105 struct S { in TEST() struct
106 int i; in TEST()
116 struct S { in TEST() struct
117 int i; in TEST()
118 int get_i() const { return i; } in TEST()
128 struct S { in TEST() struct
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/
Dfunction_ref_test.cc58 auto l = [](std::unique_ptr<int> i) { return *i; }; in TEST() local
64 auto l = [] { return absl::make_unique<int>(29); }; in TEST() local
70 auto l = [](int a, int b, int c) { return a + b + c; }; in TEST() local
77 auto l = [&]() -> int { in TEST() local
106 struct S { in TEST() struct
107 int i; in TEST()
117 struct S { in TEST() struct
118 int i; in TEST()
119 int get_i() const { return i; } in TEST()
129 struct S { in TEST() struct
[all …]
/aosp_15_r20/external/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc64 auto l = [](std::unique_ptr<int> i) { return *i; }; in TEST() local
70 auto l = [] { return absl::make_unique<int>(29); }; in TEST() local
76 auto l = [](int a, int b, int c) { return a + b + c; }; in TEST() local
83 auto l = [&]() -> int { in TEST() local
112 struct S { in TEST() struct
113 int i; in TEST()
123 struct S { in TEST() struct
124 int i; in TEST()
125 int get_i() const { return i; } in TEST()
135 struct S { in TEST() struct
[all …]
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc64 auto l = [](std::unique_ptr<int> i) { return *i; }; in TEST() local
70 auto l = [] { return absl::make_unique<int>(29); }; in TEST() local
76 auto l = [](int a, int b, int c) { return a + b + c; }; in TEST() local
83 auto l = [&]() -> int { in TEST() local
112 struct S { in TEST() struct
113 int i; in TEST()
123 struct S { in TEST() struct
124 int i; in TEST()
125 int get_i() const { return i; } in TEST()
135 struct S { in TEST() struct
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/functional/
H A Dfunction_ref_test.cc64 auto l = [](std::unique_ptr<int> i) { return *i; }; in TEST() local
70 auto l = [] { return absl::make_unique<int>(29); }; in TEST() local
76 auto l = [](int a, int b, int c) { return a + b + c; }; in TEST() local
83 auto l = [&]() -> int { in TEST() local
112 struct S { in TEST() struct
113 int i; in TEST()
123 struct S { in TEST() struct
124 int i; in TEST()
125 int get_i() const { return i; } in TEST()
135 struct S { in TEST() struct
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Dlambda-expressions.cpp144 auto l = [&]() { ++result; }; in PR12248() local
180 struct S : Ts { in local_class() struct
181 void f(Ts t) { in local_class()
185 Ts g() { return *this; }; in local_class()
241 auto l = [](void){}; in __anon78dbb1944102() variable
257 struct S {}; struct
274 L<int> l; variable
281 L l; variable
288 template<typename T> struct S { int a = 0; int b = a; }; struct
291 auto x = []{ struct S { int n, m = n; }; }; in __anon78dbb1944b02() argument
[all …]
H A Dconstant-expression-cxx11.cpp182 struct S { struct
183 static constexpr int k = 42;
184 static constexpr int f(int n) { return n * k + 2; } in f()
272 struct S { int x, y; } s; argument
434 struct S { struct
585 template<bool B, typename T> struct S : T { struct
586 int k;
587 void f() { in f()
657 struct S { struct
658 int a, b;
[all …]
H A Duninitialized.cpp37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own i… variable
71 …int l = k ? l : l; // expected-warning {{variable 'l' is uninitialized when used within its own i… in test_stuff() local
105 …int l = k ? l : l; // expected-warning {{variable 'l' is uninitialized when used within its own i… in test_stuff() local
171 struct S { struct
177 S(bool (*)[1]) : x(x) {} // expected-warning {{field 'x' is uninitialized when used here}} in S() argument
178 S(bool (*)[2]) : x(x + 1) {} // expected-warning {{field 'x' is uninitialized when used here}} in S() function
179 S(bool (*)[3]) : x(x + x) {} // expected-warning 2{{field 'x' is uninitialized when used here}} in S() argument
180S(bool (*)[4]) : x(static_cast<long>(x) + 1) {} // expected-warning {{field 'x' is uninitialized w… in S() function
181 S(bool (*)[5]) : x(foo(x)) {} // expected-warning {{field 'x' is uninitialized when used here}} in S() function
184 S(char (*)[1]) : x(sizeof(x)) {} // rdar://8610363 in S() argument
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.equal/
H A Dranges.equal.pass.cpp112 [](int l, int r) { return l != r; }); in test_iterators()
120 auto ret = std::ranges::equal(range1, range2, [](int l, int r) { return l != r; }); in test_iterators()
130 [](int l, int r) { return l != r; }); in test_iterators()
138 auto ret = std::ranges::equal(range1, range2, [](int l, int r) { return l != r; }); in test_iterators()
277 struct S { in test() struct
278 constexpr S(int i_) : i(i_) {} in test() function
279 constexpr bool equal(int o) { return i == o; } in test()
280 constexpr S& identity() { return *this; } in test()
281 int i; in test()
304 auto pred = [&](int l, int r) { ++predCount; return l == r; }; in test()
[all …]
/aosp_15_r20/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
H A Diter_iter_iter_iter.pass.cpp25 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected) in test()
41 test_exceptions(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l) in test_exceptions()
970 typedef std::string S; in main() typedef
983 typedef std::basic_string<char, std::char_traits<char>, min_allocator<char>> S; in main() typedef
997 typedef std::string S; in main() typedef
1012 typedef std::string S; in main() typedef
1028 typedef std::string S; in main() typedef
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Darg_list_test.cpp86 long l = 4l; in TEST() local
98 struct S { struct
102 long l; member
113 S s = args.next_var<S>(); in check_struct_type() argument
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/des/
Dinternal.h69 #define c2l(c, l) \ argument
77 #define l2c(l, c) \ argument
192 #define IP(l, r) \ argument
202 #define FP(l, r) \ argument
212 #define LOAD_DATA(ks, R, S, u, t, E0, E1) \ argument
218 #define D_ENCRYPT(ks, LL, R, S) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/des/
Dinternal.h69 #define c2l(c, l) \ argument
77 #define l2c(l, c) \ argument
192 #define IP(l, r) \ argument
202 #define FP(l, r) \ argument
212 #define LOAD_DATA(ks, R, S, u, t, E0, E1) \ argument
218 #define D_ENCRYPT(ks, LL, R, S) \ argument
/aosp_15_r20/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp4.cpp24 struct S { struct
25 constexpr S(int, N::C) {} in S() argument
26 …constexpr S(int, NonLiteral, N::C) {} // expected-error {{constexpr constructor's 2nd parameter ty… in S() argument
27 …constexpr S(int, NonLiteral = 42) {} // expected-error {{constexpr constructor's 2nd parameter typ… in S() argument
194 Literal l; member
206 Literal l; member
223 Literal l; member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.search/
H A Dranges.search_n.pass.cpp210 [](int l, int r) { return l == r || l == 1; }); in test_iterators()
217 auto ret = std::ranges::search_n(range, 3, 4, [](int l, int r) { return l == r || l == 1; }); in test_iterators()
259 struct S { in test() struct
260 int i; in test()
262 constexpr S identity() { in test()
266 constexpr bool compare(int o) { in test()
H A Dranges.search.pass.cpp246 [](int l, int r) { return l > r; }); in test_iterators()
255 auto ret = std::ranges::search(range1, range2, [](int l, int r) { return l > r; }); in test_iterators()
314 struct S { in test() struct
315 int i; in test()
317 constexpr S identity() { in test()
321 constexpr bool compare(const S& s) { in test()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1412 #define CALL_MORECORE(S) MORECORE(S) argument
1414 #define CALL_MORECORE(S) MFAIL argument
1446 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) argument
1447 #define ACQUIRE_LOCK(l) pthread_mutex_lock(l) argument
1448 #define RELEASE_LOCK(l) pthread_mutex_unlock(l) argument
1458 #define INITIAL_LOCK(l) DosCreateMutexSem(0, l, 0, FALSE) argument
1459 #define ACQUIRE_LOCK(l) DosRequestMutexSem(*l, SEM_INDEFINITE_WAIT) argument
1460 #define RELEASE_LOCK(l) DosReleaseMutexSem(*l) argument
1490 #define INITIAL_LOCK(l) *(l)=0 argument
1491 #define ACQUIRE_LOCK(l) win32_acquire_lock(l) argument
[all …]
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c1412 #define CALL_MORECORE(S) MORECORE(S) argument
1414 #define CALL_MORECORE(S) MFAIL argument
1446 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) argument
1447 #define ACQUIRE_LOCK(l) pthread_mutex_lock(l) argument
1448 #define RELEASE_LOCK(l) pthread_mutex_unlock(l) argument
1458 #define INITIAL_LOCK(l) DosCreateMutexSem(0, l, 0, FALSE) argument
1459 #define ACQUIRE_LOCK(l) DosRequestMutexSem(*l, SEM_INDEFINITE_WAIT) argument
1460 #define RELEASE_LOCK(l) DosReleaseMutexSem(*l) argument
1490 #define INITIAL_LOCK(l) *(l)=0 argument
1491 #define ACQUIRE_LOCK(l) win32_acquire_lock(l) argument
[all …]
/aosp_15_r20/external/python/cpython2/Include/
Dpythonrun.h49 #define PyParser_SimpleParseString(S, B) \ argument
51 #define PyParser_SimpleParseFile(FP, S, B) \ argument
84 #define PyRun_String(str, s, g, l) PyRun_StringFlags(str, s, g, l, NULL) argument
95 #define PyRun_File(fp, p, s, g, l) \ argument
97 #define PyRun_FileEx(fp, p, s, g, l, c) \ argument
99 #define PyRun_FileFlags(fp, p, s, g, l, flags) \ argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.starts_with/
H A Dranges.starts_with.pass.cpp177 … Iter1(a), Sent1(Iter1(a + 6)), Iter2(p), Sent2(Iter2(p + 2)), [](int l, int r) { return l > r; }); in test_iterators()
185 …std::same_as<bool> decltype(auto) ret = std::ranges::starts_with(whole, prefix, [](int l, int r) {… in test_iterators()
230 struct S { in test() struct
231 int i; in test()
233 constexpr S identity() { return *this; } in test()
235 constexpr bool compare(const S& s) { return i == s.i; } in test()
/aosp_15_r20/external/clang/test/Parser/
H A Drecovery.cpp23 struct S { struct
25 S(); argument
29 8S::S() : a{ 5 }, b{ 6 }, c{ 2 } { // expected-error {{unqualified-id}} in S() function in S
33 int l = k // expected-error {{expected ';'}} variable
39 struct S { // expected-error {{missing '}' at end of definition of 'MissingBrace::S'}} struct
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.find.end/
H A Dranges.find_end.pass.cpp245 [](int l, int r) { return l > r; }); in test_iterators()
254 auto ret = std::ranges::find_end(range1, range2, [](int l, int r) { return l > r; }); in test_iterators()
313 struct S { in test() struct
314 int i; in test()
316 constexpr S identity() { in test()
320 constexpr bool compare(const S& s) { in test()
/aosp_15_r20/external/boringssl/src/crypto/des/
H A Ddes.c108 #define IP(l, r) \ argument
118 #define FP(l, r) \ argument
128 #define LOAD_DATA(ks, R, S, u, t, E0, E1) \ argument
134 #define D_ENCRYPT(ks, LL, R, S) \ argument
472 uint32_t l, r, t, u; in DES_encrypt1() local
537 uint32_t l, r, t, u; in DES_encrypt2() local
595 uint32_t l, r; in DES_encrypt3() local
614 uint32_t l, r; in DES_decrypt3() local

12345678910>>...22