| /external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/ |
| D | make_from_tuple.pass.cpp | 62 constexpr bool do_constexpr_test(Tuple&& tup) { in do_constexpr_test() 75 bool do_forwarding_test(Tuple&& tup) { in do_forwarding_test() 85 constexpr std::tuple<> tup; in test_constexpr_construction() local 89 constexpr std::tuple<int> tup(42); in test_constexpr_construction() local 93 constexpr std::tuple<int, long, void*> tup(42, 101, nullptr); in test_constexpr_construction() local 113 Tup tup; in test_perfect_forwarding() local 120 Tup tup(42); in test_perfect_forwarding() local 131 Tup tup(x, "hello world", std::move(y)); in test_perfect_forwarding() local 142 Tup tup(x, "hello world"); in test_perfect_forwarding() local 152 Tup tup = {42, 101, -1}; in test_perfect_forwarding() local [all …]
|
| /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/llvm-project/llvm/unittests/ADT/ |
| D | IteratorTest.cpp | 306 for (auto tup : zip(pi, odd, message)) { in TEST() local 312 for (auto tup : zip(pi, SmallVector<bool, 0>{1, 1, 0, 1, 1})) { in TEST() local 322 for (auto tup : zip_first(SmallVector<bool, 0>{1, 1, 0, 1}, pi)) { in TEST() local 342 for (auto tup : zip_longest(pi, e)) { in TEST() local 356 for (auto tup : zip_longest(e, pi)) { in TEST() local 369 for (auto tup : zip(pi, message, message)) { in TEST() local 375 for (auto tup : zip(message, "yynyyyzip\0")) { in TEST() local 385 for (auto tup : zip_first(SmallVector<bool, 0>{1, 1, 0, 1}, pi)) { in TEST() local 392 for (auto tup : zip_first(SmallVector<bool, 0>{1, 1, 0, 1}, pi)) { in TEST() local 404 for (auto tup : make_filter_range( in TEST() local [all …]
|
| /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
|
| /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/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | tuple_array_template_depth.pass.cpp | 32 tuple_t tup; in main() local
|
| /external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| D | tuple_array_template_depth.pass.cpp | 36 tuple_t tup(arr); in main() local
|
| /external/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
| D | tuple_array_template_depth.pass.cpp | 33 tuple_t tup; in main() local
|
| /external/libtextclassifier/abseil-cpp/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/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/abseil-cpp/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/angle/third_party/abseil-cpp/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/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/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/webrtc/third_party/abseil-cpp/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/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
|
| D | enable_reduced_arity_initialization_extension.pass.cpp | 87 auto tup = doc_example(); in test_example_from_docs() local
|
| /external/libcxx/test/std/utilities/intseq/intseq.general/ |
| D | integer_seq.pass.cpp | 54 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); in main() local
|
| /external/llvm-project/libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/ |
| D | disable_reduced_arity_initialization_extension.pass.cpp | 74 auto tup = doc_example(); in test_example_from_docs() local
|
| D | enable_reduced_arity_initialization_extension.pass.cpp | 86 auto tup = doc_example(); in test_example_from_docs() local
|
| /external/llvm-project/libcxx/test/std/utilities/intseq/intseq.general/ |
| D | integer_seq.pass.cpp | 55 auto tup = std::make_tuple ( 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 ); in main() local
|
| /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()
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | test_tcp_check_syncookie_kern.c | 48 struct bpf_sock_tuple tup; in check_syncookie() local
|
| /external/python/cpython2/Lib/compiler/ |
| D | misc.py | 2 def flatten(tup): argument
|
| /external/python/cpython2/Lib/ |
| D | os.py | 719 def _make_stat_result(tup, dict): argument 731 def _make_statvfs_result(tup, dict): argument
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_array_ops.py | 1052 def hstack(tup): argument 1066 def vstack(tup): argument 1076 def dstack(tup): argument
|