| /external/chromium/third_party/libjingle/source/talk/base/ |
| proxydetect.cc | 350 LOG(LS_WARNING) << "Proxy address with unknown protocol [" 1065 SecProtocolType protocol; local [all...] |
| /external/chromium_org/chrome/browser/chromeos/contacts/ |
| gdata_contacts_service.cc | 115 const char kInstantMessagingProtocolField[] = "protocol"; 200 // Maps the protocol from a dictionary representing a contact's IM address to a 204 std::string protocol; local 205 im_dict.GetString(kInstantMessagingProtocolField, &protocol); 206 if (protocol == kInstantMessagingProtocolAimValue) 208 else if (protocol == kInstantMessagingProtocolMsnValue) 210 else if (protocol == kInstantMessagingProtocolYahooValue) 212 else if (protocol == kInstantMessagingProtocolSkypeValue) 214 else if (protocol == kInstantMessagingProtocolQqValue) 216 else if (protocol == kInstantMessagingProtocolGoogleTalkValue [all...] |
| /external/chromium_org/chrome/browser/password_manager/ |
| password_store_mac.cc | 45 const SecProtocolType& protocol, 72 const SecProtocolType& protocol, 101 if (protocol != kSecProtocolTypeAny) { 104 search_attributes_.attr[entries].length = sizeof(protocol); 106 const_cast<void*>(reinterpret_cast<const void*>(&protocol)); 310 SecProtocolType protocol = *(static_cast<SecProtocolType*>(attr.data)); local 312 form->ssl_valid = (protocol == kSecProtocolTypeHTTPS); 673 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTPS local 681 port, protocol, AuthTypeForScheme(form.scheme), 775 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTP local [all...] |
| /external/chromium_org/chrome/browser/ui/content_settings/ |
| content_setting_bubble_model.cc | 1018 base::string16 protocol; local [all...] |
| /external/chromium_org/chrome/installer/setup/ |
| setup_main.cc | 1091 string16 protocol = cmd_line.GetSwitchValueNative( local [all...] |
| /external/chromium_org/ppapi/tests/ |
| test_websocket.cc | 40 const char kProtocolTestServerURL[] = "protocol-test?protocol="; 302 const std::string& protocol) { 310 if (protocol.size()) { 311 protocols[0] = CreateVarString(protocol); 318 if (protocol.size()) 370 PP_Var protocol = websocket_interface_->GetProtocol(ws); local 371 ASSERT_TRUE(AreEqualWithString(protocol, std::string())); 372 ReleaseVar(protocol); 718 PP_Var protocol = websocket_interface_->GetProtocol(ws) local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/base/ |
| proxydetect.cc | 352 LOG(LS_WARNING) << "Proxy address with unknown protocol [" 1069 SecProtocolType protocol; local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/session/media/ |
| mediasession.h | 168 // |protocol| is the expected media transport protocol, such as RTP/AVPF, 170 std::string protocol() const { return protocol_; } function in class:cricket::MediaContentDescription 171 void set_protocol(const std::string& protocol) { protocol_ = protocol; }
|
| mediasession_unittest.cc | 428 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), acd->protocol()); 455 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), acd->protocol()); 462 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), vcd->protocol()); 533 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), acd->protocol()); 535 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), vcd->protocol()); 537 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), dcd->protocol()); 563 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), acd->protocol()); 571 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), dcd->protocol()); 630 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), acd->protocol()); 664 EXPECT_EQ(std::string(cricket::kMediaProtocolSavpf), vcd->protocol()); 738 std::string protocol = "a weird unknown protocol"; local [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| nanoftp.c | 122 char *protocol; /* the protocol name */ member in struct:xmlNanoFTPCtxt 137 int returnValue; /* the protocol return value */ 181 * Initialize the FTP protocol layer. 228 * Cleanup the FTP protocol layer. This cleanup proxy informations. 296 * the protocol host port and path it indicates. 307 if (ctxt->protocol != NULL) { 308 xmlFree(ctxt->protocol); 309 ctxt->protocol = NULL; 330 ctxt->protocol = xmlMemStrdup(uri->scheme) [all...] |
| nanohttp.c | 137 char *protocol; /* the protocol name */ member in struct:xmlNanoHTTPCtxt 152 int returnValue; /* the protocol return value */ 153 int version; /* the protocol version */ 213 * Initialize the HTTP protocol layer. 255 * Cleanup the HTTP protocol layer. 278 * the protocol host port and path it indicates. 287 if (ctxt->protocol != NULL) { 288 xmlFree(ctxt->protocol); 289 ctxt->protocol = NULL [all...] |
| /external/chromium_org/third_party/libxslt/libxslt/ |
| extensions.c | 307 * initial protocol designation, e.g. "http://", then converting 328 const xmlChar *protocol = NULL; local 353 protocol = xmlStrstr(URI, BAD_CAST "://"); 354 if (protocol == NULL) { 357 ext_name = xmlStrdup(protocol + 3); [all...] |
| /external/iproute2/ip/ |
| iproute.c | 101 int protocol, protocolmask; member in struct:__anon19355 161 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask) 914 } else if (matches(*argv, "protocol") == 0) { 918 invarg("\"protocol\" value is invalid\n", *argv); 1144 } else if (matches(*argv, "protocol") == 0) { 1150 invarg("invalid \"protocol\"\n", *argv); 1154 filter.protocol = prot; [all...] |
| /external/iptables/include/ |
| xtables.h | 66 * %XTTYPE_PROTOCOL: protocol number/name from /etc/protocols (ptr: uint8_t) 154 uint8_t u8, u8_range[2], syslog_level, protocol; member in union:xt_option_call::__anon19572
|
| /external/libnfc-nci/src/nfa/int/ |
| nfa_rw_int.h | 286 tNFC_PROTOCOL protocol; member in struct:__anon20785
|
| /external/libnfc-nci/src/nfc/include/ |
| rw_api.h | 173 tNFC_PROTOCOL protocol; /* protocol used to detect NDEF */ member in struct:__anon20878 182 tNFC_PROTOCOL protocol; /* protocol used to detect TLV */ member in struct:__anon20879 [all...] |
| /external/libxml2/ |
| nanoftp.c | 123 char *protocol; /* the protocol name */ member in struct:xmlNanoFTPCtxt 138 int returnValue; /* the protocol return value */ 182 * Initialize the FTP protocol layer. 229 * Cleanup the FTP protocol layer. This cleanup proxy informations. 297 * the protocol host port and path it indicates. 308 if (ctxt->protocol != NULL) { 309 xmlFree(ctxt->protocol); 310 ctxt->protocol = NULL; 331 ctxt->protocol = xmlMemStrdup(uri->scheme) [all...] |
| nanohttp.c | 135 char *protocol; /* the protocol name */ member in struct:xmlNanoHTTPCtxt 150 int returnValue; /* the protocol return value */ 151 int version; /* the protocol version */ 211 * Initialize the HTTP protocol layer. 253 * Cleanup the HTTP protocol layer. 276 * the protocol host port and path it indicates. 285 if (ctxt->protocol != NULL) { 286 xmlFree(ctxt->protocol); 287 ctxt->protocol = NULL [all...] |
| /external/libxslt/libxslt/ |
| extensions.c | 307 * initial protocol designation, e.g. "http://", then converting 328 const xmlChar *protocol = NULL; local 353 protocol = xmlStrstr(URI, BAD_CAST "://"); 354 if (protocol == NULL) { 357 ext_name = xmlStrdup(protocol + 3); [all...] |
| /external/mdnsresponder/mDNSShared/ |
| dnssd_clientstub.c | 288 // interferes with proper functioning of the TCP protocol stack. Because of this and because we depend on TCP 1869 uint8_t protocol; local [all...] |
| /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
| HttpEngine.java | 551 String protocol = local 553 return method + " " + requestString() + " " + protocol;
|
| /external/ppp/pppd/ |
| ipxcp.c | 2 * ipxcp.c - PPP IPX Control Protocol. 107 NULL, /* Called when Protocol-Reject received */ 109 NULL, /* Called to handle protocol-specific codes */ 110 "IPXCP" /* String name of protocol */ 170 * Protocol entry points. 211 #define CILEN_PROTOCOL 4 /* Minimum length of routing protocol */ 213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */ 386 f->protocol = PPP_IPXCP; 525 * ipxcp_protrej - A Protocol-Reject was received for IPXCP. 576 /* Always specify a routing protocol unless it was REJected. * 1176 int protocol; local [all...] |
| /external/qemu/hw/ |
| pc.c | 617 uint16_t protocol; local 639 /* kernel protocol version */ 644 protocol = lduw_p(header+0x206); 646 protocol = 0; 648 if (protocol < 0x200 || !(header[0x211] & 0x01)) { 653 } else if (protocol < 0x202) { 676 if (protocol >= 0x203) 687 if (protocol >= 0x202) { 698 if (protocol >= 0x200) 702 if (protocol >= 0x201) [all...] |
| /external/qemu/proxy/ |
| proxy_http_rewriter.c | 287 PROXY_LOG("%s: bad reply protocol: %s", __FUNCTION__, version); 486 char* protocol; local 490 protocol = strsep(&p, " "); 492 PROXY_LOG("%s: can't parse response protocol: '%s'", 504 if (http_request_set_reply(request, protocol, number, readable) < 0) [all...] |
| /external/wpa_supplicant_8/src/utils/ |
| pcsc_funcs.c | 113 DWORD protocol; member in struct:scard_data 589 &scard->card, &scard->protocol); 602 (unsigned int) scard->card, scard->protocol, 603 scard->protocol == SCARD_PROTOCOL_T0 ? "T0" : "T1"); 773 scard->protocol == SCARD_PROTOCOL_T1 ? [all...] |