Home
last modified time | relevance | path

Searched defs:tup (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DarrayLiteralExpressionContextualTyping.js7 var tup: [number, number, number] = [1, 2, 3, 4]; variable
29 var tup = [1, 2, 3, 4]; variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/leading_middle_rest_elements_in_tuple_types/
Dleading_middle_rest_elements_in_tuple_types1.ts27 let tup: [myType, string, boolean] = [() => { }, 'a', true]; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
Dutility_test.cc106 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
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DarrayLiteralExpressionContextualTyping.ts6 var tup: [number, number, number] = [1, 2, 3, 4]; variable
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/
DarrayLiterals3.ts26 interface tup { interface
/third_party/typescript/tests/cases/conformance/types/mapped/
DrecursiveMappedTypes.ts20 type tup = [number, number, number, number]; alias
/third_party/python/Objects/
Dstructseq.c324 PyObject* tup = NULL; in structseq_reduce() local
Dcodeobject.c485 validate_and_copy_tuple(PyObject *tup) in validate_and_copy_tuple()
Dmemoryobject.c2308 ptr_from_tuple(Py_buffer *view, PyObject *tup) in ptr_from_tuple()
2366 memory_item_multi(PyMemoryViewObject *self, PyObject *tup) in memory_item_multi()
/third_party/python/Modules/
Dtimemodule.c728 PyObject *tup = NULL; local
940 PyObject *tup = NULL; local
D_ssl.c1477 PyObject *tup; in _get_aia_uri() local
2007 PyObject *tup = cipher_to_tuple(sk_SSL_CIPHER_value(ciphers, i)); in _ssl__SSLSocket_shared_ciphers_impl() local
5451 PyObject *keyusage = NULL, *cert = NULL, *enc = NULL, *tup = NULL; in _ssl_enum_certificates_impl() local
5549 PyObject *crl = NULL, *enc = NULL, *tup = NULL; in _ssl_enum_crls_impl() local
Dsignalmodule.c1087 PyObject *tup = Py_BuildValue("(iiiiiii)", SIGABRT, SIGBREAK, SIGFPE, local
D_collectionsmodule.c2001 PyObject *tup; in defdict_missing() local
D_asynciomodule.c698 PyObject *tup = PyTuple_New(2); in future_add_done_callback() local
/third_party/python/Lib/
Dfunctools.py441 def __init__(self, tup, hash=hash): argument
/third_party/python/Lib/http/
Dcookiejar.py1491 def _cookie_from_cookie_tuple(self, tup, request): argument
/third_party/python/Python/
Dpylifecycle.c1449 PyObject *tup = PyList_GET_ITEM(weaklist, i); in finalize_modules_clear_weaklist() local
Derrors.c206 PyObject *tup = PyTuple_Pack(1, arg); in _PyErr_SetKeyError() local
Dceval.c3156 PyObject *tup = PyTuple_New(oparg); in _PyEval_EvalFrameDefault() local
/third_party/python/Modules/_ctypes/
D_ctypes.c4052 PyObject *tup = NULL; in _build_result() local