/aosp_15_r20/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | cleanup_test.cc | 35 string s = "active"; in TEST() local 46 static string& s = *new string; in TEST() local 56 string s = "active"; in TEST() local 66 string s = "active"; in TEST() local 82 string s = "active"; in TEST() local 92 string s = "0"; in TEST() local 105 string s = "0"; in TEST() local 117 string s = "0"; in TEST() local 130 string s = "0"; in TEST() local 144 string s = "0"; in TEST() local [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct.pass.cpp | 91 struct F struct 95 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; argument 97 explicit F(int i, int j) in F() function 103 explicit F(int i, int j, const allocator_type& a) in F() argument 122 S* s = (S*)buf; in main() local 133 S* s = (S*)buf; in main() local 144 S* s = (S*)buf; in main() local 155 S* s = (S*)buf; in main() local 167 S* s = (S*)buf; in main() local 181 S* s = (S*)buf; in main() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct.pass.cpp | 83 struct F { struct 86 typedef std::scoped_allocator_adaptor<A2<F>> allocator_type; argument 88 explicit F(int i, int j) { in F() function 93 explicit F(int i, int j, const allocator_type& a) { in F() function 120 S* s = (S*)buf; in main() local 131 S* s = (S*)buf; in main() local 142 S* s = (S*)buf; in main() local 153 S* s = (S*)buf; in main() local 165 S* s = (S*)buf; in main() local 179 S* s = (S*)buf; in main() local
|
/aosp_15_r20/external/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 263 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() 265 void printLeft(OutputStream &s) const override { in printLeft() 281 template<typename Fn> void match(Fn F) const { F(Ty, Ext); } in match() 327 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() 354 template<typename Fn> void match(Fn F) const { F(Ty); } in match() 370 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() 372 void printLeft(OutputStream &s) const override { in printLeft() 384 template<typename Fn> void match(Fn F) const { F(Name); } in match() 389 void printLeft(OutputStream &s) const override { s += Name; } in printLeft() 399 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 271 template<typename Fn> void match(Fn F) const { F(Prefix, Suffix); } in match() 273 void printLeft(OutputStream &s) const override { in printLeft() 289 template<typename Fn> void match(Fn F) const { F(Ty, Ext); } in match() 335 template<typename Fn> void match(Fn F) const { F(Child, Quals); } in match() 362 template<typename Fn> void match(Fn F) const { F(Ty); } in match() 378 template<typename Fn> void match(Fn F) const { F(Ty, Postfix); } in match() 380 void printLeft(OutputStream &s) const override { in printLeft() 392 template<typename Fn> void match(Fn F) const { F(Name); } in match() 397 void printLeft(OutputStream &s) const override { s += Name; } in printLeft() 407 template<typename Fn> void match(Fn F) const { F(Kind, Child); } in match() [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx0x-initializer-constructor.cpp | 50 struct F { struct 51 F() { static_assert(N == 0, ""); } in F() argument 52 F(int, double) { static_assert(N == 1, ""); } in F() argument 53 F(std::initializer_list<int>) { static_assert(N == 3, ""); } in F() function 233 template<int N, class Comparator> bool g(const string<N>& s, Comparator cmp) { in g() 236 template<int N> bool f(const string<N> &s) { in f() 240 bool s = f(string<1>()); variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | match_results.hpp | 167 const sub_match<BidiIterator>& s = m_subs[sub]; in position() local 201 const sub_match<BidiIterator>& s = m_subs[sub]; in str() local 260 std::vector<char_type> s; in named_subexpression() local 274 BOOST_REGEX_DETAIL_NS::named_subexpressions::range_type s, r; in named_subexpression_index() local 288 std::vector<char_type> s; in named_subexpression_index() local 311 std::vector<char_type> s; in operator []() local 322 std::vector<char_type> s; in operator []() local 357 …_NS::compute_functor_type<Functor, match_results<BidiIterator, Allocator>, OutputIterator>::type F; in format() typedef 369 …r, Allocator>, BOOST_REGEX_DETAIL_NS::string_out_iterator<std::basic_string<char_type> > >::type F; in format() typedef 385 …functor_type<Functor, match_results<BidiIterator, Allocator>, OutputIterator, traits_type>::type F; in format() typedef [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | match_results.hpp | 138 const sub_match<BidiIterator>& s = m_subs[sub]; in position() local 172 const sub_match<BidiIterator>& s = m_subs[sub]; in str() local 231 std::vector<char_type> s; in named_subexpression() local 245 BOOST_REGEX_DETAIL_NS::named_subexpressions::range_type s, r; in named_subexpression_index() local 259 std::vector<char_type> s; in named_subexpression_index() local 282 std::vector<char_type> s; in operator []() local 293 std::vector<char_type> s; in operator []() local 328 …_NS::compute_functor_type<Functor, match_results<BidiIterator, Allocator>, OutputIterator>::type F; in format() typedef 340 …r, Allocator>, BOOST_REGEX_DETAIL_NS::string_out_iterator<std::basic_string<char_type> > >::type F; in format() typedef 356 …functor_type<Functor, match_results<BidiIterator, Allocator>, OutputIterator, traits_type>::type F; in format() typedef [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/rwlock/ |
D | write_guard.rs | 23 pub(super) s: &'a Semaphore, field 33 s: &'a Semaphore, field 88 pub fn map<F, U: ?Sized>(mut this: Self, f: F) -> RwLockMappedWriteGuard<'a, U> in map() 143 pub fn downgrade_map<F, U: ?Sized>(this: Self, f: F) -> RwLockReadGuard<'a, U> in downgrade_map() 222 pub fn try_map<F, U: ?Sized>( in try_map() 224 f: F, in try_map() 287 pub fn try_downgrade_map<F, U: ?Sized>(this: Self, f: F) -> Result<RwLockReadGuard<'a, U>, Self> in try_downgrade_map()
|
D | write_guard_mapped.rs | 21 pub(super) s: &'a Semaphore, field 31 s: &'a Semaphore, field 85 pub fn map<F, U: ?Sized>(mut this: Self, f: F) -> RwLockMappedWriteGuard<'a, U> in map() 141 pub fn try_map<F, U: ?Sized>( in try_map() 143 f: F, in try_map()
|
/aosp_15_r20/external/rust/android-crates-io/crates/lock_api/src/ |
D | rwlock.rs | 1291 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() 1333 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() 1417 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() 1443 let mut s = ManuallyDrop::new(s); in unlock_fair() localVariable 1451 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() 1581 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() 1665 pub fn unlocked_fair<F, U>(s: &mut Self, f: F) -> U in unlocked_fair() 1755 pub fn unlocked<F, U>(s: &mut Self, f: F) -> U in unlocked() 1781 let s = ManuallyDrop::new(s); in downgrade() localVariable 1804 let s = ManuallyDrop::new(s); in downgrade_to_upgradable() localVariable [all …]
|
/aosp_15_r20/external/pdfium/core/fdrm/ |
H A D | fx_crypt.cpp | 58 #define P(a, b, c, d, k, s, t) \ in md5_process() argument 63 #define F(x, y, z) (z ^ (x & (y ^ z))) in md5_process() macro 81 #define F(x, y, z) (y ^ (z & (x ^ y))) in md5_process() macro 99 #define F(x, y, z) (x ^ y ^ z) in md5_process() macro 117 #define F(x, y, z) (y ^ (x | ~z)) in md5_process() macro 171 CRYPT_rc4_context s; in CRYPT_ArcFourCryptBlock() local
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue52128.dir/ |
D | a.go | 9 type F func() type 11 type s struct { struct 12 f F 15 func NewWithF(f F) *s {
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ripemd160.c | 107 #define P(a, b, c, d, e, r, s, f, k) \ in mbedtls_internal_ripemd160_process() argument 115 #define P2(a, b, c, d, e, r, s, rp, sp) \ in mbedtls_internal_ripemd160_process() argument 123 #define F F1 in mbedtls_internal_ripemd160_process() macro 148 #define F F2 in mbedtls_internal_ripemd160_process() macro 173 #define F F3 in mbedtls_internal_ripemd160_process() macro 198 #define F F4 in mbedtls_internal_ripemd160_process() macro 223 #define F F5 in mbedtls_internal_ripemd160_process() macro
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ripemd160.c | 107 #define P(a, b, c, d, e, r, s, f, k) \ in mbedtls_internal_ripemd160_process() argument 115 #define P2(a, b, c, d, e, r, s, rp, sp) \ in mbedtls_internal_ripemd160_process() argument 123 #define F F1 in mbedtls_internal_ripemd160_process() macro 148 #define F F2 in mbedtls_internal_ripemd160_process() macro 173 #define F F3 in mbedtls_internal_ripemd160_process() macro 198 #define F F4 in mbedtls_internal_ripemd160_process() macro 223 #define F F5 in mbedtls_internal_ripemd160_process() macro
|
/aosp_15_r20/external/clang/test/CXX/drs/ |
H A D | dr4xx.cpp | 45 class F { class 108 struct S s; // expected-error {{ambiguous}} variable 113 struct S s; variable 121 struct S s; variable 123 namespace F { namespace 130 struct S s; variable 135 struct S s; variable 212 S s = { 1, 2, 3 }; // expected-error {{excess elements}} variable 266 struct N::F {}; struct in dr417::N 485 S<int> s; variable [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 70 static unsigned wordsOfString(StringRef s) { in wordsOfString() 107 void writeString(StringRef s) { in writeString() 231 void writeString(StringRef s) { P->writeString(s); } in writeString() 259 GCOVLines(GCOVProfiler *P, StringRef F) in GCOVLines() 328 GCOVFunction(GCOVProfiler *P, Function *F, const DISubprogram *SP, in GCOVFunction() 472 bool GCOVProfiler::isFunctionInstrumented(const Function &F) { in isFunctionInstrumented() 579 auto GetBFI = [&FAM](Function &F) { in run() 582 auto GetBPI = [&FAM](Function &F) { in run() 585 auto GetTLI = [&FAM](Function &F) -> const TargetLibraryInfo & { in run() 595 static bool functionHasLines(const Function &F, unsigned &EndLine) { in functionHasLines() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/ |
D | error.rs | 51 impl<'s, 'a, T, R, F> ErrorInfo<'s, T, R> for &'a F implementation 265 pub fn map<F, U>(self, f: F) -> Commit<U> in map() 324 pub fn combine<F, U, E>(self, f: F) -> StdParseResult2<U, E> in combine() 337 pub fn combine_commit<F, U, E>(self, f: F) -> ParseResult<U, E> in combine_commit() 374 E: for<'s> ErrorInfo<'s, Item, Range>, in unexpected() 394 E: for<'s> ErrorInfo<'s, Item, Range>, in expected() 417 E: for<'s> ErrorInfo<'s, Item, Range>, in message() 493 E: for<'s> ErrorInfo<'s, Item, Range>, in add_expected() 500 E: for<'s> ErrorInfo<'s, Item, Range>, in add_unexpected() 507 E: for<'s> ErrorInfo<'s, Item, Range>, in add_message() [all …]
|
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/ |
H A D | antlr.js | 346 _IEEnumFix: function(r, s) { argument 377 var F = function() {}; class 378 F.prototype=superc.prototype; class 414 augmentObject: function(r, s) { argument 446 augmentProto: function(r, s) { argument
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/internal/ |
H A D | container_memory.h | 181 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(F&& f, S&& s) { in PairArgs() 187 const std::pair<F, S>& p) { in PairArgs() 191 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(std::pair<F, S>&& p) { in PairArgs() 220 inline void SanitizerPoisonMemoryRegion(const void* m, size_t s) { in SanitizerPoisonMemoryRegion() 231 inline void SanitizerUnpoisonMemoryRegion(const void* m, size_t s) { in SanitizerUnpoisonMemoryRegion()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/ |
H A D | container_memory.h | 180 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(F&& f, S&& s) { in PairArgs() 186 const std::pair<F, S>& p) { in PairArgs() 190 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(std::pair<F, S>&& p) { in PairArgs() 219 inline void SanitizerPoisonMemoryRegion(const void* m, size_t s) { in SanitizerPoisonMemoryRegion() 230 inline void SanitizerUnpoisonMemoryRegion(const void* m, size_t s) { in SanitizerUnpoisonMemoryRegion()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | container_memory.h | 181 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(F&& f, S&& s) { in PairArgs() 187 const std::pair<F, S>& p) { in PairArgs() 191 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(std::pair<F, S>&& p) { in PairArgs() 220 inline void SanitizerPoisonMemoryRegion(const void* m, size_t s) { in SanitizerPoisonMemoryRegion() 231 inline void SanitizerUnpoisonMemoryRegion(const void* m, size_t s) { in SanitizerUnpoisonMemoryRegion()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/internal/ |
H A D | container_memory.h | 181 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(F&& f, S&& s) { in PairArgs() 187 const std::pair<F, S>& p) { in PairArgs() 191 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(std::pair<F, S>&& p) { in PairArgs() 220 inline void SanitizerPoisonMemoryRegion(const void* m, size_t s) { in SanitizerPoisonMemoryRegion() 231 inline void SanitizerUnpoisonMemoryRegion(const void* m, size_t s) { in SanitizerUnpoisonMemoryRegion()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/ |
H A D | F.pass.cpp | 31 void* operator new(std::size_t s) TEST_THROW_SPEC(std::bad_alloc) in operator new() 54 struct F { struct 56 explicit F() : v_(10) {} in F() function 59 F f; argument
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/internal/ |
H A D | container_memory.h | 194 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(F&& f, S&& s) { in PairArgs() 200 const std::pair<F, S>& p) { in PairArgs() 204 std::pair<std::tuple<F&&>, std::tuple<S&&>> PairArgs(std::pair<F, S>&& p) { in PairArgs() 233 inline void SanitizerPoisonMemoryRegion(const void* m, size_t s) { in SanitizerPoisonMemoryRegion() 244 inline void SanitizerUnpoisonMemoryRegion(const void* m, size_t s) { in SanitizerUnpoisonMemoryRegion()
|