Searched refs:what (Results 51 - 75 of 1021) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/app/bapplication/testapps/
H A DAppQuitTestApp2.cpp17 if (message->what == MSG_QUIT)
/haiku/src/tests/kits/opengl/glinfo/
H A DOpenGLWindow.cpp54 switch (message->what) {
/haiku/src/tools/cppunit/cppunit/
H A DTestFailure.cpp69 return m_failedTest->toString() + ": " + m_thrownException->what();
/haiku/src/preferences/keymap/
H A DKeymapApplication.cpp32 switch (message->what) {
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.h52 const media_source & what,
64 const media_source & what,
67 const media_source & what,
71 const media_source & what,
/haiku/src/apps/mail/
H A DMailSupport.h66 int32 add_query_menu_items(BMenu* menu, const char* attribute, uint32 what,
/haiku/src/add-ons/network_settings/dialup/
H A DInterfaceUtils.h26 uint32 what);
/haiku/src/apps/softwareupdater/
H A DWorkingLooper.cpp36 switch (message->what) {
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A Dprint_transport.cpp61 msg->what = 'okok';
/haiku/src/kits/game/
H A DGameProducer.h71 status_t PrepareToConnect(const media_source& what,
83 void Disconnect(const media_source& what,
86 void LateNoticeReceived(const media_source& what,
90 void EnableOutput(const media_source & what,
/haiku/src/apps/firstbootprompt/
H A DBootPrompt.cpp48 switch (message->what) {
/haiku/src/libs/compat/freebsd_network/
H A Dmutex.c83 _mtx_assert(struct mtx *m, int what, const char *file, int line) argument
85 switch (what) {
93 if ((what & MA_NOTRECURSED) != 0)
96 } else if ((what & MA_RECURSED) != 0) {
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp26 create_application_item(const char* signature, uint32 what) argument
30 BMessage* message = new BMessage(what);
45 update_supporting_apps_menu(BMenu* menu, BMimeType* type, uint32 what, BHandler* target) argument
71 BMenuItem* item = create_application_item(signature, what);
H A DShowImageWindow.h77 uint32 what, char shortcut, uint32 modifier,
83 bool _ToggleMenuItem(uint32 what);
84 void _EnableMenuItem(BMenu* menu, uint32 what,
86 void _MarkMenuItem(BMenu* menu, uint32 what,
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp61 DBGMSG(("\tmsg->what: %c%c%c%c\n",
62 *((char *)&msg->what + 3),
63 *((char *)&msg->what + 2),
64 *((char *)&msg->what + 1),
65 *((char *)&msg->what + 0)));
67 DBGMSG(("\tmsg->what: %c%c%c%c\n",
68 *((char *)&msg->what + 0),
69 *((char *)&msg->what + 1),
70 *((char *)&msg->what + 2),
71 *((char *)&msg->what
[all...]
/haiku/src/apps/musiccollection/
H A DQueryMonitor.cpp25 if (message->what == B_QUERY_UPDATE
30 message->what = B_NODE_MONITOR;
/haiku/src/tests/kits/app/bmessenger/
H A DSMLooper.cpp29 switch (message->what) {
135 switch (message->what) {
/haiku/src/tests/kits/app/messaging/
H A DHandlerLooperMessageTest.cpp53 switch (message->what) {
74 switch (message->what) {
/haiku/src/tests/kits/app/messaging/first_light/
H A Dmain.cpp37 switch (msg->what)
55 switch (msg->what)
/haiku/headers/os/app/
H A DMessageFilter.h45 BMessageFilter(uint32 what,
50 message_source source, uint32 what,
/haiku/src/apps/midiplayer/
H A DMidiPlayerApp.cpp99 message->what = B_SIMPLE_DATA;
113 msg.what = B_SIMPLE_DATA;
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNodeProducer.cpp170 const media_source &what,
178 if (fOutput.source != what) {
247 const media_source & what,
252 if (fOutput.source != what) {
268 const media_source & what,
274 if (fOutput.source != what) {
304 const media_source &what,
310 if (fOutput.source != what) {
169 PrepareToConnect( const media_source &what, const media_destination &where, media_format *format, media_source *out_source, char *out_name) argument
246 Disconnect( const media_source & what, const media_destination & where) argument
267 LateNoticeReceived( const media_source & what, bigtime_t how_much, bigtime_t performance_time) argument
303 EnableOutput( const media_source &what, bool enabled, int32 *_deprecated_) argument
/haiku/src/libs/print/libprint/
H A DUIDriver.cpp42 clonedMessage->what = 'okok';
61 clonedMessage->what = 'okok';
/haiku/src/kits/print/
H A DBeUtils.cpp80 AutoReply::AutoReply(BMessage* sender, uint32 what) argument
82 , fReply(what)
/haiku/src/bin/debug/strace/
H A DContext.h56 bool GetContents(uint32 what) const { return fFlags & what; }

Completed in 131 milliseconds

1234567891011>>