Home
last modified time | relevance | path

Searched refs:ClassOnly (Results 1 – 8 of 8) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEventMod.java42 public static final byte ClassOnly = 4; field in EventMod.ModKind
DVmMirror.java1032 mods[0].modKind = EventMod.ModKind.ClassOnly; in setClassPrepared()
1096 mods[0].modKind = EventMod.ModKind.ClassOnly; in setClassUnload()
1133 mods[0].modKind = EventMod.ModKind.ClassOnly; in setClassLoad()
1153 mods[0].modKind = EventMod.ModKind.ClassOnly; in setMonitorContendedEnterForClassOnly()
1186 mods[0].modKind = EventMod.ModKind.ClassOnly; in setMonitorContendedEnteredForClassOnly()
1219 mods[0].modKind = EventMod.ModKind.ClassOnly; in setMonitorWaitForClassOnly()
1284 mods[0].modKind = EventMod.ModKind.ClassOnly; in setMonitorWaitedForClassOnly()
1377 case EventMod.ModKind.ClassOnly: { in setEvent()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DCombinedEventsTest.java139 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01()
274 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_02()
388 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_03()
515 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_04()
DSingleStepThroughReflectionTest.java99 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()
DCombinedEvents003Test.java140 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
DInvokeMethodTest.java62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethodStatic()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefaultTest.java61 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
DInvokeMethodDefault002Test.java62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()