Searched refs:package (Results 226 - 250 of 452) sorted by relevance

1234567891011>>

/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp11 #include <package/ActivateRepositoryConfigJob.h>
13 #include <package/Context.h>
14 #include <package/RepositoryConfig.h>
15 #include <package/RepositoryInfo.h>
H A DPackageResolvable.cpp7 #include <package/PackageResolvable.h>
9 #include <package/hpkg/PackageInfoAttributeValue.h>
10 #include <package/PackageInfo.h>
H A DRefreshRepositoryRequest.cpp10 #include <package/RefreshRepositoryRequest.h>
18 #include <package/ActivateRepositoryCacheJob.h>
19 #include <package/ChecksumAccessors.h>
20 #include <package/ValidateChecksumJob.h>
21 #include <package/RepositoryCache.h>
22 #include <package/RepositoryConfig.h>
23 #include <package/PackageRoster.h>
H A DAddRepositoryRequest.cpp10 #include <package/AddRepositoryRequest.h>
16 #include <package/ActivateRepositoryConfigJob.h>
17 #include <package/PackageRoster.h>
/haiku/src/apps/haikudepot/packagemanagement/
H A DPackageProgressListener.h17 #include <package/manager/PackageManager.h>
H A DUninstallPackageProcess.cpp19 #include <package/manager/Exceptions.h>
20 #include <package/solver/SolverPackage.h>
40 UninstallPackageProcess::UninstallPackageProcess(PackageInfoRef package, argument
43 AbstractPackageProcess(package, model)
83 "Fatal error occurred while uninstalling package %s: "
95 HDERROR("Exception occurred while uninstalling package %s: %s",
H A DUninstallPackageProcess.h26 PackageInfoRef package, Model* model);
/haiku/src/kits/package/solver/
H A DSolverResult.cpp10 #include <package/solver/SolverResult.h>
19 BSolverResultElement::BSolverResultElement(BType type, BSolverPackage* package) argument
22 fPackage(package)
H A DSolverProblem.cpp12 #include <package/solver/SolverProblem.h>
14 #include <package/solver/SolverPackage.h>
15 #include <package/solver/SolverProblemSolution.h>
26 B_TRANSLATE_MARK("problem with installed package %source%"),
31 B_TRANSLATE_MARK("package %source% is not installable"),
34 B_TRANSLATE_MARK("package %source% conflicts with %dependency% provided "
36 B_TRANSLATE_MARK("package %source% obsoletes %dependency% provided by "
38 B_TRANSLATE_MARK("installed package %source% obsoletes %dependency% "
40 B_TRANSLATE_MARK("package %source% implicitly obsoletes %dependency% "
42 B_TRANSLATE_MARK("package
[all...]
/haiku/src/bin/pkgman/
H A Dcommand_refresh.cpp14 #include <package/Context.h>
15 #include <package/RefreshRepositoryRequest.h>
16 #include <package/PackageRoster.h>
H A Dcommand_list_repos.cpp18 #include <package/RepositoryCache.h>
19 #include <package/RepositoryConfig.h>
20 #include <package/PackageInfo.h>
21 #include <package/PackageRoster.h>
22 #include <package/RepositoryInfo.h>
41 "Lists all configured package repositories.\n"
/haiku/headers/private/package/
H A DActivationTransaction.h13 #include <package/PackageDefs.h>
48 bool AddPackageToActivate(const BString& package);
53 bool AddPackageToDeactivate(const BString& package);
/haiku/src/apps/haikudepot/server/
H A DPopulatePkgSizesProcess.cpp45 return B_TRANSLATE("Populating package sizes");
73 HDDEBUG("[%s] did derive a size for package [%s]",
77 HDDEBUG("[%s] unable to derive a size for package [%s]",
93 PopulatePkgSizesProcess::_DeriveSize(const PackageInfoRef package) const
96 if (PackageUtils::DeriveLocalFilePath(package.Get(), path) == B_OK) {
104 HDDEBUG("unable to get the local file of package [%s]", package->Name().String());
H A DLocalPkgDataLoadProcess.cpp32 #include <package/Context.h>
33 #include <package/manager/Exceptions.h>
34 #include <package/manager/RepositoryBuilder.h>
35 #include <package/PackageRoster.h>
36 #include "package/RepositoryCache.h"
37 #include <package/RefreshRepositoryRequest.h>
38 #include <package/solver/SolverPackage.h>
39 #include <package/solver/SolverResult.h>
54 \param packageInfoListener is assigned to each package model object.
98 HDDEBUG("[%s] will refresh the package lis
185 BSolverPackage* package = packages.ItemAt(i); local
354 BSolverPackage* package = element->Package(); local
[all...]
/haiku/src/apps/haikudepot/ui/
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...]
H A DFeaturedPackagesView.cpp89 HDINFO("expected 'name' key on package update message");
166 back to this and other views that a package has been selected. This
197 void UpdatePackage(uint32 changeMask, const PackageInfoRef& package) argument
200 int32 index = _IndexOfPackage(package);
202 fPackages[index] = package;
286 void AddPackage(const PackageInfoRef& package) argument
293 = std::lower_bound(fPackages.begin(), fPackages.end(), package,
297 || package->Name() != (*itInsertionPt)->Name()) {
303 fPackages.insert(itInsertionPt, package);
304 package
311 RemovePackage(const PackageInfoRef& package) argument
330 SelectPackage(const PackageInfoRef& package) argument
609 TopOfPackage(const PackageInfoRef& package) argument
725 AddPackage(const PackageInfoRef& package) argument
732 RemovePackage(const PackageInfoRef& package) argument
748 SelectPackage(const PackageInfoRef& package, bool scrollToEntry) argument
[all...]
/haiku/src/system/kernel/scheduler/
H A Dlow_latency.cpp51 // wake new package
52 PackageEntry* package = gIdlePackageList.Last(); local
53 if (package == NULL) {
55 package = PackageEntry::GetMostIdlePackage();
59 if (package != NULL)
60 core = package->GetIdleCore();
/haiku/src/servers/package/
H A DPackageManager.h12 #include <package/Context.h>
13 #include <package/Job.h>
15 #include <package/DaemonClient.h>
16 #include <package/manager/PackageManager.h>
98 BSolverPackage* _SolverPackageFor(Package* package) const;
H A DResultWindow.cpp15 #include <package/solver/SolverPackage.h>
16 #include <package/solver/SolverRepository.h>
47 fDoneSemaphore = create_sem(0, "package changes");
57 "The following additional package changes have to be made:")))
199 for (int32 i = 0; BSolverPackage* package = packages.ItemAt(i);
201 if (ignorePackages.find(package) != ignorePackages.end())
206 text.SetToFormat(B_TRANSLATE_COMMENT("install package %s from "
208 package->Info().FileName().String(),
209 package->Repository()->Name().String());
211 text.SetToFormat(B_TRANSLATE_COMMENT("uninstall package
[all...]
/haiku/headers/private/kernel/platform/openfirmware/
H A Dopenfirmware.h53 extern intptr_t of_getprop(intptr_t package, const char *property, void *buffer,
55 extern intptr_t of_setprop(intptr_t package, const char *property, const void *buffer,
57 extern intptr_t of_nextprop(intptr_t package, const char *previousProperty,
59 extern intptr_t of_getproplen(intptr_t package, const char *property);
60 extern intptr_t of_package_to_path(intptr_t package, char *pathBuffer,
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingAttributeCookie.cpp12 #include <package/hpkg/DataReader.h>
13 #include <package/hpkg/PackageData.h>
14 #include <package/hpkg/PackageDataReader.h>
131 // data not inline -- open the package and let it create a data reader for
133 Package* package = packageNode->GetPackage(); local
134 int fd = package->Open();
137 PackageCloser packageCloser(package);
140 status_t error = package->CreateDataReader(data, reader);
172 // The package must be open or otherwise reading the attribute data
/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/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp22 #include <package/PackageInfoAttributes.h>
189 Package* package = it.Next();) {
190 _RemovePackageContent(package, NULL, false);
337 FATAL("invalid package folder ('packages' parameter)!\n");
353 // load package settings
360 // create package domain
520 Package* package = it.Next(); local
522 info.packageDeviceID = package->DeviceID();
523 info.packageNodeID = package->NodeID();
524 PackagesDirectory* directory = package
929 Package* package; local
946 _AddPackage(Package* package) argument
954 _RemovePackage(Package* package) argument
964 Package* package = fPackages.Clear(true); local
981 _AddPackageContent(Package* package, bool notify) argument
1016 _RemovePackageContent(Package* package, PackageNode* endNode, bool notify) argument
1046 _AddPackageContentRootNode(Package* package, PackageNode* rootPackageNode, bool notify) argument
1117 _RemovePackageContentRootNode(Package* package, PackageNode* rootPackageNode, PackageNode* endPackageNode, bool notify) argument
1494 Package* package = new(std::nothrow) Package(this, packagesDirectory, local
1535 Package* package = _FindPackage(item->name); local
1593 Package* package; local
1620 Package* package = _FindPackage(item->name); local
1636 Package* package = newPackageReferences[newPackageIndex]; local
1651 Package* package = newPackageReferences[i]; local
1657 Package* package = oldPackageReferences[i]; local
[all...]
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp285 intptr_t package; member in struct:__anon13
286 } args = {"instance-to-package", 1, 1, instance, 0};
291 return args.package;
296 of_getprop(intptr_t package, const char *property, void *buffer, intptr_t bufferSize) argument
302 intptr_t package; member in struct:__anon14
307 } args = {"getprop", 4, 1, package, property, buffer, bufferSize, 0};
317 of_setprop(intptr_t package, const char *property, const void *buffer, argument
324 intptr_t package; member in struct:__anon15
329 } args = {"setprop", 4, 1, package, property, buffer, bufferSize, 0};
339 of_getproplen(intptr_t package, cons argument
345 intptr_t package; member in struct:__anon16
358 of_nextprop(intptr_t package, const char *previousProperty, char *nextProperty) argument
364 intptr_t package; member in struct:__anon17
378 of_package_to_path(intptr_t package, char *pathBuffer, intptr_t bufferSize) argument
384 intptr_t package; member in struct:__anon18
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageDataReader.cpp7 #include <package/hpkg/PackageDataReader.h>
14 #include <package/hpkg/HPKGDefsPrivate.h>
15 #include <package/hpkg/PackageData.h>

Completed in 125 milliseconds

1234567891011>>