Searched refs:SetTo (Results 276 - 300 of 1285) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.h27 virtual void SetTo(BPartition* partition);
/haiku/headers/private/libroot/locale/
H A DICUCollateData.h25 virtual status_t SetTo(const U_NAMESPACE_QUALIFIER Locale&
/haiku/headers/os/package/
H A DPackageResolvable.h65 void SetTo(const BString& name,
H A DPackageVersion.h43 void SetTo(const BString& major,
46 status_t SetTo(const BString& versionString,
H A DRepositoryInfo.h31 status_t SetTo(const BMessage* data);
32 status_t SetTo(const BEntry& entry);
/haiku/headers/private/kernel/util/
H A DFixedWidthPointer.h73 void SetTo(uint64 addr) function in class:FixedWidthPointer
114 void SetTo(uint64 addr) function in class:FixedWidthPointer
/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp32 status_t SetTo(const char* user, const char* password) function in class:AuthenticationServer::Authentication
34 if (fUser.SetTo(user) && fPassword.SetTo(password))
137 return fDefaultAuthentication.SetTo(user, password);
152 return authentication->SetTo(user, password);
157 status_t error = authentication->SetTo(user, password);
395 return (user->SetTo(authentication->GetUser())
396 && password->SetTo(authentication->GetPassword()));
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPath.cpp24 // SetTo
26 Path::SetTo(const char* path, const char* leaf) function in class:Path
76 return SetTo(leaf);
/haiku/src/apps/cortex/support/
H A DProfileTarget.cpp68 maxPad.SetTo(' ', nameLength);
76 namePad.SetTo(' ', nameLength-strlen(entry.name));
/haiku/src/apps/mail/
H A DWIndex.h89 status_t SetTo(BPositionIO* dataFile);
90 status_t SetTo(const char* dataPath, const char* indexPath);
/haiku/src/apps/switcher/
H A DLaunchButton.cpp142 SetTo(&ref);
249 LaunchButton::SetTo(const entry_ref* ref) function in class:LaunchButton
265 if (info.SetTo(&file) == B_OK) {
268 SetTo(mimeSig, false);
291 LaunchButton::SetTo(const char* appSig, bool updateIcon) function in class:LaunchButton
299 SetTo(&ref);
309 fDescription.SetTo(text);
355 if (appFileInfo.SetTo(&file) == B_OK
/haiku/src/tools/restest/
H A DOffsetFile.cpp21 SetTo(file, offset);
29 // SetTo
31 OffsetFile::SetTo(const BFile& file, off_t offset) function in class:OffsetFile
/haiku/headers/os/app/
H A DKey.h48 status_t SetTo(BKeyPurpose purpose,
104 status_t SetTo(const char* password,
H A DMessenger.h63 status_t SetTo(const char* signature,
65 status_t SetTo(const BHandler* handler,
/haiku/src/kits/print/
H A DPrinter.cpp53 SetTo(entry);
66 SetTo(nodeRef);
80 SetTo(directory);
91 BPrinter::SetTo(const BEntry& entry) function in class:BPrivate::Print::BPrinter
101 BPrinter::SetTo(const node_ref& nodeRef) function in class:BPrivate::Print::BPrinter
103 SetTo(BDirectory(&nodeRef));
109 BPrinter::SetTo(const entry_ref& entryRef) function in class:BPrivate::Print::BPrinter
119 BPrinter::SetTo(const BDirectory& directory) function in class:BPrivate::Print::BPrinter
H A DPrintTransport.cpp110 dir.SetTo(&ref);
112 if (path.SetTo(&dir, NULL) != B_OK) {
/haiku/src/kits/package/
H A DPathFinder.cpp69 SetTo(expression, dependency);
74 BPathFinder::SetTo(const BResolvableExpression& expression, function in class:BPathFinder
/haiku/headers/private/interface/
H A DDecorInfo.h32 status_t SetTo(const entry_ref& ref);
33 status_t SetTo(BString path);
45 // SetTo or the constructor - we may have traversed a Symlink!
/haiku/headers/private/mail/
H A DProtocolConfigView.h33 void SetTo(const BMailProtocolSettings& settings);
66 void SetTo(const BMailProtocolSettings& settings);
/haiku/src/apps/deskbar/
H A DDeskbarUtils.cpp91 dir.SetTo(&ref);
94 dir.SetTo(path.Path());
/haiku/src/preferences/media/
H A DMediaWindow.h84 void SetTo(const dormant_node_info* node);
85 void SetTo(const media_node& node);
/haiku/src/tests/servers/app/statusbar/
H A Dmain.cpp36 fHomeFolder.SetTo("/boot/home/");
68 fStatusBar->SetTo(value, "Text", name);
/haiku/src/kits/debugger/settings/
H A DTeamSignalSettings.cpp43 TeamSignalSettings::SetTo(const BMessage& archive) function in class:TeamSignalSettings
150 if (settings->SetTo(fValues) != B_OK) {
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DConfigView.cpp66 SetTo(settings);
80 fFileView->SetTo(&settings, NULL);
/haiku/src/servers/app/drawing/
H A DBitmapDrawingEngine.cpp61 fBitmap.SetTo(new(std::nothrow) UtilityBitmap(BRect(0, 0, newWidth - 1,
66 fHWInterface.SetTo(new(std::nothrow) BitmapHWInterface(fBitmap));

Completed in 138 milliseconds

<<11121314151617181920>>