HomeSort by relevance Sort by last modified time
    Searched full:preq (Results 1 - 11 of 11) sorted by null

  /dalvik/vm/jdwp/
JdwpEvent.c 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 63 bool (*sendRequest)(struct JdwpState* state, ExpandBuf* pReq);
171 INLINE bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq) {
172 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.c 823 static bool sendRequest(JdwpState* state, ExpandBuf* pReq)
828 /*dumpPacket(expandBufGetBuffer(pReq));*/
841 cc = write(netState->clientSock, expandBufGetBuffer(pReq),
842 expandBufGetLength(pReq));
843 if (cc != (int) expandBufGetLength(pReq)) {
845 strerror(errno), cc, (int) expandBufGetLength(pReq));
JdwpAdb.c 669 static bool sendRequest(JdwpState* state, ExpandBuf* pReq)
686 cc = write(netState->clientSock, expandBufGetBuffer(pReq),
687 expandBufGetLength(pReq));
688 if (cc != (int) expandBufGetLength(pReq)) {
690 strerror(errno), 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.c     [all...]
Debugger.h 289 void dvmDbgExecuteMethod(DebugInvokeReq* pReq);
  /external/openssl/apps/
ocsp.c 86 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port);
1147 static int do_responder(OCSP_REQUEST **preq, BIO **pcbio, BIO *acbio, char *port)
1194 *preq = req;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
nl80211_copy.h     [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 417 UChar preQ = 0x310d;
420 UChar preQ = (*p>0x0400 && *p<0x0500)?0x0041:0x413;
436 target[0] = preQ;
    [all...]

Completed in 112 milliseconds