/external/scapy/scapy/layers/ |
dhcp.py | 371 resp = BOOTP_am.make_reply(self, req) 386 resp /= DHCP(options=dhcp_options) 387 return resp
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
collective_param_resolver_distributed_test.cc | 109 GetStatusResponse resp; variable 110 Status status = wi->GetStatus(&req, &resp); 115 for (const auto& it : resp.device_attributes()) {
|
/external/u-boot/drivers/mmc/ |
mxcmmc.c | 234 u32 *resp = (u32 *)cmd->response; local 252 resp[i] = a << 16 | b; 258 resp[0] = a << 24 | b << 8 | c >> 8;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_smtplib.py | 324 resp = ('250-testhost\r\n'
329 resp = resp + self._extrafeatures + '250 HELP'
330 self.push(resp)
|
/external/autotest/client/cros/nfc/ |
console.py | 648 resp = raw_input('Are you sure? (yes/no): ') 649 if resp == 'yes': 653 if resp != 'no': 654 print_message('Did not understand: ' + resp)
|
/external/python/cpython2/Lib/test/ |
test_smtplib.py | 353 resp = ('250-testhost\r\n' 358 resp = resp + self._extrafeatures + '250 HELP' 359 self.push(resp)
|
/external/python/oauth2client/oauth2client/contrib/ |
appengine.py | 648 resp = method(request_handler, *args, **kwargs) 653 return resp 711 resp = method(request_handler, *args, **kwargs) 714 return resp [all...] |
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_session.h | 134 MutableRunStepResponseWrapper* resp);
|
/external/u-boot/drivers/mtd/nand/ |
tegra_nand.h | 219 u32 resp; /* offset 18h */ member in struct:nand_ctlr
|
/external/u-boot/include/ |
cros_ec.h | 189 struct ec_response_flash_protect *resp);
|
/external/curl/lib/ |
smtp.c | 106 static CURLcode smtp_continue_auth(struct connectdata *conn, const char *resp); 196 int *resp) 215 *resp = curlx_sltosi(strtol(tmpline, NULL, 10)); 218 if(*resp == 1) 219 *resp = 0; 225 *resp = 1; /* Internal response code */ 431 static CURLcode smtp_continue_auth(struct connectdata *conn, const char *resp) 435 return Curl_pp_sendf(&smtpc->pp, "%s", resp); [all...] |
/external/perfetto/src/tracing/ipc/consumer/ |
consumer_ipc_client_impl.cc | 262 [weak_this](ipc::AsyncResult<protos::EnableTracingResponse> resp) { 264 weak_this->OnEnableTracingResponse(std::move(resp));
|
/external/python/cpython3/Lib/xmlrpc/ |
client.py | [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_ttls.c | 132 static struct wpabuf * eap_ttls_avp_encapsulate(struct wpabuf *resp, 138 avp = wpabuf_alloc(sizeof(struct ttls_avp) + wpabuf_len(resp) + 4); 140 wpabuf_free(resp); 145 wpabuf_len(resp)); 146 os_memcpy(pos, wpabuf_head(resp), wpabuf_len(resp)); 147 pos += wpabuf_len(resp); 149 wpabuf_free(resp); [all...] |
/external/syzkaller/vendor/cloud.google.com/go/storage/ |
bucket.go | 147 var resp *raw.Bucket 149 resp, err = req.Context(ctx).Do() 158 return newBucket(resp), nil 668 var resp *raw.Objects 671 resp, err = req.Context(it.ctx).Do() 680 for _, item := range resp.Items { 683 for _, prefix := range resp.Prefixes { 686 return resp.NextPageToken, nil 745 var resp *raw.Buckets 748 resp, err = req.Context(it.ctx).Do( [all...] |
writer.go | 121 var resp *raw.Object 133 resp, err2 = call.Do() 142 w.obj = newObject(resp)
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_invitation.c | 179 struct wpabuf *resp = NULL; local 378 resp = p2p_build_invitation_resp(p2p, dev, msg.dialog_token, status, 381 if (resp == NULL) 421 wpabuf_head(resp), wpabuf_len(resp), 50) < 0) { 426 wpabuf_free(resp);
|
p2p_go_neg.c | 737 struct wpabuf *resp; local 1024 resp = p2p_build_go_neg_resp(p2p, dev, msg.dialog_token, status, 1027 if (resp == NULL) 1037 wpabuf_free(resp); 1059 wpabuf_head(resp), wpabuf_len(resp), 100) < 0) { 1063 wpabuf_free(resp); [all...] |
p2p.c | 2275 struct ieee80211_mgmt *resp; local 4510 struct wpabuf *resp; local 4538 struct wpabuf *resp; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
dpp_supplicant.c | 983 const struct wpabuf *resp, u16 status_code) 998 !resp || status_code != WLAN_STATUS_SUCCESS) { 1006 resp); 1022 if (dpp_conf_resp_rx(auth, resp) < 0) { 1847 struct wpabuf *resp; local [all...] |
/device/generic/goldfish/ril/ |
reference-ril.c | 1471 int *resp = NULL; local [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_aka.c | 198 char *resp, *pos; local 203 resp = conf->external_sim_resp; 206 if (os_strncmp(resp, "UMTS-AUTS:", 10) == 0) { 207 pos = resp + 10; 212 os_free(resp); 216 if (os_strncmp(resp, "UMTS-AUTH:", 10) != 0) { 218 os_free(resp); 222 pos = resp + 10; 250 os_free(resp); 255 os_free(resp); [all...] |
eap_sim.c | 200 char *resp, *pos; local 206 resp = conf->external_sim_resp; 209 if (os_strncmp(resp, "GSM-AUTH:", 9) != 0) { 211 os_free(resp); 215 pos = resp + 9; 241 os_free(resp); 246 os_free(resp); [all...] |
/external/syzkaller/syz-ci/ |
manager.go | 534 resp, err := mgr.dash.BuilderPoll(mgr.name) 535 if err != nil || len(resp.PendingCommits) == 0 && resp.ReportEmail == "" { 539 if len(resp.PendingCommits) != 0 { 548 for _, com := range resp.PendingCommits { 555 if resp.ReportEmail != "" { 559 commits, err := mgr.repo.ExtractFixTagsFromCommits(buildCommit, resp.ReportEmail)
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
div.c | 199 BN_ULONG *resp, *wnump; local 295 resp = &(res->d[loop - 1]); 303 // the resp pointer 307 resp--; 310 for (int i = 0; i < loop - 1; i++, wnump--, resp--) { 377 *resp = q;
|