Searched refs:Do (Results 1 - 25 of 60) sorted by relevance

123

/haiku/src/kits/storage/disk_device/jobs/
H A DDefragmentJob.h20 virtual status_t Do();
H A DDefragmentJob.cpp26 // Do
28 DefragmentJob::Do() function in class:DefragmentJob
H A DDeleteChildJob.h21 virtual status_t Do();
H A DInitializeJob.h23 virtual status_t Do();
H A DRepairJob.h21 virtual status_t Do();
H A DResizeJob.h22 virtual status_t Do();
H A DSetStringJob.h23 virtual status_t Do();
H A DUninitializeJob.h21 virtual status_t Do();
H A DCreateChildJob.h25 virtual status_t Do();
H A DDeleteChildJob.cpp28 // Do
30 DeleteChildJob::Do() function in class:DeleteChildJob
H A DMoveJob.h25 virtual status_t Do();
H A DRepairJob.cpp28 // Do
30 RepairJob::Do() function in class:RepairJob
H A DResizeJob.cpp31 // Do
33 ResizeJob::Do() function in class:ResizeJob
/haiku/src/servers/package/
H A DJob.h21 virtual void Do() = 0;
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJob.h23 virtual status_t Do() = 0;
/haiku/headers/private/storage/mime/
H A DAppMetaMimeCreator.h27 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir);
H A DMimeInfoUpdater.h27 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir);
H A DMimeEntryProcessor.h36 virtual status_t Do(const entry_ref& entry, bool* _entryIsDir)
/haiku/src/servers/registrar/
H A DEvent.cpp34 flag, and a Do() method invoked, when the event is executed.
37 event queue after it has been executed. The same happens, if Do() returns
131 // Do
143 of IsAutoDelete() and the return value of Do() specifies whether the
148 about Do()'s return value. The second kind shall usually not be deleted,
149 but during the execution of Do() it might turn out, that it the would be
151 BTW, the event may as well delete itself in Do(); that is not a very
154 \note IsAutoDelete() is checked by the event queue before Do() is invoked.
155 Thus changing it in Do() won't have any effect.
158 within Do()
168 Event::Do(EventQueue *queue) function in class:Event
[all...]
H A DEvent.h47 virtual bool Do(EventQueue *queue);
/haiku/src/kits/debugger/jobs/
H A DJobs.h71 virtual status_t Do();
88 virtual status_t Do();
107 virtual status_t Do();
130 virtual status_t Do();
166 virtual status_t Do();
190 virtual status_t Do();
223 virtual status_t Do();
245 virtual status_t Do();
264 virtual status_t Do();
287 virtual status_t Do();
[all...]
H A DGetCPUStateJob.cpp42 GetCpuStateJob::Do() function in class:GetCpuStateJob
H A DWriteMemoryJob.cpp41 WriteMemoryJob::Do() function in class:WriteMemoryJob
/haiku/src/servers/registrar/mime/
H A DCreateAppMetaMimeThread.cpp39 return fCreator.Do(*ref, _entryIsDir);
H A DUpdateMimeInfoThread.cpp49 return fUpdater.Do(*entry, _entryIsDir);

Completed in 84 milliseconds

123