Home
last modified time | relevance | path

Searched defs:getProfileMap (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A DSimpleProfileRegistry.java372 protected Map<String, Profile> getProfileMap() { in getProfileMap() method in SimpleProfileRegistry
758 public Map<String, Profile> getProfileMap() { in getProfileMap() method in SimpleProfileRegistry.Parser
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/
H A DGLProfile.java2294 …private static HashMap<String /*GLProfile_name*/, GLProfile> getProfileMap(AbstractGraphicsDevice … in getProfileMap() method in GLProfile