Home
last modified time | relevance | path

Searched refs:pself (Results 1 - 11 of 11) sorted by relevance

/third_party/backends/backend/
H A Dsnapscan-sources.c107 static SANE_Status Source_init (Source *pself, in Source_init() argument
115 pself->pss = pss; in Source_init()
116 pself->remaining = remaining; in Source_init()
117 pself->bytesPerLine = bytesPerLine; in Source_init()
118 pself->pixelsPerLine = pixelsPerLine; in Source_init()
119 pself->get = get; in Source_init()
120 pself->done = done; in Source_init()
126 static SANE_Int Source_bytesPerLine (Source *pself) in Source_bytesPerLine() argument
128 return pself->pss->bytes_per_line; in Source_bytesPerLine()
131 static SANE_Int Source_pixelsPerLine (Source *pself) in Source_pixelsPerLine() argument
155 SCSISource_remaining(Source *pself) SCSISource_remaining() argument
161 SCSISource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) SCSISource_get() argument
204 SCSISource_done(Source *pself) SCSISource_done() argument
211 SCSISource_init(SCSISource *pself, SnapScan_Scanner *pss) SCSISource_init() argument
238 FDSource_remaining(Source *pself) FDSource_remaining() argument
244 FDSource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) FDSource_get() argument
281 FDSource_done(Source *pself) FDSource_done() argument
287 FDSource_init(FDSource *pself, SnapScan_Scanner *pss, int fd) FDSource_init() argument
319 BufSource_remaining(Source *pself) BufSource_remaining() argument
325 BufSource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) BufSource_get() argument
345 BufSource_done(Source *pself) BufSource_done() argument
351 BufSource_init(BufSource *pself, SnapScan_Scanner *pss, SANE_Byte *buf, SANE_Int buf_size) BufSource_init() argument
442 TxSource_remaining(Source *pself) TxSource_remaining() argument
448 TxSource_bytesPerLine(Source *pself) TxSource_bytesPerLine() argument
454 TxSource_pixelsPerLine(Source *pself) TxSource_pixelsPerLine() argument
460 TxSource_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) TxSource_get() argument
466 TxSource_done(Source *pself) TxSource_done() argument
475 TxSource_init(TxSource *pself, SnapScan_Scanner *pss, SourceRemaining remaining, SourceBytesPerLine bytesPerLine, SourcePixelsPerLine pixelsPerLine, SourceGet get, SourceDone done, Source *psub) TxSource_init() argument
511 Expander_remaining(Source *pself) Expander_remaining() argument
528 Expander_bytesPerLine(Source *pself) Expander_bytesPerLine() argument
533 Expander_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) Expander_get() argument
590 Expander_done(Source *pself) Expander_done() argument
601 Expander_init(Expander *pself, SnapScan_Scanner *pss, Source *psub) Expander_init() argument
694 Deinterlacer_remaining(Source *pself) Deinterlacer_remaining() argument
702 Deinterlacer_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) Deinterlacer_get() argument
821 Deinterlacer_done(Source *pself) Deinterlacer_done() argument
833 Deinterlacer_init(Deinterlacer *pself, SnapScan_Scanner *pss, Source *psub) Deinterlacer_init() argument
937 RGBRouter_remaining(Source *pself) RGBRouter_remaining() argument
948 RGBRouter_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) RGBRouter_get() argument
1059 RGBRouter_done(Source *pself) RGBRouter_done() argument
1072 RGBRouter_init(RGBRouter *pself, SnapScan_Scanner *pss, Source *psub) RGBRouter_init() argument
1156 Inverter_get(Source *pself, SANE_Byte *pbuf, SANE_Int *plen) Inverter_get() argument
1168 Inverter_init(Inverter *pself, SnapScan_Scanner *pss, Source *psub) Inverter_init() argument
[all...]
H A Dsnapscan-sources.h76 static SANE_Status Source_init (Source *pself,
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc77 static Py_ssize_t Len(PyObject* pself) { in Len() argument
79 reinterpret_cast<RepeatedScalarContainer*>(pself); in Len()
85 static int AssignItem(PyObject* pself, Py_ssize_t index, PyObject* arg) { in AssignItem() argument
87 reinterpret_cast<RepeatedScalarContainer*>(pself); in AssignItem()
191 static PyObject* Item(PyObject* pself, Py_ssize_t index) { in Item() argument
193 reinterpret_cast<RepeatedScalarContainer*>(pself); in Item()
278 static PyObject* Subscript(PyObject* pself, PyObject* slice) { in Subscript() argument
293 length = Len(pself); in Subscript()
310 return Item(pself, from); in Subscript()
325 ScopedPyObjectPtr s(Item(pself, inde in Subscript()
427 AssSubscript(PyObject* pself, PyObject* slice, PyObject* value) Subscript() argument
519 Insert(PyObject* pself, PyObject* args) Subscript() argument
540 Remove(PyObject* pself, PyObject* value) Subscript() argument
563 RichCompare(PyObject* pself, PyObject* other, int opid) Subscript() argument
598 Sort(PyObject* pself, PyObject* args, PyObject* kwds) Subscript() argument
637 Pop(PyObject* pself, PyObject* args) Subscript() argument
653 ToStr(PyObject* pself) Subscript() argument
665 MergeFrom(PyObject* pself, PyObject* arg) Subscript() argument
689 DeepCopy(PyObject* pself, PyObject* arg) Subscript() argument
693 Dealloc(PyObject* pself) Subscript() argument
[all...]
H A Drepeated_composite_container.cc66 static Py_ssize_t Length(PyObject* pself) { in Length() argument
68 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Length()
126 static PyObject* AppendMethod(PyObject* pself, PyObject* value) { in AppendMethod() argument
128 reinterpret_cast<RepeatedCompositeContainer*>(pself); in AppendMethod()
139 static PyObject* Insert(PyObject* pself, PyObject* args) { in Insert() argument
141 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Insert()
301 static PyObject* Remove(PyObject* pself, PyObject* value) { in Subscript() argument
303 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Subscript()
327 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
329 reinterpret_cast<RepeatedCompositeContainer*>(pself); in Subscript()
360 ToStr(PyObject* pself) Subscript() argument
415 Sort(PyObject* pself, PyObject* args, PyObject* kwds) Subscript() argument
439 Item(PyObject* pself, Py_ssize_t index) Subscript() argument
445 Pop(PyObject* pself, PyObject* args) Subscript() argument
466 DeepCopy(PyObject* pself, PyObject* arg) Subscript() argument
494 Dealloc(PyObject* pself) Subscript() argument
[all...]
H A Dunknown_fields.cc53 static Py_ssize_t Len(PyObject* pself) { in Len() argument
55 reinterpret_cast<PyUnknownFields*>(pself); in Len()
78 static PyObject* Item(PyObject* pself, Py_ssize_t index) { in Item() argument
80 reinterpret_cast<PyUnknownFields*>(pself); in Item()
134 static void Dealloc(PyObject* pself) { in Dealloc() argument
136 reinterpret_cast<PyUnknownFields*>(pself); in Dealloc()
300 static void Dealloc(PyObject* pself) { in Dealloc() argument
302 reinterpret_cast<PyUnknownFieldRef*>(pself); in Dealloc()
H A Dmessage_factory.cc105 static void Dealloc(PyObject* pself) { in Dealloc() argument
106 PyMessageFactory* self = reinterpret_cast<PyMessageFactory*>(pself); in Dealloc()
116 Py_TYPE(self)->tp_free(pself); in Dealloc()
119 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
120 PyMessageFactory* self = reinterpret_cast<PyMessageFactory*>(pself); in GcTraverse()
128 static int GcClear(PyObject* pself) { in GcClear() argument
129 PyMessageFactory* self = reinterpret_cast<PyMessageFactory*>(pself); in GcClear()
H A Ddescriptor_pool.cc192 static void Dealloc(PyObject* pself) { in Dealloc() argument
193 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); in Dealloc()
205 Py_TYPE(self)->tp_free(pself); in Dealloc()
208 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
209 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); in GcTraverse()
214 static int GcClear(PyObject* pself) { in GcClear() argument
215 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); in GcClear()
572 static PyObject* AddSerializedFile(PyObject* pself, PyObject* serialized_pb) { in AddSerializedFile() argument
573 PyDescriptorPool* self = reinterpret_cast<PyDescriptorPool*>(pself); in AddSerializedFile()
H A Dmessage.cc339 static void Dealloc(PyObject* pself) { in Dealloc() argument
340 CMessageClass* self = reinterpret_cast<CMessageClass*>(pself); in Dealloc()
343 return PyType_Type.tp_dealloc(pself); in Dealloc()
346 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
347 CMessageClass* self = reinterpret_cast<CMessageClass*>(pself); in GcTraverse()
350 return PyType_Type.tp_traverse(pself, visit, arg); in GcTraverse()
353 static int GcClear(PyObject* pself) { in GcClear() argument
356 return PyType_Type.tp_clear(pself); in GcClear()
2584 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr() argument
2585 CMessage* self = reinterpret_cast<CMessage*>(pself); in GetAttr()
[all...]
H A Ddescriptor.cc397 static void Dealloc(PyObject* pself) { in Dealloc() argument
398 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in Dealloc()
402 Py_TYPE(self)->tp_free(pself); in Dealloc()
405 static int GcTraverse(PyObject* pself, visitproc visit, void* arg) { in GcTraverse() argument
406 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in GcTraverse()
411 static int GcClear(PyObject* pself) { in GcClear() argument
412 PyBaseDescriptor* self = reinterpret_cast<PyBaseDescriptor*>(pself); in GcClear()
H A Dextension_dict.cc322 void dealloc(PyObject* pself) { in dealloc() argument
323 ExtensionDict* self = reinterpret_cast<ExtensionDict*>(pself); in dealloc()
/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py589 pself, pargs = t.pop[0], t.pop[1:]
592 pfunc = "p_func: %s.%s(" % (repr(pself), t.funcname)
788 pself = t.pop[0]
790 t.rp = getattr(pself, t.funcname)(*pargs)

Completed in 15 milliseconds