Searched refs:package (Results 1 - 25 of 452) sorted by last modified time

1234567891011>>

/haiku/src/apps/softwareupdater/
H A DUpdateManager.cpp29 #include <package/manager/Exceptions.h>
30 #include <package/solver/SolverPackage.h>
254 // of a package download
396 printf("[%s] warning: package %s: %s\n", repositoryName,
447 for (int32 i = 0; BSolverPackage* package = packagesToActivate.ItemAt(i);
450 if (dynamic_cast<MiscLocalRepository*>(package->Repository()) != NULL)
454 package->Repository()->Name().String());
456 int position = upgradedPackages.IndexOf(package->Info().Name());
459 printf(" upgrade package %s-%s to %s from %s\n",
460 package
[all...]
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp132 switch (topology[i].data.package.vendor) {
/haiku/src/apps/installer/
H A DInstallerWindow.cpp892 Package* package = Package::PackageFromEntry(packageEntry); local
893 if (package != NULL)
894 packages.AddItem(package);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp336 void _AddPackageCredit(const PackageCredit& package);
1133 cpuVendor = topology[i].data.package.vendor;
2138 BMessage package; local
2155 package.AddString(fieldName.String(), fieldValue);
2187 // flush the current package
2188 _AddPackageCredit(PackageCredit(package));
2189 package.MakeEmpty();
2193 // flush current package
2194 _AddPackageCredit(PackageCredit(package));
2218 PackageCredit* package local
2232 _AddPackageCredit(const PackageCredit& package) argument
[all...]
/haiku/src/bin/pkgman/
H A DPackageManager.cpp23 #include <package/CommitTransactionResult.h>
24 #include <package/DownloadFileRequest.h>
25 #include <package/RefreshRepositoryRequest.h>
26 #include <package/solver/SolverPackage.h>
27 #include <package/solver/SolverProblem.h>
28 #include <package/solver/SolverProblemSolution.h>
319 printf("[%s] warning: package %s: %s\n", repositoryName,
369 for (int32 i = 0; BSolverPackage* package = packagesToActivate.ItemAt(i);
372 if (dynamic_cast<MiscLocalRepository*>(package->Repository()) != NULL)
375 repository.SetToFormat("repository %s", package
[all...]
H A DPackageManager.h13 #include <package/DaemonClient.h>
14 #include <package/manager/PackageManager.h>
/haiku/src/kits/package/
H A DPackageInfoParser.h10 #include <package/PackageInfo.h>
18 * package info elements found.
H A DPackageResolvable.cpp7 #include <package/PackageResolvable.h>
9 #include <package/hpkg/PackageInfoAttributeValue.h>
10 #include <package/PackageInfo.h>
H A DPackageInfoParser.cpp529 throw ParseError("multiple packages marked as base package",
1003 throw ParseError("invalid character in package name",
H A DPackageInfo.cpp8 #include <package/PackageInfo.h>
19 #include <package/hpkg/NoErrorOutput.h>
20 #include <package/hpkg/PackageReader.h>
21 #include <package/hpkg/v1/PackageInfoContentHandler.h>
22 #include <package/hpkg/v1/PackageReader.h>
23 #include <package/PackageInfoContentHandler.h>
53 "base-package",
625 // check for an explicit match on the package
1180 // try current package file format version
1195 // try package fil
[all...]
/haiku/headers/os/package/
H A DPackageResolvable.h11 #include <package/PackageVersion.h>
35 * there any package providing the 'svn' command that the user just typed?").
H A DPackageInfo.h14 #include <package/GlobalWritableFileInfo.h>
15 #include <package/PackageArchitecture.h>
16 #include <package/PackageFlags.h>
17 #include <package/PackageInfoAttributes.h>
18 #include <package/PackageResolvable.h>
19 #include <package/PackageResolvableExpression.h>
20 #include <package/PackageVersion.h>
21 #include <package/User.h>
22 #include <package/UserSettingsFileInfo.h>
33 * Keeps a list of package inf
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp23 #include <package/CommitTransactionResult.h>
24 #include <package/DaemonDefs.h>
44 Package* package = NULL)
47 fPackageName(package != NULL ? package->FileName() : BString()),
89 BTransactionIssue BuildIssue(Package* package) const
92 if (packageName.IsEmpty() && package != NULL)
93 packageName = package->FileName();
146 Package* package = fPackagesToActivate.ItemAt(i); local
147 if (fPackagesAlreadyAdded.find(package)
170 Package* package = fVolumeState->FindPackage((*it)->FileName()); local
176 Package* package = fVolumeState->FindPackage((*it)->FileName()); local
299 Package* package = fVolumeState->FindPackage(packageName); local
362 Package* package = fVolumeState->FindPackage(packageName); local
544 Package* package = *it; local
613 Package* package = fPackagesToActivate.ItemAt(i); local
696 Package* package = fPackagesToActivate.ItemAt(i); local
706 _PreparePackageToActivate(Package* package) argument
729 _AddGroup(Package* package, const BString& groupName) argument
757 _AddUser(Package* package, const BUser& user) argument
827 _AddGlobalWritableFiles(Package* package) argument
888 _AddGlobalWritableFile(Package* package, const BGlobalWritableFileInfo& file, const BDirectory& rootDirectory, const BDirectory& extractedFilesDirectory) argument
950 _AddGlobalWritableFileRecurse(Package* package, const BDirectory& sourceDirectory, FSUtils::Path& relativeSourcePath, const BDirectory& targetDirectory, const char* targetName, BWritableFileUpdateType updateType) argument
1271 Package* package = *it; local
1327 Package* package = *it; local
1387 Package* package = *it; local
1406 Package* package = *it; local
1419 _RunPostOrPreScript(Package* package, const BString& script, bool postNotPre) argument
1489 Package* package = *it; local
1513 _ExtractPackageContent(Package* package, const BStringList& contentPaths, BDirectory& targetDirectory, BDirectory& _extractedFilesDirectory) argument
1732 Package* package = *it; local
1885 _FillInActivationChangeItem( PackageFSActivationChangeItem* item, PackageFSActivationChangeType type, Package* package, char*& nameBuffer) argument
1902 _IsSystemPackage(Package* package) argument
[all...]
H A DVolume.cpp29 #include <package/CommitTransactionResult.h>
30 #include <package/PackageRoster.h>
31 #include <package/solver/Solver.h>
32 #include <package/solver/SolverPackage.h>
33 #include <package/solver/SolverProblem.h>
34 #include <package/solver/SolverProblemSolution.h>
35 #include <package/solver/SolverRepository.h>
36 #include <package/solver/SolverResult.h>
41 #include <package/DaemonDefs.h>
308 // Not good, but not fatal. Only the manual package operation
360 Package* package = it.Next(); local
381 Package* package = it.Next(); local
414 Package* package = it.Next(); local
548 Package* package = it.Next(); local
567 Package* package = it.Next(); local
921 Package* package = fLatestState->FindPackage(name); local
965 Package* package = fLatestState->FindPackage(name); local
1016 Package* package; local
1138 Package* package = fLatestState->FindPackage(packageName); local
1204 Package* package; local
1293 Package* package = fLatestState->FindPackage( local
1309 Package* package = it.Next(); local
1382 Package* package = it.Next(); local
1402 Package* package = it.Next(); local
1414 Package* package = it.Next(); local
[all...]
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp35 /*! This package listener (not at the JSON level) is feeding in the
45 virtual bool ConsumePackage(const PackageInfoRef& package,
84 PackageFillingPkgListener::ConsumePackage(const PackageInfoRef& package, argument
90 // the package's listeners. This way the quantity of BMessages
94 package->StartCollatingChanges();
104 package->SetTitle(*(pkgVersion->Title()));
107 package->SetShortDescription(*(pkgVersion->Summary()));
110 package->SetFullDescription(*(pkgVersion->Description()));
113 package->SetSize(static_cast<off_t>(pkgVersion->PayloadLength()));
116 package
183 PackageInfoRef package = depot->PackageByName(packageName); local
[all...]
H A DWebAppInterface.cpp817 WebAppInterface::IncrementViewCounter(const PackageInfoRef package, argument
827 requestEnvelopeWriter.WriteString(package->Architecture());
833 requestEnvelopeWriter.WriteString(package->Name());
835 const BPackageVersion version = package->Version();
H A DWebAppInterface.h14 #include <package/PackageVersion.h>
137 const PackageInfoRef package,
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.cpp10 #include <package/Context.h>
11 #include <package/PackageRoster.h>
44 Model* model, const PackageInfoRef package)
49 new IncrementViewCounterProcess(model, package));
162 HDFATAL("unexpected package action message what");
196 PackageInfoRef package = _ExtractPackageFromMessage(model, message); local
197 if (package.IsSet()) {
200 new InstallPackageProcess(package, model), 10);
203 HDERROR("unable to find the package");
215 PackageInfoRef package local
43 CreateIncrementViewCounter( Model* model, const PackageInfoRef package) argument
234 PackageInfoRef package = _ExtractPackageFromMessage(model, message); local
[all...]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp59 virtual bool AcceptsPackage(const PackageInfoRef& package) const
74 virtual bool AcceptsPackage(const PackageInfoRef& package) const
76 if (!package.IsSet())
79 for (int i = package->CountCategories() - 1; i >= 0; i--) {
80 const CategoryRef& category = package->CategoryAtIndex(i);
107 virtual bool AcceptsPackage(const PackageInfoRef& package) const
109 return package->State() == NONE;
137 virtual bool AcceptsPackage(const PackageInfoRef& package) const
139 if (!package.IsSet())
141 // Every search term must be found in one of the package text
183 is_source_package(const PackageInfoRef& package) argument
191 is_develop_package(const PackageInfoRef& package) argument
507 CanPopulatePackage(const PackageInfoRef& package) argument
529 PopulatePackage(const PackageInfoRef& package, uint32 flags) argument
691 _PopulatePackageChangelog(const PackageInfoRef& package) argument
[all...]
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.h37 void SetPackage(const PackageInfoRef& package);
H A DRatePackageWindow.cpp105 RatingView("rate package view"),
175 BWindow(frame, B_TRANSLATE("Rate package"),
397 package or they add a rating and want to see that immediately. The logic
411 RatePackageWindow::SetPackage(const PackageInfoRef& package) argument
417 fPackage = package;
420 windowTitle.ReplaceAll("%Package%", package->Title());
423 // See if the user already made a rating for this package,
533 PackageInfoRef package(fPackage);
541 if (!package.IsSet()) {
542 HDERROR("rating query: No package");
629 BString package = fPackage->Name(); local
[all...]
H A DScreenshotWindow.h44 void SetPackage(const PackageInfoRef& package);
H A DScreenshotWindow.cpp169 ScreenshotWindow::SetPackage(const PackageInfoRef& package) argument
171 if (fPackage == package)
174 fPackage = package;
177 if (package.IsSet()) {
178 title = package->Title();
270 HDINFO("package not set");
273 HDINFO("package has no screenshots");
319 // Find out dimensions of the largest screenshot of this package
H A DPackageInfoView.h40 void SetPackage(const PackageInfoRef& package);
49 _ScreenshotThumbCoordinate(const PackageInfoRef& package);
50 void _SetPackageScreenshotThumb(const PackageInfoRef& package);
51 void _HandleScreenshotCached(const PackageInfoRef& package,
H A DPackageInfoView.cpp31 #include <package/hpkg/PackageReader.h>
32 #include <package/hpkg/NoErrorOutput.h>
33 #include <package/hpkg/PackageContentHandler.h>
34 #include <package/hpkg/PackageEntry.h>
208 RatingView("package rating view"),
239 fIconView = new BitmapView("package icon view");
240 fTitleView = new BStringView("package title view", "");
241 fPublisherView = new BStringView("package publisher view", "");
265 fVersionInfo = new BStringView("package version info", "");
273 fAvgRating = new BStringView("package averag
360 SetPackage(const PackageInfoRef package) argument
478 SetPackage(const PackageInfoRef package) argument
487 AdoptActions(const PackageInfoRef package) argument
507 AdoptDownloadProgress(const PackageInfoRef package) argument
776 SetPackage(const PackageInfoRef package) argument
1010 SetPackage(const PackageInfoRef package) argument
1091 SetPackage(const PackageInfoRef package) argument
1139 SetPackage(const PackageInfoRef package) argument
1197 SetPackage(const PackageInfoRef package, bool switchToDefaultTab) argument
1316 const PackageInfoRef& package = fPackageListener->Package(); local
1401 _SetPackageScreenshotThumb(const PackageInfoRef& package) argument
1433 _ScreenshotThumbCoordinate(const PackageInfoRef& package) argument
1457 _HandleScreenshotCached(const PackageInfoRef& package, const ScreenshotCoordinate& coordinate) argument
[all...]

Completed in 240 milliseconds

1234567891011>>