Home
last modified time | relevance | path

Searched refs:DYNAMIC_FRAGMENTS (Results 1 – 4 of 4) sorted by relevance

/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 DStateObjectFactoryImpl.java71 bundle.setStateBit(BundleDescriptionImpl.DYNAMIC_FRAGMENTS, dynamicFragments); in createBundleDescription()
94 bundle.setStateBit(BundleDescriptionImpl.DYNAMIC_FRAGMENTS, false); in createBundleDescription()
97 bundle.setStateBit(BundleDescriptionImpl.DYNAMIC_FRAGMENTS, false); in createBundleDescription()
158 bundle.setStateBit(BundleDescriptionImpl.DYNAMIC_FRAGMENTS, original.dynamicFragments()); in createBundleDescription()
H A DBundleDescriptionImpl.java70 static final int DYNAMIC_FRAGMENTS = 0x80; field in BundleDescriptionImpl
73 private volatile int stateBits = FULLY_LOADED | ATTACH_FRAGMENTS | DYNAMIC_FRAGMENTS;
229 return (stateBits & DYNAMIC_FRAGMENTS) != 0; in dynamicFragments()
H A DStateBuilder.java106 result.setStateBit(BundleDescriptionImpl.DYNAMIC_FRAGMENTS, false); in createBundleDescription()
109 result.setStateBit(BundleDescriptionImpl.DYNAMIC_FRAGMENTS, false); in createBundleDescription()
H A DStateReader.java251 result.setStateBit(BundleDescriptionImpl.DYNAMIC_FRAGMENTS, in.readBoolean()); in readBundleDescription()