OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eventKind
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/jdwp/
JdwpEvent.h
90
JdwpEventKind
eventKind
; /* what kind of event is this? */
JdwpEvent.cpp
167
dvmJdwpEventKindStr(pEvent->
eventKind
),
530
* Find all events of type "
eventKind
" with mods that match up with the
536
* DO NOT call this multiple times for the same
eventKind
, as Count mods are
539
static void findMatchingEvents(JdwpState* state, JdwpEventKind
eventKind
,
547
if (pEvent->
eventKind
==
eventKind
&& modsMatch(state, pEvent, basket))
874
dvmJdwpEventKindStr(matchList[0]->
eventKind
), matchCount,
888
expandBufAdd1(pReq, matchList[i]->
eventKind
);
954
dvmJdwpEventKindStr(matchList[0]->
eventKind
), matchCount,
966
expandBufAdd1(pReq, matchList[i]->
eventKind
);
[
all
...]
JdwpHandler.cpp
[
all
...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm
321
static inline EventRecord initializeEventRecord(
EventKind
eventKind
)
325
eventRecord.what =
eventKind
;
523
EventKind
eventKind
= nullEvent;
527
eventKind
= mouseDown;
531
eventKind
= mouseUp;
535
eventKind
= nullEvent;
541
EventRecord event = initializeEventRecord(
eventKind
);
727
EventKind
eventKind = nullEvent
[
all
...]
Completed in 183 milliseconds