Home
last modified time | relevance | path

Searched defs:itemtype (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/os400/
Dxmlcatlgcl.c30 #define paramlist(itemsize, itemtype) \ argument
Dxmllintcl.c30 #define paramlist(itemsize, itemtype) \ argument
/external/python/cffi/testing/cffi0/
Dtest_parsing.py31 def new_pointer_type(self, itemtype): argument
/external/python/cpython2/Lib/lib-tk/
DTix.py475 def __init__(self, itemtype, cnf={}, **kw): argument
1881 def set(self, x, y, itemtype=None, **kw): argument
/external/python/cpython3/Lib/tkinter/
Dtix.py471 def __init__(self, itemtype, cnf={}, *, master=None, **kw): argument
1877 def set(self, x, y, itemtype=None, **kw): argument
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c4870 PyCArrayType_from_ctype(PyObject *itemtype, Py_ssize_t length) in PyCArrayType_from_ctype()
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c4815 PyCArrayType_from_ctype(PyObject *itemtype, Py_ssize_t length) in PyCArrayType_from_ctype()