HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 451 - 475 of 514) sorted by null

<<11121314151617181920>>

  /external/webkit/WebKitTools/DumpRenderTree/mac/
TextInputController.m 221 return [view conformsToProtocol:@protocol(NSTextInput)] ? view : nil;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-6356/
loc_api_common.xdr 509 rpc_loc_server_protocol_e_type protocol;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 169 "(CASE WHEN " + StatusUpdates.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
171 + " ELSE 'pre:'||" + StatusUpdates.PROTOCOL
176 + " THEN (CASE WHEN " + Tables.DATA + "." + Im.PROTOCOL + "=" + Im.PROTOCOL_CUSTOM
178 + " ELSE 'pre:'||" + Tables.DATA + "." + Im.PROTOCOL
1448 String protocol = values.getAsString(ContactMethods.DATA); local
    [all...]
ContactsProvider2.java 3027 final Integer protocol = values.getAsInteger(StatusUpdates.PROTOCOL); 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...]
netlib.c 461 inet_ptos(int protocol) {
462 switch (protocol) {
475 snprintf(unknown,sizeof(unknown),"IPPROTO_UNKNOWN(%d)",protocol);
    [all...]
  /external/iproute2/ip/
iproute.c 93 int protocol, protocolmask; member in struct:__anon2608
189 if ((filter.protocol^r->rtm_protocol)&filter.protocolmask)
887 } else if (matches(*argv, "protocol") == 0) {
891 invarg("\"protocol\" value is invalid\n", *argv);
1083 } else if (matches(*argv, "protocol") == 0) {
1089 invarg("invalid \"protocol\"\n", *argv);
1093 filter.protocol = prot;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 800 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : local
801 getAsInt(cursor, Im.PROTOCOL);
812 if (protocol != Im.PROTOCOL_CUSTOM) {
814 host = ContactsUtils.lookupProviderNameFromId(protocol);
836 final int columnIndex = cursor.getColumnIndex(Im.PROTOCOL);
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
URLClassLoaderTest.java 318 public URLStreamHandler createURLStreamHandler(String protocol) {
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 50 * Server side handshake protocol implementation.
51 * Handshake protocol operates on top of the Record Protocol.
56 * to Record Protocol. Detected errors are reported to the Alert protocol.
59 * Handshake protocol.</a>
123 // if protocol planed to send Hello Request message
367 "PROTOCOL VERSION. Unsupported client version "
436 session.protocol = ProtocolVersion.getByVersion(clientHello.client_version);
652 boolean isTLS = (serverHello.server_version[1] == 1); // TLS 1.0 protocol
    [all...]
  /external/clearsilver/mod_ecs/
mod_ecs.c 696 int is_included = !strcmp (r->protocol, "INCLUDED");
  /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))
skbuff.h 57 * will add new protocol to your host. F.e. IPv6. 8)
67 * NONE: skb is checksummed by protocol or csum is not required.
211 * @protocol: Packet protocol from driver
286 __be16 protocol; member in struct:sk_buff
    [all...]
  /external/ppp/pppd/
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...]
lcp.c 2 * lcp.c - PPP Link Control Protocol.
135 "Disable protocol field compression",
138 "Disable protocol field compression",
243 NULL, /* Called when Protocol-Reject received */
246 "LCP" /* String name of protocol */
250 * Protocol entry points.
344 f->protocol = PPP_LCP;
429 * Don't use A/C or protocol compression on transmission,
430 * but accept A/C and protocol compressed packets
431 * if we are going to ask for A/C and protocol compression
    [all...]
  /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...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c     [all...]
  /external/webkit/WebCore/bridge/jni/
jni_jsobject.mm 450 if ([view conformsToProtocol:@protocol(WebCoreFrameView)]) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 787 String protocol = ContactMethods local
790 values.put(Presence.IM_PROTOCOL, protocol);
    [all...]
  /external/v8/src/
mirror-debugger.js 162 // Maximum length when sending strings through the JSON protocol.
    [all...]
d8.js 385 // Encode the protocol header.
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 29 #include "dbus-protocol.h"
83 int protocol,
86 *fd = socket (domain, type, protocol);
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 18 package org.apache.harmony.luni.internal.net.www.protocol.http;
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
    [all...]

Completed in 576 milliseconds

<<11121314151617181920>>