Searched refs:ModKind (Results 1 – 14 of 14) sorted by relevance
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | EventBuilder.java | 44 EventMod mod = new EventMod(EventMod.ModKind.Count); in setCount() 57 EventMod mod = new EventMod(EventMod.ModKind.ThreadOnly); in setThreadOnly() 70 EventMod mod = new EventMod(EventMod.ModKind.ClassOnly); in setClassOnly() 83 EventMod mod = new EventMod(EventMod.ModKind.ClassMatch); in setClassMatch() 96 EventMod mod = new EventMod(EventMod.ModKind.ClassExclude); in setClassExclude() 109 EventMod mod = new EventMod(EventMod.ModKind.LocationOnly); in setLocationOnly() 125 EventMod mod = new EventMod(EventMod.ModKind.ExceptionOnly); in setExceptionOnly() 141 EventMod mod = new EventMod(EventMod.ModKind.FieldOnly); in setFieldOnly() 157 EventMod mod = new EventMod(EventMod.ModKind.Step); in setStep() 172 EventMod mod = new EventMod(EventMod.ModKind.InstanceOnly); in setInstanceOnly() [all …]
|
D | VmMirror.java | 1160 case EventMod.ModKind.Count: { in setEvent() 1165 case EventMod.ModKind.Conditional: { in setEvent() 1170 case EventMod.ModKind.ThreadOnly: { in setEvent() 1175 case EventMod.ModKind.ClassOnly: { in setEvent() 1181 case EventMod.ModKind.ClassMatch: { in setEvent() 1186 case EventMod.ModKind.ClassExclude: { in setEvent() 1191 case EventMod.ModKind.LocationOnly: { in setEvent() 1196 case EventMod.ModKind.ExceptionOnly: in setEvent() 1203 case EventMod.ModKind.FieldOnly: { in setEvent() 1210 case EventMod.ModKind.Step: { in setEvent() [all …]
|
D | EventMod.java | 35 public class ModKind { class in EventMod
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | CombinedEventsTest.java | 134 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_01() 138 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_01() 269 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_02() 273 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_02() 383 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_03() 387 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_03() 510 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents_04() 514 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents_04()
|
D | SingleStepWithLocationTest.java | 107 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepToLocation() 111 setRequestCommand.setNextValueAsByte(EventMod.ModKind.LocationOnly); in testSingleStepToLocation()
|
D | SingleStepThroughReflectionTest.java | 92 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testSingleStepIntoThroughReflection() 96 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testSingleStepIntoThroughReflection()
|
D | CombinedEvents003Test.java | 135 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in testCombinedEvents003_01() 139 setRequestCommand.setNextValueAsByte(EventMod.ModKind.ClassOnly); in testCombinedEvents003_01()
|
D | SingleStepTest.java | 132 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangDiagnosticsEmitter.cpp | 557 SelectPiece(PieceKind Kind, ModifierType ModKind) in SelectPiece() 558 : Piece(Kind), ModKind(ModKind) {} in SelectPiece() 561 SelectPiece(ModifierType ModKind) : SelectPiece(SelectPieceClass, ModKind) {} in SelectPiece() 563 ModifierType ModKind; member 954 Result += getModifierName(P->ModKind); in VisitSelect() 955 if (P->ModKind == MT_Select) { in VisitSelect()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | SingleStepTest.java | 98 setRequestCommand.setNextValueAsByte(EventMod.ModKind.Step); in stepFunction()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
D | InvokeMethodTest.java | 59 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethodStatic()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | InvokeMethodDefault002Test.java | 63 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
|
D | InvokeMethodDefaultTest.java | 62 packet.setNextValueAsByte(EventMod.ModKind.ClassOnly); // class-only modifier. in testInvokeMethod()
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 15 MacDelimiter, MacStmtStyle, MacroDef, ModKind, Movability, MutTy, Mutability, NodeId, Param, 374 spanless_eq_enum!(ModKind; Loaded(0 1 2) Unloaded);
|