/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_out.h | 43 static void BuildChains(std::shared_ptr<Initial> self, CooperateOut &parent); 44 static void RemoveChains(std::shared_ptr<Initial> self);
|
/foundation/window/window_manager/window_scene/common/include/ |
H A D | task_scheduler.h | 53 if (auto self = weak.lock()) { in PostSyncTask() 54 self->ExecuteExportTask(); in PostSyncTask()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | xscale-cp0.c | 33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do() argument 58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do() argument
|
/kernel/linux/linux-5.10/arch/arm/mach-prima2/ |
H A D | sleep.S | 39 @ read the MEM ctl register and set the self 46 @ the RAM is going to self refresh mode
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | xscale-cp0.c | 33 static int dsp_do(struct notifier_block *self, unsigned long cmd, void *t) in dsp_do() argument 58 static int iwmmxt_do(struct notifier_block *self, unsigned long cmd, void *t) in iwmmxt_do() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | scif_ioctl.h | 76 * @self: used to read back the assigned port_id 80 struct scif_port_id self; member 189 * @self: ID of the current node 194 __u64 self; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | scif_ioctl.h | 76 * @self: used to read back the assigned port_id 80 struct scif_port_id self; member 189 * @self: ID of the current node 194 __u64 self; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | cgrp_kfunc_common.h | 35 status = bpf_probe_read_kernel(&id, sizeof(id), &cgrp->self.id); in cgrps_kfunc_map_value_lookup() 49 status = bpf_probe_read_kernel(&id, sizeof(id), &cgrp->self.id); in cgrps_kfunc_map_insert()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | scif_ioctl.h | 14 struct scif_port_id self; member 60 __u64 self; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | scif_ioctl.h | 27 struct scif_port_id self; member 73 __u64 self; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | scif_ioctl.h | 27 struct scif_port_id self; member 73 __u64 self; member
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packagerConfig.py | 103 def edit(self, filename): 111 def add(self, filename):
|
/third_party/node/test/parallel/ |
H A D | test-internal-socket-list-receive.js | 64 list.on('empty', common.mustCall((self) => assert.strictEqual(self, list)));
|
/third_party/node/test/async-hooks/ |
H A D | test-writewrap.js | 90 function onafterwrite(self) { 92 self.end();
|
/third_party/musl/src/thread/ |
H A D | pthread_join.c | 19 pthread_t self = __pthread_self(); in __pthread_timedjoin_np() local 25 if (t == self) { in __pthread_timedjoin_np()
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | any.js | 27 if (typeof self !== "undefined") { 28 return self;
|
/third_party/ltp/testcases/kernel/security/smack/ |
H A D | smack_file_access.sh | 62 echo TheOne 2>/dev/null > /proc/self/attr/current 69 echo NotTheOne 2>/dev/null > /proc/self/attr/current
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setinheritsched/ |
H A D | 2-2.c | 43 pthread_t self = pthread_self(); in thread_func() local 48 rc = pthread_getschedparam(self, &new_policy, ¶m); in thread_func()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-arguments.cc | 13 Isolate* isolate, Object data, Object self, JSObject holder, in PropertyCallbackArguments() 16 slot_at(T::kThisIndex).store(self); in PropertyCallbackArguments() 12 PropertyCallbackArguments( Isolate* isolate, Object data, Object self, JSObject holder, Maybe<ShouldThrow> should_throw) PropertyCallbackArguments() argument
|
/third_party/python/Lib/ |
H A D | crypt.py | 32 def __repr__(self): 33 return '<crypt.METHOD_{}>'.format(self.name)
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | ServerQueue.cpp | 53 // The null object isn't valid as `self` or `buffer` so we can combine the check with the in DoQueueWriteBuffer() 62 auto* device = DeviceObjects().Get(queue->deviceInfo->self.id); in DoQueueWriteBuffer() 82 // The null object isn't valid as `self` so we can combine the check with the in DoQueueWriteTexture() 90 auto* device = DeviceObjects().Get(queue->deviceInfo->self.id); in DoQueueWriteTexture()
|
/third_party/skia/modules/canvaskit/ |
H A D | viewer_bindings.cpp | 54 .function("draw", optional_override([](Slide& self, SkCanvas& canvas) { in EMSCRIPTEN_BINDINGS() 55 self.draw(&canvas); in EMSCRIPTEN_BINDINGS()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_state_manager.cpp | 63 auto self = weak.lock(); in Init() 64 if (!self) { in Init() 65 TAG_LOGW(AAFwkTag::CONNECTION, "invalid self pointer"); in Init() 68 self->InitAppStateObserver(); in Init() 527 auto self = weak.lock(); in InitAppStateObserver() 528 if (!self) { in InitAppStateObserver() 529 TAG_LOGW(AAFwkTag::CONNECTION, "invalid self pointer"); in InitAppStateObserver() 532 self->InitAppStateObserver(); in InitAppStateObserver()
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | host.c | 36 struct device *dev = hcd->self.controller; in ehci_ci_portpower() 73 struct device *dev = hcd->self.controller; in ehci_ci_reset() 172 otg->host = &hcd->self; in host_start() 173 hcd->self.otg_port = 1; in host_start() 241 struct device *dev = hcd->self.controller; in ci_ehci_hub_control() 310 struct device *dev = hcd->self.controller; in ci_ehci_bus_suspend()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-platform.c | 61 struct platform_device *pdev = to_platform_device(hcd->self.controller); in ehci_platform_reset() 172 companion_dev = usb_of_get_companion_dev(hcd->self.controller); in quirk_poll_rebind_companion() 373 device_wakeup_enable(hcd->self.controller); in ehci_platform_probe() 374 device_enable_async_suspend(hcd->self.controller); in ehci_platform_probe() 463 companion_dev = usb_of_get_companion_dev(hcd->self.controller); in ehci_platform_resume() 465 device_pm_wait_for_dev(hcd->self.controller, companion_dev); in ehci_platform_resume()
|