| /third_party/python/Objects/clinic/ |
| H A D | typeobject.c.h | 18 type___instancecheck__(PyTypeObject *self, PyObject *instance) in type___instancecheck__() argument 46 type___subclasscheck__(PyTypeObject *self, PyObject *subclass) in type___subclasscheck__() argument 74 type_mro(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) type_mro() argument 92 type___subclasses__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) type___subclasses__() argument 110 type___dir__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) type___dir__() argument 128 type___sizeof__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) type___sizeof__() argument 146 object___getstate__(PyObject *self, PyObject *Py_UNUSED(ignored)) object___getstate__() argument 164 object___reduce__(PyObject *self, PyObject *Py_UNUSED(ignored)) object___reduce__() argument 182 object___reduce_ex__(PyObject *self, PyObject *arg) object___reduce_ex__() argument 210 object___format__(PyObject *self, PyObject *arg) object___format__() argument 242 object___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) object___sizeof__() argument 260 object___dir__(PyObject *self, PyObject *Py_UNUSED(ignored)) object___dir__() argument [all...] |
| /third_party/python/Objects/ |
| H A D | interpreteridobject.c | 33 interpid *self = PyObject_New(interpid, cls); in newinterpid() local 104 interpid_repr(PyObject *self) in interpid_repr() argument 113 interpid_str(PyObject *self) in interpid_str() argument 120 interpid_int(PyObject *self) in interpid_int() argument 167 interpid_hash(PyObject *self) interpid_hash() argument 180 interpid_richcompare(PyObject *self, PyObject *other, int op) interpid_richcompare() argument [all...] |
| H A D | namespaceobject.c | 25 PyObject *self; in namespace_new() local 165 namespace_richcompare(PyObject *self, PyObject *other, int op) in namespace_richcompare() argument
|
| H A D | picklebufobject.c | 20 PyPickleBufferObject *self; in PyPickleBuffer_FromObject() local 38 PyPickleBufferObject *self = (PyPickleBufferObject *) obj; in PyPickleBuffer_GetBuffer() local 57 PyPickleBufferObject *self = (PyPickleBufferObject *) obj; PyPickleBuffer_Release() local 72 PyPickleBufferObject *self; picklebuf_new() local 95 picklebuf_traverse(PyPickleBufferObject *self, visitproc visit, void *arg) picklebuf_traverse() argument 102 picklebuf_clear(PyPickleBufferObject *self) picklebuf_clear() argument 109 picklebuf_dealloc(PyPickleBufferObject *self) picklebuf_dealloc() argument 121 picklebuf_getbuf(PyPickleBufferObject *self, Py_buffer *view, int flags) picklebuf_getbuf() argument 132 picklebuf_releasebuf(PyPickleBufferObject *self, Py_buffer *view) picklebuf_releasebuf() argument 149 picklebuf_raw(PyPickleBufferObject *self, PyObject *Py_UNUSED(ignored)) picklebuf_raw() argument 189 picklebuf_release(PyPickleBufferObject *self, PyObject *Py_UNUSED(ignored)) picklebuf_release() argument [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _lzmamodule.c.h | 23 _lzma_LZMACompressor_compress(Compressor *self, PyObject *arg) in _lzma_LZMACompressor_compress() argument 63 _lzma_LZMACompressor_flush(Compressor *self, PyObject *Py_UNUSED(ignored)) in _lzma_LZMACompressor_flush() argument 95 _lzma_LZMADecompressor_decompress(Decompressor *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _lzma_LZMADecompressor_decompress() argument 171 _lzma_LZMADecompressor___init__(PyObject *self, PyObject *args, PyObject *kwargs) _lzma_LZMADecompressor___init__() argument [all...] |
| H A D | _gdbmmodule.c.h | 18 _gdbm_gdbm_get(gdbmobject *self, PyObject *const *args, Py_ssize_t nargs) in _gdbm_gdbm_get() argument 53 _gdbm_gdbm_setdefault(gdbmobject *self, PyObject *const *args, Py_ssize_t nargs) in _gdbm_gdbm_setdefault() argument 87 _gdbm_gdbm_close(gdbmobject *self, PyObject *Py_UNUSED(ignored)) _gdbm_gdbm_close() argument 105 _gdbm_gdbm_keys(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_keys() argument 131 _gdbm_gdbm_firstkey(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_firstkey() argument 162 _gdbm_gdbm_nextkey(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_nextkey() argument 199 _gdbm_gdbm_reorganize(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_reorganize() argument 224 _gdbm_gdbm_sync(gdbmobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _gdbm_gdbm_sync() argument [all...] |
| H A D | _struct.c.h | 20 Struct___init__(PyObject *self, PyObject *args, PyObject *kwargs) in Struct___init__() argument 59 Struct_unpack(PyStructObject *self, PyObject *arg) in Struct_unpack() argument 103 Struct_unpack_from(PyStructObject *self, PyObjec argument [all...] |
| H A D | _queuemodule.c.h | 52 _queue_SimpleQueue_put(simplequeueobject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _queue_SimpleQueue_put() argument 104 _queue_SimpleQueue_put_nowait(simplequeueobject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _queue_SimpleQueue_put_nowait() argument 145 _queue_SimpleQueue_get(simplequeueobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _queue_SimpleQueue_get() argument 196 _queue_SimpleQueue_get_nowait(simplequeueobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _queue_SimpleQueue_get_nowait() argument 218 _queue_SimpleQueue_empty(simplequeueobject *self, PyObject *Py_UNUSED(ignored)) _queue_SimpleQueue_empty() argument 246 _queue_SimpleQueue_qsize(simplequeueobject *self, PyObject *Py_UNUSED(ignored)) _queue_SimpleQueue_qsize() argument [all...] |
| H A D | unicodedata.c.h | 23 unicodedata_UCD_decimal(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicodedata_UCD_decimal() argument 72 unicodedata_UCD_digit(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicodedata_UCD_digit() argument 122 unicodedata_UCD_numeric(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_numeric() argument 167 unicodedata_UCD_category(PyObject *self, PyObject *arg) unicodedata_UCD_category() argument 205 unicodedata_UCD_bidirectional(PyObject *self, PyObject *arg) unicodedata_UCD_bidirectional() argument 243 unicodedata_UCD_combining(PyObject *self, PyObject *arg) unicodedata_UCD_combining() argument 287 unicodedata_UCD_mirrored(PyObject *self, PyObject *arg) unicodedata_UCD_mirrored() argument 328 unicodedata_UCD_east_asian_width(PyObject *self, PyObject *arg) unicodedata_UCD_east_asian_width() argument 366 unicodedata_UCD_decomposition(PyObject *self, PyObject *arg) unicodedata_UCD_decomposition() argument 405 unicodedata_UCD_is_normalized(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_is_normalized() argument 452 unicodedata_UCD_normalize(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_normalize() argument 499 unicodedata_UCD_name(PyObject *self, PyObject *const *args, Py_ssize_t nargs) unicodedata_UCD_name() argument 548 unicodedata_UCD_lookup(PyObject *self, PyObject *arg) unicodedata_UCD_lookup() argument [all...] |
| /third_party/python/Modules/ |
| H A D | xxmodule.c | 33 XxoObject *self; in newXxoObject() local 44 Xxo_dealloc(XxoObject *self) in Xxo_dealloc() argument 51 Xxo_demo(XxoObject *self, PyObjec argument 66 Xxo_getattro(XxoObject *self, PyObject *name) Xxo_getattro() argument 82 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) Xxo_setattr() argument 155 xx_foo(PyObject *self, PyObject *args) xx_foo() argument 169 xx_new(PyObject *self, PyObject *args) xx_new() argument 184 xx_bug(PyObject *self, PyObject *args) xx_bug() argument 205 xx_roj(PyObject *self, PyObject *args) xx_roj() argument 267 null_richcompare(PyObject *self, PyObject *other, int op) null_richcompare() argument [all...] |
| H A D | xxsubtype.c | 27 spamlist_getstate(spamlistobject *self, PyObject *args) in spamlist_getstate() argument 35 spamlist_setstate(spamlistobject *self, PyObject *args) in spamlist_setstate() argument 47 spamlist_specialmeth(PyObject *self, PyObject *args, PyObject *kw) in spamlist_specialmeth() argument 83 spamlist_init(spamlistobject *self, PyObjec argument 92 spamlist_state_get(spamlistobject *self, void *Py_UNUSED(ignored)) spamlist_state_get() argument 152 spamdict_getstate(spamdictobject *self, PyObject *args) spamdict_getstate() argument 160 spamdict_setstate(spamdictobject *self, PyObject *args) spamdict_setstate() argument 180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) spamdict_init() argument 236 spam_bench(PyObject *self, PyObject *args) spam_bench() argument [all...] |
| H A D | xxlimited_35.c | 28 XxoObject *self; in newXxoObject() local 39 Xxo_traverse(XxoObject *self, visitproc visit, void *arg) in Xxo_traverse() argument 47 Xxo_clear(XxoObject *self) in Xxo_clear() argument 54 Xxo_finalize(XxoObject *self) Xxo_finalize() argument 60 Xxo_demo(XxoObject *self, PyObject *args) Xxo_demo() argument 81 Xxo_getattro(XxoObject *self, PyObject *name) Xxo_getattro() argument 97 Xxo_setattr(XxoObject *self, const char *name, PyObject *v) Xxo_setattr() argument 144 xx_foo(PyObject *self, PyObject *args) xx_foo() argument 158 xx_new(PyObject *self, PyObject *args) xx_new() argument 173 xx_roj(PyObject *self, PyObject *args) xx_roj() argument 202 null_richcompare(PyObject *self, PyObject *other, int op) null_richcompare() argument [all...] |
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | unknown_fields.cc | 54 PyUnknownFields* self = in Len() local 65 void Clear(PyUnknownFields* self) { in Clear() argument 79 PyUnknownFields* self = in Item() local 102 PyUnknownFields* self = reinterpret_cast<PyUnknownFields*>( NewPyUnknownFields() local 121 PyUnknownFieldRef* self = reinterpret_cast<PyUnknownFieldRef*>( NewPyUnknownFieldRef() local 135 PyUnknownFields* self = Dealloc() local 200 PyUnknownFields* self = reinterpret_cast<PyUnknownFields*>( PyUnknownFields_FromUnknownFieldSet() local 216 GetUnknownField(PyUnknownFieldRef* self) GetUnknownField() argument 234 GetFieldNumber(PyUnknownFieldRef* self, void *closure) GetFieldNumber() argument 243 GetWireType(PyUnknownFieldRef* self, void *closure) GetWireType() argument 272 GetData(PyUnknownFieldRef* self, void *closure) GetData() argument 301 PyUnknownFieldRef* self = Dealloc() local [all...] |
| /third_party/python/Doc/includes/ |
| H A D | custom4.c | 13 Custom_traverse(CustomObject *self, visitproc visit, void *arg) in Custom_traverse() argument 21 Custom_clear(CustomObject *self) in Custom_clear() argument 29 Custom_dealloc(CustomObject *self) in Custom_dealloc() argument 39 CustomObject *self; Custom_new() local 58 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) Custom_init() argument 90 Custom_getfirst(CustomObject *self, void *closure) Custom_getfirst() argument 97 Custom_setfirst(CustomObject *self, PyObject *value, void *closure) Custom_setfirst() argument 115 Custom_getlast(CustomObject *self, void *closure) Custom_getlast() argument 122 Custom_setlast(CustomObject *self, PyObject *value, void *closure) Custom_setlast() argument 148 Custom_name(CustomObject *self, PyObject *Py_UNUSED(ignored)) Custom_name() argument [all...] |
| /third_party/python/Modules/_io/clinic/ |
| H A D | winconsoleio.c.h | 23 _io__WindowsConsoleIO_close(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_close() argument 48 _io__WindowsConsoleIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io__WindowsConsoleIO___init__() argument 122 _io__WindowsConsoleIO_fileno(winconsoleio *self, PyObjec argument 144 _io__WindowsConsoleIO_readable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) _io__WindowsConsoleIO_readable() argument 166 _io__WindowsConsoleIO_writable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) _io__WindowsConsoleIO_writable() argument 188 _io__WindowsConsoleIO_readinto(winconsoleio *self, PyObject *arg) _io__WindowsConsoleIO_readinto() argument 232 _io__WindowsConsoleIO_readall(winconsoleio *self, PyObject *Py_UNUSED(ignored)) _io__WindowsConsoleIO_readall() argument 258 _io__WindowsConsoleIO_read(winconsoleio *self, PyObject *const *args, Py_ssize_t nargs) _io__WindowsConsoleIO_read() argument 299 _io__WindowsConsoleIO_write(winconsoleio *self, PyObject *arg) _io__WindowsConsoleIO_write() argument 339 _io__WindowsConsoleIO_isatty(winconsoleio *self, PyObject *Py_UNUSED(ignored)) _io__WindowsConsoleIO_isatty() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_node.cpp | 119 JSHandle<RBTreeNode> self = JSHandle<RBTreeNode>::Cast(nodeVa);
in Divide() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | dwarf_builder.cpp | 41 auto self = reinterpret_cast<DwarfBuilder *>(userData); in CreateSectionCallback() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | thread_manager.h | 162 MTManagedThread *self = MTManagedThread::GetCurrent(); in EnumerateThreadsForDump() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| H A D | debugger.h | 231 ark::MTManagedThread *self = ark::MTManagedThread::GetCurrent(); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_map.cpp | 70 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local 92 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 109 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local 164 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local 240 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local 251 JSHandle<JSTaggedValue> self = GetThis(argv); Keys() local 262 JSHandle<JSTaggedValue> self = GetThis(argv); Values() local [all...] |
| H A D | builtins_shared_map.cpp | 75 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local 93 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local 109 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local 160 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local 221 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local 237 JSHandle<JSTaggedValue> self = GetThis(argv); Keys() local 253 JSHandle<JSTaggedValue> self = GetThis(argv); Values() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_arraylist.cpp | 53 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local 75 JSHandle<JSTaggedValue> self = GetThis(argv); in Insert() local 114 JSHandle<JSTaggedValue> self = GetThis(argv); Clear() local 137 JSHandle<JSTaggedValue> self = GetThis(argv); Clone() local 160 JSHandle<JSTaggedValue> self = GetThis(argv); Has() local 185 JSHandle<JSTaggedValue> self = GetThis(argv); GetCapacity() local 207 JSHandle<JSTaggedValue> self = GetThis(argv); IncreaseCapacityTo() local 241 JSHandle<JSTaggedValue> self = GetThis(argv); TrimToCurrentLength() local 264 JSHandle<JSTaggedValue> self = GetThis(argv); Get() local 289 JSHandle<JSTaggedValue> self = GetThis(argv); GetIndexOf() local 312 JSHandle<JSTaggedValue> self = GetThis(argv); IsEmpty() local 333 JSHandle<JSTaggedValue> self = GetThis(argv); GetLastIndexOf() local 356 JSHandle<JSTaggedValue> self = GetThis(argv); RemoveByIndex() local 395 JSHandle<JSTaggedValue> self = GetThis(argv); Remove() local 421 JSHandle<JSTaggedValue> self = GetThis(argv); RemoveByRange() local 466 JSHandle<JSTaggedValue> self = GetThis(argv); ReplaceAllElements() local 498 JSHandle<JSTaggedValue> self = GetThis(argv); Set() local 524 JSHandle<JSTaggedValue> self = GetThis(argv); SubArrayList() local 568 JSHandle<JSTaggedValue> self = GetThis(argv); Sort() local 625 JSHandle<JSTaggedValue> self = GetThis(argv); GetSize() local 646 JSHandle<JSTaggedValue> self = GetThis(argv); ConvertToArray() local 677 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local 711 JSHandle<JSTaggedValue> self = GetThis(argv); GetIteratorObj() local [all...] |
| H A D | containers_bitvector.cpp | 69 JSHandle<JSTaggedValue> self = GetThis(argv); in Push() local 90 JSHandle<JSTaggedValue> self = GetThis(argv); in Pop() local 111 JSHandle<JSTaggedValue> self = GetThis(argv); Has() local 151 JSHandle<JSTaggedValue> self = GetThis(argv); SetBitsByRange() local 191 JSHandle<JSTaggedValue> self = GetThis(argv); GetBitsByRange() local 229 JSHandle<JSTaggedValue> self = GetThis(argv); Resize() local 258 JSHandle<JSTaggedValue> self = GetThis(argv); SetAllBits() local 281 JSHandle<JSTaggedValue> self = GetThis(argv); GetBitCountByRange() local 320 JSHandle<JSTaggedValue> self = GetThis(argv); GetIndexOf() local 360 JSHandle<JSTaggedValue> self = GetThis(argv); GetLastIndexOf() local 399 JSHandle<JSTaggedValue> self = GetThis(argv); FlipBitByIndex() local 430 JSHandle<JSTaggedValue> self = GetThis(argv); FlipBitsByRange() local 468 JSHandle<JSTaggedValue> self = GetThis(argv); GetSize() local 490 JSHandle<JSTaggedValue> self = GetThis(argv); GetIteratorObj() local [all...] |
| H A D | containers_lightweightmap.cpp | 59 JSHandle<JSTaggedValue> self = GetThis(argv); in Length() local 80 JSHandle<JSTaggedValue> self = GetThis(argv); in HasAll() local 117 JSHandle<JSTaggedValue> self = GetThis(argv); HasKey() local 139 JSHandle<JSTaggedValue> self = GetThis(argv); HasValue() local 161 JSHandle<JSTaggedValue> self = GetThis(argv); IncreaseCapacityTo() local 201 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local 213 JSHandle<JSTaggedValue> self = GetThis(argv); Get() local 236 JSHandle<JSTaggedValue> self = GetThis(argv); GetIndexOfKey() local 260 JSHandle<JSTaggedValue> self = GetThis(argv); GetIndexOfValue() local 284 JSHandle<JSTaggedValue> self = GetThis(argv); IsEmpty() local 304 JSHandle<JSTaggedValue> self = GetThis(argv); GetKeyAt() local 340 JSHandle<JSTaggedValue> self = GetThis(argv); Keys() local 352 JSHandle<JSTaggedValue> self = GetThis(argv); SetAll() local 391 JSHandle<JSTaggedValue> self = GetThis(argv); Set() local 417 JSHandle<JSTaggedValue> self = GetThis(argv); Remove() local 439 JSHandle<JSTaggedValue> self = GetThis(argv); RemoveAt() local 475 JSHandle<JSTaggedValue> self = GetThis(argv); Clear() local 497 JSHandle<JSTaggedValue> self = GetThis(argv); SetValueAt() local 534 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local 590 JSHandle<JSTaggedValue> self = GetThis(argv); ToString() local 611 JSHandle<JSTaggedValue> self = GetThis(argv); GetValueAt() local 648 JSHandle<JSTaggedValue> self = GetThis(argv); Values() local [all...] |
| H A D | containers_hashmap.cpp | 58 JSHandle<JSTaggedValue> self = GetThis(argv); in Keys() local 79 JSHandle<JSTaggedValue> self = GetThis(argv); in Values() local 100 JSHandle<JSTaggedValue> self = GetThis(argv); GetIteratorObj() local 121 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local 195 JSHandle<JSTaggedValue> self = GetThis(argv); Set() local 219 JSHandle<JSTaggedValue> self = GetThis(argv); SetAll() local 256 JSHandle<JSTaggedValue> self = GetThis(argv); Get() local 277 JSHandle<JSTaggedValue> self = GetThis(argv); Remove() local 299 JSHandle<JSTaggedValue> self = GetThis(argv); HasKey() local 321 JSHandle<JSTaggedValue> self = GetThis(argv); HasValue() local 343 JSHandle<JSTaggedValue> self = GetThis(argv); Replace() local 365 JSHandle<JSTaggedValue> self = GetThis(argv); Clear() local 386 JSHandle<JSTaggedValue> self = GetThis(argv); GetLength() local 406 JSHandle<JSTaggedValue> self = GetThis(argv); IsEmpty() local [all...] |