Home
last modified time | relevance | path

Searched full:hashmap (Results 1 – 15 of 15) sorted by relevance

/titanic_53/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java227 objectives = new HashMap(); in initMapIfNecessary()
254 Map typeObjs = new HashMap(); in registerObjectives()
358 calcMap = new HashMap(); in examine()
658 * The lgroupdata HashMap stores LGroupData objects
660 * The results HashMap stores resultsTuple objects for each LGroup.
661 * The countLgroups() method populates the lgroupdata HashMap.
664 * The calcResults() method populates the results HashMap.
670 = new HashMap<LocalityGroup, LGroupData>();
672 = new HashMap<LocalityGroup, ResultTuple>();
882 = new HashMap<Integer, LocalityGroup>();
[all …]
H A DDecisionHistory.java55 private HashMap decisions = new HashMap();
62 private transient HashMap resourcesAwaitingImprovement = new HashMap();
612 resourcesAwaitingImprovement = new HashMap(); in readObject()
H A DResourceMonitor.java32 import java.util.HashMap;
45 class ResourceMonitor extends HashMap
H A DSystemSolver.java129 * Create a HashMap to store all objectives. in SystemSolver()
131 objMap = new HashMap(); in SystemSolver()
475 Map resImp = new HashMap(); in solve()
H A DSystemMonitor.java118 monitored = new HashMap(); in SystemMonitor()
/titanic_53/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java31 import java.util.HashMap;
79 * hashmap of property values that are determined readonly
81 private HashMap readOnlyValues = new HashMap();
H A DConfiguration.java35 import java.util.HashMap;
83 elements = new HashMap(); in Configuration()
/titanic_53/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintaRecord.java131 formattedStrings = new HashMap <Tuple, String> (); in PrintaRecord()
177 formattedStrings = new HashMap <Tuple, String> in PrintaRecord()
315 return new HashMap <Tuple, String> (); in getFormattedStrings()
317 return new HashMap <Tuple, String> (formattedStrings); in getFormattedStrings()
519 formattedStrings = new HashMap <Tuple, String> (formattedStrings); in readObject()
H A DAggregate.java79 map = new HashMap <String, Aggregation> (); in Aggregate()
109 map = new HashMap <String, Aggregation> (capacity, 1.0f); in mapAggregations()
H A DAggregation.java112 map = new HashMap <Tuple, AggregationRecord> (); in Aggregation()
149 map = new HashMap <Tuple, AggregationRecord> (capacity, 1.0f); in mapRecords()
/titanic_53/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSeverity.java82 private static final HashMap severityMap = new HashMap();
/titanic_53/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java95 Map <String, Long> firstValues = new HashMap <String, Long> (); in testCleared()
H A DTestBean.java342 new HashMap < Tuple, String > (); in getPrintaRecord()
/titanic_53/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java196 Map grps = new HashMap(); in getRepresentativeGroup()
/titanic_53/usr/src/cmd/avs/sv/
H A Dsvadm.c1006 * We build a hashmap out of the entries from the config file to make in print_sv()