HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 351 - 375 of 422) sorted by null

<<11121314151617

  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 97 const struct wpabuf *resp,
102 anqp_resp_cb(wpa_s, dst, dialog_token, result, adv_proto, resp,
    [all...]
p2p_supplicant.h 107 struct wpabuf *query, struct wpabuf *resp);
  /external/wpa_supplicant_8/src/p2p/
p2p_go_neg.c 523 struct wpabuf *resp; local
722 resp = p2p_build_go_neg_resp(p2p, dev, msg.dialog_token, status,
725 if (resp == NULL)
735 wpabuf_free(resp);
757 wpabuf_head(resp), wpabuf_len(resp), 500) < 0) {
761 wpabuf_free(resp);
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon207
475 resp: 1, member in struct:h1_icrbb_u::__anon208
730 resp: 1, member in struct:icrbp_a::__anon214
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon1399
475 resp: 1, member in struct:h1_icrbb_u::__anon1400
730 resp: 1, member in struct:icrbp_a::__anon1406
  /external/kernel-headers/original/asm-mips/sn/sn0/
hubio.h 542 resp: 1, /* data response given to processor */ member in struct:icrbb_u::__anon21564
590 resp: 1, /* data response given to processor */ member in struct:h1_icrbb_u::__anon21565
827 error: 1, /* Widget rcvd wr resp pkt w/ error */
889 resp: 1, /* 18: Data response given to t5 */ member in struct:icrbp_a::__anon21571
  /external/sepolicy/tools/
check_seapp.c 246 int resp; local
292 ret = sepol_bool_exists(pol.handle, pol.db, se_key, &resp);
301 if(!resp) {
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon52396
475 resp: 1, member in struct:h1_icrbb_u::__anon52397
730 resp: 1, member in struct:icrbp_a::__anon52403
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon55121
475 resp: 1, member in struct:h1_icrbb_u::__anon55122
730 resp: 1, member in struct:icrbp_a::__anon55128
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon56863
475 resp: 1, member in struct:h1_icrbb_u::__anon56864
730 resp: 1, member in struct:icrbp_a::__anon56870
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon58163
475 resp: 1, member in struct:h1_icrbb_u::__anon58164
730 resp: 1, member in struct:icrbp_a::__anon58170
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/
hubio.h 436 resp: 1, member in struct:icrbb_u::__anon60916
475 resp: 1, member in struct:h1_icrbb_u::__anon60917
730 resp: 1, member in struct:icrbp_a::__anon60923
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 504 byte[] resp = sipResponse.encodeAsBytes(this.getTransport());
505 this.sendMessage(resp, false);
TLSMessageChannel.java 473 byte[] resp = sipResponse.encodeAsBytes(this.getTransport());
474 this.sendMessage(resp, false);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_poplib.py 159 def assertOK(self, resp):
160 self.assertTrue(resp.startswith("+OK"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_poplib.py 159 def assertOK(self, resp):
160 self.assertTrue(resp.startswith("+OK"))
  /external/elfutils/libdwfl/
libdwflP.h 300 extern int __libdwfl_crc32_file (int fd, uint32_t *resp) attribute_hidden;
  /external/kernel-headers/original/linux/sunrpc/
svc.h 293 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 1086 jbyte* resp = e->GetByteArrayElements(respBytes, NULL); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 284 protected void enqueueResponse(MockResponse resp) {
285 mServer.enqueue(resp);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 581 public void onDisconnect(HeaderSet req, HeaderSet resp) {
583 resp.responseCode = ResponseCodes.OBEX_HTTP_OK;
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 281 u16 auth_transaction, u16 resp,
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 1062 const struct eap_hdr *resp; local
1072 resp = wpabuf_head(respData);
1074 nhdr->code = resp->code;
1075 nhdr->identifier = resp->identifier;
    [all...]
  /external/ppp/pppd/
auth.c     [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
EmailSyncAdapter.java 431 EasResponse resp = mService.sendHttpClientPost("GetItemEstimate",
434 int code = resp.getStatus();
436 if (!resp.isEmpty()) {
437 InputStream is = resp.getInputStream();
445 resp.close();
    [all...]

Completed in 4244 milliseconds

<<11121314151617