Searched refs:itemtype (Results 1 – 4 of 4) sorted by relevance
/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/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/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 81689 static nsIAtom* itemtype; member in nsGkAtoms
|