Home
last modified time | relevance | path

Searched refs:chain_type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
Ditertoolsmodule.c1800 static PyTypeObject chain_type; variable
1823 if (type == &chain_type && !_PyArg_NoKeywords("chain()", kwds)) in chain_new()
1962 static PyTypeObject chain_type = { variable
3498 if (PyType_Ready(&chain_type) < 0) in accumulate_reduce()
3502 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
4646 &chain_type, in PyInit_itertools()
/external/python/cpython2/Modules/
Ditertoolsmodule.c1644 static PyTypeObject chain_type; variable
1667 if (type == &chain_type && !_PyArg_NoKeywords("chain()", kwds)) in chain_new()
1759 static PyTypeObject chain_type = { variable
4106 &chain_type, in inititertools()
/external/vulkan-validation-layers/loader/
Dloader.c4349 …latform_dl_handle loader_open_layer_lib(const struct loader_instance *inst, const char *chain_type, argument