Searched refs:self (Results 1 - 25 of 126) sorted by last modified time

123456

/haiku/src/kits/interface/
H A DStatusBar.cpp695 _ReservedStatusBar1__10BStatusBar(BStatusBar* self, float value, argument
698 self->BStatusBar::SetTo(value, text, trailingText);
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c11714 iwm_attach_hook(struct device *self) argument
11716 struct iwm_softc *sc = (void *)self;
11728 iwm_attach(struct device *parent, struct device *self, void *aux)
11735 struct iwm_softc *sc = (void *)self;
12142 config_mountroot(self, iwm_attach_hook);
12285 iwm_activate(struct device *self, int act) argument
12287 struct iwm_softc *sc = (struct iwm_softc *)self;
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c984 /* kick FW self load */
1087 /* kick FW self load */
10916 iwx_attach_hook(struct device *self) argument
10918 struct iwx_softc *sc = (void *)self;
11001 iwx_attach(struct device *parent, struct device *self, void *aux)
11008 struct iwx_softc *sc = (void *)self;
11429 config_mountroot(self, iwx_attach_hook);
11580 iwx_activate(struct device *self, int act) argument
11582 struct iwx_softc *sc = (struct iwx_softc *)self;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp354 AHCIController *self = (AHCIController *)data; local
355 uint32 interruptPending = self->fRegs->is & self->fPortImplementedMask;
360 for (int i = 0; i < self->fPortCount; i++) {
362 if (self->fPort[i]) {
363 self->fPort[i]->Interrupt();
371 self->fRegs->is = interruptPending;
/haiku/src/kits/tracker/
H A DUtilities.cpp258 PoseInfo* self = (PoseInfo*)castToThis; local
263 self->fInitedDirectory = SwapInt64(self->fInitedDirectory);
264 swap_data(B_POINT_TYPE, &self->fLocation, sizeof(BPoint), B_SWAP_ALWAYS);
267 if (self->fLocation.x < -20000 || self->fLocation.x > 20000
268 || self->fLocation.y < -20000 || self->fLocation.y > 20000) {
271 self->fInitedDirectory = -1LL;
272 self
373 ExtendedPoseInfo* self = (ExtendedPoseInfo *)castToThis; local
[all...]
H A DFindPanel.cpp728 BMessenger self(this);
731 AddRecentQueries(fRecentQueries, true, &self, kSwitchToQueryTemplate);
774 BMessenger self(this);
778 "saveHere", &dragNDropMessage, self,
H A DFSUtils.cpp4047 if (self == NULL)
4048 self = new WellKnowEntryList();
4050 return self->MatchEntryCommon(node);
4070 delete self;
4071 self = NULL;
4160 WellKnowEntryList* WellKnowEntryList::self = NULL; member in class:BPrivate::WellKnowEntryList
H A DTaskLoop.cpp551 StandAloneTaskLoop* self = (StandAloneTaskLoop*)castToThis; local
552 self->Run();
H A DFSUtils.h341 static WellKnowEntryList* self; member in class:BPrivate::WellKnowEntryList
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp993 domain_error_reply(net_protocol* self, net_buffer* cause, argument
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py239 def __init__(self, maxsize: int, *args, **kwargs) -> None:
248 self.maxsize = maxsize
251 def get(self, key: _abc.Hashable, default: D = None) -> typing.Union[T, D]:
261 return self[key]
265 def __getitem__(self, key: _abc.Hashable) -> T:
274 self.move_to_end(key)
277 def __setitem__(self, key: _abc.Hashable, value: T) -> None:
287 self.move_to_end(key)
288 while len(self) > self
[all...]
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp129 BMessenger self(this);
131 message.AddMessenger("messenger", self);
458 BMessenger self(this);
459 TBarApp::Subscribe(self, &fTeamList);
H A DTeamMenu.cpp87 BMessenger self(this);
89 TBarApp::Subscribe(self, &teamList);
197 BMessenger self(this);
198 TBarApp::Unsubscribe(self);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp292 unix_add_ancillary_data(net_protocol *self, ancillary_data_container *container, argument
296 "len: %" B_PRId32 "))\n", find_thread(NULL), self, container, header,
355 unix_process_ancillary_data(net_protocol *self, argument
360 "type: %d, len: %lu), %p, %p, %lu)\n", find_thread(NULL), self, header,
/haiku/headers/private/net/
H A Dnet_protocol.h62 status_t (*uninit_protocol)(net_protocol* self);
64 status_t (*open)(net_protocol* self);
65 status_t (*close)(net_protocol* self);
66 status_t (*free)(net_protocol* self);
68 status_t (*connect)(net_protocol* self, const struct sockaddr* address);
69 status_t (*accept)(net_protocol* self, net_socket** _acceptedSocket);
70 status_t (*control)(net_protocol* self, int level, int option,
72 status_t (*getsockopt)(net_protocol* self, int level, int option,
74 status_t (*setsockopt)(net_protocol* self, int level, int option,
77 status_t (*bind)(net_protocol* self, cons
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp575 IMAPFolder::_ReadFolderState(void* self) argument
577 ((IMAPFolder*)self)->_ReadFolderState();
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp67 static status_t _Run(void* self);
202 CPU::_Run(void* self) argument
204 CPU* cpu = (CPU*)self;
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dedid.h29 efi_status (*GetEdid) (struct efi_edid_override_protocol* self, efi_handle* child,
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp735 IOSchedulerSimple *self = (IOSchedulerSimple *)_self; local
736 return self->_Scheduler();
779 IOSchedulerSimple *self = (IOSchedulerSimple*)_self; local
780 return self->_RequestNotifier();
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp1325 SystemProfiler* self = (SystemProfiler*)cookie; local
1326 self->fImageNotificationsEnabled = true;
1328 return !self->_ImageAdded(image);
1372 SystemProfiler* self = (SystemProfiler*)cookie; local
1373 self->_ScheduleTimer(cpu);
1380 SystemProfiler* self = (SystemProfiler*)cookie; local
1382 CPUProfileData& cpuData = self->fCPUData[cpu];
1430 SystemProfiler* self = (SystemProfiler*)timer->user_data; local
1432 self->_DoSample();
1433 self
[all...]
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DStartTeamWindow.cpp51 StartTeamWindow* self = new StartTeamWindow(hostInterface); local
54 self->_Init();
56 delete self;
60 return self;
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/dev/pci/
H A Dif_rge.c203 rge_attach(struct device *parent, struct device *self, void *aux)
210 struct rge_softc *sc = (struct rge_softc *)self;
430 rge_activate(struct device *self, int act) argument
433 struct rge_softc *sc = (struct rge_softc *)self;
439 rv = config_activate_children(self, act);
445 rv = config_activate_children(self, act);
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py60 def do_GET(self, write_response=True):
61 authorized, extra_headers = self._authorize()
65 encoding, response_body = self._build_response_body()
67 status_code = extract_desired_status_code_from_path(self.path, 200)
68 self.send_response(status_code)
70 self.send_header('Location', '/')
75 self.send_header('Content-Type', 'text/plain')
76 self.send_header('Content-Length', str(len(response_body)))
78 self.send_header('Content-Encoding', encoding)
81 self
[all...]
H A Dproxy.py31 def __init__(self, *args, **kwargs):
37 self._connections = {}
39 super(RequestHandler, self).__init__(*args, **kwargs)
41 def _proxy_request(self):
49 target = urllib.parse.urlparse(self.path)
53 conn = self._connections.get(target.netloc, None)
60 for header_name in self.headers:
63 for header_value in self.headers.get_all(header_name):
67 client_address = '{}:{}'.format(*self.client_address)
68 x_forwarded_for_header = self
[all...]
/haiku/src/kits/support/
H A DString.cpp2725 __ls__7BStringR7BString(BString* self, BString& string) argument
2727 return self->operator<<(string);
2805 _ZN7BStringixEi(BString* self, int32 index) argument
2808 return BStringRef(*self, index);

Completed in 289 milliseconds

123456