Home
last modified time | relevance | path

Searched refs:getBundles (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/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.java83 assertNotNull("Bundles not available when resolved", definition.getBundles()); in testResolutionCaching()
84 assertEquals("Wrong number of bundles", 0, definition.getBundles().length); in testResolutionCaching()
90 assertNull("Bundles available when unresolved", brokenContainer.getBundles()); in testResolutionCaching()
93 assertNull("Bundles available when unresolved", definition.getBundles()); in testResolutionCaching()
99 assertNotNull("Bundles not available when resolved", definition.getBundles()); in testResolutionCaching()
106 assertNull("Bundles available when unresolved", profileContainer.getBundles()); in testResolutionCaching()
109 assertNull("Bundles available when unresolved", definition.getBundles()); in testResolutionCaching()
116 assertNotNull("Bundles not available when resolved", definition.getBundles()); in testResolutionCaching()
123 assertNull("Bundles available when unresolved", includesContainer.getBundles()); in testResolutionCaching()
134 assertNotNull("Bundles not available when resolved", definition.getBundles()); in testResolutionCaching()
[all …]
H A DTargetDefinitionResolutionTests.java44 assertNotNull("Target didn't resolve",definition.getBundles()); in testMissingBundles()
45 assertEquals("Wrong number of included bundles", 2, definition.getBundles().length); in testMissingBundles()
61 assertTrue(definition.getBundles().length > 4); in testMissingBundles()
85 TargetBundle[] bundles = definition.getBundles(); in testSourceBundleRecognition()
103 bundles = featureContainer2.getBundles(); in testSourceBundleRecognition()
H A DMinimalTargetDefinitionFeatureResolutionTests.java132 TargetBundle[] bundles = definition.getBundles(); in testExplicitIncludes()
180 TargetBundle[] bundles = definition.getBundles(); in testSingleInclude()
228 TargetBundle[] bundles = definition.getBundles(); in testMixedIncludes()
264 TargetBundle[] bundles = definition.getBundles(); in testMissingFeatures()
282 assertTrue(definition.getBundles().length > 4); in testMissingFeatures()
309 TargetBundle[] bundles = definition.getBundles(); in testMissingFeatureVersion()
347 TargetBundle[] bundles = definition.getBundles(); in testMissingMixed()
365 assertTrue(definition.getBundles().length > 4); in testMissingMixed()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.test/src/org/eclipse/equinox/frameworkadmin/tests/
H A DOSGiVersionChange.java42 BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); in testRemovalUsingSameManipulator()
58 BundleInfo[] infos = newManipulator.getConfigData().getBundles(); in testRemovalUsingOtherManipulator()
73 BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); in testAdditionUsingOtherManipulator()
93 BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); in testChangeVersion()
116 BundleInfo[] infos = defaultManipulator.getConfigData().getBundles(); in testReadConfigWithoutOSGi()
130 assertEquals(1, newManipulator.getConfigData().getBundles().length); in testReadConfigWithoutOSGi()
H A DCleanupTest.java43 BundleInfo[] bis = m.getConfigData().getBundles(); in testSimpleConfiguratorRemoval()
55 bis = m.getConfigData().getBundles(); in testSimpleConfiguratorRemoval()
68 BundleInfo[] bis = m.getConfigData().getBundles(); in testOSGiRemoval()
83 bis = m.getConfigData().getBundles(); in testOSGiRemoval()
102 BundleInfo[] bis = m.getConfigData().getBundles(); in testWithMutipleBundles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/simpleconfigurator/
H A DNonExclusiveMode.java39 assertJarsInstalled(jars, equinoxContext.getBundles()); in testBundlesTxt()
40 assertJarsInstalled(new File[] {otherBundle}, equinoxContext.getBundles()); in testBundlesTxt()
41 assertEquals(4, equinoxContext.getBundles().length); in testBundlesTxt()
H A DBundlesTxtTest.java41 assertJarsInstalled(jars, equinoxContext.getBundles()); in testBundlesTxt()
42 assertEquals(jars.length + 2, equinoxContext.getBundles().length); in testBundlesTxt()
H A DBundlesTxtTestExtendedConfigured.java41 assertJarsInstalled(jars, equinoxContext.getBundles()); in testBundlesTxt()
45 assertEquals(jars.length + 3, equinoxContext.getBundles().length); in testBundlesTxt()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/publisher/actions/
H A DAccumulateConfigDataActionTest.java89 assertContainsSymbolicName(captured.getBundles(), "org.eclipse.swt"); //$NON-NLS-1$ in verifyConfigAdvice()
90 …assertContainsSymbolicName(captured.getBundles(), "org.eclipse.swt.win32.win32.x86"); //$NON-NLS-1$ in verifyConfigAdvice()
91 assertContainsSymbolicName(captured.getBundles(), "org.eclipse.swt.gtk.linux.x86"); //$NON-NLS-1$ in verifyConfigAdvice()
92 assertContainsSymbolicName(captured.getBundles(), "org.eclipse.swt.carbon.macosx"); //$NON-NLS-1$ in verifyConfigAdvice()
H A DProductFileAdviceTest.java88 BundleInfo[] bundles = productFileAdviceWin32.getBundles(); in testGetBundles()
103 bundles = productFileAdvice2.getBundles(); in testGetBundles()
119 BundleInfo[] bundles = advice.getBundles(); in testBoundedVersionConfigurations()
138 BundleInfo[] bundles = advice.getBundles(); in testUnboundedVersionConfigurations()
219 BundleInfo[] bundles = advice.getBundles(); in testSimpleConfiguratorConfigURL()
253 BundleInfo[] bundles = advice.getBundles(); in testConfigNullLauncher()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/
H A DBundleValidationOperation.java74 BundleDescription[] bundles = fState.getBundles(); in getResolverErrors()
79 BundleDescription[] dups = fState.getBundles(bundle.getSymbolicName()); in getResolverErrors()
100 BundleDescription[] bundles = fState.getBundles(); in hasErrors()
105 BundleDescription[] dups = fState.getBundles(bundle.getSymbolicName()); in hasErrors()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/TypedData/
H A DEntityDataDefinition.php80 $bundles = $this->getBundles();
106 if (($bundles = $this->getBundles()) && count($bundles) == 1) {
133 public function getBundles() { function in Drupal\\Core\\Entity\\TypedData\\EntityDataDefinition
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/TypedData/
H A DEntityDataDefinition.php83 $bundles = $this->getBundles();
109 if (($bundles = $this->getBundles()) && count($bundles) == 1) {
136 public function getBundles() { function in Drupal\\Core\\Entity\\TypedData\\EntityDataDefinition
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.publisher.eclipse/src/org/eclipse/equinox/p2/publisher/eclipse/
H A DProductFileAdvice.java108 public BundleInfo[] getBundles() { in getBundles() method in ProductFileAdvice
109 return configData.getBundles(); in getBundles()
206 BundleInfo[] bundles = data.getBundles(); in addProductFileConfigBundles()
253 List<IVersionedId> bundles = product.getBundles(true); in addProductFileBundles()
255 set.addAll(Arrays.asList(data.getBundles())); in addProductFileBundles()
273 List<IVersionedId> bundles = product.getBundles(true); in generateConfigData()
H A DConfigAdvice.java35 public BundleInfo[] getBundles() { in getBundles() method in ConfigAdvice
36 return data.getBundles(); in getBundles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/
H A DReadOnlyState.java52 public BundleDescription[] getBundles() { in getBundles() method in ReadOnlyState
53 return platformAdmin.getSystemState().getBundles(); in getBundles()
56 public BundleDescription[] getBundles(String symbolicName) { in getBundles() method in ReadOnlyState
57 return platformAdmin.getSystemState().getBundles(symbolicName); in getBundles()
/dports/devel/slf4j/slf4j-1.7.21/integration/src/test/java/integrator/
H A DActivator.java54 public Bundle[] getBundles() { in getBundles() method in Activator
56 return m_context.getBundles(); in getBundles()
/dports/www/nextcloud/nextcloud/lib/private/App/AppStore/Bundles/
H A DBundleFetcher.php43 public function getBundles() { function in OC\\App\\AppStore\\Bundles\\BundleFetcher
74 $this->getBundles(),
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Kernel/
H A DNodeBodyFieldStorageTest.php51 …$this->assertCount(1, $field_storage->getBundles(), 'Node body field storage is being used on the …
55 …$this->assertCount(0, $field_storage->getBundles(), 'Node body field storage exists after deleting…
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Kernel/
H A DNodeBodyFieldStorageTest.php51 …$this->assertCount(1, $field_storage->getBundles(), 'Node body field storage is being used on the …
55 …$this->assertCount(0, $field_storage->getBundles(), 'Node body field storage exists after deleting…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit.core/src/org/eclipse/jdt/internal/junit/
H A DJUnitCorePlugin.java222 Bundle[] bundles= getBundles(bundleName, null); in getBundle()
235 public Bundle[] getBundles(String bundleName, String version) { in getBundles() method in JUnitCorePlugin
236 Bundle[] bundles= Platform.getBundles(bundleName, version); in getBundles()
243 bundles= admin.getBundles(bundleName, version); in getBundles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.frameworkadmin.equinox/src/org/eclipse/equinox/internal/frameworkadmin/equinox/
H A DEquinoxBundlesState.java112 BundleDescription[] bundleDescriptions = state.getBundles(); in getMaxId()
132 BundleInfo[] bundleInfos = configData.getBundles(); in getSystemBundleFromBundleInfos()
282 BundleInfo[] bInfos = configData.getBundles(); in EquinoxBundlesState()
314 composeState(configData.getBundles(), properties, null); in composeNewState()
330 BundleInfo[] infos = manipulator.getConfigData().getBundles(); in composeState()
436 BundleInfo[] originalBInfos = manipulator.getConfigData().getBundles(); in convertState()
479 return convertState(state.getBundles()); in getExpectedState()
555 BundleInfo[] bInfos = configData.getBundles(); in initialize()
695 BundleDescription[] bundleDescriptions = state.getBundles(); in toString()
769 BundleDescription[] currentInstalledBundles = state.getBundles(); in createStateIndexes()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.runtime/src/org/eclipse/core/tests/runtime/
H A DPlatformTest.java277 Bundle[] result = Platform.getBundles(getName(), null); // no version constraint => get all 3 in testGetBundles()
283 result = Platform.getBundles(getName(), "2.0.0"); in testGetBundles()
288 result = Platform.getBundles(getName(), "[1.0.0,2.0.0)"); in testGetBundles()
292 result = Platform.getBundles(getName(), "[1.1.0,2.0.0)"); in testGetBundles()
301 Bundle[] actualSystems = Platform.getBundles(Constants.SYSTEM_BUNDLE_SYMBOLICNAME, null); in testGetSystemBundle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/internal/resolver/
H A DUserState.java49 BundleDescription[] currentBundles = this.getBundles(); in compare()
61 BundleDescription[] existingBundles = baseState.getBundles(); in compare()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DJavacMessages.java80 this.currentBundles = getBundles(locale); in setCurrentLocale()
131 public List<ResourceBundle> getBundles(Locale locale) { in getBundles() method in JavacMessages
166 return getLocalizedString(getBundles(l), key, args); in getLocalizedString()
172 return getLocalizedString(getBundles(l), diagInfo); in getLocalizedString()

12345678910>>...14