| /external/libcxx/test/libcxx/utilities/utility/pairs/pairs.pair/ |
| D | assign_tuple_like.pass.cpp | 35 using P = std::pair<int, C>; in main() typedef 37 T t(42, C{42}); in main() local 49 using P = std::pair<int, C>; in main() typedef 51 T t(42, -42); in main() local 63 using P = std::pair<C, C>; in main() typedef 65 T t = {42, -42}; in main() local 77 using P = std::pair<C, C>; in main() typedef 79 T t = {42, -42}; in main() local 91 using P = std::pair<C, C>; in main() typedef 93 T t = {42, -42}; in main() local
|
| /external/cronet/third_party/libc++/src/test/libcxx/utilities/utility/pairs/pairs.pair/ |
| D | assign_tuple_like.pass.cpp | 29 using P = std::pair<int, C>; in main() typedef 31 T t(42, C{42}); in main() local 43 using P = std::pair<int, C>; in main() typedef 45 T t(42, -42); in main() local 57 using P = std::pair<C, C>; in main() typedef 59 T t = {42, -42}; in main() local 71 using P = std::pair<C, C>; in main() typedef 73 T t = {42, -42}; in main() local 85 using P = std::pair<C, C>; in main() typedef 87 T t = {42, -42}; in main() local
|
| /external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/ |
| D | shared_ptr_132.hpp | 62 boost_132::detail::sp_counted_base_impl<P, D> & /* t */, in serialize() 80 boost_132::detail::sp_counted_base_impl<P, D> *t, in save_construct_data() 90 boost_132::detail::sp_counted_base_impl<P, D> * t, in load_construct_data() 127 const boost_132::detail::shared_count &t, in save() 136 boost_132::detail::shared_count &t, in load() 156 inline void save( in save() 171 inline void load( in load() 186 inline void serialize( in serialize()
|
| /external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | copy.pass.cpp | 54 T t; in test() local 60 T t; in test() local 67 T t; in test() local 79 T t(x, std::move(y)); in test() local 102 T t; in main() local 128 using P = std::pair<int, int>; in main() typedef 134 using P = std::pair<int, int>; in main() typedef 139 using P = std::pair<int, MoveAssignable>; in main() typedef
|
| /external/cronet/third_party/libc++/src/test/std/utilities/utility/pairs/pairs.pair/ |
| D | assign_const_pair_U_V.pass.cpp | 42 using P = std::pair<int, C>; in test() typedef 44 const T t(42, -42); in test() local 53 using P = std::pair<int, C>; in test() typedef 55 const T t(42, -42); in test() local 68 using P = std::pair<int, int>; in test() typedef 73 using P = std::pair<Unrelated, int>; in test() typedef
|
| D | assign_rv_pair_U_V.pass.cpp | 72 using P = std::pair<int, CountAssign>; in test() typedef 74 T t(42, -42); in test() local 85 using P = std::pair<int, int>; in test() typedef
|
| /external/compiler-rt/test/tsan/ |
| D | static_init1.cc | 6 struct P { struct 12 static P p = {rand(), rand()}; in Thread() argument 19 pthread_t t[2]; in main() local
|
| /external/rust/crates/grpcio/src/call/ |
| D | server.rs | 167 let t = unsafe { grpc_sys::grpcwrap_request_call_context_deadline(self.ctx) }; in deadline() localVariable 289 let t = &mut *self; in poll_next() localVariable 547 let t = &mut *self; localVariable 556 let t = &mut *self; localVariable 565 let t = &mut *self; localVariable 723 pub fn execute_unary<P, Q, F>( in execute_unary() 726 de: DeserializeFn<P>, in execute_unary() 750 pub fn execute_client_streaming<P, Q, F>( in execute_client_streaming() 753 de: DeserializeFn<P>, in execute_client_streaming() 756 F: FnMut(RpcContext<'_>, RequestStream<P>, ClientStreamingSink<Q>), in execute_client_streaming() [all …]
|
| /external/clang/test/SemaCXX/ |
| D | sourceranges.cpp | 4 class P { class 6 P(T* t) {} in P() function in P
|
| /external/libvpx/vp8/encoder/ |
| D | treewriter.c | 13 static void cost(int *const C, vp8_tree T, const vp8_prob *const P, int i, in cost() 28 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) { in vp8_cost_tokens() 31 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t, int start) { in vp8_cost_tokens2()
|
| /external/cronet/ipc/ |
| D | ipc_message_templates.h | 52 void DispatchToMethod(ObjT* obj, Method method, P*, Tuple&& tuple) { in DispatchToMethod() argument 74 void (ObjT::*method)(P*, Args...), in DispatchToMethod() 185 P* /* parameter */, in Dispatch() argument 209 P* /* parameter */, in DispatchDelayReply() argument 222 std::tuple<Message&> t = std::tie(*reply); in DispatchDelayReply() local 244 std::tuple<Message&> t = std::tie(*reply); in DispatchWithParamDelayReply() local
|
| /external/libchrome/ipc/ |
| D | ipc_message_templates.h | 50 void DispatchToMethod(ObjT* obj, Method method, P*, Tuple&& tuple) { in DispatchToMethod() argument 72 void (ObjT::*method)(P*, Args...), in DispatchToMethod() 190 P* /* parameter */, in Dispatch() argument 214 P* /* parameter */, in DispatchDelayReply() argument 227 std::tuple<Message&> t = std::tie(*reply); in DispatchDelayReply() local 249 std::tuple<Message&> t = std::tie(*reply); in DispatchWithParamDelayReply() local
|
| /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
| D | assign_const_pair_U_V.pass.cpp | 38 using P = std::pair<int, C>; in main() typedef 40 const T t(42, -42); in main() local
|
| D | assign_rv_pair_U_V.pass.cpp | 46 using P = std::pair<int, C>; in main() typedef 48 T t(42, -42); in main() local
|
| /external/strace/tests-mx32/ |
| D | filter-unavailable.c | 35 #define P 16 macro 51 pthread_t t; in process() local
|
| D | count-f.c | 40 #define P 8 macro 61 pthread_t t[T]; in process() local
|
| /external/strace/tests-m32/ |
| D | filter-unavailable.c | 35 #define P 16 macro 51 pthread_t t; in process() local
|
| D | count-f.c | 40 #define P 8 macro 61 pthread_t t[T]; in process() local
|
| /external/strace/tests/ |
| D | filter-unavailable.c | 35 #define P 16 macro 51 pthread_t t; in process() local
|
| D | count-f.c | 40 #define P 8 macro 61 pthread_t t[T]; in process() local
|
| /external/python/cpython3/Modules/_blake2/impl/ |
| D | blake2s.c | 106 uint64_t t = ( ( uint64_t )S->t[1] << 32 ) | S->t[0]; in blake2s_increment_counter() local 115 static inline int blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_length ) in blake2s_param_set_digest_length() 121 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout() 127 static inline int blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth() 133 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) in blake2s_param_set_leaf_length() 139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset() 145 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth() 151 static inline int blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_length ) in blake2s_param_set_inner_length() 157 static inline int blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTBYTES] ) in blake2s_param_set_salt() 163 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERS… in blake2s_param_set_personal() [all …]
|
| D | blake2b.c | 114 __uint128_t t = ( ( __uint128_t )S->t[1] << 64 ) | S->t[0]; in blake2b_increment_counter() local 127 static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length ) in blake2b_param_set_digest_length() 133 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout() 139 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth() 145 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length ) in blake2b_param_set_leaf_length() 151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset() 157 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth() 163 static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length ) in blake2b_param_set_inner_length() 169 static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] ) in blake2b_param_set_salt() 175 static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERS… in blake2b_param_set_personal() [all …]
|
| /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
| D | construct_pair_values.pass.cpp | 38 TT&& t, UU&& u) in doTest() 40 using P = std::pair<UA1, UA2>; in doTest() typedef 68 void test_pmr_uses_allocator(TT&& t, UU&& u) in test_pmr_uses_allocator() 97 void test_pmr_not_uses_allocator(TT&& t, UU&& u) in test_pmr_not_uses_allocator()
|
| /external/cronet/third_party/libc++/src/test/std/utilities/utility/mem.res/mem.poly.allocator.class/mem.poly.allocator.mem/ |
| D | construct_pair_values.pass.cpp | 37 bool doTest(UsesAllocatorType TExpect, UsesAllocatorType UExpect, TT&& t, UU&& u) { in doTest() 38 using P = std::pair<UA1, UA2>; in doTest() typedef 65 void test_pmr_uses_allocator(TT&& t, UU&& u) { in test_pmr_uses_allocator() 89 void test_pmr_not_uses_allocator(TT&& t, UU&& u) { in test_pmr_not_uses_allocator()
|
| /external/clang/test/CodeGenCXX/ |
| D | constructor-init.cpp | 14 struct P { struct 15 P() { printf("P()\n"); } in P() argument 16 P(int i) { iP = i; printf("P(%d)\n", i); } in P() argument 17 int iP; argument 18 void PPR() {printf("iP = %d\n", iP); }; in PPR() argument 138 int t; member
|