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 D | Objective.java | 227 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 D | DecisionHistory.java | 55 private HashMap decisions = new HashMap(); 62 private transient HashMap resourcesAwaitingImprovement = new HashMap(); 612 resourcesAwaitingImprovement = new HashMap(); in readObject()
|
| H A D | ResourceMonitor.java | 32 import java.util.HashMap; 45 class ResourceMonitor extends HashMap
|
| H A D | SystemSolver.java | 129 * Create a HashMap to store all objectives. in SystemSolver() 131 objMap = new HashMap(); in SystemSolver() 475 Map resImp = new HashMap(); in solve()
|
| H A D | SystemMonitor.java | 118 monitored = new HashMap(); in SystemMonitor()
|
| /titanic_53/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
| H A D | Element.java | 31 import java.util.HashMap; 79 * hashmap of property values that are determined readonly 81 private HashMap readOnlyValues = new HashMap();
|
| H A D | Configuration.java | 35 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 D | PrintaRecord.java | 131 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 D | Aggregate.java | 79 map = new HashMap <String, Aggregation> (); in Aggregate() 109 map = new HashMap <String, Aggregation> (capacity, 1.0f); in mapAggregations()
|
| H A D | Aggregation.java | 112 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 D | Severity.java | 82 private static final HashMap severityMap = new HashMap();
|
| /titanic_53/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestGetAggregate.java | 95 Map <String, Long> firstValues = new HashMap <String, Long> (); in testCleared()
|
| H A D | TestBean.java | 342 new HashMap < Tuple, String > (); in getPrintaRecord()
|
| /titanic_53/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
| H A D | LocalityDomain.java | 196 Map grps = new HashMap(); in getRepresentativeGroup()
|
| /titanic_53/usr/src/cmd/avs/sv/ |
| H A D | svadm.c | 1006 * We build a hashmap out of the entries from the config file to make in print_sv()
|