/external/qemu/android/protocol/ |
fb-updates.h | 42 uint8_t request_type; member in struct:FBRequestHeader
|
/external/chromium_org/webkit/child/ |
resource_loader_bridge.h | 78 ResourceType::Type request_type; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
|
/external/chromium/chrome/browser/autofill/ |
autofill_download.cc | 43 AutofillRequestType request_type; member in struct:AutofillDownloadManager::FormRequestData 105 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY; 141 request_data.request_type = AutofillDownloadManager::REQUEST_UPLOAD; 148 AutofillDownloadManager::AutofillRequestType request_type) { 156 it->second.request_type == request_type) { 218 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) 224 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) { 319 it->second.request_type == AutofillDownloadManager::REQUEST_QUERY ? 348 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) [all...] |
/external/chromium_org/chrome/browser/history/ |
web_history_service.cc | 152 net::URLFetcher::RequestType request_type = post_data_.empty() ? local 155 url_, request_type, this); 163 if (request_type == net::URLFetcher::POST)
|
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client_unittest.cc | 223 SpellingServiceClient::ServiceType request_type; member in struct:__anon8371 308 client_.SetHTTPRequest(kTests[i].request_type, kTests[i].request_text, 316 kTests[i].request_type,
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_download.cc | 66 AutofillRequestType request_type; member in struct:autofill::AutofillDownloadManager::FormRequestData 107 request_data.request_type = AutofillDownloadManager::REQUEST_QUERY; 152 request_data.request_type = AutofillDownloadManager::REQUEST_UPLOAD; 190 if (request_data.request_type == AutofillDownloadManager::REQUEST_QUERY) 209 << AutofillRequestTypeToString(request_data.request_type) 279 AutofillRequestTypeToString(it->second.request_type)); 307 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) { 318 it->second.request_type, 326 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {
|
/external/chromium_org/content/public/common/ |
media_stream_request.h | 168 MediaStreamRequestType request_type, 200 MediaStreamRequestType request_type; member in struct:content::MediaStreamRequest
|
/external/chromium/webkit/glue/ |
resource_loader_bridge.h | 233 ResourceType::Type request_type; member in struct:webkit_glue::ResourceLoaderBridge::RequestInfo
|
/external/wpa_supplicant_8/src/wps/ |
wps_i.h | 79 * request_type - Request Type attribute from (Re)AssocReq 81 u8 request_type; member in struct:wps_data
|
wps_attr_parse.h | 53 const u8 *request_type; /* 1 octet */ member in struct:wps_parse_attr
|
/external/chromium_org/google_apis/drive/ |
base_requests.cc | 217 URLFetcher::RequestType request_type = GetRequestType(); local 219 URLFetcher::Create(url, request_type, this)); 274 if (request_type == URLFetcher::POST || 275 request_type == URLFetcher::PUT || 276 request_type == URLFetcher::PATCH) {
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
rostermoduleimpl.cc | 855 XmppSubscriptionRequestType request_type; local 856 if (StringToSubscriptionRequestType(type, &request_type)) 857 InternalSubscriptionRequest(jid, stanza, request_type); 949 request_type) { 951 roster_handler_->SubscriptionRequest(this, jid, request_type, stanza);
|
/external/chromium_org/chrome/browser/extensions/api/usb/ |
usb_api.cc | 960 UsbDeviceHandle::TransferRequestType request_type; local 965 !ConvertRequestTypeSafely(transfer.request_type, &request_type) || 985 request_type, [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
media_stream_manager.cc | 127 MediaStreamRequestType request_type, 135 request_type(request_type), 168 request_type, 185 request_type, 253 const MediaStreamRequestType request_type; member in class:content::MediaStreamManager::DeviceRequest 423 if (request->request_type == MEDIA_ENUMERATE_DEVICES) { 474 request->request_type != MEDIA_GENERATE_STREAM) { [all...] |
/external/openssh/ |
clientloop.c | 178 const char *request_type; member in struct:channel_reply_ctx 758 cr->request_type, c->self); 762 "%s request failed\r\n", cr->request_type); 766 cr->request_type, c->self); 809 cr->request_type = request; [all...] |
/external/netperf/ |
netlib.h | 245 int request_type; member in struct:netperf_request_struct::__anon26646
|
/external/chromium/third_party/libevent/ |
evdns.c | 166 unsigned int request_type; /* TYPE_PTR or TYPE_A */ member in struct:request 647 switch (req->request_type) { 730 if (req->search_state && req->request_type != TYPE_PTR) { 866 reply.type = req->request_type; 893 if (req->request_type != TYPE_A) { 911 if (req->request_type != TYPE_PTR) { 922 if (req->request_type != TYPE_AAAA) { [all...] |
/external/chromium_org/third_party/libevent/ |
evdns.c | 166 unsigned int request_type; /* TYPE_PTR or TYPE_A */ member in struct:request 647 switch (req->request_type) { 730 if (req->search_state && req->request_type != TYPE_PTR) { 866 reply.type = req->request_type; 893 if (req->request_type != TYPE_A) { 911 if (req->request_type != TYPE_PTR) { 922 if (req->request_type != TYPE_AAAA) { [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
windows_usb.h | 158 #define LIBUSB_REQ_RECIPIENT(request_type) ((request_type) & 0x1F) 159 #define LIBUSB_REQ_TYPE(request_type) ((request_type) & (0x03 << 5)) 160 #define LIBUSB_REQ_IN(request_type) ((request_type) & LIBUSB_ENDPOINT_IN) 161 #define LIBUSB_REQ_OUT(request_type) (!LIBUSB_REQ_IN(request_type)) 615 UCHAR request_type; member in struct:__anon14696
|