Searched defs:tuple (Results 76 - 83 of 83) sorted by relevance
1234
| /third_party/python/Modules/ |
| H A D | socketmodule.c | 3922 PyObject *bytes, *tuple; sock_recvmsg_guts() local 6836 PyObject *tuple = Py_BuildValue("Iu", r.InterfaceIndex, buf); global() local [all...] |
| H A D | _testcapimodule.c | 957 PyObject *tuple, *num; in test_L_code() local 1538 PyObject *tuple, *nu in test_k_code() local 1897 PyObject *tuple, *obj; test_s_code() local 2007 PyObject *tuple, *obj; test_u_code() local 2050 PyObject *tuple, *obj; test_Z_code() local 2416 PyObject *tuple, *dict = NULL; test_empty_argparse() local 5657 PyObject *tuple = PyTuple_New(nargs); _fastcall_to_tuple() local 6309 PyObject *tuple = NULL; record_func() local [all...] |
| /third_party/python/Objects/ |
| H A D | typeobject.c | 668 PyObject *tuple; in mro_hierarchy() local 1736 tail_contains(PyObject *tuple, int whence, PyObject *o) tail_contains() argument 1759 check_duplicates(PyObject *tuple) check_duplicates() argument 2634 PyObject *tuple = PyList_AsTuple(new_slots); type_new_copy_slots() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_pcie.c | 2449 cis_tuple_format_t *tuple; in dhd_parse_board_information_bcm() local [all...] |
| /third_party/node/deps/v8/src/d8/ |
| H A D | d8.cc | 1571 const auto& tuple = unhandled_promises_[i]; in HandleUnhandledPromiseRejections() local
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan.hpp | 1075 StructureChain( StructureChain const & rhs ) VULKAN_HPP_NOEXCEPT : std::tuple<ChainElements...>( rhs ) in tuple() function in VULKAN_HPP_NAMESPACE::StructureChain::std 1090 StructureChain( ChainElements const &... elems ) VULKAN_HPP_NOEXCEPT : std::tuple<ChainElements...>( elems... ) tuple() function in VULKAN_HPP_NAMESPACE::StructureChain::std [all...] |
| /third_party/python/Python/ |
| H A D | compile.c | 1385 PyObject *tuple = PyTuple_New(len); in merge_consts_recursive() local 4379 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed, int build, int add, int extend, int tuple) starunpack_helper() argument 7825 PyObject *tuple, *k, *v; dict_keys_inorder() local [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan.hpp | 662 StructureChain( StructureChain const & rhs ) VULKAN_HPP_NOEXCEPT : std::tuple<ChainElements...>( rhs ) in tuple() function in VULKAN_HPP_NAMESPACE::StructureChain::std 680 StructureChain( ChainElements const &... elems ) VULKAN_HPP_NOEXCEPT : std::tuple<ChainElements...>( elems... ) tuple() function in VULKAN_HPP_NAMESPACE::StructureChain::std [all...] |
Completed in 56 milliseconds
1234