/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/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
|
D | codeobject.c | 222 validate_and_copy_tuple(PyObject *tup) in validate_and_copy_tuple()
|
D | setobject.c | 16 PyObject *tup; in set_key_error() local
|
D | dictobject.c | 19 PyObject *tup; in set_key_error() 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/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/python/cpython2/Modules/ |
D | timemodule.c | 395 PyObject *tup = NULL; in time_strftime() local 564 PyObject *tup = NULL; in time_asctime() local 629 time_mktime(PyObject *self, PyObject *tup) in time_mktime()
|
D | _ssl.c | 1110 PyObject *tup; in _get_aia_uri() local 3768 PyObject *keyusage = NULL, *cert = NULL, *enc = NULL, *tup = NULL; in PySSL_enum_certificates() local 3858 PyObject *crl = NULL, *enc = NULL, *tup = NULL; in PySSL_enum_crls() local
|
D | _collectionsmodule.c | 1458 PyObject *tup; in defdict_missing() local
|
D | cPickle.c | 3798 PyObject *tup; in load_counted_tuple() local 3930 PyObject *class, *tup, *obj=0; in load_obj() local 3955 PyObject *tup, *class=0, *obj=0, *module_name, *class_name; in load_inst() local
|
/external/python/cpython2/Lib/compiler/ |
D | misc.py | 2 def flatten(tup): argument
|
D | pycodegen.py | 1395 def unpackSequence(self, 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
|
D | cookielib.py | 1458 def _cookie_from_cookie_tuple(self, tup, request): argument
|
/external/clang/test/SemaTemplate/ |
D | deduction.cpp | 249 template <typename... Es> struct tup : tup_impl<0, Es...> {}; struct
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 3832 PyObject *tup = NULL; in _build_result() local
|