HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 676 - 700 of 774) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/plugins/
npfunctions.h 71 typedef NPError (*NPN_GetAuthenticationInfoProcPtr)(NPP npp, const char* protocol, const char* host, int32_t port, const char* scheme, const char *realm, char** username, uint32_t* ulen, char** password, uint32_t* plen);
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 285 // protocol is omitted; sadly, it will not emit an error, either, so
287 if (kurl.protocol().isEmpty()) {
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 22 import org.apache.http.protocol.HTTP;
  /hardware/msm7k/librpc/
svc.c 207 rpcprot_t protocol)
  /libcore/luni/src/main/java/libcore/io/
Posix.java 161 public native FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException;
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 854 final Object protocol = android.provider.Contacts.ContactMethods local
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 139 /// ObjCProtocolExpr used for protocol expression in Objective-C. This is used
140 /// as: @protocol(foo), as in:
141 /// obj conformsToProtocol:@protocol(foo)]
142 /// The return type is "Protocol*".
147 ObjCProtocolExpr(QualType T, ObjCProtocolDecl *protocol,
151 TheProtocol(protocol), AtLoc(at), RParenLoc(rp) {}
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 32 /* The protocol. */
73 "[!] --ctproto proto Protocol to match; by number or name, e.g. \"tcp\"\n"
308 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum = cb->val.protocol;
313 "rule would never match protocol");
372 info->l4proto = cb->val.protocol;
375 "never match protocol");
  /external/ppp/pppd/
utils.c 495 if (proto == protp->protocol)
505 if (proto == (protp->protocol & ~0x8000))
pppd.h 389 * for a particular protocol.
392 u_short protocol; /* PPP protocol number */ member in struct:protent
397 /* Process a received protocol-reject */
403 /* Open the protocol */
405 /* Close the protocol */
413 bool enabled_flag; /* 0 iff protocol is disabled */
414 char *name; /* Text name of protocol */
415 char *data_name; /* Text name of corresponding data protocol */
533 void np_up __P((int, int)); /* a network protocol has come up *
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 354 [documentView conformsToProtocol:@protocol(WebDocumentView)]) {
  /external/webkit/Tools/DumpRenderTree/mac/
TextInputController.m 222 return [view conformsToProtocol:@protocol(NSTextInput)] ? view : nil;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 531 rpc_loc_server_protocol_e_type protocol;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 509 rpc_loc_server_protocol_e_type protocol;
  /external/chromium/third_party/libevent/
http.c 474 * if the protocol is 1.0; and the connection was keep-alive
1214 char *protocol; local
1218 protocol = strsep(&line, " ");
1226 if (strcmp(protocol, "HTTP/1.0") == 0) {
1229 } else if (strcmp(protocol, "HTTP/1.1") == 0) {
1233 event_debug(("%s: bad protocol \"%s\"",
1234 __func__, protocol));
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 171 "(CASE WHEN " + StatusUpdates.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
173 + " ELSE 'pre:'||" + StatusUpdates.PROTOCOL
178 + " THEN (CASE WHEN " + Tables.DATA + "." + Im.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
180 + " ELSE 'pre:'||" + Tables.DATA + "." + Im.PROTOCOL
1448 String protocol = values.getAsString(ContactMethods.DATA); local
    [all...]
  /external/netperf/
nettest_bsd.c 539 complete_addrinfo(char *controlhost, char *data_address, char *port, int family, int type, int protocol, int flags)
569 inet_ptos(protocol),
577 hints.ai_protocol = protocol;
660 if ((protocol) &&
661 (temp_res->ai_protocol != protocol)) {
665 "WARNING! Changed bogus getaddrinfo protocol %d to %d\n",
667 protocol);
670 temp_res->ai_protocol = protocol;
687 /* if we dropped the protocol hint, it would be for a protocol tha
    [all...]
  /external/iproute2/ip/
iproute.c 93 int protocol, protocolmask; member in struct:__anon6425
182 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
883 } else if (matches(*argv, "protocol") == 0) {
887 invarg("\"protocol\" value is invalid\n", *argv);
1080 } else if (matches(*argv, "protocol") == 0) {
1086 invarg("invalid \"protocol\"\n", *argv);
1090 filter.protocol = prot;
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 207 public URLStreamHandler createURLStreamHandler(String protocol) {
  /external/iproute2/doc/
ip-tunnels.tex 91 are going to use some routing protocol expecting that packets
207 Protocol setup on pointopoint tunnels does not differ of configuration
208 of another devices. You should set a protocol address with \verb|ifconfig|
  /external/kernel-headers/original/linux/
netdevice.h 2 * INET An implementation of the TCP/IP protocol suite for the LINUX
190 unsigned short hh_type; /* protocol identifier, f.e ETH_P_IP
257 * FIXME: cleanup struct net_device such that network protocol info
381 /* Protocol specific pointers */
1034 skb->protocol == __constant_htons(ETH_P_SLOW))
  /external/quake/quake/src/WinQuake/
mpdosock.h 171 char FAR * s_proto; /* protocol to use */
175 char FAR * p_name; /* official protocol name */
177 short p_proto; /* protocol # */
189 #define IPPROTO_ICMP 1 /* control message protocol */
193 #define IPPROTO_UDP 17 /* user datagram protocol */
357 #define SOCK_RAW 3 /* raw-protocol interface */
458 * Structure used by kernel to pass protocol
463 u_short sp_protocol; /* protocol */
467 * Protocol families, same as address families for now.
736 SOCKET PASCAL FAR socket (int af, int type, int protocol);
    [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 895 const char *protocol,
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 206 urlBuilder.append(movieURL.protocol());
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 398 if (url.protocol() == "about")

Completed in 819 milliseconds

<<21222324252627282930>>