OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JdwpEventKind
(Results
1 - 5
of
5
) sorted by null
/dalvik/vm/jdwp/
JdwpConstants.h
99
enum
JdwpEventKind
{
121
const char* dvmJdwpEventKindStr(
JdwpEventKind
kind);
JdwpEvent.h
90
JdwpEventKind
eventKind; /* what kind of event is this? */
JdwpConstants.cpp
149
const char* dvmJdwpEventKindStr(
JdwpEventKind
kind)
JdwpEvent.cpp
539
static void findMatchingEvents(JdwpState* state,
JdwpEventKind
eventKind,
[
all
...]
JdwpHandler.cpp
[
all
...]
Completed in 24 milliseconds