Searched refs:what (Results 426 - 450 of 1021) sorted by relevance

<<11121314151617181920>>

/haiku/headers/build/os/storage/
H A DNode.h114 virtual status_t set_stat(struct stat &st, uint32 what);
/haiku/src/preferences/network/
H A DServiceView.cpp105 switch (message->what) {
/haiku/src/servers/input/
H A DInputServer.cpp443 PRINT(("%s what:%c%c%c%c\n", __PRETTY_FUNCTION__, (char)(message->what >> 24),
444 (char)(message->what >> 16), (char)(message->what >> 8), (char)message->what));
446 switch (message->what) {
538 // This is what the R5 app_server sends us when the screen
581 // TODO: what's this for?
1020 if (message->what == IS_GET_KEY_MAP) {
1062 if (message->what
[all...]
/haiku/src/add-ons/translators/sgi/
H A DSGIView.cpp152 switch (message->what) {
/haiku/src/kits/network/libnetservices/
H A DUrlProtocolAsynchronousListener.cpp71 if (message->what != B_URL_PROTOCOL_NOTIFICATION) {
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp53 switch (message->what) {
/haiku/src/add-ons/translators/png/
H A DPNGView.cpp119 if (message->what == M_PNG_SET_INTERLACE) {
/haiku/src/tests/servers/app/harness/
H A Dharness.cpp119 switch (message->what) {
/haiku/src/add-ons/translators/tiff/
H A DTIFFView.cpp163 switch (message->what) {
/haiku/headers/os/interface/
H A DPictureButton.h76 int32 what, const char* property);
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp104 switch (message->what) {
150 // if we don't get what we want, ignore it
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp123 switch (message->what) {
/haiku/src/kits/interface/
H A DListView.cpp305 int32 what; local
308 if (message->GetCurrentSpecifier(&index, &specifier, &what, &property)
314 switch (propInfo.FindMatch(message, index, &specifier, what,
321 switch (what) {
327 if (what == B_REVERSE_INDEX_SPECIFIER)
345 if (what == B_REVERSE_RANGE_SPECIFIER)
392 switch (what) {
398 if (what == B_REVERSE_INDEX_SPECIFIER)
419 if (what == B_REVERSE_RANGE_SPECIFIER)
460 reply.what
1465 ResolveSpecifier(BMessage* message, int32 index, BMessage* specifier, int32 what, const char* property) argument
[all...]
/haiku/src/kits/app/
H A DMessage.cpp45 " data: %p; what: 0x%08lx '%.4s'; line: %d; func: %s\n", \
46 find_thread(NULL), this, fHeader, fFields, fData, what, (char*)&what, \
167 fHeader->what = _what;
168 what = _what;
237 fHeader->what = what = other.what;
348 what = 0;
383 fHeader->what
[all...]
/haiku/headers/tools/cppunit/
H A DThreadedTestCaller.h214 std::string(e.what()) + " (NOTE: caught by BThreadedTestCaller)",
222 std::string(e.what()) + " (NOTE: caught by BThreadedTestCaller)"
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp113 switch (message->what) {
156 switch (message->what) {
/haiku/src/tests/kits/app/bmessage/
H A DMessageMessageItemTest.h210 { return lhs.what == rhs.what; }
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp39 if (ret == B_OK && info->what != P_PACKAGE_INFO)
155 if (info.Unflatten(&package) != B_OK || info.what != P_PACKAGE_INFO) {
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp159 void MessageReceived(BMessage* what);
237 switch (message->what) {
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.cpp371 AudioProducer::PrepareToConnect(const media_source& what, argument
378 if (what != fOutput.source) {
475 AudioProducer::Disconnect(const media_source& what, argument
481 if (where == fOutput.destination && what == fOutput.source) {
497 AudioProducer::LateNoticeReceived(const media_source& what, bigtime_t howMuch, argument
504 if (what == fOutput.source) {
538 AudioProducer::EnableOutput(const media_source& what, bool enabled, argument
543 if (what == fOutput.source)
/haiku/src/apps/poorman/
H A DPoorManPreferencesWindow.cpp73 message.what = MSG_FILE_PANEL_CREATE_LOG_FILE;
102 switch (message->what) {
/haiku/src/servers/keystore/
H A DKeyRequestWindow.cpp200 switch (message->what) {
203 fResult = message->what == kMessageUnlock ? B_OK : B_CANCELED;
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp146 switch (message->what) {
160 switch (message->what) {
/haiku/src/kits/package/
H A DDaemonClient.cpp68 if (reply.what != B_MESSAGE_GET_INSTALLATION_LOCATION_INFO_REPLY)
140 if (reply.what != B_MESSAGE_COMMIT_TRANSACTION_REPLY)
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp86 switch (msg->what) {
127 if (msg->what == kApplyWithExample)

Completed in 216 milliseconds

<<11121314151617181920>>