Home
last modified time | relevance | path

Searched refs:allBundles (Results 1 – 25 of 87) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/services/resolver/
H A DStateCycleTest.java56 assertContains("0.5", allBundles, bundleA); in testCycle1()
57 assertContains("0.6", allBundles, bundleB); in testCycle1()
58 assertContains("0.7", allBundles, bundleC); in testCycle1()
59 assertContains("0.8", allBundles, bundleD); in testCycle1()
60 assertContains("0.9", allBundles, bundleE); in testCycle1()
61 assertContains("0.10", allBundles, bundleF); in testCycle1()
95 assertContains("0.5", allBundles, bundleA); in testCycle2()
96 assertContains("0.6", allBundles, bundleB); in testCycle2()
97 assertContains("0.7", allBundles, bundleC); in testCycle2()
98 assertContains("0.8", allBundles, bundleD); in testCycle2()
[all …]
/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.java182 private void addBundle(final String name, final boolean consumed, final Bundle[] allBundles) { in addBundle() argument
184 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/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/
H A DWebStartMain.java52 …private Map<String, List<BundleInfo>> allBundles = null; // Map of all the bundles found on the cl… field in WebStartMain
88 allBundles.remove(framework); in basicRun()
106 allBundles = null; in cleanup()
116 List<BundleInfo> matches = allBundles.get(target); in searchFor()
136 List<BundleInfo> matches = allBundles.get(target); in findBundle()
170 allBundles = new HashMap<>(); in discoverBundles()
177 List<BundleInfo> matching = allBundles.get(found.bsn); in discoverBundles()
180 allBundles.put(found.bsn, matching); in discoverBundles()
311 StringBuilder finalBundleList = new StringBuilder(allBundles.size() * 30); in buildOSGiBundleList()
320 for (List<BundleInfo> toAdd : allBundles.values()) { in buildOSGiBundleList()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/
H A DControllerNameParser.php56 $allBundles = $this->kernel->getBundle($bundle, false, true);
71 if (!\is_array($allBundles)) {
73 $allBundles = [$allBundles];
76 foreach ($allBundles as $b) {
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Controller/
H A DControllerNameParser.php56 $allBundles = $this->kernel->getBundle($bundle, false, true);
71 if (!\is_array($allBundles)) {
73 $allBundles = [$allBundles];
76 foreach ($allBundles as $b) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/bundles/
H A DSubstituteExportsBundleTests.java313 for (Bundle bundle : allBundles) { in testSubstituteExports06()
406 for (Bundle bundle : allBundles) { in testSubstituteExports07()
422 Bundle[] allBundles = new Bundle[] {a, b, c, d}; in testSubstituteExports08() local
423 doRefreshTest(allBundles, a); in testSubstituteExports08()
431 Bundle[] allBundles = new Bundle[] {a, b, e, f}; in testSubstituteExports09() local
432 doRefreshTest(allBundles, a); in testSubstituteExports09()
443 doRefreshTest(allBundles, a); in testSubstituteExports10()
456 doRefreshTest(allBundles, iBundle); in testSubstituteExports11()
469 doRefreshTest(allBundles, jBundle); in testSubstituteExports12()
473 installer.resolveBundles(allBundles); in doRefreshTest()
[all …]
H A DPlatformAdminBundleTests.java106 Bundle[] allBundles = new Bundle[] {chainTestA, chainTestB, chainTestC}; in disableTestUnresolvedLeaves01() local
117 installer.resolveBundles(allBundles); in disableTestUnresolvedLeaves01()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/metadata/
H A DStateDumper.java35 BundleDescription[] allBundles = state.getBundles(); in dumpContents() local
36 admin.getStateHelper().sortBundles(allBundles); in dumpContents()
37 for (BundleDescription allBundle : allBundles) in dumpContents()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/views/imagebrowser/repositories/
H A DTargetPlatformRepository.java88 TargetBundle[] allBundles = fDefinition.getAllBundles(); in initialize() local
91 if (allBundles != null) { in initialize()
92 fBundles = new ArrayList<>(Arrays.asList(allBundles)); in initialize()
/dports/deskutils/toolboxkit/Toolbox/
H A DToolbox.m134 NSArray *allBundles;
137 allBundles = [loader allNamesOfBundles];
148 if ([allBundles count] < 1)
165 for(i = 0; i < [allBundles count]; i++)
203 NSArray *allBundles;
206 allBundles = [loader allNamesOfBundles];
217 if ([allBundles count] < 1)
233 for(i = 0; i < [allBundles count]; i++)
258 NSArray *allBundles = [loader allNamesOfBundles];
280 NSArray *allBundles = [loader allNamesOfBundles];
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSBundle/
H A Dcreate.m36 NSArray *arr = [NSBundle allBundles];
38 "+allBundles returns an array");
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui.tests/src/org/eclipse/pde/ui/tests/target/
H A DMinimalTargetDefinitionResolutionTests.java209 TargetBundle[] allBundles = definition.getAllBundles(); in testTargetInSynch() local
210 assertEquals(10, allBundles.length); in testTargetInSynch()
237 TargetBundle[] allBundles = definition.getAllBundles(); in testTargetInSynchWithDuplicates() local
238 assertEquals(20, allBundles.length); in testTargetInSynchWithDuplicates()
306 TargetBundle[] allBundles = definition.getAllBundles(); in testTargetPlatformMissingBundle() local
307 assertEquals(9, allBundles.length); in testTargetPlatformMissingBundle()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/lib/
H A DRefCapablePropertyResourceBundle.java163 allBundles =
375 if (allBundles.containsKey(rb)) return allBundles.get(rb);
379 allBundles.put(rb, newPRAFP);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.tools/src/org/eclipse/core/tools/runtime/
H A DPluginListView.java65 Bundle[] allBundles = context.getBundles(); in getElements() local
67 for (Bundle allBundle : allBundles) in getElements()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DOSGiPreferencesServiceManager.java52 Bundle[] allBundles = context.getBundles(); in OSGiPreferencesServiceManager() local
54 for (Bundle allBundle : allBundles) { in OSGiPreferencesServiceManager()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DBundleContextImpl.java245 private void notifyFindHooks(final BundleContextImpl context, List<Bundle> allBundles) { in notifyFindHooks() argument
249 allBundles = new ArrayList<>(allBundles); in notifyFindHooks()
251 final Collection<Bundle> shrinkable = new ShrinkableCollection<>(allBundles); in notifyFindHooks()
265 … notifyFindHooksPriviledged(final BundleContextImpl context, final Collection<Bundle> allBundles) { in notifyFindHooksPriviledged() argument
267 Debug.println("notifyBundleFindHooks(" + allBundles + ")"); //$NON-NLS-1$ //$NON-NLS-2$ in notifyFindHooksPriviledged()
273 ((FindHook) hook).find(context, allBundles); in notifyFindHooksPriviledged()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSBundle/load/
H A Dload.m49 pass([[NSBundle allBundles] containsObject:bundle],
50 "+allBundles contains a bundle after we loaded it");
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.simpleconfigurator/src/org/eclipse/equinox/internal/simpleconfigurator/
H A DConfigApplier.java211 Bundle[] allBundles = manipulatingContext.getBundles(); in getResolvedBundles() local
212 for (Bundle bundle : allBundles) in getResolvedBundles()
455 Bundle[] allBundles = manipulatingContext.getBundles(); in uninstallBundles() local
458 Set<Bundle> removedBundles = new HashSet<>(allBundles.length); in uninstallBundles()
460 for (Bundle allBundle : allBundles) { in uninstallBundles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/osgi/
H A DRegistryStrategyOSGI.java292 Bundle[] allBundles = context.getBundles(); in getContributionsTimestamp() local
293 for (Bundle b : allBundles) { in getContributionsTimestamp()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSBundle.inc41 class function allBundles: NSArray; message 'allBundles';
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqlibraryinfo.cpp550 auto allBundles = CFBundleGetAllBundles(); in getRelocatablePrefix() local
551 auto bundleCount = CFArrayGetCount(allBundles); in getRelocatablePrefix()
553 auto bundle = CFBundleRef(CFArrayGetValueAtIndex(allBundles, i)); in getRelocatablePrefix()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqlibraryinfo.cpp550 auto allBundles = CFBundleGetAllBundles(); in getRelocatablePrefix() local
551 auto bundleCount = CFArrayGetCount(allBundles); in getRelocatablePrefix()
553 auto bundle = CFBundleRef(CFArrayGetValueAtIndex(allBundles, i)); in getRelocatablePrefix()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqlibraryinfo.cpp550 auto allBundles = CFBundleGetAllBundles(); in getRelocatablePrefix() local
551 auto bundleCount = CFArrayGetCount(allBundles); in getRelocatablePrefix()
553 auto bundle = CFBundleRef(CFArrayGetValueAtIndex(allBundles, i)); in getRelocatablePrefix()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqlibraryinfo.cpp550 auto allBundles = CFBundleGetAllBundles(); in getRelocatablePrefix() local
551 auto bundleCount = CFArrayGetCount(allBundles); in getRelocatablePrefix()
553 auto bundle = CFBundleRef(CFArrayGetValueAtIndex(allBundles, i)); in getRelocatablePrefix()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/global/
H A Dqlibraryinfo.cpp550 auto allBundles = CFBundleGetAllBundles(); in getRelocatablePrefix() local
551 auto bundleCount = CFArrayGetCount(allBundles); in getRelocatablePrefix()
553 auto bundle = CFBundleRef(CFArrayGetValueAtIndex(allBundles, i)); in getRelocatablePrefix()

1234