/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/ |
H A D | ListShadow.java | 39 import java.awt.List; 109 return (new Integer(((List) body).getRows())); in getOnBody() 111 return (new Boolean(((List) body).allowsMultipleSelections())); in getOnBody() 113 if (((List) body).countItems() == 0) in getOnBody() 117 String[] listContents = new String[((List)body).countItems()]; in getOnBody() 119 listContents[index] = ((List)body).getItem(index); in getOnBody() 123 List list = (List)body; in getOnBody() 126 return ((List)body).getSelectedItems(); in getOnBody() 144 if (((List) body).countItems() > 0) { in equalizeLists() 145 ((List) body).delItems(0, ((List)body).countItems()-1); in equalizeLists() [all …]
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Configuration.java | 32 import java.util.List; 335 public List getPools(List values) throws PoolsException in getPools() 337 List pools; in getPools() 443 public List getResources(List values) throws PoolsException in getResources() 445 List resources; in getResources() 473 List props = new ArrayList(); in getComponent() 479 List comps = getComponents(props); in getComponent() 498 List props = new ArrayList(); in checkComponent() 504 List comps = checkComponents(props); in checkComponent() 520 public List getComponents(List values) throws PoolsException in getComponents() [all …]
|
H A D | PoolInternal.java | 87 final static native java.util.List pool_query_pools(long conf, in pool_query_pools() 88 java.util.List props); in pool_query_pools() 91 final static native java.util.List pool_query_resources(long conf, in pool_query_resources() 92 java.util.List props); in pool_query_resources() 93 final static native java.util.List pool_query_components(long conf, in pool_query_components() 94 java.util.List props); in pool_query_components() 103 long src, long tgt, java.util.List components); in pool_resource_xtransfer() 104 final static native java.util.List pool_query_resource_components( in pool_query_resource_components() 105 long conf, long res, java.util.List props); in pool_query_resource_components() 115 final static native java.util.List pool_query_pool_resources( in pool_query_pool_resources() [all …]
|
H A D | Resource.java | 31 import java.util.List; 110 public void transfer(Resource donor, List components) in transfer() 128 public List getComponents(List values) throws PoolsException in getComponents() 130 List components; in getComponents()
|
H A D | Pool.java | 32 import java.util.List; 114 public List getResources(List values) throws PoolsException in getResources() 116 List resources; in getResources()
|
/titanic_44/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Aggregate.java | 165 public List <Aggregation> 170 List <Aggregation> list = new ArrayList <Aggregation> (map.size()); in getAggregations() 215 public List <AggregationRecord> 218 List <AggregationRecord> list = in getRecords() 247 public List <AggregationRecord> 250 List <AggregationRecord> list = getRecords(); in getOrderedRecords() 334 List <Aggregation> aggregations = (List)s.readObject(); in readObject() 365 List <Aggregation> a = getAggregations(); in toString()
|
H A D | Distribution.java | 51 private List <Bucket> buckets; 94 Distribution(List <Bucket> frequencies) in Distribution() 160 private List <Distribution.Bucket> 165 List <Bucket> buckets = new ArrayList <Bucket> (len); in createBuckets() 230 public List <Bucket> 242 public List <Bucket> 537 public List <Bucket> 609 List <Bucket> list = getDisplayRange(); in toString()
|
H A D | Consumer.java | 637 public List <ProbeDescription> listProbes(ProbeDescription filter) in listProbes() 656 public List <Probe> listProbeDetail(ProbeDescription filter) in listProbeDetail() 680 public List <ProbeDescription> listProgramProbes(Program program) in listProgramProbes() 704 public List <Probe> listProgramProbeDetail(Program program) in listProgramProbeDetail()
|
H A D | PrintaRecord.java | 115 private List <Aggregation> aggregations; 119 private List <Tuple> tuples; 168 List <Tuple> orderedTuples, in PrintaRecord() 267 public List <Aggregation> 331 public List <Tuple> 513 List <Aggregation> copy = new ArrayList <Aggregation> in readObject() 522 List <Tuple> copy = new ArrayList <Tuple> (tuples.size()); in readObject()
|
H A D | Aggregation.java | 206 public List <AggregationRecord> 209 List <AggregationRecord> list = in getRecords() 320 List <AggregationRecord> records = (List)s.readObject(); in readObject() 355 List <AggregationRecord> recordList = getRecords(); in toString()
|
H A D | PrintfRecord.java | 75 private List <ValueRecord> records; 98 PrintfRecord(List <ValueRecord> v, String s) in PrintfRecord() 167 public List <ValueRecord> 270 List <ValueRecord> copy = new ArrayList <ValueRecord> (records.size()); in readObject()
|
H A D | Tuple.java | 92 private java.util.List <ValueRecord> elements; 134 Tuple(List <ValueRecord> tupleElements) in Tuple() 175 public List <ValueRecord> 186 public List <ValueRecord> 375 List <ValueRecord> copy = new ArrayList <ValueRecord> in readObject()
|
H A D | LocalConsumer.java | 111 private native void _listProbes(List <ProbeDescription> probeList, in _listProbes() 113 private native void _listProbeDetail(List <Probe> probeList, in _listProbeDetail() 116 List <ProbeDescription> probeList, Program program); in _listCompiledProbes() 118 List <Probe> probeList, Program program); in _listCompiledProbeDetail() 1055 public synchronized List <ProbeDescription> 1059 List <ProbeDescription> probeList = in listProbes() 1070 public synchronized List <Probe> 1074 List <Probe> probeList = new LinkedList <Probe> (); in listProbeDetail() 1084 public synchronized List <ProbeDescription> 1089 List <ProbeDescription> probeList = in listProgramProbes() [all …]
|
H A D | LinearDistribution.java | 112 List <Bucket> frequencies) in LinearDistribution() 190 List <Distribution.Bucket> buckets = getBuckets(); in getValue() 283 List <Bucket> list = getDisplayRange(); in toString()
|
H A D | LogLinearDistribution.java | 87 List<Bucket> frequencies) { in LogLinearDistribution() 109 List<Bucket> frequencies) { in LogLinearDistribution() 185 List<Distribution.Bucket> buckets = getBuckets(); in getValue()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemSolver.java | 199 List valueList = new LinkedList(); in initialize() 476 List poolList = rwConf.getPools(null); in solve() 482 List resList = pool.getResources(null); in solve() 505 List valueList = new LinkedList(); in solve() 509 List resList = rwConf.getResources(valueList); in solve() 511 List donors = getDonors(resList); in solve() 512 List receivers = getRecipients(resList); in solve() 518 List moves = new ArrayList(); in solve() 521 List processors = getProcessors(donor); in solve() 811 private List getRecipients(List resList) throws PoolsException in getRecipients() [all …]
|
H A D | Move.java | 103 private List compList; 125 List getComponents() in getComponents() 127 return ((List) ((ArrayList) compList).clone()); in getComponents()
|
H A D | ResourceMonitor.java | 34 import java.util.List; 98 List candidates = target.getComponents(null); in initialize() 113 public List getComponents() in getComponents() 115 return ((List) compList.clone()); in getComponents()
|
H A D | Objective.java | 357 List valueList = new LinkedList(); in examine() 361 List resList = conf.getResources(valueList); in examine() 370 List CPUs = res.getComponents(null); in examine() 417 List comp; 456 public Calculation(Resource res, List comp, double util, in Calculation() 695 List cpuList = pset.getComponents(null); in countLgroups() 1013 List cpulist = (List) cm.getComponents(); in calculate() 1065 private List zoneList = new LinkedList();
|
/titanic_44/usr/src/cmd/sgs/link_audit/common/ |
H A D | perfcnt.c | 50 } List; typedef 65 static List *list_head = NULL; 74 List *new_list; in list_insert() 75 List *cur; in list_insert() 76 List *prev; in list_insert() 78 if ((new_list = malloc(sizeof (List))) == NULL) { in list_insert() 254 List *cur; in cleanup()
|
/titanic_44/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 245 List <Record> records = data.getRecords(); in consumeProbeData() 269 List <Tuple> tuples = printa.getTuples(); in consumeProbeData() 458 printAggregationRecords(List <AggregationRecord> list) in printAggregationRecords() 638 List <CompileRequest> compileRequests = new LinkedList in main() 640 List <Program> programList = new LinkedList <Program> (); in main() 668 List <Consumer.OpenFlag> openFlags = in main() 854 List <String> argList = new LinkedList <String> (); in main() 901 List <List <Probe>> lists = in main() 902 new LinkedList <List <Probe>> (); in main() 908 for (List <Probe> list : lists) { in main() [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 145 List < AggregationRecord > list = in getAggregation() 205 List < Distribution.Bucket > buckets = in getLogDistribution() 247 List < Distribution.Bucket > buckets = in getLinearDistribution() 278 List < Distribution.Bucket > buckets = in getLogLinearDistribution() 337 List < Aggregation > aggregations = new ArrayList < Aggregation > (); in getPrintaRecord() 346 List < Tuple > tuples = new ArrayList < Tuple > (); in getPrintaRecord() 360 List < ValueRecord > list = new ArrayList < ValueRecord > (); in getPrintfRecord() 373 List < Record > list = new ArrayList < Record > (); in getProbeData() 388 List < Aggregation > list = new ArrayList < Aggregation > (); in getAggregate() 391 List < AggregationRecord > reclist = in getAggregate()
|
H A D | TestMultiAggPrinta.java | 31 import java.util.List; 74 List <Record> records = data.getRecords(); in probeDataString() 115 List <Record> records = data.getRecords(); in main()
|
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceStoreInMemory.java | 245 private class List extends Object { class in ServiceStoreInMemory 248 List next = null; 249 List prev = null; 253 List(ServiceRecordInMemory record) { in List() method in ServiceStoreInMemory.List 261 synchronized List insertAfter(ServiceRecordInMemory record) { in insertAfter() 262 List newRec = new List(record); in insertAfter() 306 List head = new List(null); // head of the list always null, 317 List add(ServiceRecordInMemory rec) { in add() 330 List l = head; in setReturn() 394 List add(Object value, ServiceRecordInMemory record) { in add() [all …]
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithProviders | 40 * RESULT: List of only profile probes. 60 * RESULT: List of only profile probes. 64 * RESULT: List of only profile probes. 76 * RESULT: List of only profile probes.
|