Searched refs:FindInt32 (Results 101 - 125 of 570) sorted by relevance

1234567891011>>

/haiku/src/kits/tracker/
H A DPendingNodeMonitorCache.cpp96 if (message->FindInt32("device", &node.device) != B_OK
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp135 if (keyMessage->FindInt32("modifiers", (int32*)&modifiers) == B_OK
136 && keyMessage->FindInt32("key", &key) == B_OK
237 if (message->FindInt32("device", &device) != B_OK
262 if (message.FindInt32("key", (int32*)&key) == B_OK
H A DBitFieldTesters.cpp99 if (from->FindInt32("rqBits", (int32*) &fRequiredBits) != B_OK)
102 if (from->FindInt32("fbBits", (int32*) &fForbiddenBits) != B_OK)
249 if (from->FindInt32("mMin", (int32*)&fMinNum) != B_OK)
/haiku/src/kits/mail/
H A DMailDaemon.cpp90 return reply.FindInt32("num_new_messages");
H A DProtocolConfigView.cpp187 host << ':' << settings.FindInt32("port");
205 settings.FindInt32("flavor")))
211 settings.FindInt32("auth_method"))) {
344 message->FindInt32("be:value") == B_CONTROL_ON);
/haiku/src/add-ons/input_server/filters/switch_workspace/
H A DSwitchWorkspaceInputFilter.cpp47 if (message->FindInt32("modifiers", &modifiers) != B_OK)
/haiku/src/preferences/screen/
H A DAlertWindow.cpp68 if (message->FindInt32("which", &which) == B_OK) {
/haiku/src/servers/input/
H A DBottomlineWindow.cpp81 if (event->FindInt32("be:opcode", &opcode) != B_OK
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp51 if (message->FindInt32("key", &key) == B_OK && key == 0xe)
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp250 if (message->FindInt32("disposition", &disposition) != B_OK)
304 if (message->FindInt32("signal", &signal) == B_OK
305 && message->FindInt32("disposition", &disposition) == B_OK) {
313 if (message->FindInt32("signal", &signal) == B_OK)
/haiku/src/tests/add-ons/index_server/fulltext_search/
H A DSearchWindow.cpp94 message->FindInt32("index", &index);
/haiku/src/apps/clock/
H A Dcl_view.cpp205 InitObject(data->FindRect("bounds"), data->FindInt32("mRadius"),
206 data->FindInt32("hRadius"), data->FindInt32("offset"),
207 data->FindInt32("face"), data->FindBool("seconds"));
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp156 if (message->FindInt32("buttons", &buttons) == B_OK) {
168 if (message->FindInt32("buttons", &buttons) == B_OK)
170 if (message->FindInt32("modifiers", &modifiers) == B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/netfs_server_prefs/
H A DNetFSServerRoster.cpp344 if (reply.FindInt32("permissions", (int32*)permissions) != B_OK)
373 if (reply.FindInt32("error", &error) != B_OK)
406 if (reply->FindInt32("error", &result) != B_OK)
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp138 msg->FindInt32("index", &index);
193 fSettings->FindInt32("timeout", &timeout);
220 fSettings->FindInt32("defaultPartition", &defaultPartitionIndex);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.cpp270 if (message->FindInt32("nodeID", &nodeID) != B_OK) {
279 if (message->FindInt32("nodeID", &nodeID) != B_OK) {
292 if (message->FindInt32("nodeID", &nodeID) != B_OK) {
/haiku/src/system/libroot/posix/
H A Dgrp.cpp59 if ((error = reply.FindInt32("gid", &gid)) != B_OK
99 if ((error = sGroupDBReply.FindInt32("count", &count)) != B_OK
254 if (reply.FindInt32("count", &count) != B_OK
H A Dpwd.cpp62 if ((error = reply.FindInt32("uid", &uid)) != B_OK
63 || (error = reply.FindInt32("gid", &gid)) != B_OK
98 if ((error = sPasswdDBReply.FindInt32("count", &count)) != B_OK
/haiku/src/kits/interface/
H A DInput.cpp47 reply.FindInt32("type", &type);
73 reply.FindInt32("type", i++, &type);
273 if (reply->FindInt32("status", &err) != B_OK)
H A DOptionPopUp.cpp111 item->Message()->FindInt32("be:value", outValue);
254 item->Message()->FindInt32("be:value", &itemValue);
337 marked->Message()->FindInt32("be:value", outValue);
/haiku/src/apps/pulse/
H A DMiniPulseView.cpp142 int32 ac = message->FindInt32("active_color");
143 int32 ic = message->FindInt32("idle_color");
144 int32 fc = message->FindInt32("frame_color");
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp213 if ((status = replyMessage.FindInt32("error", &errorCode)) != B_OK)
247 || replyMessage.FindInt32("error", &errorCode) != B_OK)
275 errorCode = replyMessage.FindInt32("error", &errorCode);
/haiku/src/servers/index/
H A DIndexServer.cpp33 message->FindInt32("opcode", &opcode) ;
36 message->FindInt32("new device", &device);
41 message->FindInt32("device", &device);
/haiku/src/apps/stylededit/
H A DStyledEditApp.cpp270 if (message->FindInt32("be:line", index, &line) != B_OK)
273 if (message->FindInt32("be:selection_length", index, &length) != B_OK
274 || message->FindInt32("be:selection_offset", index, &start) != B_OK)
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp195 message->FindInt32("day", &day);
196 message->FindInt32("month", &month);
197 message->FindInt32("year", &year);

Completed in 132 milliseconds

1234567891011>>