/aosp_15_r20/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
H A D | make_from_tuple.pass.cpp | 58 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test() 65 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test() 75 constexpr std::tuple<> tup; in test_constexpr_construction() local 79 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local 83 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local 103 Tup tup; in test_perfect_forwarding() local 110 Tup tup(42); in test_perfect_forwarding() local 121 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local 132 Tup tup(x, "hello world"); in test_perfect_forwarding() local 142 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local [all …]
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A 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
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | structseq.c | 240 PyObject *tup; in structseq_repr() local 318 PyObject *tup, *result; in structseq_concat() local 328 PyObject *tup, *result; in structseq_repeat() local 338 PyObject *tup; in structseq_contains() local 351 PyObject *tup; in structseq_hash() local 364 PyObject *tup, *result; in structseq_richcompare() local 374 PyObject* tup; in structseq_reduce() local
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/utility/ |
H A 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
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/utility/ |
H A 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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/utility/ |
H A 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
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A 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
|
/aosp_15_r20/external/abseil-cpp/absl/utility/ |
H A 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()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/utility/ |
H A 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()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/utility/ |
H A 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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | timemodule.c | 465 PyObject *tup = NULL; in time_strftime() local 666 PyObject *tup = NULL; in time_asctime() local 727 time_mktime(PyObject *self, PyObject *tup) in time_mktime()
|
/aosp_15_r20/external/pytorch/c10/test/util/ |
H A D | complex_test_common.h | 243 constexpr auto tup = one_two(); in test_assign_other() local 259 constexpr auto tup = one_two(); in test_assign_std() local 277 auto tup = one_two_thrust(); in TEST() local
|
/aosp_15_r20/external/pytorch/test/cpp/jit/ |
H A D | test_custom_class.cpp | 28 auto tup = res.toTuple(); in TEST() local 125 auto tup = res.toTuple(); in TEST() local
|
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 707 for (const auto& tup : parts) { in TEST_F() local 720 for (const auto& tup : parts) { in TEST_F() local 736 for (const auto& tup : parts) { in TEST_F() local 1136 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() 1142 auto matcher = [&](const std::tuple<std::string, uint32_t>& tup) { in TEST_P() 1801 const auto tup = std::make_tuple(it.first, it.second); in GenerateXmlTests() local 1824 const auto tup = std::make_tuple(it.first, test); in GenerateXmlTests() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | argument_spec.cpp | 45 } else if (auto tup = typ->cast<TupleType>()) { in scan() local 242 auto tup = (*input_stack.back()++)->expect<TupleType>(); in specializeTypes() local
|
/aosp_15_r20/external/executorch/extension/pytree/test/ |
H A D | test.py | 157 def run_test(tup): argument 178 def run_test(tup): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | callstack_debug_info_serialization.cpp | 129 auto tup = iv.toTuple(); in deserialize() local 178 auto tup = iv.toTuple(); in deserialize_module_instance_info() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/tuple/detail/preprocessed/ |
D | tuple10.hpp | 198 get(Tuple& tup) in get() 205 get(Tuple const& tup) in get()
|
D | tuple20.hpp | 338 get(Tuple& tup) in get() 345 get(Tuple const& tup) in get()
|
/aosp_15_r20/external/pytorch/functorch/csrc/dim/ |
H A D | dim.cpp | 923 mpy::tuple tup(children.size()); in operator ()() local 2014 mpy::tuple tup(dims.size()); in _bind_dims_to_size() local 2028 mpy::tuple tup(dims.size()); in _bind_dims_to_size() local 2102 auto tup = slice_to_tuple(iinfo.flat_inputs); in invoke_getitem() local 2633 auto tup = levels_to_tuple(iinfo.result_levels); in __setitem__() local 2644 auto tup = slice_to_tuple(iinfo.flat_inputs); in __setitem__() local 2995 auto tup = levels_to_tuple(info.levels); in patched_dim_method() local 3015 mpy::tuple tup(dim_indices.size()); in patched_dim_method() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_array_ops.py | 1054 def hstack(tup): argument 1068 def vstack(tup): argument 1078 def dstack(tup): argument
|