Home
last modified time | relevance | path

Searched refs:bundleIndex (Results 1 – 11 of 11) sorted by relevance

/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/Plugin/Cache/
H A DCacheManager.cpp184 int bundleIndex, in MakeRoom() argument
195 s.BindInt(0, bundleIndex); in MakeRoom()
225 Bundle bundle = GetBundle(bundleIndex); in EnsureQuota()
237 pimpl_->bundles_[bundleIndex] = bundle; in EnsureQuota()
330 void CacheManager::Store(int bundleIndex, in Store() argument
350 Bundle bundle = GetBundle(bundleIndex); in Store()
366 s.BindInt(0, bundleIndex); in Store()
381 s.BindInt(0, bundleIndex); in Store()
395 pimpl_->bundles_[bundleIndex] = bundle; in Store()
506 Bundle bundle = GetBundle(bundleIndex); in Invalidate()
[all …]
H A DCacheManager.h52 const BundleQuota& GetBundleQuota(int bundleIndex) const;
54 Bundle GetBundle(int bundleIndex) const;
58 int bundleIndex,
61 void EnsureQuota(int bundleIndex,
H A DCacheScheduler.cpp182 Prefetcher(int bundleIndex, in Prefetcher() argument
187 bundleIndex_(bundleIndex), in Prefetcher()
227 BundleScheduler(int bundleIndex, in BundleScheduler() argument
240 prefetchers_[i] = new Prefetcher(bundleIndex, *factory_, cache, cacheMutex, queue_); in BundleScheduler()
281 CacheScheduler::BundleScheduler& CacheScheduler::GetBundleScheduler(unsigned int bundleIndex) in GetBundleScheduler() argument
285 BundleSchedulers::iterator it = bundles_.find(bundleIndex); in GetBundleScheduler()
H A DCacheScheduler.h57 BundleScheduler& GetBundleScheduler(unsigned int bundleIndex);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.ui.trace/src/org/eclipse/ui/trace/internal/datamodel/
H A DTracingComponent.java184 for (int bundleIndex = 0; bundleIndex < allBundles.length; bundleIndex++) { in addBundle()
185 String symbolicName = allBundles[bundleIndex].getSymbolicName(); in addBundle()
187 if (!TracingCollections.getInstance().isBundleConsumed(allBundles[bundleIndex])) { in addBundle()
189 bundles.add(allBundles[bundleIndex]); in addBundle()
191 TracingCollections.getInstance().storeBundleInComponent(this, allBundles[bundleIndex]); in addBundle()
196 TracingCollections.getInstance().setBundleIsConsumed(allBundles[bundleIndex], consumed); in addBundle()
199 …mponents = TracingCollections.getInstance().getComponentsContainingBundle(allBundles[bundleIndex]); in addBundle()
202 components[componentIndex].removeBundle(allBundles[bundleIndex]); in addBundle()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DBench.cpp866 DWORD_PTR GetAffinityMask(UInt32 bundleIndex, CCpuSet *cpuSet) const;
869 …indows::CThread &thread, THREAD_FUNC_TYPE startAddress, LPVOID parameter, UInt32 bundleIndex) const in CreateThread_WithAffinity()
874 GetAffinityMask(bundleIndex, &cpuSet); in CreateThread_WithAffinity()
922 DWORD_PTR CAffinityMode::GetAffinityMask(UInt32 bundleIndex, CCpuSet *cpuSet) const in GetAffinityMask() argument
941 UInt32 m = bundleIndex % numGroups; in GetAffinityMask()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp3900 for (uint32_t bundleIndex = 0; bundleIndex < PropertiesFile_COUNT; in AsyncPrecreateStringBundles() local
3901 ++bundleIndex) { in AsyncPrecreateStringBundles()
3904 [bundleIndex]() { in AsyncPrecreateStringBundles()
3906 static_cast<PropertiesFile>(bundleIndex); in AsyncPrecreateStringBundles()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp3614 for (uint32_t bundleIndex = 0; bundleIndex < PropertiesFile_COUNT; in AsyncPrecreateStringBundles() local
3615 ++bundleIndex) { in AsyncPrecreateStringBundles()
3618 [bundleIndex]() { in AsyncPrecreateStringBundles()
3620 static_cast<PropertiesFile>(bundleIndex); in AsyncPrecreateStringBundles()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp3896 for (uint32_t bundleIndex = 0; bundleIndex < PropertiesFile_COUNT; in AsyncPrecreateStringBundles() local
3897 ++bundleIndex) { in AsyncPrecreateStringBundles()
3900 [bundleIndex]() { in AsyncPrecreateStringBundles()
3902 static_cast<PropertiesFile>(bundleIndex); in AsyncPrecreateStringBundles()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp3900 for (uint32_t bundleIndex = 0; bundleIndex < PropertiesFile_COUNT; in AsyncPrecreateStringBundles() local
3901 ++bundleIndex) { in AsyncPrecreateStringBundles()
3904 [bundleIndex]() { in AsyncPrecreateStringBundles()
3906 static_cast<PropertiesFile>(bundleIndex); in AsyncPrecreateStringBundles()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp3748 for (uint32_t bundleIndex = 0; bundleIndex < PropertiesFile_COUNT; in AsyncPrecreateStringBundles() local
3749 ++bundleIndex) { in AsyncPrecreateStringBundles()
3751 NS_NewRunnableFunction("AsyncPrecreateStringBundles", [bundleIndex]() { in AsyncPrecreateStringBundles()
3752 PropertiesFile file = static_cast<PropertiesFile>(bundleIndex); in AsyncPrecreateStringBundles()