Home
last modified time | relevance | path

Searched defs:self (Results 376 - 400 of 599) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc78 RepeatedScalarContainer* self = in Len() local
86 RepeatedScalarContainer* self = in AssignItem() local
64 InternalAssignRepeatedField( RepeatedScalarContainer* self, PyObject* list) InternalAssignRepeatedField() argument
192 RepeatedScalarContainer* self = Item() local
343 Append(RepeatedScalarContainer* self, PyObject* item) Subscript() argument
423 AppendMethod(PyObject* self, PyObject* item) Subscript() argument
428 RepeatedScalarContainer* self = Subscript() local
491 Extend(RepeatedScalarContainer* self, PyObject* value) Subscript() argument
520 RepeatedScalarContainer* self = Subscript() local
559 ExtendMethod(PyObject* self, PyObject* value) Subscript() argument
676 RepeatedScalarContainer* self = reinterpret_cast<RepeatedScalarContainer*>( Subscript() local
[all...]
H A Drepeated_composite_container.cc67 RepeatedCompositeContainer* self = in Length() local
78 PyObject* Add(RepeatedCompositeContainer* self, PyObject* args, in Add() argument
102 AddMethod(PyObject* self, PyObject* args, PyObject* kwargs) AddMethod() argument
109 AddMessage(RepeatedCompositeContainer* self, PyObject* value) AddMessage() argument
127 RepeatedCompositeContainer* self = AppendMethod() local
140 RepeatedCompositeContainer* self = Insert() local
172 Extend(RepeatedCompositeContainer* self, PyObject* value) Extend() argument
201 ExtendMethod(PyObject* self, PyObject* value) ExtendMethod() argument
205 MergeFrom(RepeatedCompositeContainer* self, PyObject* other) MergeFrom() argument
209 MergeFromMethod(PyObject* self, PyObject* other) MergeFromMethod() argument
214 GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, Py_ssize_t length = -1) GetItem() argument
234 Subscript(RepeatedCompositeContainer* self, PyObject* item) Subscript() argument
279 SubscriptMethod(PyObject* self, PyObject* slice) Subscript() argument
283 AssignSubscript(RepeatedCompositeContainer* self, PyObject* slice, PyObject* value) Subscript() argument
295 AssignSubscriptMethod(PyObject* self, PyObject* slice, PyObject* value) Subscript() argument
302 RepeatedCompositeContainer* self = Subscript() local
328 RepeatedCompositeContainer* self = Subscript() local
376 ReorderAttached(RepeatedCompositeContainer* self, PyObject* child_list) Subscript() argument
398 SortPythonMessages(RepeatedCompositeContainer* self, PyObject* args, PyObject* kwds) Subscript() argument
416 RepeatedCompositeContainer* self = Subscript() local
440 RepeatedCompositeContainer* self = Subscript() local
446 RepeatedCompositeContainer* self = Subscript() local
479 RepeatedCompositeContainer* self = Subscript() local
495 RepeatedCompositeContainer* self = Subscript() local
[all...]
/third_party/python/Modules/_io/
H A Diobase.c98 iobase_seek(PyObject *self, PyObject *args) in iobase_seek() argument
110 _io__IOBase_tell_impl(PyObject *self) in _io__IOBase_tell_impl() argument
123 iobase_truncate(PyObject *self, PyObject *args) in iobase_truncate() argument
129 iobase_is_closed(PyObject *self) in iobase_is_closed() argument
151 _io__IOBase_flush_impl(PyObject *self) in _io__IOBase_flush_impl() argument
167 iobase_closed_get(PyObject *self, void *context) in iobase_closed_get() argument
177 iobase_check_closed(PyObject *self) iobase_check_closed() argument
196 _PyIOBase_check_closed(PyObject *self, PyObject *args) _PyIOBase_check_closed() argument
220 _io__IOBase_close_impl(PyObject *self) _io__IOBase_close_impl() argument
252 iobase_finalize(PyObject *self) iobase_finalize() argument
304 _PyIOBase_finalize(PyObject *self) _PyIOBase_finalize() argument
320 iobase_traverse(iobase *self, visitproc visit, void *arg) iobase_traverse() argument
327 iobase_clear(iobase *self) iobase_clear() argument
336 iobase_dealloc(iobase *self) iobase_dealloc() argument
370 _io__IOBase_seekable_impl(PyObject *self) _io__IOBase_seekable_impl() argument
377 _PyIOBase_check_seekable(PyObject *self, PyObject *args) _PyIOBase_check_seekable() argument
402 _io__IOBase_readable_impl(PyObject *self) _io__IOBase_readable_impl() argument
410 _PyIOBase_check_readable(PyObject *self, PyObject *args) _PyIOBase_check_readable() argument
435 _io__IOBase_writable_impl(PyObject *self) _io__IOBase_writable_impl() argument
443 _PyIOBase_check_writable(PyObject *self, PyObject *args) _PyIOBase_check_writable() argument
462 iobase_enter(PyObject *self, PyObject *args) iobase_enter() argument
472 iobase_exit(PyObject *self, PyObject *args) iobase_exit() argument
490 _io__IOBase_fileno_impl(PyObject *self) _io__IOBase_fileno_impl() argument
505 _io__IOBase_isatty_impl(PyObject *self) _io__IOBase_isatty_impl() argument
530 _io__IOBase_readline_impl(PyObject *self, Py_ssize_t limit) _io__IOBase_readline_impl() argument
640 iobase_iter(PyObject *self) iobase_iter() argument
650 iobase_iternext(PyObject *self) iobase_iternext() argument
679 _io__IOBase_readlines_impl(PyObject *self, Py_ssize_t hint) _io__IOBase_readlines_impl() argument
753 _io__IOBase_writelines(PyObject *self, PyObject *lines) _io__IOBase_writelines() argument
907 _io__RawIOBase_read_impl(PyObject *self, Py_ssize_t n) _io__RawIOBase_read_impl() argument
948 _io__RawIOBase_readall_impl(PyObject *self) _io__RawIOBase_readall_impl() argument
1002 rawiobase_readinto(PyObject *self, PyObject *args) rawiobase_readinto() argument
1009 rawiobase_write(PyObject *self, PyObject *args) rawiobase_write() argument
[all...]
/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...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ai_infer_process/
H A Dai_infer_process.c235 SAMPLE_SVP_NNIE_CFG_S *self; in CnnCreate() local
312 CnnDestroy(SAMPLE_SVP_NNIE_CFG_S *self) CnnDestroy() argument
553 CnnCalImg(SAMPLE_SVP_NNIE_CFG_S* self, const IVE_IMAGE_S *img, RecogNumInfo resBuf[], int resSize, int* resLen) CnnCalImg() argument
806 SAMPLE_SVP_NNIE_CFG_S *self; Yolo2Create() local
886 Yolo2Destory(SAMPLE_SVP_NNIE_CFG_S *self) Yolo2Destory() argument
963 Yolo2CalImg(SAMPLE_SVP_NNIE_CFG_S* self, const IVE_IMAGE_S *img, DetectObjInfo resBuf[], int resSize, int* resLen) Yolo2CalImg() argument
[all...]
/device/soc/rockchip/rk3588/kernel/net/rfkill/
H A Drfkill-wlan.c713 static int rfkill_wlan_fb_event_notify(struct notifier_block *self, in rfkill_wlan_fb_event_notify() argument
/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_manager_stub_impl.cpp694 auto self = weak_from_this(); in ConnectManager() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp79 auto self = isNodeIn ? inNode_ : outNode_; in GetMatchedPair() local
[all...]
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_controller.cpp100 napi_value self; in ConstructorCallback() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c555 static LnnPhysicalSubnet *CreateIpSubnetManager(const struct LnnProtocolManager *self, const char *ifName) in CreateIpSubnetManager() argument
670 int32_t LnnInitIpProtocol(struct LnnProtocolManager *self) in LnnInitIpProtocol() argument
688 int32_t LnnEnableIpProtocol(struct LnnProtocolManager *self, LnnNetIfMgr *netifMgr) in LnnEnableIpProtocol() argument
720 void LnnDeinitIpNetwork(struct LnnProtocolManager *self) in LnnDeinitIpNetwork() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp45 int32_t OnEventDisconnected(struct IWpaCallback *self, in OnEventDisconnected() argument
96 int32_t OnEventConnected(struct IWpaCallback *self, in OnEventConnected() argument
122 int32_t OnEventBssidChanged(struct IWpaCallback *self, in OnEventBssidChanged() argument
156 int32_t OnEventStateChanged(struct IWpaCallback *self, in OnEventStateChanged() argument
178 int32_t OnEventTempDisabled(struct IWpaCallback *self, in OnEventTempDisabled() argument
210 int32_t OnEventAssociateReject(struct IWpaCallback *self, in OnEventAssociateReject() argument
268 int32_t OnEventStaNotify(struct IWpaCallback *self, const char* notifyParam, const char *ifName) in OnEventStaNotify() argument
295 int32_t OnEventWpsOverlap(struct IWpaCallback *self, const char *ifName) in OnEventWpsOverlap() argument
309 int32_t OnEventWpsTimeout(struct IWpaCallback *self, const char *ifName) in OnEventWpsTimeout() argument
323 int32_t OnEventAuthTimeout(struct IWpaCallback *self, cons argument
343 OnEventScanResult(struct IWpaCallback *self, const struct HdiWpaRecvScanResultParam *recvScanResultParam, const char* ifName) OnEventScanResult() argument
360 onEventStaJoin(struct IHostapdCallback *self, const struct HdiApCbParm *apCbParm, const char* ifName) onEventStaJoin() argument
396 onEventApState(struct IHostapdCallback *self, const struct HdiApCbParm *apCbParm, const char* ifName) onEventApState() argument
447 OnEventDeviceFound(struct IWpaCallback *self, const struct HdiP2pDeviceInfoParam *deviceInfoParam, const char* ifName) OnEventDeviceFound() argument
482 OnEventDeviceLost(struct IWpaCallback *self, const struct HdiP2pDeviceLostParam *deviceLostParam, const char* ifName) OnEventDeviceLost() argument
501 OnEventGoNegotiationRequest(struct IWpaCallback *self, const struct HdiP2pGoNegotiationRequestParam *goNegotiationRequestParam, const char* ifName) OnEventGoNegotiationRequest() argument
519 OnEventGoNegotiationCompleted(struct IWpaCallback *self, const struct HdiP2pGoNegotiationCompletedParam *goNegotiationCompletedParam, const char* ifName) OnEventGoNegotiationCompleted() argument
541 OnEventInvitationReceived(struct IWpaCallback *self, const struct HdiP2pInvitationReceivedParam *invitationReceivedParam, const char *ifName) OnEventInvitationReceived() argument
575 OnEventInvitationResult(struct IWpaCallback *self, const struct HdiP2pInvitationResultParam *invitationResultParam, const char *ifName) OnEventInvitationResult() argument
592 OnEventGroupFormationSuccess(struct IWpaCallback *self, const char *ifName) OnEventGroupFormationSuccess() argument
602 OnEventGroupFormationFailure(struct IWpaCallback *self, const char *reason, const char *ifName) OnEventGroupFormationFailure() argument
615 OnEventGroupStarted(struct IWpaCallback *self, const struct HdiP2pGroupStartedParam *groupStartedParam, const char* ifName) OnEventGroupStarted() argument
648 OnEventGroupInfoStarted(struct IWpaCallback *self, const struct HdiP2pGroupInfoStartedParam *groupStartedParam, const char* ifName) OnEventGroupInfoStarted() argument
683 OnEventGroupRemoved(struct IWpaCallback *self, const struct HdiP2pGroupRemovedParam *groupRemovedParam, const char* ifName) OnEventGroupRemoved() argument
697 OnEventProvisionDiscoveryCompleted(struct IWpaCallback *self, const struct HdiP2pProvisionDiscoveryCompletedParam *provisionDiscoveryCompletedParam, const char* ifName) OnEventProvisionDiscoveryCompleted() argument
737 OnEventFindStopped(struct IWpaCallback *self, const char* ifName) OnEventFindStopped() argument
747 OnEventServDiscReq(struct IWpaCallback *self, const struct HdiP2pServDiscReqInfoParam *servDiscReqInfoParam, const char* ifName) OnEventServDiscReq() argument
774 OnEventServDiscResp(struct IWpaCallback *self, const struct HdiP2pServDiscRespParam *servDiscRespParam, const char* ifName) OnEventServDiscResp() argument
795 OnEventStaConnectState(struct IWpaCallback *self, const struct HdiP2pStaConnectStateParam *staConnectStateParam, const char* ifName) OnEventStaConnectState() argument
821 OnEventIfaceCreated(struct IWpaCallback *self, const struct HdiP2pIfaceCreatedParam *ifaceCreatedParam, const char* ifName) OnEventIfaceCreated() argument
[all...]
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp176 napi_value self = nullptr; in Initialize() local
616 napi_value self = nullptr; Napi_AddTemplate() local
656 napi_value self = nullptr; Napi_DelTemplate() local
783 napi_value self = nullptr; Napi_On() local
807 Napi_RegisterObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) Napi_RegisterObserver() argument
851 napi_value self = nullptr; Napi_Off() local
876 Napi_UnregisterObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) Napi_UnregisterObserver() argument
1049 Napi_SubscribeRdbObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) Napi_SubscribeRdbObserver() argument
1088 Napi_UnsubscribeRdbObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) Napi_UnsubscribeRdbObserver() argument
1135 Napi_SubscribePublishedObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) Napi_SubscribePublishedObserver() argument
1175 Napi_UnsubscribePublishedObserver(napi_env env, size_t argc, napi_value *argv, napi_value self) Napi_UnsubscribePublishedObserver() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_transaction.cpp250 napi_value self = nullptr; in Initialize() local
[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

Completed in 31 milliseconds

1...<<11121314151617181920>>...24