/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_types.py | 57 def transform(self, node, results):
|
H A D | fix_paren.py | 37 def transform(self, node, results):
|
H A D | fix_input.py | 19 def transform(self, node, results):
|
H A D | fix_xreadlines.py | 19 def transform(self, node, results):
|
/third_party/python/Lib/test/ |
H A D | test_check_c_globals.py | 20 def test_check_c_globals(self):
|
H A D | test_eintr.py | 12 def test_all(self):
|
/third_party/python/Lib/xml/dom/ |
H A D | NodeFilter.py | 26 def acceptNode(self, node):
|
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 502 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 D | ability_process.cpp | 227 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 D | rosen_window.cpp | 91 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 D | js_schema.cpp | 78 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 D | js_schema.cpp | 80 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 D | datashare_connection.cpp | 132 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 D | napi_storage_helper.cpp | 74 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 D | thread.c | 93 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 D | abort_controller.js | 97 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 D | thread.c | 93 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 D | Buffer.cpp | 135 cmd.self = ToAPI(device); in CreateError() 347 cmd.self = ToAPI(this); in Unmap() 363 cmd.self = ToAPI(this); in Destroy()
|
H A D | Device.cpp | 132 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 D | ctypes.h | 130 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 D | BitTracker.cpp | 28 // 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 D | var_access_benchmark.py | 14 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 D | storage.c | 900 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.h | 6 "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 D | node_impl.h | 114 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);
|