Searched refs:Unflatten (Results 176 - 198 of 198) sorted by relevance

12345678

/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyTestcase.cpp604 assert(propTest->Unflatten(B_PROPERTY_INFO_TYPE, theTests[i].lflat_data,
613 assert(propTest->Unflatten(B_PROPERTY_INFO_TYPE, theTests[i].bflat_data,
/haiku/src/kits/tracker/
H A DFindPanel.cpp2411 if (message.Unflatten(buffer) == B_OK) {
2450 if (message.Unflatten(buffer) == B_OK) {
H A DTracker.cpp1496 || message.Unflatten(buffer) != B_OK) {
H A DContainerWindow.cpp3844 if (decorSettings.Unflatten(buffer) == B_OK)
H A DFSUtils.cpp3598 result = message.Unflatten((const char*)buffer);
H A DPoseView.cpp2509 if (state.Unflatten((const char*)buffer) == B_OK) {
/haiku/src/kits/interface/
H A DShelf.cpp1167 if (archive.Unflatten(fStream) == B_OK) {
H A DPicturePlayer.cpp845 if (BGradient::Unflatten(gradient, &stream) != B_OK) {
846 printf("BGradient::Unflatten(_gradient, &stream) != B_OK\n");
H A DView.cpp325 if (transform.Unflatten(B_AFFINE_TRANSFORM_TYPE, _transform,
4450 if (picture.Unflatten(&file) < B_OK)
H A DWindow.cpp1504 status = settings->Unflatten(buffer);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp375 status = picture.Unflatten(&mallocIO);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp729 status = settings.Unflatten(&file);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp283 archive.Unflatten(data);
/haiku/src/servers/app/
H A DServerWindow.cpp979 if (settings.Unflatten(buffer) == B_OK)
2318 && dragMessage.Unflatten(buffer) == B_OK) {
2352 && dragMessage.Unflatten(buffer) == B_OK) {
/haiku/src/kits/media/
H A DMediaDefs.cpp844 media_format::Unflatten(const char *flatBuffer) function in class:media_format
H A DMediaRoster.cpp2469 rv = web->Unflatten(reply.code, data, reply.size);
2471 ERROR("BMediaRoster::GetParameterWebFor Unflatten failed, "
2873 status = _flavor->Unflatten(reply->type, &reply->flattened_data,
/haiku/src/servers/input/
H A DInputServer.cpp1532 if ((err = event->Unflatten(buffer)) < 0) {
1533 PRINTERR(("[InputServer] Unflatten() error: (0x%" B_PRIx32
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp820 if (fSettings.Unflatten(&file) != B_OK) {
/haiku/src/apps/deskbar/
H A DStatusView.cpp501 if (fAddOnSettings.Unflatten(&file) == B_OK) {
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp552 CHK(storedTypes.Unflatten(buffer) == B_OK);
565 CHK(storedTypes.Unflatten(buffer) == B_OK);
H A DMimeTypeTest.cpp2604 if (msg.Unflatten(buffer) == B_OK) {
2645 CHK(msg.Unflatten(&file) == B_OK);
/haiku/src/apps/mail/
H A DMailWindow.cpp3168 if (message.Unflatten(buffer) == B_OK) {
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3913 ErrorCode = Settings.Unflatten (&SettingsFile);

Completed in 288 milliseconds

12345678