Home
last modified time | relevance | path

Searched defs:bundleID (Results 1 – 25 of 83) sorted by relevance

1234

/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 DPDEState.java261 public String getClassName(long bundleID) { in getClassName()
265 public boolean hasExtensibleAPI(long bundleID) { in hasExtensibleAPI()
269 public boolean isPatchFragment(long bundleID) { in isPatchFragment()
273 public boolean hasBundleStructure(long bundleID) { in hasBundleStructure()
277 public String getPluginName(long bundleID) { in getPluginName()
281 public String getProviderName(long bundleID) { in getProviderName()
285 public String[] getLibraryNames(long bundleID) { in getLibraryNames()
289 public String getBundleLocalization(long bundleID) { in getBundleLocalization()
293 public String getProject(long bundleID) { in getProject()
297 public String getBundleSourceEntry(long bundleID) { in getBundleSourceEntry()
H A DPDEAuxiliaryState.java141 public String getClassName(long bundleID) { in getClassName()
146 public boolean hasExtensibleAPI(long bundleID) { in hasExtensibleAPI()
151 public boolean isPatchFragment(long bundleID) { in isPatchFragment()
156 public boolean hasBundleStructure(long bundleID) { in hasBundleStructure()
161 public String getPluginName(long bundleID) { in getPluginName()
166 public String getProviderName(long bundleID) { in getProviderName()
171 public String[] getLibraryNames(long bundleID) { in getLibraryNames()
176 public String getBundleLocalization(long bundleID) { in getBundleLocalization()
181 public String getProject(long bundleID) { in getProject()
186 public String getBundleSourceEntry(long bundleID) { in getBundleSourceEntry()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/weaving/hooks/
H A DIAdaptorProvider.java21 public IWeavingAdaptor getAdaptor(long bundleID); in getAdaptor()
23 public IWeavingAdaptor getHostBundleAdaptor(long bundleID); in getHostBundleAdaptor()
25 public void resetAdaptor(long bundleID); in resetAdaptor()
H A DWeavingLoaderDelegateHook.java90 final long bundleID = classLoader.getBundle().getBundleId(); in postFindClass() local
130 final long bundleID = classLoader.getBundle().getBundleId(); in postFindResource() local
168 final long bundleID = classLoader.getBundle().getBundleId(); in postFindResources() local
H A DWeavingHook.java100 public IWeavingAdaptor getAdaptor(final long bundleID) { in getAdaptor()
105 public IWeavingAdaptor getHostBundleAdaptor(final long bundleID) { in getHostBundleAdaptor()
202 public void resetAdaptor(final long bundleID) { in resetAdaptor()
/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 DGenericCapabilityTest.java39 long bundleID = 0; in testGenericsBasics() local
89 long bundleID = 0; in testGenericsUpdate() local
173 long bundleID = 0; in testGenericsRefresh() local
239 long bundleID = 0; in testGenericsFrags() local
310 long bundleID = 0; in testGenericsIntraFrags() local
375 long bundleID = 0; in testGenericsAliases() local
411 long bundleID = 0; in testGenericsOptionalMultiple() local
475 long bundleID = 0; in testGenericsCycles() local
H A DDevModeTest.java46 int bundleID = 0; in testDevModeDomino02() local
119 int bundleID = 0; in testDevModeDomino01() local
167 int bundleID = 0; in testDevModeFragment01() local
236 int bundleID = 0; in testDevModeSingleton01() local
290 int bundleID = 0; in testDevModeSingleton02() local
346 int bundleID = 0; in testDevModeGenericCapability() local
H A DXFriendsInternalResolverTest.java40 int bundleID = 0; in testXFriends() local
148 int bundleID = 0; in testVisiblePackages001() local
197 int bundleID = 0; in testVisiblePackages002() local
293 int bundleID = 0; in testVisiblePackages003() local
H A DOSGiCapabilityTest.java97 long bundleID = 0; in doGenericBasicsTest() local
217 long bundleID = 0; in testGenericFragments01() local
282 long bundleID = 0; in testGenericFragments02() local
365 long bundleID = 0; in testGenericUses() local
436 long bundleID = 0; in testOSGiCardinalityUses() local
541 long bundleID = 0; in testDeclaringIdentityCapability() local
568 long bundleID = 0; in testOSGiCardinality() local
H A DStateResolverTest.java831 int bundleID = 0; in testSingletonsSelection3() local
968 int bundleID = 0; in testSingletonsSelection4() local
2625 int bundleID = 0; in testFragmentsBug188199() local
2692 int bundleID = 0; in testFragmentsMultipleVersion() local
2742 int bundleID = 0; in testPlatformProperties01() local
2862 int bundleID = 0; in testPlatformProperties02() local
2939 int bundleID = 0; in testPlatformProperties03() local
3045 int bundleID = 0; in testPlatformProperties04() local
3150 int bundleID = 0; in testPlatformPropertiesBug188075() local
3192 int bundleID = 0; in testPlatformPropertiesBug207500a() local
[all …]
H A DSubstitutableExportsTest.java38 long bundleID = 0; in getSubstituteBasicState() local
101 long bundleID = 0; in getSubstituteUsesState() local
180 long bundleID = 0; in getSubstituteUsesCycleState() local
274 long bundleID = 0; in getSubstituteBasicFragState() local
367 long bundleID = 0; in getSubstituteUsesFragState() local
476 long bundleID = 0; in getSubstituteUsesFragCycleState() local
606 long bundleID = 0; in getSubstituteBasicReexportState() local
694 long bundleID = 0; in getSubstituteUsesReexportState() local
799 long bundleID = 0; in getSubstituteUsesReexportCycleState() local
904 long bundleID = 0; in getSubstituteUnresolvedFragState() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching/
H A DOSGiLaunchConfigurationInitializer.java105 protected String getStartLevel(String bundleID) { in getStartLevel()
115 protected String getAutoStart(String bundleID) { in getAutoStart()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/platform/macosx/access/jnilib/
H A DOSXAccess.java167 public static final native boolean setDefaultAppForExt(String bundleID, String ext); in setDefaultAppForExt()
169 public static final native boolean setDefaultAppForMime(String bundleID, String mime); in setDefaultAppForMime()
171 public static final native boolean setDefaultAppForScheme(String bundleID, String scheme); in setDefaultAppForScheme()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.launching/src/org/eclipse/pde/internal/launching/launcher/
H A DEquinoxInitializer.java75 protected String getAutoStart(String bundleID) { in getAutoStart()
84 protected String getStartLevel(String bundleID) { in getStartLevel()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/correction/
H A DRemoveRequireBundleResolution.java26 public RemoveRequireBundleResolution(int type, String bundleID, IMarker marker) { in RemoveRequireBundleResolution()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/launcher/
H A DPluginValidationStatusHandler.java41 private Object createExtensionError(String bundleID) { in createExtensionError()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/spy/
H A DSpyIDEUtil.java74 public static void openBundleManifest(String bundleID) { in openBundleManifest()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.hook/src/org/eclipse/equinox/service/weaving/
H A DISupplementerRegistry.java40 public Supplementer[] getSupplementers(final long bundleID); in getSupplementers()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dobjc-property-declaration.m12 @property(strong, nonatomic) NSString *bundleID; property
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.runtime/src/org/eclipse/pde/internal/runtime/
H A DPDERuntimePlugin.java42 private static boolean isBundleAvailable(String bundleID) { in isBundleAvailable()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dobjc-property-declaration.m16 @property(strong, nonatomic) NSString *bundleID; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dobjc-property-declaration.m16 @property(strong, nonatomic) NSString *bundleID; property
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dobjc-property-declaration.m16 @property(strong, nonatomic) NSString *bundleID; property
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dobjc-property-declaration.m16 @property(strong, nonatomic) NSString *bundleID; property
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dobjc-property-declaration.m16 @property(strong, nonatomic) NSString *bundleID; property

1234