OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eventKind
(Results
1 - 9
of
9
) sorted by null
/art/runtime/jdwp/
jdwp_event.h
95
JdwpEventKind
eventKind
; /* what kind of event is this? */
jdwp_event.cc
129
LOG(INFO) << " kind=" << pEvent->
eventKind
<< " susp=" << pEvent->suspend_policy << " modCount=" << pEvent->modCount;
448
* Find all events of type "
eventKind
" with mods that match up with the
454
* DO NOT call this multiple times for the same
eventKind
, as Count mods are
457
void JdwpState::FindMatchingEvents(JdwpEventKind
eventKind
, ModBasket* basket,
464
if (pEvent->
eventKind
==
eventKind
&& ModsMatch(pEvent, basket)) {
779
VLOG(jdwp) << "EVENT: " << match_list[0]->
eventKind
<< "(" << match_count << " total) "
791
expandBufAdd1(pReq, match_list[i]->
eventKind
);
840
VLOG(jdwp) << "EVENT: " << match_list[0]->
eventKind
<< "(" << match_count << " total) "
851
expandBufAdd1(pReq, match_list[i]->
eventKind
);
[
all
...]
jdwp.h
283
void FindMatchingEvents(JdwpEventKind
eventKind
,
jdwp_handler.cc
[
all
...]
/dalvik/vm/jdwp/
JdwpEvent.h
90
JdwpEventKind
eventKind
; /* what kind of event is this? */
JdwpEvent.cpp
167
dvmJdwpEventKindStr(pEvent->
eventKind
),
529
* Find all events of type "
eventKind
" with mods that match up with the
535
* DO NOT call this multiple times for the same
eventKind
, as Count mods are
538
static void findMatchingEvents(JdwpState* state, JdwpEventKind
eventKind
,
546
if (pEvent->
eventKind
==
eventKind
&& modsMatch(state, pEvent, basket))
873
dvmJdwpEventKindStr(matchList[0]->
eventKind
), matchCount,
887
expandBufAdd1(pReq, matchList[i]->
eventKind
);
953
dvmJdwpEventKindStr(matchList[0]->
eventKind
), matchCount,
965
expandBufAdd1(pReq, matchList[i]->
eventKind
);
[
all
...]
JdwpHandler.cpp
[
all
...]
/external/chromium_org/remoting/host/
curtain_mode_mac.cc
179
event.
eventKind
= kEventSystemUserSessionActivated;
/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 82 milliseconds