Home
last modified time | relevance | path

Searched refs:self (Results 3701 - 3725 of 5282) sorted by relevance

1...<<141142143144145146147148149150>>...212

/foundation/multimodalinput/input/intention/cooperate/plugin/include/
H A Dcooperate_out.h43 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 Dtask_scheduler.h53 if (auto self = weak.lock()) { in PostSyncTask()
54 self->ExecuteExportTask(); in PostSyncTask()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dxscale-cp0.c33 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 Dsleep.S39 @ 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 Dxscale-cp0.c33 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 Dscif_ioctl.h76 * @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 Dscif_ioctl.h76 * @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 Dcgrp_kfunc_common.h35 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 Dscif_ioctl.h14 struct scif_port_id self; member
60 __u64 self; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dscif_ioctl.h27 struct scif_port_id self; member
73 __u64 self; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dscif_ioctl.h27 struct scif_port_id self; member
73 __u64 self; member
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packagerConfig.py103 def edit(self, filename):
111 def add(self, filename):
/third_party/node/test/parallel/
H A Dtest-internal-socket-list-receive.js64 list.on('empty', common.mustCall((self) => assert.strictEqual(self, list)));
/third_party/node/test/async-hooks/
H A Dtest-writewrap.js90 function onafterwrite(self) {
92 self.end();
/third_party/musl/src/thread/
H A Dpthread_join.c19 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 Dany.js27 if (typeof self !== "undefined") {
28 return self;
/third_party/ltp/testcases/kernel/security/smack/
H A Dsmack_file_access.sh62 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 D2-2.c43 pthread_t self = pthread_self(); in thread_func() local
48 rc = pthread_getschedparam(self, &new_policy, &param); in thread_func()
/third_party/node/deps/v8/src/api/
H A Dapi-arguments.cc13 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 Dcrypt.py32 def __repr__(self):
33 return '<crypt.METHOD_{}>'.format(self.name)
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerQueue.cpp53 // 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 Dviewer_bindings.cpp54 .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 Dconnection_state_manager.cpp63 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 Dhost.c36 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 Dehci-platform.c61 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()

Completed in 11 milliseconds

1...<<141142143144145146147148149150>>...212