/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Tuple.java | 48 public final class Tuple implements Serializable, Comparable <Tuple>, class 60 public static final Tuple EMPTY = new Tuple(); 64 BeanInfo info = Introspector.getBeanInfo(Tuple.class); 95 Tuple() in Tuple() method in Tuple 111 Tuple(ValueRecord ... tupleElements) in Tuple() method in Tuple 134 Tuple(List <ValueRecord> tupleElements) in Tuple() method in Tuple 250 if (o instanceof Tuple) { in equals() 251 Tuple t = (Tuple)o; in equals() 315 compareTo(Tuple t) in compareTo() 321 cmp = Tuple.compare(this, t, i); in compareTo() [all …]
|
H A D | PrintaRecord.java | 115 private Map <Tuple, String> formattedStrings; 117 private List <Tuple> tuples; 129 formattedStrings = new HashMap <Tuple, String> (); in PrintaRecord() 130 tuples = new ArrayList <Tuple> (); in PrintaRecord() 165 Map <Tuple, String> formattedOutput, in PrintaRecord() argument 166 List <Tuple> orderedTuples, in PrintaRecord() 175 formattedStrings = new HashMap <Tuple, String> in PrintaRecord() 179 tuples = new ArrayList <Tuple> (orderedTuples.size()); in PrintaRecord() 285 getFormattedString(Tuple key) in getFormattedString() 309 public Map <Tuple, String> [all …]
|
H A D | Aggregation.java | 101 private transient Map <Tuple, AggregationRecord> map; 110 map = new HashMap <Tuple, AggregationRecord> (); in Aggregation() 147 map = new HashMap <Tuple, AggregationRecord> (capacity, 1.0f); in mapRecords() 221 Tuple key = record.getTuple(); in addRecord() 233 public Map <Tuple, AggregationRecord> 236 return Collections. <Tuple, AggregationRecord> unmodifiableMap(map); in asMap() 290 getRecord(Tuple key) in getRecord() 293 key = Tuple.EMPTY; in getRecord() 357 Tuple t1 = r1.getTuple(); in toString() 358 Tuple t2 = r2.getTuple(); in toString()
|
H A D | AggregationRecord.java | 73 private Tuple tuple; 88 AggregationRecord(Tuple tupleKey, AggregationValue recordValue) in AggregationRecord() 116 AggregationRecord(Tuple tupleKey, AggregationValue recordValue, int n) in AggregationRecord() 145 public Tuple
|
H A D | ProbeData.java | 333 addPrintaFormattedString(Tuple tuple, String s) in addPrintaFormattedString()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 136 Tuple tuple = getTuple(); in getAggregationRecord() 154 Tuple tuple = new Tuple(v1, v2); in getAggregation() 163 public static Tuple 177 Tuple tuple = new Tuple(r1, r2, r3, r4); in getTuple() 341 Map < Tuple, String > formattedOutput = in getPrintaRecord() 342 new HashMap < Tuple, String > (); in getPrintaRecord() 343 for (Tuple t : a.asMap().keySet()) { in getPrintaRecord() 346 List < Tuple > tuples = new ArrayList < Tuple > (); in getPrintaRecord() 347 for (Tuple t : a.asMap().keySet()) { in getPrintaRecord() 401 Tuple tuple = new Tuple(v1, v2, v3, v4, v5, v6); in getAggregate()
|
H A D | TestFunctionLookup.java | 62 for (Tuple tuple : agg.asMap().keySet()) { in main() 96 for (Tuple tuple : agg.asMap().keySet()) { in main()
|
H A D | TestGetAggregate.java | 114 rec = a.getRecord(Tuple.EMPTY); in testCleared() 122 rec = a.getRecord(Tuple.EMPTY); in testCleared()
|
/illumos-gate/usr/src/test/net-tests/tests/ipv6/ |
H A D | dup_bind.py | 27 from typing import List, Optional, Tuple, Type, Union 29 SockAddr = Union[Tuple[str, int], Tuple[str, int, int, int]] 192 proto: Type[TestProto]) -> Tuple[SockAddr, Optional[int]]:
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/ |
H A D | Makefile | 132 Tuple \
|
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 269 List <Tuple> tuples = printa.getTuples(); in consumeProbeData() 273 for (Tuple t : tuples) { in consumeProbeData() 460 Tuple tuple; in printAggregationRecords()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.Bean.ksh.out | 87 Tuple: 104 Tuple:
|