Searched refs:what (Results 101 - 125 of 1021) sorted by relevance

1234567891011>>

/haiku/src/kits/print/
H A DPrinterDriverAddOn.cpp121 settings->what = 'okok';
150 if (message == NULL || message->what != 'okok')
193 if (newSettings != NULL && newSettings->what != 'baad') {
195 settings->what = 'okok';
/haiku/headers/os/kernel/
H A Dscheduler.h15 \a what is a bit mask describing what you're doing in the thread.
72 int32 suggest_thread_priority(uint32 what, int32 period, bigtime_t jitter,
/haiku/src/apps/cortex/support/
H A DObservableHandler.cpp167 switch(message->what) {
232 reply.what = M_BAD_TARGET;
241 reply.what = M_BAD_OBSERVER;
281 reply.what = M_BAD_OBSERVER;
/haiku/headers/os/app/
H A DMessageQueue.h26 BMessage* FindMessage(uint32 what, int32 index = 0) const;
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DCommandExecutor.cpp72 switch(message->what) {
H A DShortcutsServerFilter.cpp70 switch(message->what) {
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp90 if (message->what == B_KEY_DOWN || message->what == B_KEY_UP
91 || message->what == B_UNMAPPED_KEY_DOWN
92 || message->what == B_UNMAPPED_KEY_UP) {
/haiku/src/kits/shared/
H A DMessageBuilder.cpp92 /*! Gets the "what" of the current message.
97 return fCurrentMessage->what;
101 /*! Sets the "what" of the current message.
104 BMessageBuilder::SetWhat(uint32 what) argument
106 fCurrentMessage->what = what;
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h76 /* If format has wildcard, specialize to what you can do (and change). */
107 const media_source& what,
121 const media_source& what,
125 const media_source& what,
130 const media_source & what,
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h105 virtual status_t PrepareToConnect(const media_source& what,
113 virtual void Disconnect(const media_source& what,
115 virtual void LateNoticeReceived(const media_source& what,
118 virtual void EnableOutput(const media_source& what,
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellOptionPopUpEditor.cpp65 switch (message->what) {
/haiku/src/preferences/network/
H A DIPAddressControl.cpp60 switch (message->what) {
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.h99 /* If format has wildcard, specialize to what you can do (and change). */
139 const media_source & what,
151 const media_source & what,
154 const media_source & what,
158 const media_source & what,
/haiku/src/preferences/screen/
H A DScreenApplication.cpp51 switch (message->what) {
/haiku/src/apps/stylededit/
H A DReplaceWindow.h36 void _SendMessage(uint32 what);
/haiku/src/preferences/input/
H A DInput.cpp43 switch (message->what) {
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoApplication.cpp29 switch (msg->what)
/haiku/src/apps/installer/
H A DInstallerApp.cpp48 switch (message->what) {
/haiku/src/apps/devices/
H A DDevicesApplication.cpp61 switch (message->what) {
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmutex.h38 void _mtx_assert(struct mtx *m, int what, const char *file, int line);
42 # define mtx_assert(m, what) \
43 _mtx_assert((m), (what), __FILE__, __LINE__)
45 # define mtx_assert(m, what)
/haiku/src/libs/icon/transformer/
H A DTransformerFactory.cpp48 switch (message->what) {
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp44 switch (message->what) {
/haiku/src/apps/text_search/
H A DGrepper.cpp184 message.what = MSG_REPORT_RESULT;
197 message.what = MSG_REPORT_ERROR;
214 message.what = MSG_REPORT_FILE_NAME;
290 message.what = MSG_REPORT_ERROR;
303 message.what = MSG_REPORT_ERROR;
317 message.what = MSG_REPORT_ERROR;
348 message.what = MSG_REPORT_ERROR;
408 message.what = MSG_REPORT_ERROR;
430 message.what = MSG_REPORT_RESULT;
463 message.what
[all...]
/haiku/src/apps/resedit/
H A DInlineEditor.cpp81 fCommand = msg ? msg->what : 0;
89 if (msg->what == fCommand) {
/haiku/src/kits/game/
H A DGameProducer.cpp114 GameProducer::EnableOutput(const media_source& what, bool enabled, argument
121 if (what == fOutput.source)
170 GameProducer::PrepareToConnect(const media_source& what, argument
178 if (what != fOutput.source)
276 GameProducer::Disconnect(const media_source& what, argument
280 if ((where == fOutput.destination) && (what == fOutput.source)) {
349 GameProducer::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
354 if (what == fOutput.source) {

Completed in 108 milliseconds

1234567891011>>