Searched refs:myself (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Modules/_ctypes/ |
H A D | callbacks.c | 31 CThunkObject_dealloc(PyObject *myself) in CThunkObject_dealloc() argument 33 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_dealloc() 44 CThunkObject_traverse(PyObject *myself, visitproc visit, void *arg) in CThunkObject_traverse() argument 46 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_traverse() 54 CThunkObject_clear(PyObject *myself) in CThunkObject_clear() argument 56 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_clear()
|
H A D | _ctypes.c | 156 _DictRemover_dealloc(PyObject *myself) in _DictRemover_dealloc() argument 158 DictRemoverObject *self = (DictRemoverObject *)myself; in _DictRemover_dealloc() 161 Py_TYPE(self)->tp_free(myself); in _DictRemover_dealloc() 165 _DictRemover_call(PyObject *myself, PyObject *args, PyObject *kw) in _DictRemover_call() argument 167 DictRemoverObject *self = (DictRemoverObject *)myself; in _DictRemover_call() 424 StructParam_dealloc(PyObject *myself) in StructParam_dealloc() argument 426 StructParamObject *self = (StructParamObject *)myself; in StructParam_dealloc() 429 Py_TYPE(self)->tp_free(myself); in StructParam_dealloc() 2802 PyCData_NewGetBuffer(PyObject *myself, Py_buffer *view, int flags) in PyCData_NewGetBuffer() argument 2804 CDataObject *self = (CDataObject *)myself; in PyCData_NewGetBuffer() 2843 PyCData_reduce(PyObject *myself, PyObject *args) PyCData_reduce() argument 2861 PyCData_setstate(PyObject *myself, PyObject *args) PyCData_setstate() argument 4572 Array_item(PyObject *myself, Py_ssize_t index) Array_item() argument 4598 Array_subscript(PyObject *myself, PyObject *item) Array_subscript() argument 4705 Array_ass_item(PyObject *myself, Py_ssize_t index, PyObject *value) Array_ass_item() argument 4734 Array_ass_subscript(PyObject *myself, PyObject *item, PyObject *value) Array_ass_subscript() argument 4791 Array_length(PyObject *myself) Array_length() argument 5089 Pointer_item(PyObject *myself, Py_ssize_t index) Pointer_item() argument 5120 Pointer_ass_item(PyObject *myself, Py_ssize_t index, PyObject *value) Pointer_ass_item() argument 5255 Pointer_subscript(PyObject *myself, PyObject *item) Pointer_subscript() argument [all...] |
/third_party/python/Modules/_io/ |
H A D | textio.c | 291 _PyIncrementalNewlineDecoder_decode(PyObject *myself, in _PyIncrementalNewlineDecoder_decode() argument 296 nldecoder_object *self = (nldecoder_object *) myself; in _PyIncrementalNewlineDecoder_decode()
|
/third_party/python/Lib/test/ |
H A D | test_descr.py | 489 def myself(cls): return cls member in ClassPropertiesAndMethods.test_metaclass._metaclass 492 self.assertEqual(D.myself(), D)
|
/third_party/icu/icu4c/source/ |
H A D | configure | 114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 8331 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 114 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 8272 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
|
Completed in 32 milliseconds