Searched refs:FindInt32 (Results 176 - 200 of 570) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitor.cpp53 if (message->FindInt32("opcode", &opcode) == B_OK) {
/haiku/src/add-ons/translators/sgi/
H A DSGIView.cpp155 if (message->FindInt32("value", &value) >= B_OK) {
/haiku/src/tests/kits/net/netservices2/
H A DHttpDebugLogger.cpp50 int32 id = message->FindInt32(UrlEventData::Id);
/haiku/src/add-ons/translators/png/
H A DPNGView.cpp122 if (message->FindInt32(PNG_SETTING_INTERLACE, &option) == B_OK) {
/haiku/src/tests/servers/app/harness/
H A Dharness.cpp123 if (message->FindInt32("index", &index) == B_OK)
/haiku/src/add-ons/translators/tiff/
H A DTIFFView.cpp166 if (message->FindInt32("value", &value) >= B_OK) {
/haiku/src/apps/mail/
H A DEnclosures.cpp151 TListItem *item = (TListItem *) (list->ItemAt(msg->FindInt32("index")));
242 if (msg->FindInt32("opcode", &opcode) == B_NO_ERROR) {
244 if (msg->FindInt32("device", &device) < B_OK)
359 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
H A DQueryMenu.cpp143 if (msg->FindInt32("opcode", &opcode) == B_OK
145 && msg->FindInt32("device", &device) == B_OK
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierFilter.cpp52 fStrategy = settings.FindInt32("notification_method");
/haiku/src/apps/showimage/
H A DSupportingAppsMenu.cpp57 if (applications.FindInt32("be:sub", &lastFullSupport) != B_OK)
/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp127 if (message->FindInt32("be:value", &level) != B_OK)
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp535 return reply.FindInt32("mouse_type", type);
563 return reply.FindInt32("mouse_type", type);
655 if (reply.FindInt32("speed", speed) != B_OK)
683 err = reply.FindInt32("speed", speed);
712 if (reply.FindInt32("speed", speed) != B_OK)
738 if (reply.FindInt32("speed", speed) != B_OK)
767 err = reply.FindInt32("rate", rate);
827 if (reply.FindInt32("status", &err) != B_OK)
830 if (reply.FindInt32("modifiers", &modifier) != B_OK)
848 if (reply.FindInt32("statu
[all...]
/haiku/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp474 if (message->FindInt32("be:value", &value) == B_OK) {
484 if (message->FindInt32("be:value", &value) == B_OK) {
494 if (message->FindInt32("be:value", &value) == B_OK) {
599 if (message->FindInt32("be:value", &value) == B_OK) {
608 if (message->FindInt32("be:value", &value) == B_OK) {
617 if (message->FindInt32("be:value", &value) == B_OK) {
627 if (message->FindInt32("be:value", &value) == B_OK) {
638 if (message->FindInt32("be:value", &value) == B_OK) {
648 if (message->FindInt32("be:value", &value) == B_OK) {
1142 || ioExtension->FindInt32("exi
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp511 if (msg->FindInt32("key") == B_PRINT_KEY) {
701 if (specifier.FindInt32("index", &i) != B_OK || i >= count) {
724 if (match == 14 && (specifier.FindInt32("index", &i) != B_OK
846 && msg->FindInt32("index", &index) == B_OK) {
854 if (msg->FindInt32("index", &index) == B_OK)
867 if (msg->FindInt32("index", &index) < B_OK
919 msg->FindInt32("result", &result);
936 if (msg->FindInt32("index", &index) == B_OK) {
948 if (msg->FindInt32("index", &index) == B_OK) {
961 if (msg->FindInt32("inde
[all...]
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp180 if (message->FindInt32("buttons", &buttons) == B_OK) {
200 if (message->FindInt32("buttons", &buttons) == B_OK) {
/haiku/src/apps/switcher/
H A DWindowsView.cpp332 if (message->FindInt32("index", &index) == B_OK
336 if (message->FindInt32("buttons") == B_SECONDARY_MOUSE_BUTTON)
/haiku/src/kits/device/
H A DUSBRoster.cpp224 if (message->FindInt32("opcode", &opcode) < B_OK)
232 if (message->FindInt32("device", &device) < B_OK
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp221 if (message->FindInt32("Menu Index", &i) == B_OK) {
239 if (message->FindInt32("Item Index", &i) == B_OK) {
/haiku/src/tests/servers/app/newerClipping/
H A DClientLooper.cpp133 if (message->FindInt32("count", &count) >= B_OK) {
140 if (message->FindInt32("count", &count) >= B_OK)
/haiku/src/kits/midi2/
H A DMidiRoster.cpp302 if (reply.FindInt32("midi:result", &res) == B_OK) {
305 if (reply.FindInt32("midi:id", &id) == B_OK) {
/haiku/src/servers/bluetooth/
H A DDeviceManager.cpp30 if (msg->FindInt32("opcode", &opcode) == B_OK) {
41 if ((msg->FindInt32("device", &ref.device)!=B_OK)
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp175 if (message->FindInt32("thread", &thread) == B_OK)
182 if (message->FindInt32("team", &teamID) != B_OK)
/haiku/src/kits/package/
H A DDaemonClient.cpp79 if ((error = reply.FindInt32("base directory device", &baseDirectoryDevice))
83 || (error = reply.FindInt32("packages directory device",
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp186 item->Message()->FindInt32("account id"));
208 fAction = message->FindInt32("action");
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp287 if (message.FindInt32("opcode", &opcode) != B_OK)
291 if (message.FindInt32("team", &team) != B_OK)

Completed in 122 milliseconds

1234567891011>>