/third_party/typescript/tests/baselines/reference/ |
D | arrayLiteralExpressionContextualTyping.js | 7 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/ |
D | leading_middle_rest_elements_in_tuple_types1.ts | 27 let tup: [myType, string, boolean] = [() => { }, 'a', true]; variable
|
/third_party/skia/third_party/externals/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
|
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | arrayLiteralExpressionContextualTyping.ts | 6 var tup: [number, number, number] = [1, 2, 3, 4]; variable
|
/third_party/typescript/tests/cases/conformance/expressions/arrayLiterals/ |
D | arrayLiterals3.ts | 26 interface tup { interface
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | recursiveMappedTypes.ts | 20 type tup = [number, number, number, number]; alias
|
/third_party/python/Objects/ |
D | structseq.c | 324 PyObject* tup = NULL; in structseq_reduce() local
|
D | codeobject.c | 485 validate_and_copy_tuple(PyObject *tup) in validate_and_copy_tuple()
|
D | memoryobject.c | 2308 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/ |
D | timemodule.c | 728 PyObject *tup = NULL; local 940 PyObject *tup = NULL; local
|
D | _ssl.c | 1477 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
|
D | signalmodule.c | 1087 PyObject *tup = Py_BuildValue("(iiiiiii)", SIGABRT, SIGBREAK, SIGFPE, local
|
D | _collectionsmodule.c | 2001 PyObject *tup; in defdict_missing() local
|
D | _asynciomodule.c | 698 PyObject *tup = PyTuple_New(2); in future_add_done_callback() local
|
/third_party/python/Lib/ |
D | functools.py | 441 def __init__(self, tup, hash=hash): argument
|
/third_party/python/Lib/http/ |
D | cookiejar.py | 1491 def _cookie_from_cookie_tuple(self, tup, request): argument
|
/third_party/python/Python/ |
D | pylifecycle.c | 1449 PyObject *tup = PyList_GET_ITEM(weaklist, i); in finalize_modules_clear_weaklist() local
|
D | errors.c | 206 PyObject *tup = PyTuple_Pack(1, arg); in _PyErr_SetKeyError() local
|
D | ceval.c | 3156 PyObject *tup = PyTuple_New(oparg); in _PyEval_EvalFrameDefault() local
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 4052 PyObject *tup = NULL; in _build_result() local
|