Searched refs:handled (Results 1 - 25 of 47) sorted by relevance

12

/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp64 // Specifying an index/entry_ref that no longer exists will be handled well.
218 bool handled = false; local
233 handled = CreateProperty(message, &specifier, form, property,
238 handled = GetProperty(&specifier, form, property, &reply);
242 handled = SetProperty(message, &specifier, form, property,
247 handled = CountProperty(&specifier, form, property, &reply);
251 handled = DeleteProperty(&specifier, form, property, &reply);
255 handled = ExecuteProperty(&specifier, form, property, &reply);
259 if (handled) {
264 return handled;
273 bool handled = false; local
323 bool handled = false; local
379 bool handled = false; local
476 bool handled = false; local
497 bool handled = false; local
629 bool handled = false; local
[all...]
H A DTrackerScripting.cpp147 bool handled = false; local
162 handled = CreateProperty(message, &specifier, form, property,
167 handled = GetProperty(message, form, property, &reply);
171 handled = SetProperty(message, &specifier, form, property,
176 handled = CountProperty(&specifier, form, property, &reply);
180 handled = DeleteProperty(&specifier, form, property, &reply);
184 handled = ExecuteProperty(message, form, property, &reply);
188 if (handled) {
193 return handled;
201 bool handled local
[all...]
/haiku/src/apps/deskcalc/
H A DInputTextView.cpp65 bool handled = true; local
80 handled = false;
84 if (!handled)
/haiku/src/apps/icon-o-matic/generic/gui/
H A DInputTextView.cpp63 bool handled = true; local
76 handled = false;
80 if (!handled)
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c33 int32 handled = B_HANDLED_INTERRUPT; local
43 handled = B_INVOKE_SCHEDULER;
55 handled = B_INVOKE_SCHEDULER;
61 handled = B_INVOKE_SCHEDULER;
64 return handled;
74 uint32 handled = B_HANDLED_INTERRUPT; local
89 handled = B_INVOKE_SCHEDULER;
95 return handled;
104 int32 handled = B_UNHANDLED_INTERRUPT; local
116 handled
[all...]
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp101 bool handled = true; local
113 handled = false;
117 if (!handled)
H A DOptionValueView.cpp165 bool handled = fEnabled; local
180 handled = false;
184 if (!handled)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPLCP.cpp12 settings like the packet MRU. These settings are handled by the KPPPOptionHandler
256 bool handled = true;
296 handled = false;
302 return handled ? B_OK : B_ERROR;
318 handled = true;
325 if (!handled) {
/haiku/src/kits/interface/
H A DControl.cpp205 bool handled = false; local
215 handled = true;
222 handled = true;
228 handled = true;
235 handled = true;
241 handled = true;
248 handled = true;
254 if (handled) {
H A DStringView.cpp330 bool handled = false; local
334 handled = true;
340 handled = true;
346 handled = true;
352 handled = true;
357 if (handled) {
/haiku/src/apps/terminal/
H A DSmartTabView.cpp87 bool handled = false; local
102 handled = true;
106 handled = true;
110 if (!handled)
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c700 int32 handled = B_UNHANDLED_INTERRUPT; local
713 handled = B_INVOKE_SCHEDULER;
716 handled = B_HANDLED_INTERRUPT;
724 handled = B_INVOKE_SCHEDULER;
727 handled = B_HANDLED_INTERRUPT;
738 handled = B_INVOKE_SCHEDULER;
740 handled = B_HANDLED_INTERRUPT;
751 if (handled == B_UNHANDLED_INTERRUPT) {
753 handled = B_INVOKE_SCHEDULER;
761 return handled;
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp126 int32 handled = B_HANDLED_INTERRUPT; local
131 handled = release_vblank_sem(info);
142 handled = release_vblank_sem(info);
153 handled = release_vblank_sem(info);
201 return handled;
352 int32 handled = gen8_handle_interrupts(info, interrupt); local
355 return handled;
375 int32 handled = B_HANDLED_INTERRUPT; local
377 handled = gen8_handle_interrupts(info, read32(info, GEN11_DISPLAY_INT_CTL));
380 return handled;
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c277 int32 handled = B_UNHANDLED_INTERRUPT; local
296 handled = B_UNHANDLED_INTERRUPT;
300 handled = B_HANDLED_INTERRUPT;
304 handled = B_HANDLED_INTERRUPT;
309 handled = B_HANDLED_INTERRUPT;
315 if (handled == B_HANDLED_INTERRUPT)
323 return handled;
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1538 bool handled = false; local
1549 handled = handler->HandleThreadDebugged(
1558 handled = handler->HandleDebuggerCall(
1567 handled = handler->HandleBreakpointHit(
1576 handled = handler->HandleWatchpointHit(
1585 handled = handler->HandleSingleStep(
1594 handled = handler->HandleExceptionOccurred(
1607 handled = _HandleTeamDeleted(teamEvent);
1626 handled = _HandleThreadCreated(threadEvent);
1636 handled
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp334 bool handled = false; local
337 handled = true;
341 if (!handled)
H A DResponse.cpp586 bool handled = false; local
588 handled = fLiteralHandler->HandleLiteral(*this, arguments, stream,
592 if (!handled && size <= 65536) {
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c919 int32 handled = B_UNHANDLED_INTERRUPT; local
930 handled = B_HANDLED_INTERRUPT;
937 handled = B_HANDLED_INTERRUPT;
944 handled = B_HANDLED_INTERRUPT;
955 handled = B_HANDLED_INTERRUPT;
958 isr &= ~ISR_DMADONE; /* handled elsewhere */
959 handled = B_HANDLED_INTERRUPT;
962 isr &= ~ISR_OVERWRITE; /* handled elsewhere */
963 handled = B_HANDLED_INTERRUPT;
967 isr &= ~ISR_COUNTER; /* handled her
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp316 int32 handled = B_UNHANDLED_INTERRUPT; local
327 handled = B_HANDLED_INTERRUPT;
336 handled = B_INVOKE_SCHEDULER;
343 return handled;
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp345 bool handled = false; local
359 handled = true;
368 handled = true;
376 if (!handled)
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DKeyboardProtocolHandler.cpp195 bool handled = false; local
209 handled = true;
219 handled = true;
226 if (!handled) {
259 // a consumer/button usage that is handled like a key
401 // there because we handled an interrupt transfer or because
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp215 bool handled = false; local
219 handled = true;
281 handled = false;
286 if (!handled)
/haiku/src/system/kernel/
H A Dint.cpp98 kprintf("int %3d, enabled %" B_PRId32 ", handled %8" B_PRId64 ", "
120 kprintf(", data %p, handled ", io->data);
275 bool handled = false; local
315 handled = true;
320 if (status != B_UNHANDLED_INTERRUPT || handled) {
335 // know whether or not it has actually handled the interrupt,
382 if (handled)
482 // whether or not it actually handled the interrupt after the
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c626 uint32 handled = B_HANDLED_INTERRUPT; local
632 handled = B_INVOKE_SCHEDULER;
635 return handled;
641 int32 handled = B_UNHANDLED_INTERRUPT; local
660 handled = thread_interrupt_work(flags, regs, regs2, si);
667 return handled;
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c587 uint32 handled = B_HANDLED_INTERRUPT; local
593 handled = B_INVOKE_SCHEDULER;
596 return handled;
602 int32 handled = B_UNHANDLED_INTERRUPT; local
620 handled = thread_interrupt_work(flags, regs, si);
627 return handled;

Completed in 315 milliseconds

12