/dalvik/vm/jdwp/ |
JdwpEvent.cpp | 598 DebugInvokeReq* pReq = dvmDbgGetInvokeReq(); 600 pReq->ready = true; 602 pReq->ready = false; 608 if (!pReq->invokeNeeded) { 616 /* leave pReq->invokeNeeded raised so we can check reentrancy */ 618 dvmDbgExecuteMethod(pReq); 620 pReq->err = ERR_NONE; 623 pReq->invokeNeeded = false; 626 dvmDbgLockMutex(&pReq->lock); 627 dvmDbgCondSignal(&pReq->cv) [all...] |
JdwpPriv.h | 61 bool (*sendRequest)(struct JdwpState* state, ExpandBuf* pReq); 183 INLINE bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq) { 184 return (*state->transport->sendRequest)(state, pReq);
|
JdwpEvent.h | 123 * Send an event, formatted into "pReq", to the debugger. 127 bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq);
|
JdwpSocket.cpp | 824 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) 828 /*dumpPacket(expandBufGetBuffer(pReq));*/ 836 ssize_t cc = netState->writePacket(pReq); 838 if (cc != (ssize_t) expandBufGetLength(pReq)) { 840 strerror(errno), (int) cc, (int) expandBufGetLength(pReq));
|
JdwpAdb.cpp | 664 static bool sendRequest(JdwpState* state, ExpandBuf* pReq) 676 ssize_t cc = netState->writePacket(pReq); 678 if (cc != (ssize_t) expandBufGetLength(pReq)) { 680 strerror(errno), (int) cc, (int) expandBufGetLength(pReq));
|
/external/tcpdump/ |
print-wb.c | 244 wb_preq(const struct pkt_preq *preq, u_int len) 246 printf(" wb-preq:"); 247 if (len < sizeof(*preq) || (u_char *)(preq + 1) > snapend) 251 EXTRACT_32BITS(&preq->pp_low), 252 ipaddr_string(&preq->pp_page.p_sid), 253 EXTRACT_32BITS(&preq->pp_page.p_uid));
|
/dalvik/vm/ |
Debugger.cpp | [all...] |
Debugger.h | 288 void dvmDbgExecuteMethod(DebugInvokeReq* pReq);
|
/external/openssl/apps/ |
ocsp.c | 114 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port); 1210 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port) 1257 *preq = req; [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/common/ |
nl80211_copy.h | [all...] |
/external/wpa_supplicant_8/src/drivers/ |
nl80211_copy.h | [all...] |
driver_nl80211.c | [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 419 UChar preQ = 0x310d; 422 UChar preQ = (*p>0x0400 && *p<0x0500)?0x0041:0x413; 438 target[0] = preQ; [all...] |