HomeSort by relevance Sort by last modified time
    Searched refs:modKind (Results 1 - 7 of 7) sorted by null

  /art/runtime/jdwp/
jdwp_event.h 34 JdwpModKind modKind;
36 JdwpModKind modKind;
40 JdwpModKind modKind;
44 JdwpModKind modKind;
48 JdwpModKind modKind;
52 JdwpModKind modKind;
56 JdwpModKind modKind;
60 JdwpModKind modKind;
64 JdwpModKind modKind;
70 JdwpModKind modKind;
    [all...]
jdwp_event.cc 187 if (pMod->modKind == MK_LOCATION_ONLY) {
196 } else if (pMod->modKind == MK_STEP) {
270 if (pMod->modKind == MK_LOCATION_ONLY) {
276 if (pMod->modKind == MK_STEP) {
388 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) {
392 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) {
422 if (pEvent->mods[i].modKind == MK_COUNT && pEvent->mods[i].count.count == 0) {
469 switch (pMod->modKind) {
531 LOG(FATAL) << "unknown mod kind " << pMod->modKind;
    [all...]
jdwp_handler.cc     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 35 public class ModKind {
62 public byte modKind;
102 modKind = 0;
VmMirror.java 167 mods[0].modKind = EventMod.ModKind.LocationOnly;
197 mod1.modKind = EventMod.ModKind.LocationOnly;
201 mod2.modKind = EventMod.ModKind.Count;
921 mods[0].modKind = EventMod.ModKind.ClassMatch;
    [all...]
EventBuilder.java 44 EventMod mod = createModifier(EventMod.ModKind.Count);
57 EventMod mod = createModifier(EventMod.ModKind.ThreadOnly);
70 EventMod mod = createModifier(EventMod.ModKind.ClassMatch);
83 EventMod mod = createModifier(EventMod.ModKind.LocationOnly);
99 EventMod mod = createModifier(EventMod.ModKind.ExceptionOnly);
115 EventMod mod = createModifier(EventMod.ModKind.FieldOnly);
129 EventMod mod = createModifier(EventMod.ModKind.InstanceOnly);
148 mod.modKind = modifierKind;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 645 milliseconds