Home
last modified time | relevance | path

Searched refs:SYSTEM_BUNDLE_LOCATION (Results 1 – 25 of 31) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/container/
H A DTestModuleContainer.java264 …Module systemBundle = installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, con… in testSimpleResolve()
282 …Module systemBundle = installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, con… in testSimpleUnResolveable()
301 installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, container); in testMultiHost()
314 installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, container); in testMissingHost()
334 …Module systemModule = installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, con… in testFragments01()
365 …Module systemModule = installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, con… in testFragments02()
447 installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, container); in testInstallCollision01()
462 installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, container); in testInstallCollision02()
686 …Module systemBundle = installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, con… in testEventsResolved()
712 …Module systemBundle = installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, con… in testEventsRefresh()
[all …]
H A DResolutionReportTest.java50 …Module systemBundle = installDummyModule("system.bundle.MF", Constants.SYSTEM_BUNDLE_LOCATION, con… in testResolutionReportListenerModule()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/configuration/
H A DEclipseStarterConfigurationAreaTest.java64 …List<BundleWire> fragWires = getContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(Bundle… in testInitializeExtension()
70 …List<BundleWire> fragWires = getContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(Bundle… in testRemoveExtension()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/harness/
H A DBundleTestingHelper.java67 …FrameworkWiring wiring = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkWiring… in refreshPackages()
93 …FrameworkWiring wiring = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkWiring… in resolveBundles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.region.tests/src/org/eclipse/equinox/region/internal/tests/
H A DBug395334Test.java36 Bundle systemBundle = getContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION); in testBug395334()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dynamicplugins/
H A DTestInstallUtil.java53 …FrameworkWiring wiring = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkWiring… in refreshPackages()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/impl/
H A DMetaTypeInformationImpl.java90 b = systemContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION); in load()
H A DMetaTypeServiceImpl.java147 …BundleContext systemContext = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).getBundleContext… in load()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DConstants.java40 String SYSTEM_BUNDLE_LOCATION = "System Bundle"; field
/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 DAbstractStateTest.java256 final String SYSTEM_BUNDLE_LOCATION = "org.eclipse.b1"; in buildInitialState() local
258 …actory().createBundleDescription(parseManifest(SYSTEM_BUNDLE_MANIFEST), SYSTEM_BUNDLE_LOCATION, 0); in buildInitialState()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/hooks/framework/
H A DStorageHookTests.java246 …Wrong bundle found.", framework.getBundleContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION), b); in testFrameworkUtilHelper()
249 …Wrong bundle found.", framework.getBundleContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION), b); in testFrameworkUtilHelper()
/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 DPackageAdminBundleTests.java263 …dle found.", OSGiTestsActivator.getContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION), systemBu… in testBug415447()
311 …getContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkWiring.class).resolveBundl… in testUninstallWhileResolving()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/core/runtime/internal/adaptor/
H A DEclipseAppLauncher.java94 Framework framework = (Framework) mainContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION); in start()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.verifier/src/org/eclipse/equinox/internal/p2/tests/verifier/
H A DVerifierApplication.java218 Bundle systemBundle = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION); in getResolutionReport()
408 …FrameworkWiring fWiring = Activator.getBundleContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION)… in containsBundle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/
H A DSystemModule.java41 …super(new Long(0), Constants.SYSTEM_BUNDLE_LOCATION, container, EnumSet.of(Settings.AUTO_START, Se… in SystemModule()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/bundles_src/storage.hooks.a/org/eclipse/osgi/tests/hooks/framework/storage/a/
H A DTestHookConfigurator.java190 TestHelper.testBundle = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests.pluginchecks/src/org/eclipse/ui/tests/pluginchecks/
H A DPluginWalkerTest.java220 …Collection<BundleCapability> identities = bundleContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION) in findWirings()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/
H A DInternalPlatform.java228 symbolicName = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).getSymbolicName(); in getBundles()
624 …this.fwkWiring = runtimeContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkWiring.… in start()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.ds/src/org/eclipse/equinox/internal/ds/
H A DScrServiceImpl.java33 this.context = context.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).getBundleContext(); in ScrServiceImpl()
/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.java297 …undle expectedSystem = RuntimeTestsPlugin.getContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION); in testGetSystemBundle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.http.servlet/src/org/eclipse/equinox/http/servlet/internal/
H A DActivator.java176 …gContext = useSystemContext ? currentContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).getBundle… in addingService()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/log/
H A DLogServiceManager.java336 return Constants.SYSTEM_BUNDLE_LOCATION; in getLocation()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/addons/
H A DModelCleanupAddon.java329 …Collection<BundleCapability> identities = bundleContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION) in findWirings()
/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.java56 …frameworkWiring = manipulatingContext.getBundle(Constants.SYSTEM_BUNDLE_LOCATION).adapt(FrameworkW… in ConfigApplier()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/equinox/log/test/
H A DLogReaderServiceTest.java224 …assertEquals("Wrong bundle.", getContext().getBundle(Constants.SYSTEM_BUNDLE_LOCATION), entry.getB… in testLogFrameworkEvent()

12