Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/util/
H A DTestCaseinsensitiveMap.java52 Constants.BUNDLE_SCM, //
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DConstants.java1830 String BUNDLE_SCM = "Bundle-SCM"; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.tests/src/org/eclipse/osgi/tests/perf/
H A DCaseMapPerformanceTest.java201 Constants.BUNDLE_SCM, //
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/framework/util/
H A DCaseInsensitiveDictionaryMap.java83 …vate static final CaseInsensitiveKey KEY_BUNDLE_SCM = new CaseInsensitiveKey(Constants.BUNDLE_SCM);
163 case Constants.BUNDLE_SCM : in findCommonKeyIndex()