Searched refs:FindInt32 (Results 326 - 350 of 570) sorted by relevance

<<11121314151617181920>>

/haiku/src/kits/interface/
H A DShelf.cpp620 err = reply.FindInt32("index", &i);
767 err = reply.FindInt32("index", &i);
1180 if (!archive.FindInt32("_sg_cnt", &genCount))
1484 if (msg->FindInt32("index", &index)!=B_OK)
1491 if (msg->FindInt32("index", &rindex) != B_OK)
1515 if (msg->FindInt32("id", (int32 *)&id) != B_OK)
H A DControl.cpp99 if (data->FindInt32("_val", &value) == B_OK)
232 if (message->FindInt32("data", &value) == B_OK) {
H A DListView.cpp118 archive->FindInt32("_lv_type", &listType);
325 err = specifier.FindInt32("index", &index);
341 err = specifier.FindInt32("index", &beg);
343 err = specifier.FindInt32("range", &range);
396 err = specifier.FindInt32("index", &index);
415 err = specifier.FindInt32("index", &beg);
417 err = specifier.FindInt32("range", &range);
634 currentMessage->FindInt32("buttons", &buttons);
/haiku/src/kits/app/
H A DApplication.cpp701 if (message->FindInt32("server area", &serverArea) == B_OK) {
756 err = specifier->FindInt32("index", &index);
798 err = specifier->FindInt32("index", &index);
1235 err = specifier->FindInt32("index", &index);
1277 err = specifier->FindInt32("index", &index);
1590 if (message->FindInt32("argc", &argc) == B_OK && argc > 0) {
/haiku/src/apps/sudoku/
H A DSudokuView.cpp604 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
605 Looper()->CurrentMessage()->FindInt32("clicks", &clicks);
672 Looper()->CurrentMessage()->FindInt32("buttons", &buttons);
741 Looper()->CurrentMessage()->FindInt32("raw_char", &rawKey);
742 Looper()->CurrentMessage()->FindInt32("modifiers", &modifiers);
923 if (archive->FindInt32("hint flags", (int32*)&fHintFlags) != B_OK)
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp1012 status = archive.FindInt32("htab_count", &nHTabs);
1015 status = archive.FindInt32("vtab_count", &nVTabs);
1038 if (areaArchive.FindInt32("left_tab", (int32*)&leftTab) != B_OK
1039 || areaArchive.FindInt32("right_tab", (int32*)&rightTab) != B_OK
1040 || areaArchive.FindInt32("top_tab", (int32*)&topTab) != B_OK
1041 || areaArchive.FindInt32("bottom_tab", (int32*)&bottomTab) != B_OK)
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp421 if (archive->FindInt32("mode", (int32*)&fMode) < B_OK)
423 if (archive->FindInt32("flags", (int32*)&fFlags) < B_OK)
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp327 if (Window()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK
345 || Window()->CurrentMessage()->FindInt32("buttons", &buttons) != B_OK
/haiku/src/preferences/locale/
H A DLanguageListView.cpp345 for (int32 i = 0, index; message.FindInt32("index", i, &index) == B_OK;
371 int32 index = message.FindInt32("index", i);
/haiku/src/servers/bluetooth/
H A DBluetoothServer.cpp239 if (message->FindInt32("hci_id", &hid) == B_OK) {
292 if (message->FindInt32("hci_id", &hid) == B_OK) {
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp416 while (message->FindInt32("translator_id", index++, &id) == B_OK) {
433 while (message->FindInt32("translator_id", index++, &id) == B_OK) {
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp182 if (from->FindInt32("key", (int32*) &fKey) != B_NO_ERROR) {
188 if (from->FindInt32("mcidx", i, (int32*)&fMetaCellStateIndex[i])
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp195 fMessage.FindInt32("base_type"));
227 if (message->FindInt32("base_type", &baseType) == B_OK)
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp109 if (currentMessage->FindInt32("buttons", (int32*)&buttons) != B_OK)
113 if (currentMessage->FindInt32("clicks", (int32*)&clicks) != B_OK)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp329 if (message->FindInt32("key", &key) == B_OK
330 && message->FindInt32("modifiers", (int32*)&modifiers)
606 || message->FindInt32("length", &length) != B_OK) {
691 if (message->FindInt32("thread", &threadID) != B_OK)
700 if (message->FindInt32("thread", &threadID) != B_OK)
710 if (message->FindInt32("thread", &threadID) != B_OK)
720 if (message->FindInt32("image", &imageID) != B_OK)
731 if (message->FindInt32("fd", &fd) != B_OK
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp412 message->FindInt32("thread", &threadID);
469 if (message->FindInt32("result", &result) != B_OK) {
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp119 message->FindInt32("modifiers", &modifiers);
120 message->FindInt32("buttons", &buttons);
/haiku/src/apps/people/
H A DPersonWindow.cpp235 if (msg->FindInt32("opcode", &opcode) == B_OK) {
253 msg->FindInt32("device", &device);
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp133 message->FindInt32("modifiers", &modifier);
393 switch (message->FindInt32("opcode")) {
400 message->FindInt32("device", &dirNode.device);
421 message->FindInt32("device", &itemNode.device);
1407 if (message->FindInt32("be:observe_change_what", &observerWhat)
1790 switch (message->FindInt32("opcode")) {
1797 if (message->FindInt32("new device", &device) != B_OK)
1820 if (message->FindInt32("device", &device) == B_OK) {
/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp93 reply.FindInt32(kKeyAlertResult, &action);
111 reply.FindInt32(kKeyAlertResult, &result);
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp175 if (message->FindInt32(field_name, index, &value) >= B_OK) {
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.h212 status_t FindInt32(
/haiku/src/add-ons/print/transports/shared/
H A DDbgMsg.cpp104 msg->FindInt32(name, j, &anInt32);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp820 if (message == NULL || message->FindInt32("buttons", &buttons) != B_OK)
823 if (message == NULL || message->FindInt32("modifiers", &modifiers) != B_OK)
836 if (message == NULL || message->FindInt32("buttons", &buttons) != B_OK)
839 if (message == NULL || message->FindInt32("modifiers", &modifiers) != B_OK)
/haiku/src/kits/network/libnetapi/
H A DNetAddress.cpp93 if (archive->FindInt32("bnaddr_addr", &fAddress) != B_OK)

Completed in 186 milliseconds

<<11121314151617181920>>