Searched refs:FindInt32 (Results 76 - 100 of 570) sorted by relevance

1234567891011>>

/haiku/src/apps/deskbar/
H A DBarWindow.cpp474 if (message->FindInt32("location", (int32*)&location) == B_OK
509 if (message->FindInt32("id", &id) == B_OK) {
538 if (message->FindInt32("shelf", (int32*)&shelf) != B_OK)
543 if (message->FindInt32("id", &id) == B_OK)
559 if (message->FindInt32("shelf", (int32*)&shelf) != B_OK)
574 if (message->FindInt32("shelf", (int32*)&shelf) != B_OK)
600 message->FindInt32("shelf", &shelf);
633 if (message->FindInt32("shelf", (int32*)&shelf) == B_OK) {
638 if (message->FindInt32("id", &id) == B_OK) {
658 if (message->FindInt32("i
[all...]
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp228 if ((msg->FindInt32("midi:id", &id) == B_OK)
237 if ((msg->FindInt32("midi:port", &port) == B_OK)
268 if (msg->FindInt32("midi:id", &id) == B_OK) {
311 if (msg->FindInt32("midi:id", &id) == B_OK) {
335 if ((msg->FindInt32("midi:producer", &prodId) == B_OK)
336 && (msg->FindInt32("midi:consumer", &consId) == B_OK)) {
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp106 container.FindInt32(kBackgroundImageSetPeriod, (int32*)&imageSetPeriod);
107 container.FindInt32(kBackgroundImageCacheMode,
134 container.FindInt32(kBackgroundImageInfoWorkspaces, index,
136 container.FindInt32(kBackgroundImageInfoMode, index, (int32*)&mode);
142 container.FindInt32(kBackgroundImageInfoSet, index,
144 container.FindInt32(kBackgroundImageInfoCacheMode, index,
/haiku/src/servers/registrar/
H A DMessageRunnerManager.cpp264 if (error == B_OK && request->FindInt32("team", &team) != B_OK)
272 if (error == B_OK && request->FindInt32("count", &count) != B_OK)
345 if (error == B_OK && request->FindInt32("token", &token) != B_OK)
384 if (error == B_OK && request->FindInt32("token", &token) != B_OK)
388 if (error == B_OK && request->FindInt32("count", &count) == B_OK)
460 if (error == B_OK && request->FindInt32("token", &token) != B_OK)
H A DAuthenticationManager.cpp189 if (message.FindInt32("uid", &intValue) == B_OK)
192 if (message.FindInt32("gid", &intValue) == B_OK)
216 if (message.FindInt32("last changed", &intValue) == B_OK)
219 if (message.FindInt32("min", &intValue) == B_OK)
222 if (message.FindInt32("max", &intValue) == B_OK)
225 if (message.FindInt32("warn", &intValue) == B_OK)
228 if (message.FindInt32("inactive", &intValue) == B_OK)
231 if (message.FindInt32("expiration", &intValue) == B_OK)
234 if (message.FindInt32("flags", &intValue) == B_OK)
393 if (message.FindInt32("gi
[all...]
/haiku/src/kits/app/
H A DRoster.cpp632 for (int32 i = 0; reply.FindInt32("teams", i, &team) == B_OK; i++)
635 if (reply.FindInt32("error", &error) != B_OK)
667 for (int32 i = 0; reply.FindInt32("teams", i, &team) == B_OK; i++)
669 } else if (reply.FindInt32("error", &error) != B_OK)
696 else if (reply.FindInt32("error", &error) != B_OK)
722 else if (reply.FindInt32("error", &error) != B_OK)
748 else if (reply.FindInt32("error", &error) != B_OK)
770 else if (reply.FindInt32("error", &error) != B_OK)
828 && reply.FindInt32("error", &error) != B_OK)
853 && reply.FindInt32("erro
[all...]
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.cpp118 if (msgTo->FindInt32(fName, &dummy) == B_OK) {
176 } else if (msgFrom->FindInt32(fName, &val) == B_OK)
/haiku/src/tests/add-ons/kernel/file_systems/bfs/queries/
H A Dtest.cpp97 || message.FindInt32("opcode") != op) {
101 return message.FindInt32("opcode");
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPrinterSelection.cpp153 if (msg->FindInt32("index", &index) == B_OK) {
161 if (msg->FindInt32("index", &index) == B_OK) {
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp120 switch (message->FindInt32("opcode")) {
124 if (message->FindInt32("new device", &device) != B_OK)
/haiku/src/kits/debugger/settings/
H A DBreakpointSetting.cpp88 if (archive.FindInt32("line", &line) != B_OK)
92 if (archive.FindInt32("column", &column) != B_OK)
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp41 fSetupMsg->FindInt32("first_page", &firstPage);
44 fSetupMsg->FindInt32("last_page", &lastPage);
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp71 if (message->FindInt32("buttons", &buttons) != B_OK
96 if (message->FindInt32("buttons", &buttons) != B_OK
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.cpp80 if (message->FindInt32("signal", &signal) == B_OK)
87 if (message->FindInt32("disposition", &disposition) == B_OK)
/haiku/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp148 if (from->FindInt32("compression", (int32*)&compression) < B_OK)
151 if (from->FindInt32("format", (int32*)&format) < B_OK)
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp106 int32 clicks = message->FindInt32("clicks");
155 int width = message->FindInt32("width");
/haiku/src/add-ons/translators/icns/
H A DICNSTranslator.cpp132 if (ioExtension->FindInt32(DOCUMENT_INDEX, &documentIndex) != B_OK)
200 if (ioExtension->FindInt32(DOCUMENT_INDEX, &documentIndex) != B_OK)
/haiku/src/apps/webpositive/
H A DConsoleWindow.cpp81 int32 lineNumber = message->FindInt32("line");
82 int32 columnNumber = message->FindInt32("column");
/haiku/src/add-ons/translators/psd/
H A DConfigView.cpp118 if (message->FindInt32("value", &value) >= B_OK) {
126 if (message->FindInt32("value", &value) >= B_OK) {
/haiku/src/libs/icon/transformer/
H A DContourTransformer.cpp50 if (archive->FindInt32("line join", &mode) == B_OK)
53 if (archive->FindInt32("inner join", &mode) == B_OK)
/haiku/src/kits/interface/
H A DSpinner.cpp103 if (data->FindInt32("_min", &fMinValue) != B_OK)
106 if (data->FindInt32("_max", &fMaxValue) != B_OK)
/haiku/src/preferences/screen/
H A DMonitorView.cpp165 if (message->FindInt32("width", &width) == B_OK
166 && message->FindInt32("height", &height) == B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DAuthenticationServer.cpp67 if (reply.FindInt32("error", &error) != B_OK)
/haiku/src/apps/resedit/
H A DInlineEditor.cpp29 msg->FindInt32("raw_char", &rawchar);
/haiku/src/kits/storage/disk_device/
H A DDiskDeviceList.cpp53 if (message->FindInt32("event", (int32*)&event) == B_OK) {
760 if (message->FindInt32("device_id", &id) == B_OK && !DeviceWithID(id)) {
795 if (message->FindInt32("device_id", &id) == B_OK)
811 if (message->FindInt32("partition_id", &id) == B_OK)

Completed in 364 milliseconds

1234567891011>>