Searched refs:AddInt32 (Results 226 - 250 of 491) sorted by relevance

1234567891011>>

/haiku/src/kits/locale/
H A DDefaultCatalog.cpp374 res = archive.AddInt32("c:sz", count);
382 res = archive.AddInt32("c:fpr", fFingerprint);
397 res = archive.AddInt32("c:hash", entry.key.fHashVal);
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.cpp343 message->AddInt32("clicks", movements.clicks);
362 message->AddInt32("be:tablet_eraser", eraser);
434 || message->AddInt32("buttons", buttons) < B_OK
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp177 status = into->AddInt32("_BNetEndpoint_addr_addr", addr.s_addr);
185 status = into->AddInt32("_BNetEndpoint_peer_addr", peer.s_addr);
194 status = into->AddInt32("_BNetEndpoint_proto", fType);
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp397 uid_specifier.AddInt32("id", uid);
516 uid_specifier.AddInt32("id", uid);
543 uid_specifier.AddInt32("id", uid);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerSettings.cpp275 fInputSetting[index].AddInt32("InputChannelCount", count);
330 fOutputSetting.AddInt32("OutputChannelCount", count);
371 msg.AddInt32("version", SETTINGS_VERSION);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp408 message.AddInt32("team", info->TeamID());
417 message.AddInt32("team", team);
426 message.AddInt32("team", info->TeamID());
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_haiku.cpp481 message.AddInt32("opcode", B_NETWORK_WLAN_JOINED);
483 message.AddInt32("opcode", B_NETWORK_WLAN_LEFT);
505 message.AddInt32("opcode", B_NETWORK_WLAN_SCANNED);
/haiku/src/servers/launch/
H A DJob.cpp575 reply.AddInt32("team", fTeam);
584 reply.AddInt32(name.String(),
649 data.AddInt32("capacity", B_LOOPER_PORT_DEFAULT_CAPACITY);
/haiku/src/apps/cortex/NodeManager/
H A DNodeManager.cpp2189 message.AddInt32(_connectionField, c.id());
2190 message.AddInt32(_sourceNodeField, c.sourceNode());
2191 message.AddInt32(_destNodeField, c.destinationNode());
2332 message->AddInt32(_connectionField, 0);
2333 message->AddInt32(_sourceNodeField, 0);
2334 message->AddInt32(_destNodeField, 0);
2339 message->AddInt32(_connectionField, con.id());
2340 message->AddInt32(_sourceNodeField, con.sourceNode());
2341 message->AddInt32(_destNodeField, con.destinationNode());
2401 message->AddInt32(_connectionFiel
[all...]
/haiku/src/apps/icon-o-matic/gui/
H A DTransformerListView.cpp444 message->AddInt32("type", CONTOUR_TRANSFORMER);
448 message->AddInt32("type", STROKE_TRANSFORMER);
452 message->AddInt32("type", PERSPECTIVE_TRANSFORMER);
456 // message->AddInt32("type", AFFINE_TRANSFORMER);
/haiku/headers/private/bluetooth/
H A DCommandManager.h89 request.AddInt32("hci_id", hId);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DLiveSetting.cpp122 if (msgTo->AddInt32(fName, val) == B_OK)
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp306 archive->AddInt32("ulStyle", fUnderlineStyle);
/haiku/src/apps/icon-o-matic/generic/property/specific_properties/
H A DColorProperty.cpp66 ret = into->AddInt32("value", (uint32&)fValue);
H A DOptionProperty.cpp78 status = into->AddInt32("option", fCurrentOptionID);
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DOptionValueView.cpp142 message->AddInt32("id", id);
/haiku/src/apps/showimage/
H A DShowImageSettings.cpp135 fSettings.AddInt32(name, value);
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp200 reply.AddInt32("color", BPrintJob::B_COLOR_PRINTER);
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp119 ret = into->AddInt32("data", fData);
/haiku/src/tests/system/kernel/
H A Dlive_query.cpp233 add.AddInt32("volume", volume.Device());
/haiku/src/kits/midi2/
H A DMidiEndpoint.cpp302 msg->AddInt32("midi:id", ID());
/haiku/src/kits/interface/
H A DGridLayout.cpp532 status_t result = into->AddInt32(kItemDimensionsField, data->dimensions.x);
534 result = into->AddInt32(kItemDimensionsField, data->dimensions.y);
537 result = into->AddInt32(kItemDimensionsField, data->dimensions.width);
540 result = into->AddInt32(kItemDimensionsField, data->dimensions.height);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp42 message->AddInt32("value", compression);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DRadioButton.cpp243 message.AddInt32("selected index", SelectedIndex());
/haiku/src/apps/launchbox/
H A DMainWindow.cpp490 message->AddInt32("window look", Look());
495 message->AddInt32("orientation", (int32)fPadView->Orientation());
499 message->AddInt32("icon size", fPadView->IconSize());
533 message->AddInt32("workspaces", Workspaces());

Completed in 147 milliseconds

1234567891011>>