Home
last modified time | relevance | path

Searched refs:getAggregations (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java73 for (Aggregation a : aggregate.getAggregations()) { in testIncluded()
112 for (Aggregation a : aggregate.getAggregations()) { in testCleared()
121 for (Aggregation a : aggregate.getAggregations()) { in testCleared()
H A DTestFunctionLookup.java61 for (Aggregation agg : a.getAggregations()) { in main()
95 for (Aggregation agg : a.getAggregations()) { in main()
H A DTestMultiAggPrinta.java49 buf.append(rec.getAggregations()); in printaRecordString()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregate.java164 getAggregations() in getAggregations() method in Aggregate
322 s.writeObject(getAggregations()); in writeObject()
363 List <Aggregation> a = getAggregations(); in toString()
H A DPrintaRecord.java266 getAggregations() in getAggregations() method in PrintaRecord