/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 63 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test() 76 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test() 86 constexpr std::tuple<> tup; in test_constexpr_construction() local 90 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local 94 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local 114 Tup tup; in test_perfect_forwarding() local 121 Tup tup(42); in test_perfect_forwarding() local 132 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local 143 Tup tup(x, "hello world"); in test_perfect_forwarding() local 153 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 59 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test() 66 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test() 76 constexpr std::tuple<> tup; in test_constexpr_construction() local 80 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local 84 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local 104 Tup tup; in test_perfect_forwarding() local 111 Tup tup(42); in test_perfect_forwarding() local 122 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local 133 Tup tup(x, "hello world"); in test_perfect_forwarding() local 143 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
D | make_from_tuple.pass.cpp | 59 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test() 66 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test() 76 constexpr std::tuple<> tup; in test_constexpr_construction() local 80 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local 84 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local 104 Tup tup; in test_perfect_forwarding() local 111 Tup tup(42); in test_perfect_forwarding() local 122 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local 133 Tup tup(x, "hello world"); in test_perfect_forwarding() local 143 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local [all …]
|
/external/scapy/scapy/contrib/automotive/obd/ |
D | scanner.py | 113 def _get_table_entry_z(self, tup): argument 136 def _get_table_entry_x(self, tup): argument 140 def _get_table_entry_y(self, tup): argument 156 def _get_table_entry_x(self, tup): argument 168 def _get_table_entry_x(self, tup): argument 183 def _get_table_entry_x(self, tup): argument 187 def _get_table_entry_y(self, tup): argument 206 def _get_table_entry_x(self, tup): argument 210 def _get_table_entry_y(self, tup): argument 228 def _get_table_entry_x(self, tup): argument [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_bpf_nf_fail.c | 31 struct bpf_sock_tuple tup = {}; in alloc_release() local 45 struct bpf_sock_tuple tup = {}; in insert_insert() local 62 struct bpf_sock_tuple tup = {}; in lookup_insert() local 76 struct bpf_sock_tuple tup = {}; in write_not_allowlisted_field() local 90 struct bpf_sock_tuple tup = {}; in set_timeout_after_insert() local 107 struct bpf_sock_tuple tup = {}; in set_status_after_insert() local 124 struct bpf_sock_tuple tup = {}; in change_timeout_after_alloc() local 138 struct bpf_sock_tuple tup = {}; in change_status_after_alloc() local
|
/external/scapy/scapy/contrib/automotive/gm/ |
D | gmlan_scanner.py | 85 def _get_table_entry_z(self, tup): argument 111 def _get_table_entry_y(self, tup): argument 160 def _get_table_entry_y(self, tup): argument 206 def _get_table_entry_y(self, tup): argument 225 def _get_table_entry_y(self, tup): argument 230 def _get_table_entry_z(self, tup): argument 269 def _get_table_entry_y(self, tup): argument 274 def _get_table_entry_z(self, tup): argument 316 def _get_table_entry_y(self, tup): argument 320 def _get_table_entry_z(self, tup): argument [all …]
|
/external/scapy/scapy/contrib/automotive/ |
D | uds_scan.py | 81 def _get_table_entry_z(self, tup): argument 138 def _get_table_entry_y(self, tup): argument 209 def _get_table_entry_y(self, tup): argument 255 def _get_table_entry_y(self, tup): argument 274 def _get_table_entry_y(self, tup): argument 292 def _get_table_entry_y(self, tup): argument 356 def _get_table_entry_y(self, tup): argument 379 def _get_table_entry_y(self, tup): argument 384 def _get_table_entry_z(self, tup): argument 530 def _get_table_entry_y(self, tup): argument [all …]
|
/external/abseil-cpp/absl/utility/ |
D | utility.h | 202 T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) { in make_from_tuple_impl() 220 constexpr T make_from_tuple(Tuple&& tup) { in make_from_tuple()
|
/external/cronet/stable/third_party/abseil-cpp/absl/utility/ |
D | utility.h | 202 T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) { in make_from_tuple_impl() 220 constexpr T make_from_tuple(Tuple&& tup) { in make_from_tuple()
|
/external/cronet/tot/third_party/abseil-cpp/absl/utility/ |
D | utility.h | 202 T make_from_tuple_impl(Tuple&& tup, absl::index_sequence<I...>) { in make_from_tuple_impl() 220 constexpr T make_from_tuple(Tuple&& tup) { in make_from_tuple()
|
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/ |
D | tuple.hpp | 111 get(Tuple& tup) in get() 119 get(Tuple const& tup) in get()
|
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/ |
D | tuple.hpp | 101 get(Tuple& tup) in get() 109 get(Tuple const& tup) in get()
|
/external/pytorch/torch/csrc/autograd/ |
D | python_hook.cpp | 117 THPObjectPtr tup(PyTuple_New(1)); in operator ()() local 144 THPObjectPtr tup(PyTuple_New(1)); in operator ()() local 169 THPObjectPtr tup(PyTuple_New(2)); in operator ()() local 223 THPObjectPtr tup(PyTuple_New(1)); in operator ()() local
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
D | tuple_array_template_depth.pass.cpp | 32 tuple_t tup; in main() local
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | tuple_array_template_depth.pass.cpp | 35 tuple_t tup(arr); in main() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/utility/ |
D | utility_test.cc | 108 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 117 auto ApplyFromTuple(F f, const Tup& tup) in ApplyFromTuple() 139 std::vector<std::string> TupStringVecImpl(const Tup& tup, in TupStringVecImpl() 145 std::vector<std::string> TupStringVec(const std::tuple<Ts...>& tup) { in TupStringVec() 356 auto tup = in TEST() local
|
/external/openscreen/third_party/abseil/src/absl/utility/ |
D | utility_test.cc | 106 auto ApplyFromTupleImpl(F f, const Tup& tup, absl::index_sequence<Is...>) in ApplyFromTupleImpl() 115 auto ApplyFromTuple(F f, const Tup& tup) in ApplyFromTuple() 137 std::vector<std::string> TupStringVecImpl(const Tup& tup, in TupStringVecImpl() 143 std::vector<std::string> TupStringVec(const std::tuple<Ts...>& tup) { in TupStringVec() 355 auto tup = in TEST() local
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/ |
D | tuple_array_template_depth.pass.cpp | 33 tuple_t tup; in main() local
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/utilities/tuple/tuple.tuple/tuple.assign/ |
D | tuple_array_template_depth.pass.cpp | 33 tuple_t tup; in main() local
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | default.lazy.verify.cpp | 23 std::tuple<Inner<int>> tup; member
|
/external/scapy/scapy/contrib/automotive/bmw/ |
D | enumerator.py | 31 def _get_table_entry_y(self, tup): argument
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | default.lazy.verify.cpp | 23 std::tuple<Inner<int>> tup; member
|
/external/pytorch/test/cpp/jit/ |
D | test_custom_class.cpp | 28 auto tup = res.toTuple(); in TEST() local 125 auto tup = res.toTuple(); in TEST() local
|
/external/pytorch/torch/csrc/utils/ |
D | structseq.cpp | 28 THPObjectPtr tup = six::maybeAsTuple(obj); in returned_structseq_repr() local
|
/external/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/ |
D | disable_reduced_arity_initialization_extension.pass.cpp | 75 auto tup = doc_example(); in test_example_from_docs() local
|