Searched refs:roster (Results 1 - 25 of 194) sorted by last modified time

12345678

/haiku/src/kits/tracker/
H A DFSUtils.cpp3202 BVolumeRoster roster; local
3204 roster.Rewind();
3205 while (roster.GetNextVolume(&volume) == B_OK) {
H A DUtilities.cpp1022 BVolumeRoster roster;
1038 roster.Rewind();
1039 while (roster.GetNextVolume(&tempVolume) == B_OK) {
1084 roster.Rewind();
1085 while (roster.GetNextVolume(&tempVolume) == B_OK) {
H A DPoseView.cpp1578 BVolumeRoster roster; local
1579 roster.Rewind();
1599 while (roster.GetNextVolume(&volume) == B_OK) {
H A DQueryPoseView.cpp517 BVolumeRoster roster; variable
520 roster.Rewind();
521 while (roster.GetNextVolume(&volume) == B_OK)
H A DFindPanel.cpp1927 BVolumeRoster roster; local
1929 roster.Rewind();
1930 while (roster.GetNextVolume(&volume) == B_OK) {
2000 BVolumeRoster roster; local
2002 roster.Rewind();
2003 while (roster.GetNextVolume(&volume) == B_OK) {
H A DTrackerInitialState.cpp448 BVolumeRoster roster; local
451 roster.Rewind();
452 while (roster.GetNextVolume(&volume) == B_OK) {
H A DNavMenu.cpp485 BVolumeRoster roster; local
486 roster.Rewind();
488 while (roster.GetNextVolume(&volume) == B_OK) {
674 BVolumeRoster roster; local
677 roster.Rewind();
678 while (roster.GetNextVolume(&volume) == B_OK) {
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1254 BTranslatorRoster* roster = BTranslatorRoster::Default();
1257 if (roster->GetOutputFormats(outTranslator, &outFormat, &outCount) != B_OK
H A DShowImageView.cpp802 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
803 if (roster == NULL)
818 if (roster->GetTranslators(&stream, NULL, &info, &infoCount) == B_OK) {
822 roster->GetOutputFormats(info[i].translator, &formats, &count);
899 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
900 if (roster == NULL)
907 if (roster->GetTranslators(&stream, NULL, &outInfo, &outNumInfo) == B_OK) {
911 roster->GetOutputFormats(outInfo[i].translator, &formats,
944 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
945 if (!roster)
983 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
[all...]
/haiku/src/apps/terminal/
H A DTermWindow.cpp448 BCharacterSetRoster roster;
450 while (roster.GetNextCharacterSet(&charset) == B_OK) {
1727 TermWindow::TerminalInfosUpdated(TerminalRoster* roster) argument
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.cpp123 BPackageRoster roster; local
125 status_t repoNamesResult = roster.GetRepositoryNames(repoNames);
/haiku/src/servers/app/
H A DServerApp.cpp286 BRoster::Private roster; local
287 roster.UpdateActiveApp(ClientTeam());
H A DDesktop.cpp2540 BRoster roster;
2541 status_t status = roster.Launch("application/x-vnd.Be-input_server");
2557 entryStatus = roster.Launch(&ref);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp872 BDiskDeviceRoster roster;
875 if (roster.GetPartitionWithID(item->ID(), &device, &partition) == B_OK) {
878 } else if (roster.GetDeviceWithID(item->ID(), &device) == B_OK) {
873 BDiskDeviceRoster roster; local
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp1366 UVCCamDeviceAddon::Instantiate(CamRoster& roster, BUSBDevice* from) argument
/haiku/src/bin/listusb/
H A Dlistusb.cpp294 DumpRoster roster(verbose);
295 roster.Start();
296 roster.Stop();
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp99 BPackageRoster roster; local
102 status_t result = roster.GetRepositoryNames(repositoryNames);
117 status_t getRepositoryConfigStatus = roster.GetRepositoryConfig(
/haiku/src/preferences/datatranslations/
H A DTranslatorListView.cpp44 static BTranslatorRoster* roster = BTranslatorRoster::Default(); local
48 roster->GetOutputFormats(id, &format, &count);
/haiku/src/apps/people/
H A DPersonView.cpp324 BTranslatorRoster* roster = BTranslatorRoster::Default(); local
325 roster->Translate(&stream, NULL, NULL, &file,
/haiku/src/apps/mail/
H A DMailWindow.cpp488 BCharacterSetRoster roster; local
490 while (roster.GetNextCharacterSet(&charSet) == B_OK) {
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp373 BMediaRoster* roster = BMediaRoster::Roster(); local
374 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_STARTED);
375 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_QUIT);
383 BMediaRoster* roster = BMediaRoster::CurrentRoster(); local
384 roster->StopWatching(BMessenger(this, this), B_MEDIA_SERVER_STARTED);
385 roster->StopWatching(BMessenger(this, this), B_MEDIA_SERVER_QUIT);
/haiku/src/apps/debugger/
H A DDebugger.cpp416 TargetHostInterfaceRoster* roster = TargetHostInterfaceRoster::Default(); local
417 for (int32 i = 0; i < roster->CountActiveInterfaces(); i++) {
418 TargetHostInterface* iface = roster->ActiveInterfaceAt(i);
497 TargetHostInterfaceRoster* roster = TargetHostInterfaceRoster::Default(); local
498 AutoLocker<TargetHostInterfaceRoster> lock(roster);
499 if (roster->CountRunningTeamDebuggers() == 0 && fStartTeamWindow == NULL)
580 TargetHostInterfaceRoster* roster = TargetHostInterfaceRoster::Default(); local
581 AutoLocker<TargetHostInterfaceRoster> lock(roster);
583 if (roster->CountRunningTeamDebuggers() == 0 && fTeamsWindow == NULL)
/haiku/src/apps/bootmanager/
H A DDrivesPage.cpp337 BDiskDeviceRoster roster; local
339 while (roster.GetNextDevice(&device) == B_OK) {
/haiku/src/apps/deskbar/
H A DStatusView.cpp953 BRoster roster; local
954 status = roster.FindApp(signature, &ref);
H A DDeskbarMenu.cpp522 BRoster roster; local
526 roster.GetRecentDocuments(&fRecentList, count);
529 roster.GetRecentApps(&fRecentList, count);
532 roster.GetRecentDocuments(&fRecentList, count, NULL,
536 roster.GetRecentFolders(&fRecentList, count);

Completed in 200 milliseconds

12345678