| /third_party/typescript/tests/baselines/reference/ |
| D | arrayLiteralExpressionContextualTyping.js | 7 var tup: [number, number, number] = [1, 2, 3, 4]; variable 33 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 | 319 PyObject* tup = NULL; in structseq_reduce() local
|
| D | memoryobject.c | 2317 ptr_from_tuple(const Py_buffer *view, PyObject *tup) in ptr_from_tuple() 2375 memory_item_multi(PyMemoryViewObject *self, PyObject *tup) in memory_item_multi()
|
| D | codeobject.c | 114 validate_and_copy_tuple(PyObject *tup) in validate_and_copy_tuple()
|
| /third_party/python/Modules/ |
| D | timemodule.c | 751 PyObject *tup = NULL; local 963 PyObject *tup = NULL; local
|
| D | _ssl.c | 1494 PyObject *tup; in _get_aia_uri() local 2043 PyObject *tup = cipher_to_tuple(cipher); in _ssl__SSLSocket_shared_ciphers_impl() local 5499 PyObject *keyusage = NULL, *cert = NULL, *enc = NULL, *tup = NULL; in _ssl_enum_certificates_impl() local 5597 PyObject *crl = NULL, *enc = NULL, *tup = NULL; in _ssl_enum_crls_impl() local
|
| D | signalmodule.c | 1114 PyObject *tup = Py_BuildValue("(iiiiiii)", SIGABRT, SIGBREAK, SIGFPE, local
|
| D | _collectionsmodule.c | 1978 PyObject *tup; in defdict_missing() local
|
| D | _asynciomodule.c | 718 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 | 1486 def _cookie_from_cookie_tuple(self, tup, request): argument
|
| /third_party/python/Python/ |
| D | pylifecycle.c | 1484 PyObject *tup = PyList_GET_ITEM(weaklist, i); in finalize_modules_clear_weaklist() local
|
| D | errors.c | 199 PyObject *tup = PyTuple_Pack(1, arg); in _PyErr_SetKeyError() local
|
| D | ceval.c | 3235 PyObject *tup = PyTuple_New(oparg); local
|
| /third_party/python/Modules/_ctypes/ |
| D | _ctypes.c | 4052 PyObject *tup = NULL; in _build_result() local
|