Searched refs:PrintfRecord (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DPrintfRecord.java41 public final class PrintfRecord implements Record, Serializable, class in inherits:Record,Serializable,Comparable
42 Comparable <PrintfRecord> {
47 BeanInfo info = Introspector.getBeanInfo(PrintfRecord.class);
80 PrintfRecord() method in class:PrintfRecord
98 PrintfRecord(List <ValueRecord> v, String s) method in class:PrintfRecord
180 * generates a {@code PrintfRecord} with a record count of two.
210 * Compares the specified object with this {@code PrintfRecord} for
212 * object is also a {@code PrintfRecord} and both records have the
216 * a {@code PrintfRecord} and both the formatted strings <i>and</i>
223 if (o instanceof PrintfRecord) {
[all...]
H A DProbeData.java275 records.add(new PrintfRecord());
368 if (record instanceof PrintfRecord) {
369 PrintfRecord printf = PrintfRecord.class.cast(record);
402 if (record instanceof PrintfRecord) {
403 PrintfRecord printf = PrintfRecord.class.cast(record);
577 // PrintfRecord, PrintaRecord
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java56 "PrintfRecord",
357 public static PrintfRecord
365 PrintfRecord r = new PrintfRecord(list,
/illumos-gate/usr/src/lib/libdtrace_jni/java/
H A DMakefile138 PrintfRecord \
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java265 } else if (record instanceof PrintfRecord) {

Completed in 50 milliseconds