Home
last modified time | relevance | path

Searched defs:self (Results 301 - 325 of 483) sorted by relevance

1...<<11121314151617181920

/third_party/python/Objects/
H A Dstructseq.c317 structseq_reduce(PyStructSequence* self, PyObject *Py_UNUSED(ignored)) in structseq_reduce() argument
/third_party/python/Modules/clinic/
H A Darraymodule.c.h18 array_array___copy__(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array___copy__() argument
57 array_array_index(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_index() argument
111 array_array_pop(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) array_array_pop() argument
154 array_array_extend(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_extend() argument
186 array_array_insert(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) array_array_insert() argument
230 array_array_buffer_info(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_buffer_info() argument
260 array_array_byteswap(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_byteswap() argument
278 array_array_reverse(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_reverse() argument
297 array_array_fromfile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_fromfile() argument
342 array_array_tofile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_tofile() argument
383 array_array_tolist(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_tolist() argument
401 array_array_frombytes(arrayobject *self, PyObject *arg) array_array_frombytes() argument
437 array_array_tobytes(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_tobytes() argument
459 array_array_fromunicode(arrayobject *self, PyObject *arg) array_array_fromunicode() argument
495 array_array_tounicode(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array_tounicode() argument
513 array_array___sizeof__(arrayobject *self, PyObject *Py_UNUSED(ignored)) array_array___sizeof__() argument
584 array_array___reduce_ex__(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array___reduce_ex__() argument
616 array_arrayiterator___reduce__(arrayiterobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_arrayiterator___reduce__() argument
[all...]
H A Dselectmodule.c.h86 select_poll_register(pollObject *self, PyObject *const *args, Py_ssize_t nargs) in select_poll_register() argument
134 select_poll_modify(pollObject *self, PyObject *const *args, Py_ssize_t nargs) in select_poll_modify() argument
172 select_poll_unregister(pollObject *self, PyObject *arg) select_poll_unregister() argument
210 select_poll_poll(pollObject *self, PyObject *const *args, Py_ssize_t nargs) select_poll_poll() argument
254 select_devpoll_register(devpollObject *self, PyObject *const *args, Py_ssize_t nargs) select_devpoll_register() argument
304 select_devpoll_modify(devpollObject *self, PyObject *const *args, Py_ssize_t nargs) select_devpoll_modify() argument
346 select_devpoll_unregister(devpollObject *self, PyObject *arg) select_devpoll_unregister() argument
384 select_devpoll_poll(devpollObject *self, PyObject *const *args, Py_ssize_t nargs) select_devpoll_poll() argument
422 select_devpoll_close(devpollObject *self, PyObject *Py_UNUSED(ignored)) select_devpoll_close() argument
444 select_devpoll_fileno(devpollObject *self, PyObject *Py_UNUSED(ignored)) select_devpoll_fileno() argument
580 select_epoll_close(pyEpoll_Object *self, PyObject *Py_UNUSED(ignored)) select_epoll_close() argument
602 select_epoll_fileno(pyEpoll_Object *self, PyObject *Py_UNUSED(ignored)) select_epoll_fileno() argument
665 select_epoll_register(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_register() argument
719 select_epoll_modify(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_modify() argument
765 select_epoll_unregister(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_unregister() argument
813 select_epoll_poll(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) select_epoll_poll() argument
863 select_epoll___enter__(pyEpoll_Object *self, PyObject *Py_UNUSED(ignored)) select_epoll___enter__() argument
885 select_epoll___exit__(pyEpoll_Object *self, PyObject *const *args, Py_ssize_t nargs) select_epoll___exit__() argument
979 select_kqueue_close(kqueue_queue_Object *self, PyObject *Py_UNUSED(ignored)) select_kqueue_close() argument
1001 select_kqueue_fileno(kqueue_queue_Object *self, PyObject *Py_UNUSED(ignored)) select_kqueue_fileno() argument
1065 select_kqueue_control(kqueue_queue_Object *self, PyObject *const *args, Py_ssize_t nargs) select_kqueue_control() argument
[all...]
/third_party/python/Modules/
H A Dsha1module.c351 SHA1Type_copy_impl(SHA1object *self, PyTypeObject *cls) in SHA1Type_copy_impl() argument
371 SHA1Type_digest_impl(SHA1object *self) in SHA1Type_digest_impl() argument
389 SHA1Type_hexdigest_impl(SHA1object *self) in SHA1Type_hexdigest_impl() argument
412 SHA1Type_update(SHA1object *self, PyObject *obj) in SHA1Type_update() argument
434 SHA1_get_block_size(PyObject *self, void *closure) in SHA1_get_block_size() argument
440 SHA1_get_name(PyObject *self, voi argument
446 sha1_get_digest_size(PyObject *self, void *closure) sha1_get_digest_size() argument
[all...]
H A D_abc.c45 abc_data_traverse(_abc_data *self, visitproc visit, void *arg) in abc_data_traverse() argument
55 abc_data_clear(_abc_data *self) in abc_data_clear() argument
64 abc_data_dealloc(_abc_data *self) in abc_data_dealloc() argument
76 _abc_data *self = (_abc_data *) type->tp_alloc(type, 0); abc_data_new() local
115 _get_impl(PyObject *module, PyObject *self) _get_impl() argument
216 _abc__reset_registry(PyObject *module, PyObject *self) _abc__reset_registry() argument
243 _abc__reset_caches(PyObject *module, PyObject *self) _abc__reset_caches() argument
278 _abc__get_dump(PyObject *module, PyObject *self) _abc__get_dump() argument
296 compute_abstract_methods(PyObject *self) compute_abstract_methods() argument
430 _abc__abc_init(PyObject *module, PyObject *self) _abc__abc_init() argument
518 _abc__abc_register_impl(PyObject *module, PyObject *self, PyObject *subclass) _abc__abc_register_impl() argument
580 _abc__abc_instancecheck_impl(PyObject *module, PyObject *self, PyObject *instance) _abc__abc_instancecheck_impl() argument
669 _abc__abc_subclasscheck_impl(PyObject *module, PyObject *self, PyObject *subclass) _abc__abc_subclasscheck_impl() argument
[all...]
/third_party/benchmark/src/
H A Dsysinfo.cc617 pthread_t self; member in benchmark::__anon1043::final
620 HANDLE self; member in benchmark::__anon1043::final
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.c832 pthread_t self = pthread_self(); in signal_handler_state() local
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c652 u3g_probe(device_t self) in u3g_probe() argument
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c50 jg2_file_offset self; member
/third_party/node/src/
H A Dnode_blob.cc218 Deserialize( Environment* env, Local<Context> context, std::unique_ptr<worker::TransferData> self) Deserialize() argument
/third_party/musl/src/malloc/liteos_a/user_debug/
H A Dmemory_check.c414 bool is_invalid(struct chunk *self) in is_invalid() argument
487 void insert_block_list(struct chunk *self) in insert_block_list() argument
799 void insert_free_tail(struct chunk *self) in insert_free_tail() argument
836 struct chunk *self = NULL; clean_recycle_list() local
[all...]
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h20 struct pthread *self; member
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h37 struct pthread *self; member
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h21 struct pthread *self; member
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemory_check.c399 bool is_invalid(struct chunk *self) in is_invalid() argument
472 void insert_block_list(struct chunk *self) in insert_block_list() argument
784 void insert_free_tail(struct chunk *self) in insert_free_tail() argument
821 struct chunk *self = NULL; clean_recycle_list() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dmetablock.c335 InitContextBlockSplitter( MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, size_t num_contexts, size_t min_block_size, double split_threshold, size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, size_t* histograms_size) InitContextBlockSplitter() argument
382 ContextBlockSplitterFinishBlock( ContextBlockSplitter* self, MemoryManager* m, BROTLI_BOOL is_final) ContextBlockSplitterFinishBlock() argument
504 ContextBlockSplitterAddSymbol( ContextBlockSplitter* self, MemoryManager* m, size_t symbol, size_t context) ContextBlockSplitterAddSymbol() argument
[all...]
H A Dhash.h205 static BROTLI_INLINE void InitBackwardMatch(BackwardMatch* self, in InitBackwardMatch() argument
211 static BROTLI_INLINE void InitDictionaryBackwardMatch(BackwardMatch* self, in InitDictionaryBackwardMatch() argument
218 static BROTLI_INLINE size_t BackwardMatchLength(const BackwardMatch* self) { in BackwardMatchLength() argument
222 static BROTLI_INLINE size_t BackwardMatchLengthCode(const BackwardMatch* self) { in BackwardMatchLengthCode() argument
[all...]
/third_party/ltp/testcases/kernel/fs/read_all/
H A Dread_all.c303 struct worker *const self = workers + worker; in worker_run() local
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc65 FastCApiObject* self = UnwrapObject(receiver); in AddAllFastCallback() local
99 FastCApiObject* self; in AddAllFastCallbackNoOptions() local
125 FastCApiObject* self in AddAllSlowCallback() local
185 FastCApiObject* self = UnwrapObject(receiver); AddAllSequenceFastCallback() local
220 FastCApiObject* self = UnwrapObject(args.This()); AddAllSequenceSlowCallback() local
330 FastCApiObject* self = UnwrapObject(receiver); AddAllTypedArrayFastCallback() local
349 FastCApiObject* self = UnwrapObject(args.This()); AddAllTypedArraySlowCallback() local
427 FastCApiObject* self = UnwrapObject(receiver); Add32BitIntFastCallback() local
441 FastCApiObject* self = UnwrapObject(args.This()); Add32BitIntSlowCallback() local
500 FastCApiObject* self = UnwrapObject(receiver); AddAll32BitIntFastCallback_8Args() local
519 FastCApiObject* self = UnwrapObject(receiver); AddAll32BitIntFastCallback_6Args() local
546 FastCApiObject* self = UnwrapObject(args.This()); AddAll32BitIntSlowCallback() local
584 FastCApiObject* self = UnwrapObject(receiver); IsFastCApiObjectFastCallback() local
613 FastCApiObject* self = UnwrapObject(args.This()); IsFastCApiObjectSlowCallback() local
640 FastCApiObject* self = UnwrapObject(args.This()); FastCallCount() local
646 FastCApiObject* self = UnwrapObject(args.This()); SlowCallCount() local
652 FastCApiObject* self = UnwrapObject(args.This()); ResetCounts() local
658 FastCApiObject* self = UnwrapObject(args.This()); SupportsFPParams() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtype-oracle.h69 TypeOracle& self = Get(); in GetBuiltinPointerType() local
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs
/third_party/skia/src/ports/
H A DSkScalerContext_mac_ct.cpp555 SkCTPathGeometrySink& self = *(SkCTPathGeometrySink*)ctx; in ApplyElement() local
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock.c335 InitContextBlockSplitter( MemoryManager* m, ContextBlockSplitter* self, size_t alphabet_size, size_t num_contexts, size_t min_block_size, double split_threshold, size_t num_symbols, BlockSplit* split, HistogramLiteral** histograms, size_t* histograms_size) InitContextBlockSplitter() argument
382 ContextBlockSplitterFinishBlock( ContextBlockSplitter* self, MemoryManager* m, BROTLI_BOOL is_final) ContextBlockSplitterFinishBlock() argument
504 ContextBlockSplitterAddSymbol( ContextBlockSplitter* self, MemoryManager* m, size_t symbol, size_t context) ContextBlockSplitterAddSymbol() argument
[all...]
H A Dhash.h205 static BROTLI_INLINE void InitBackwardMatch(BackwardMatch* self, in InitBackwardMatch() argument
211 static BROTLI_INLINE void InitDictionaryBackwardMatch(BackwardMatch* self, in InitDictionaryBackwardMatch() argument
218 static BROTLI_INLINE size_t BackwardMatchLength(const BackwardMatch* self) { in BackwardMatchLength() argument
222 static BROTLI_INLINE size_t BackwardMatchLengthCode(const BackwardMatch* self) { in BackwardMatchLengthCode() argument
[all...]
/third_party/python/Modules/_io/
H A Dbytesio.c35 check_closed(bytesio *self) in check_closed() argument
45 check_exports(bytesio *self) in check_exports() argument
72 scan_eol(bytesio *self, Py_ssize_t len) scan_eol() argument
106 unshare_buffer(bytesio *self, size_t size) unshare_buffer() argument
125 resize_buffer(bytesio *self, size_t size) resize_buffer() argument
180 write_bytes(bytesio *self, PyObject *b) write_bytes() argument
242 bytesio_get_closed(bytesio *self, void *Py_UNUSED(ignored)) bytesio_get_closed() argument
259 _io_BytesIO_readable_impl(bytesio *self) _io_BytesIO_readable_impl() argument
273 _io_BytesIO_writable_impl(bytesio *self) _io_BytesIO_writable_impl() argument
287 _io_BytesIO_seekable_impl(bytesio *self) _io_BytesIO_seekable_impl() argument
301 _io_BytesIO_flush_impl(bytesio *self) _io_BytesIO_flush_impl() argument
315 _io_BytesIO_getbuffer_impl(bytesio *self) _io_BytesIO_getbuffer_impl() argument
341 _io_BytesIO_getvalue_impl(bytesio *self) _io_BytesIO_getvalue_impl() argument
372 _io_BytesIO_isatty_impl(bytesio *self) _io_BytesIO_isatty_impl() argument
386 _io_BytesIO_tell_impl(bytesio *self) _io_BytesIO_tell_impl() argument
394 read_bytes(bytesio *self, Py_ssize_t size) read_bytes() argument
425 _io_BytesIO_read_impl(bytesio *self, Py_ssize_t size) _io_BytesIO_read_impl() argument
456 _io_BytesIO_read1_impl(bytesio *self, Py_ssize_t size) _io_BytesIO_read1_impl() argument
475 _io_BytesIO_readline_impl(bytesio *self, Py_ssize_t size) _io_BytesIO_readline_impl() argument
500 _io_BytesIO_readlines_impl(bytesio *self, PyObject *arg) _io_BytesIO_readlines_impl() argument
564 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer) _io_BytesIO_readinto_impl() argument
600 _io_BytesIO_truncate_impl(bytesio *self, Py_ssize_t size) _io_BytesIO_truncate_impl() argument
622 bytesio_iternext(bytesio *self) bytesio_iternext() argument
652 _io_BytesIO_seek_impl(bytesio *self, Py_ssize_t pos, int whence) _io_BytesIO_seek_impl() argument
706 _io_BytesIO_write(bytesio *self, PyObject *b) _io_BytesIO_write() argument
726 _io_BytesIO_writelines(bytesio *self, PyObject *lines) _io_BytesIO_writelines() argument
761 _io_BytesIO_close_impl(bytesio *self) _io_BytesIO_close_impl() argument
785 bytesio_getstate(bytesio *self, PyObject *Py_UNUSED(ignored)) bytesio_getstate() argument
811 bytesio_setstate(bytesio *self, PyObject *state) bytesio_setstate() argument
887 bytesio_dealloc(bytesio *self) bytesio_dealloc() argument
905 bytesio *self; bytesio_new() local
932 _io_BytesIO___init___impl(bytesio *self, PyObject *initvalue) _io_BytesIO___init___impl() argument
964 bytesio_sizeof(bytesio *self, void *unused) bytesio_sizeof() argument
980 bytesio_traverse(bytesio *self, visitproc visit, void *arg) bytesio_traverse() argument
987 bytesio_clear(bytesio *self) bytesio_clear() argument
1107 bytesiobuf_traverse(bytesiobuf *self, visitproc visit, void *arg) bytesiobuf_traverse() argument
1114 bytesiobuf_dealloc(bytesiobuf *self) bytesiobuf_dealloc() argument
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920