Searched refs:probeWithArgs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/com/sun/tracing/
H A DBasicFunctionality.java37 void probeWithArgs(int a, float f, String s, Long l); method in interface:BasicProvider
90 bp.probeWithArgs(42, (float)3.14, "spam", new Long(2L));
91 bp.probeWithArgs(42, (float)3.14, null, null);
111 bp.probeWithArgs(42, (float)3.14, "spam", new Long(2L));
112 bp.probeWithArgs(42, (float)3.14, null, null);
136 "probeWithArgs", int.class, float.class, String.class, Long.class));
H A DBasicWithSecurityMgr.java37 void probeWithArgs(int a, float f, String s, Long l); method in interface:BasicProvider
92 bp.probeWithArgs(42, (float)3.14, "spam", new Long(2L));
93 bp.probeWithArgs(42, (float)3.14, null, null);
113 bp.probeWithArgs(42, (float)3.14, "spam", new Long(2L));
114 bp.probeWithArgs(42, (float)3.14, null, null);
138 "probeWithArgs", int.class, float.class, String.class, Long.class));

Completed in 276 milliseconds