Searched refs:SetTo (Results 751 - 775 of 1286) sorted by relevance

<<31323334353637383940>>

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp60 status_t status = fFile.SetTo(fPath.Path(),
257 status = node.SetTo(&ref);
345 status_t status = path.SetTo(&fRef);
444 status = file.SetTo(&ref, B_OPEN_AT_END | B_WRITE_ONLY);
530 || node.SetTo(&entry) != B_OK)
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1296 hiddenChild.SetTo(modelNode->ChildAt(0));
1434 _value.SetTo(node->Name(), B_VARIANT_DONT_COPY_DATA);
1459 _value.SetTo(data);
1465 _value.SetTo(node, VALUE_NODE_TYPE);
1480 _value.SetTo(type->Name(), B_VARIANT_DONT_COPY_DATA);
2051 typeRef.SetTo(addressType, true);
2212 valueReference.SetTo(value, true);
2502 settingsMenuReference.SetTo(settingsMenu, true);
2545 valueReference.SetTo(value);
2942 valuesReference.SetTo(value
[all...]
/haiku/src/preferences/keymap/
H A DKeymapWindow.cpp272 path.SetTo(&ref);
662 if (directory.SetTo(path.Path()) == B_OK)
682 subdirectory.SetTo(&ref);
941 if (directory.SetTo(path.Path()) == B_OK) {
975 if (directory.SetTo(path.Path()) == B_OK) {
1073 return file.SetTo(path.Path(), mode);
1157 path.SetTo(&ref);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp700 str.SetTo(param->MaximumValue());
710 str.SetTo(param->MinimumValue());
724 str.SetTo("Effect name: ");
733 str.SetTo("Vendor: ");
742 str.SetTo("Product: ");
751 str.SetTo("Input Channels: ");
756 str.SetTo("Output Channels: ");
/haiku/src/tests/kits/app/broster/
H A DFindAppTester.cpp93 CHK(entry.SetTo(filename, traverse) == B_OK);
109 CHK(file.SetTo(filename, B_READ_WRITE) == B_OK);
111 CHK(appFileInfo.SetTo(&file) == B_OK);
131 CHK(file.SetTo(filename, B_READ_WRITE) == B_OK);
133 CHK(nodeInfo.SetTo(&file) == B_OK);
178 CHK(file.SetTo(filename, B_READ_WRITE) == B_OK);
180 CHK(appFileInfo.SetTo(&file) == B_OK);
/haiku/src/kits/interface/
H A DColorConversion.cpp101 SetTo(palette);
114 SetTo(colorMap);
131 PaletteConverter::SetTo(const rgb_color *palette) function in class:BPrivate::PaletteConverter
134 SetTo((const color_map*)NULL);
184 PaletteConverter::SetTo(const color_map *colorMap) function in class:BPrivate::PaletteConverter
199 SetTo().
482 sPaletteConverter.SetTo(system_colors());
489 sPaletteConverter.SetTo(kSystemPalette);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp161 outputDir.SetTo("/boot/home");
162 fOutputDir.SetTo(outputDir.Path());
406 inEntry.SetTo(&inRef, true);
416 inEntry.SetTo(&inRef, true);
465 status = inEntry.SetTo(&inRef);
1035 fOutputDir.SetTo(&entry);
1044 fOutputDir.SetTo("/boot/home");
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp216 fIcon.SetTo(ref, type);
616 fIcon.SetTo(ref);
621 fIconView->SetTo(&fIcon);
646 fTypeIconView->SetTo(NULL);
722 status_t status = file.SetTo(&fEntry, B_READ_WRITE);
952 fTypeIconView->SetTo(item != NULL ? &item->Icon() : NULL);
1018 fTypeIconView->SetTo(NULL);
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp248 message.SetTo(messageBuffer, sizeof(messageBuffer), B_QUERY_UPDATE);
691 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NODE_MONITOR);
742 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NODE_MONITOR);
796 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NODE_MONITOR);
855 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NODE_MONITOR);
888 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NODE_MONITOR);
918 message.SetTo(messageBuffer, sizeof(messageBuffer), B_NODE_MONITOR);
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp149 void SetTo(BMessage& message);
236 fPreviousText.SetTo(buffer);
309 fPreviousText.SetTo(mimeType);
479 fPreviousText.SetTo(buffer);
592 fPreviousText.SetTo((char *)buffer);
1155 MessageView::SetTo(BMessage& message) function in class:MessageView
1252 SetTo(message);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp273 fStatusBar->SetTo(percent, packageName.String(),
710 status_t status = file.SetTo(fSettingsPath.Path(),
727 status_t status = file.SetTo(fSettingsPath.Path(), B_READ_ONLY);
854 nodeType.SetTo("application/x-vnd.haiku-package");
941 versionOrRepo.SetTo(fRepository);
943 versionOrRepo.SetTo(fSimpleVersion);
1147 simpleVersion.SetTo(new_ver);
1166 simpleVersion.SetTo(new_ver);
1182 simpleVersion.SetTo("");
/haiku/src/kits/storage/
H A DResourceFile.cpp240 ResourceFile::SetTo(BFile* file, bool clobber) function in class:BPrivate::Storage::ResourceFile
397 fFile.SetTo(&file, 0);
403 fFile.SetTo(&file, kX86ResourcesOffset);
413 fFile.SetTo(&file, kPPCResourcesOffset);
433 fFile.SetTo(&file, kX86ResourcesOffset);
440 fFile.SetTo(&file, 0);
676 fFile.SetTo(&file, resourceOffset);
726 fFile.SetTo(&file, resourceOffset);
1307 fFile.SetTo(file, kX86ResourcesOffset);
/haiku/src/servers/app/
H A DServerPicture.cpp1083 fData.SetTo(new(std::nothrow) BMallocIO());
1085 PictureDataWriter::SetTo(fData.Get());
1101 fData.SetTo(mallocIO);
1110 PictureDataWriter::SetTo(fData.Get());
1122 fFile.SetTo(new(std::nothrow) BFile(fileName, B_READ_WRITE));
1133 fData.SetTo(offsetFile);
1135 PictureDataWriter::SetTo(fData.Get());
1293 fPushed.SetTo(picture, false);
1318 fPictures.SetTo(new(std::nothrow) PictureList);
/haiku/src/kits/tracker/
H A DOpenWithWindow.cpp249 mime.SetTo(appSignature);
1619 description->SetTo(B_TRANSLATE("Preferred for file"));
1634 description->SetTo(B_TRANSLATE("Handles any file"));
1639 mimeType.SetTo(model.MimeType());
1649 description->SetTo(B_TRANSLATE("Handles any %type"));
1657 mimeType.SetTo(model.MimeType());
1662 description->SetTo(B_TRANSLATE("Preferred for %type"));
1664 description->SetTo(B_TRANSLATE("Handles %type"));
1677 description->SetTo(B_TRANSLATE("Does not handle file"));
/haiku/src/tests/add-ons/translators/pngtranslator/
H A DPNGTranslatorTest.cpp112 CPPUNIT_ASSERT(file.SetTo(fullpath.String(), B_READ_ONLY) == B_OK);
248 CPPUNIT_ASSERT(png_file.SetTo(png_fpath.String(), B_READ_ONLY) == B_OK);
249 CPPUNIT_ASSERT(bits_file.SetTo(bits_fpath.String(), B_READ_ONLY) == B_OK);
/haiku/src/bin/network/route/
H A Droute.cpp137 return address.SetTo(kFamilies[familyIndex].family, argument,
224 mask.SetTo(*route.mask);
243 gateway.SetTo(*route.gateway);
/haiku/src/kits/storage/mime/
H A DTextSnifferAddon.cpp356 mimeType->SetTo(subtypeMimeSpecific);
362 mimeType->SetTo(subtypeMimeGeneric);
367 mimeType->SetTo("text/plain");
/haiku/src/tests/add-ons/translators/stxttranslator/
H A DSTXTTranslatorTest.cpp89 CPPUNIT_ASSERT(file.SetTo(paths[i], B_READ_ONLY) == B_OK);
226 CPPUNIT_ASSERT(styled_file.SetTo(styled_path, B_READ_ONLY) == B_OK);
227 CPPUNIT_ASSERT(plain_file.SetTo(plain_path, B_READ_ONLY) == B_OK);
/haiku/src/tests/kits/interface/look/
H A DLook.cpp170 statusBar->SetTo(0);
177 statusBar->SetTo(40);
184 statusBar->SetTo(100);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp285 root.SetTo( rootEntry );
287 root.SetTo( rootPath );
383 status_t status = file.SetTo(str.String(), B_READ_ONLY | B_FAIL_IF_EXISTS);
570 //err = file->SetTo(strPath, B_READ_ONLY);
588 printf("BFile.SetTo error: %s, Path = %s\n", strerror(err), str.String());
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.cpp93 HTreeRoot* root = (HTreeRoot*)cached.SetTo(blockNum);
121 HTreeRoot* root = (HTreeRoot*)cached.SetTo(blockNum);
141 fRootEntryDeleter.SetTo(fRootEntry);
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.cpp213 logical->SetTo(child->Offset(), child->Size(), type.Type(), active,
269 type->SetTo(nextType->name);
283 status_t error = info->SetTo(offset, size);
/haiku/src/tests/add-ons/translators/tgatranslator/
H A DTGATranslatorTest.cpp126 CPPUNIT_ASSERT(file.SetTo(pinfo[i].imagePath, B_READ_ONLY) == B_OK);
286 CPPUNIT_ASSERT(tgafile.SetTo(paths[i].tgaPath, B_READ_ONLY) == B_OK);
287 CPPUNIT_ASSERT(bitsfile.SetTo(paths[i].bitsPath, B_READ_ONLY) == B_OK);
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp133 status_t error = executableFile.SetTo(programPath, B_READ_ONLY);
144 error = resources.SetTo(&executableFile);
361 error = entry.SetTo(fileName, true);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp280 if (entry.SetTo(fModel->EntryRef(), true) == B_OK) {
325 && targetEntry.SetTo(&ref, true) == B_OK
368 fModel->SetTo(&symEntry);

Completed in 330 milliseconds

<<31323334353637383940>>