Home
last modified time | relevance | path

Searched refs:self (Results 3426 - 3450 of 3802) sorted by relevance

1...<<131132133134135136137138139140>>...153

/third_party/python/Lib/lib2to3/fixes/
H A Dfix_types.py57 def transform(self, node, results):
H A Dfix_paren.py37 def transform(self, node, results):
H A Dfix_input.py19 def transform(self, node, results):
H A Dfix_xreadlines.py19 def transform(self, node, results):
/third_party/python/Lib/test/
H A Dtest_check_c_globals.py20 def test_check_c_globals(self):
H A Dtest_eintr.py12 def test_all(self):
/third_party/python/Lib/xml/dom/
H A DNodeFilter.py26 def acceptNode(self, node):
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp502 auto self(weak_from_this()); in DispatchForeground()
505 auto task = [self, abilityRecord]() { in DispatchForeground()
506 auto selfObj = self.lock(); in DispatchForeground()
515 auto task = [self, abilityRecord, state]() { in DispatchForeground()
516 auto selfObj = self.lock(); in DispatchForeground()
553 auto self(shared_from_this()); in DispatchBackground()
554 auto task = [self, abilityRecord]() { self->CompleteBackground(abilityRecord); }; in DispatchBackground()
573 auto self(shared_from_this()); in DispatchTerminate()
574 auto task = [self, abilityRecor in DispatchTerminate()
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_process.cpp227 auto task = [self = GetInstance(), requestCode, callbackInfo] in RequestPermissionsFromUser()
229 if (!self) { in RequestPermissionsFromUser()
230 TAG_LOGE(AAFwkTag::ABILITY, "null self"); in RequestPermissionsFromUser()
233 if (!self->CaullFunc(requestCode, permissions, grantResults, callbackInfo)) { in RequestPermissionsFromUser()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_window.cpp91 auto self = weak.lock(); in RosenWindow()
92 CHECK_NULL_VOID(self); in RosenWindow()
93 self->RequestFrame(); in RosenWindow()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_schema.cpp78 ASSERT_CALL(env, napi_wrap(env, ctxt->self, schema, finalize, nullptr, nullptr), schema); in New()
79 return ctxt->self; in New()
143 return ctxt->self; in SetRootNode()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_schema.cpp80 ASSERT_CALL(env, napi_wrap(env, ctxt->self, schema, finalize, nullptr, nullptr), schema); in New()
81 return ctxt->self; in New()
145 return ctxt->self; in SetRootNode()
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_connection.cpp132 std::weak_ptr<DataShareConnection> self = weak_from_this(); in DelayConnectExtAbility() local
133 auto taskid = pool_->Schedule(delay, [uri, self]() { in DelayConnectExtAbility()
134 auto selfSharedPtr = self.lock(); in DelayConnectExtAbility()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp74 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in GetStorage()
147 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in DeleteStorage()
193 auto input = [context](napi_env env, size_t argc, napi_value *argv, napi_value self) { in RemoveStorageFromCache()
/third_party/libuv/src/win/
H A Dthread.c93 uv_thread_t self; member
106 uv_key_set(&uv__current_thread_key, ctx.self); in uv__thread_start()
165 ctx->self = thread; in uv_thread_create_ex()
/third_party/node/lib/internal/
H A Dabort_controller.js97 function customInspect(self, obj, depth, options) {
99 return self;
105 return `${self.constructor.name} ${inspect(obj, opts)}`;
/third_party/node/deps/uv/src/win/
H A Dthread.c93 uv_thread_t self; member
106 uv_key_set(&uv__current_thread_key, ctx.self); in uv__thread_start()
165 ctx->self = thread; in uv_thread_create_ex()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DBuffer.cpp135 cmd.self = ToAPI(device); in CreateError()
347 cmd.self = ToAPI(this); in Unmap()
363 cmd.self = ToAPI(this); in Destroy()
H A DDevice.cpp132 cmd.self = ToAPI(this); in PushErrorScope()
185 cmd.self = ToAPI(this); in InjectError()
216 cmd.self = ToAPI(this); in GetQueue()
/third_party/python/Modules/_ctypes/
H A Dctypes.h130 extern int PyType_stginfo(PyTypeObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
131 extern int PyObject_stginfo(PyObject *self, Py_ssize_t *psize, Py_ssize_t *palign, Py_ssize_t *plength);
285 extern StgDictObject *PyObject_stgdict(PyObject *self);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp28 // to self", so for the %1 above, the bit 0 of it will be a "ref" to
198 // the actual bits of the "self" register.
355 return RegisterCell::self(0, BW);
362 return RegisterCell::self(0, BW);
383 // Eliminate all ref-to-reg-0 bit values: replace them with "self".
461 Res[I] = BitValue::self();
494 Res[I] = BitValue::self();
504 Res.fill(Z, W, BitValue::self());
514 Res.fill(Z, W, BitValue::self());
565 Res[i] = BitValue::self();
[all...]
/third_party/python/Tools/scripts/
H A Dvar_access_benchmark.py14 def m(self):
19 def __init__(self, x):
20 self.x = x
23 def __init__(self, x):
24 self.x = x
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dstorage.c900 RepeatedField* self; in check_repeated_field_type() local
908 self = ruby_to_RepeatedField(val); in check_repeated_field_type()
909 if (self->field_type != upb_fielddef_type(field)) { in check_repeated_field_type()
913 if (self->field_type_class != field_type_class(layout, field)) { in check_repeated_field_type()
922 Map* self; in check_map_field_type() local
929 self = ruby_to_Map(val); in check_map_field_type()
930 if (self->key_type != upb_fielddef_type(key_field)) { in check_map_field_type()
933 if (self->value_type != upb_fielddef_type(value_field)) { in check_map_field_type()
936 if (self->value_type_class != field_type_class(layout, value_field)) { in check_map_field_type()
/third_party/python/Modules/clinic/
H A D_winapi.c.h6 "GetOverlappedResult($self, wait, /)\n"
14 _winapi_Overlapped_GetOverlappedResult_impl(OverlappedObject *self, int wait);
17 _winapi_Overlapped_GetOverlappedResult(OverlappedObject *self, PyObject *arg) in _winapi_Overlapped_GetOverlappedResult() argument
26 return_value = _winapi_Overlapped_GetOverlappedResult_impl(self, wait); in _winapi_Overlapped_GetOverlappedResult()
33 "getbuffer($self, /)\n"
41 _winapi_Overlapped_getbuffer_impl(OverlappedObject *self);
44 _winapi_Overlapped_getbuffer(OverlappedObject *self, PyObject *Py_UNUSED(ignored)) in _winapi_Overlapped_getbuffer() argument
46 return _winapi_Overlapped_getbuffer_impl(self); in _winapi_Overlapped_getbuffer()
50 "cancel($self, /)\n"
58 _winapi_Overlapped_cancel_impl(OverlappedObject *self);
61 _winapi_Overlapped_cancel(OverlappedObject *self, PyObject *Py_UNUSED(ignored)) _winapi_Overlapped_cancel() argument
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.h114 NameValidator(NodeImpl* self) : self_(self) {};
194 static void SetPathWithEcsNode(const BASE_NS::shared_ptr<NodeImpl>& self, const BASE_NS::string& name,
197 static bool SetPathWithoutNode(const BASE_NS::shared_ptr<NodeImpl>& self, const BASE_NS::string& name,
234 static void BuildChildrenIterateOver(const BASE_NS::shared_ptr<NodeImpl>& self, const SCENE_NS::IEcsScene::Ptr& ecs,
340 static void InitializeMesh(const SCENE_NS::IMesh::Ptr& mesh, const BASE_NS::shared_ptr<SCENE_NS::IEcsObject>& self);

Completed in 18 milliseconds

1...<<131132133134135136137138139140>>...153