Searched refs:FindInt32 (Results 226 - 250 of 570) sorted by relevance

1234567891011>>

/haiku/src/kits/interface/
H A DWindow.cpp339 data->FindInt32("_wlook", (int32*)&look);
342 data->FindInt32("_wfeel", (int32*)&feel);
344 if (data->FindInt32("_flags", (int32*)&fFlags) != B_OK)
348 data->FindInt32("_wspace", (int32*)&workspaces);
351 if (data->FindInt32("_type", (int32*)&type) == B_OK)
814 if (message->FindInt32("data", (int32*)&newFeel) == B_OK) {
826 if (message->FindInt32("data", (int32*)&newFlags) == B_OK) {
867 if (message->FindInt32("data", (int32*)&newLook) == B_OK) {
891 if (message->FindInt32("data", (int32*)&newWorkspaces) == B_OK) {
997 if (message->FindInt32("widt
[all...]
/haiku/src/apps/deskbar/
H A DBarApp.cpp471 if (message->FindInt32("applications", &count) == B_OK)
476 if (message->FindInt32("folders", &count) == B_OK)
481 if (message->FindInt32("documents", &count) == B_OK)
493 message->FindInt32("be:team", &team);
496 message->FindInt32("be:flags", (int32*)&flags);
511 message->FindInt32("be:team", &team);
649 if (message->FindInt32("be:value", &value) != B_OK)
/haiku/src/preferences/screen/
H A DScreenWindow.cpp765 if (message->FindInt32("space", &space) == B_OK) {
858 item->Message()->FindInt32("tv_standard", (int32 *)&tvStandard);
1060 message->FindInt32("width", &fSelected.width);
1061 message->FindInt32("height", &fSelected.height);
1076 if (message->FindInt32("space", &space) != B_OK)
1080 if (message->FindInt32("index", &index) == B_OK
1141 if (message->FindInt32("mode", &mode) == B_OK)
1160 message->FindInt32("tv_standard", (int32 *)&fSelected.tv_standard);
1234 screen.SetBrightness(message->FindInt32("be:value") / 255.f);
/haiku/src/apps/soundrecorder/
H A DTransportButton.cpp183 if (message->FindInt32("modifiers", (int32 *)&modifiers) != B_OK
184 || message->FindInt32("raw_char", (int32 *)&rawKeyChar) != B_OK
186 || message->FindInt32("key", &key) != B_OK)
/haiku/src/tests/servers/app/newerClipping/
H A DDesktop.cpp144 message->FindInt32("buttons", (int32*)&buttons) >= B_OK &&
145 message->FindInt32("clicks", &clicks) >= B_OK) {
170 message->FindInt32("be:transit", (int32*)&transit) >= B_OK) {
/haiku/src/servers/index/
H A DVolumeWatcher.cpp82 if (msg->FindInt32("opcode", &opcode) == B_OK) {
89 msg->FindInt32("fields", &statFields);
92 msg->FindInt32("device", &ref.device);
/haiku/src/preferences/filetypes/
H A DAttributeWindow.cpp284 if (item->Message()->FindInt32("type", &value) == B_OK)
312 for (int32 j = 0; item->Message()->FindInt32("supports",
362 if (item->Message()->FindInt32("alignment", &value) == B_OK)
H A DApplicationTypesWindow.cpp506 if (message->FindInt32("index", &index) == B_OK) {
520 if (message->FindInt32("index", &index) == B_OK) {
549 || message->FindInt32("be:which", &which) != B_OK) {
/haiku/src/servers/notification/
H A DNotificationWindow.cpp441 if (settings.FindInt32(kTimeoutName, &fTimeout) != B_OK)
459 if (settings.FindInt32(kIconSizeName, &setting) != B_OK)
465 if (settings.FindInt32(kNotificationPositionName, &position) != B_OK)
/haiku/src/preferences/media/
H A DMediaViews.cpp119 if (message->FindInt32("index", &index)!=B_OK)
129 if (message->FindInt32("index", &index)!=B_OK)
323 if (message->FindInt32("index", &index) != B_OK)
/haiku/src/kits/bluetooth/
H A DLocalDevice.cpp44 && reply.FindInt32("hci_id", &hid) == B_OK ) {
101 count = reply.FindInt32("count");
140 if (reply.FindInt32("result", (int32*)value ) == B_OK ) {
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp102 fMessage.FindInt32("default server", &index);
400 if (message->FindInt32("status", (int32 *)&status) == B_OK) {
409 if (message->FindInt32("error code", &errorCode) == B_OK) {
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp419 || archiveMsg.FindInt32("c:sz", &count);
424 uint32 foundFingerprint = archiveMsg.FindInt32("c:fpr");
455 res = archiveMsg.FindInt32("c:hash", (int32*)&key.fHashVal);
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp61 fStatus = archive->FindInt32("_BNetEndpoint_addr_addr",
70 fStatus = archive->FindInt32("_BNetEndpoint_peer_addr",
81 fStatus = archive->FindInt32("_BNetEndpoint_proto", (int32 *)&fType);
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp443 if (message->FindInt32("media_node_id", n, &id) == B_OK)
464 if (message->FindInt32("media_node_id", n, &id) == B_OK)
507 if (message->FindInt32("__connection_id", n, &id) == B_OK)
520 if(message->FindInt32("__source_node_id", &nodeID) < B_OK)
524 if(message->FindInt32("__connection_id", (int32*)&connectionID) < B_OK)
571 if (message->FindInt32("run_mode", &mode) == B_OK)
581 if (message->FindInt32("layout", (int32*)&layout) == B_OK)
596 if(message->FindInt32("nodeID", &id) < B_OK)
615 if(message->FindInt32("nodeID", &id) < B_OK)
644 if(message->FindInt32("groupI
[all...]
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp308 if (fInputSetting[index].FindInt32("InputChannelCount") == count) {
348 if (fOutputSetting.FindInt32("OutputChannelCount") == count) {
441 if (msg.FindInt32("version") != SETTINGS_VERSION) {
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp255 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
423 && message->FindInt32("media_node_id", &mixerNodeID) == B_OK
524 msg.FindInt32("volwhich", &fVolumeWhich);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp334 if (message->FindInt32("team", &team) != B_OK)
351 if (message->FindInt32("team", &team) != B_OK)
366 if (message->FindInt32("team", &team) != B_OK)
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp420 switch (message->FindInt32("opcode")) {
424 message->FindInt32("device", &itemNode.device);
452 message->FindInt32("device", &itemNode.device);
/haiku/headers/private/bluetooth/
H A DCommandManager.h98 reply.FindInt32("result", result);
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp169 if (message->FindInt32("t9mode", &v) < B_OK)
H A DT9InputServerMethod.cpp170 if (message->FindInt32("t9mode", &v) < B_OK)
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp297 archive->FindInt32("ulStyle", (int32*)&fUnderlineStyle);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.cpp50 if (archive->FindInt32("value", (int32*)&fValue) < B_OK)
H A DOptionProperty.cpp57 if (archive->FindInt32("option", &fCurrentOptionID) < B_OK)

Completed in 191 milliseconds

1234567891011>>