OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modKind
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/jdwp/
JdwpEvent.h
29
u1
modKind
; /* JdwpModKind */
31
u1
modKind
;
35
u1
modKind
;
39
u1
modKind
;
43
u1
modKind
;
47
u1
modKind
;
51
u1
modKind
;
55
u1
modKind
;
59
u1
modKind
;
65
u1
modKind
;
[
all
...]
JdwpEvent.cpp
173
JdwpModKind kind = static_cast<JdwpModKind>(pMod->
modKind
);
201
if (pMod->
modKind
== MK_LOCATION_ONLY) {
204
} else if (pMod->
modKind
== MK_STEP) {
209
} else if (pMod->
modKind
== MK_FIELD_ONLY) {
260
if (pMod->
modKind
== MK_LOCATION_ONLY) {
264
if (pMod->
modKind
== MK_STEP) {
359
if (pEvent->mods[i].
modKind
== MK_CLASS_MATCH) {
363
if (pEvent->mods[i].
modKind
== MK_CLASS_EXCLUDE) {
396
if (pEvent->mods[i].
modKind
== MK_COUNT &&
467
switch (pMod->
modKind
) {
[
all
...]
JdwpHandler.cpp
[
all
...]
Completed in 25 milliseconds