Searched refs:self (Results 76 - 100 of 126) sorted by relevance

123456

/haiku/src/kits/storage/
H A DStatable.cpp308 _OhSoStatable1__9BStatable(const BStatable* self, struct stat* stat) argument
310 _ZN9BStatable14_OhSoStatable1Ev(const BStatable* self, struct stat* stat)
315 status_t result = BStatable::Private(self).GetStatBeOS(&oldStat);
/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/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/kits/media/
H A DMediaFile.cpp322 BMediaFile* self, media_format* mf, const media_codec_info* mci);
324 CreateTrack__10BMediaFileP12media_formatPC16media_codec_info(BMediaFile* self, argument
327 return self->CreateTrack(mf, mci, 0);
333 BMediaFile* self, media_format* mf);
335 CreateTrack__10BMediaFileP12media_format(BMediaFile* self, media_format* mf) argument
337 return self->CreateTrack(mf, NULL, 0);
H A DMediaNode.cpp256 BMediaNode* self = const_cast<BMediaNode*>(this); local
257 self->fTimeSource = MediaRosterEx(
260 ASSERT(fTimeSource == self->fTimeSource);
266 fTimeSource->AddMe(self);
H A DMediaTrack.cpp146 BMediaTrack* self, media_format* _format);
148 status_t DecodedFormat__11BMediaTrackP12media_format(BMediaTrack* self, argument
151 return self->DecodedFormat(_format, 0);
348 ReadFrames__11BMediaTrackPcPxP12media_header(BMediaTrack* self, argument
351 return self->ReadFrames(_buffer, _frameCount, header, 0);
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp85 ExpressionEvaluationWindow* self = new ExpressionEvaluationWindow( local
89 self->_Init();
91 delete self;
95 return self;
/haiku/src/kits/support/
H A DDataIO.cpp137 _ReservedDataIO1__7BDataIO(BDataIO* self) argument
139 return self->BDataIO::Flush();
149 _ZN7BDataIO16_ReservedDataIO1Ev(BDataIO* self) argument
151 return self->BDataIO::Flush();
/haiku/src/apps/text_search/
H A DGrepper.cpp162 Grepper* self = static_cast<Grepper*>(cookie); local
163 return self->_WriterThread();
234 Grepper* self = static_cast<Grepper*>(cookie); local
235 return self->_RunnerThread();
/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/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp259 Recorder* self = (Recorder*)data; local
260 self->fCaughtDeadlySignal = true;
/haiku/src/apps/mail/
H A DQueryList.cpp219 QueryList::_FetchQuery(void* self) argument
221 return static_cast<QueryList*>(self)->_FetchQuery();
/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/tests/system/kernel/
H A Dsyscall_restart_test.cpp166 Test* self = (Test*)userData; local
168 self->fSignalHandlerCalled = true;
169 self->HandleSignal();
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h113 static status_t _CheckMediaStatusDaemon(void* self);
/haiku/src/kits/translation/
H A DTranslatorRosterPrivate.h111 BTranslator *self);
H A DTranslatorRoster.cpp324 void* self; local
326 && message->FindPointer("ptr", &self) == B_OK) {
327 _TranslatorDeleted(id, (BTranslator*)self);
869 BTranslatorRoster::Private::_TranslatorDeleted(translator_id id, BTranslator* self) argument
877 image_id image = fImageOrigins[self];
879 delete self;
884 fImageOrigins.erase(self);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp85 InspectorWindow* self = new InspectorWindow(team, listener, target); local
88 self->_Init();
90 delete self;
94 return self;
/haiku/src/apps/activitymonitor/
H A DActivityView.h103 static status_t _RefreshThread(void* self);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp664 ImageFunctionsView* self = new ImageFunctionsView(listener); local
667 self->_Init();
669 delete self;
673 return self;
/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/kits/tracker/
H A DTaskLoop.cpp551 StandAloneTaskLoop* self = (StandAloneTaskLoop*)castToThis; local
552 self->Run();
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_attach.c740 rtwn_pci_shutdown(device_t self) argument
742 struct rtwn_pci_softc *pc = device_get_softc(self);
749 rtwn_pci_suspend(device_t self) argument
751 struct rtwn_pci_softc *pc = device_get_softc(self);
759 rtwn_pci_resume(device_t self) argument
761 struct rtwn_pci_softc *pc = device_get_softc(self);
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c413 ural_match(device_t self) argument
415 struct usb_attach_arg *uaa = device_get_ivars(self);
428 ural_attach(device_t self) argument
430 struct usb_attach_arg *uaa = device_get_ivars(self);
431 struct ural_softc *sc = device_get_softc(self);
436 device_set_usb_desc(self);
438 sc->sc_dev = self;
440 mtx_init(&sc->sc_mtx, device_get_nameunit(self),
449 device_printf(self, "could not allocate USB transfers, "
462 device_printf(self, "MA
514 ural_detach(device_t self) argument
[all...]
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp67 static status_t _GenerateThread(void* self);
135 GenerateSudoku* self = (GenerateSudoku*)_self; local
136 self->_Generate();

Completed in 138 milliseconds

123456