Searched refs:itemtype (Results 1 – 6 of 6) sorted by relevance
/third_party/libxml2/os400/ |
D | xmllintcl.c | 30 #define paramlist(itemsize, itemtype) \ argument 35 itemtype param; \
|
D | xmlcatlgcl.c | 30 #define paramlist(itemsize, itemtype) \ argument 35 itemtype param; \
|
/third_party/python/Modules/_ctypes/ |
D | ctypes.h | 153 PyCArrayType_from_ctype(PyObject *itemtype, Py_ssize_t length);
|
D | _ctypes.c | 4866 PyCArrayType_from_ctype(PyObject *itemtype, Py_ssize_t length) in PyCArrayType_from_ctype() argument 4882 key = PyTuple_Pack(2, itemtype, len); in PyCArrayType_from_ctype() 4897 if (!PyType_Check(itemtype)) { in PyCArrayType_from_ctype() 4905 ((PyTypeObject *)itemtype)->tp_name, length); in PyCArrayType_from_ctype() 4908 ((PyTypeObject *)itemtype)->tp_name, (long)length); in PyCArrayType_from_ctype() 4918 itemtype in PyCArrayType_from_ctype()
|
/third_party/python/Lib/tkinter/ |
D | tix.py | 476 def __init__(self, itemtype, cnf={}, *, master=None, **kw): argument 485 self.stylename = self.tk.call('tixDisplayStyle', itemtype, 1879 def set(self, x, y, itemtype=None, **kw): argument 1881 if itemtype is not None: 1882 args= ('-itemtype', itemtype) + args
|
/third_party/glib/gio/ |
D | gwin32appinfo.c | 103 #define _lookup_by_verb(array, verb, dst, itemtype) do { \ argument 105 itemtype *_v; \ 108 _v = (itemtype *) g_ptr_array_index (array, _index); \
|