OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:expandbufalloc
(Results
1 - 9
of
9
) sorted by null
/art/runtime/jdwp/
jdwp_expand_buf.h
35
ExpandBuf*
expandBufAlloc
();
jdwp_expand_buf.cc
48
ExpandBuf*
expandBufAlloc
() {
jdwp_main.cc
385
ExpandBuf* pReply =
expandBufAlloc
();
jdwp_event.cc
637
ExpandBuf* pReq =
expandBufAlloc
();
[
all
...]
/dalvik/vm/jdwp/
ExpandBuf.h
27
ExpandBuf*
expandBufAlloc
(void);
ExpandBuf.cpp
41
ExpandBuf*
expandBufAlloc
()
JdwpAdb.cpp
455
ExpandBuf* pReply =
expandBufAlloc
();
JdwpSocket.cpp
613
ExpandBuf* pReply =
expandBufAlloc
();
JdwpEvent.cpp
709
ExpandBuf* pReq =
expandBufAlloc
();
[
all
...]
Completed in 773 milliseconds