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

<<21222324252627282930>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerHandshakeImpl.java 44 * Server side handshake protocol implementation.
45 * Handshake protocol operates on top of the Record Protocol.
50 * to Record Protocol. Detected errors are reported to the Alert protocol.
53 * Handshake protocol.</a>
117 // if protocol planed to send Hello Request message
335 "PROTOCOL VERSION. Unsupported client version "
408 session.protocol = ProtocolVersion.getByVersion(clientHello.client_version);
597 boolean isTLS = (serverHello.server_version[1] == 1); // TLS 1.0 protocol
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 977 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : values.getAsInteger(Im.PROTOCOL); local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLTest.java 75 assertEquals("u returns a wrong protocol", "http", u.getProtocol());
84 assertEquals("u1 returns a wrong protocol", "http", u1.getProtocol());
93 assertEquals("u2 returns a wrong protocol", "http", u2.getProtocol());
102 assertEquals("u2a returns a wrong protocol", "file", u2a.getProtocol());
112 assertEquals("u3 returns a wrong protocol", "http", u3.getProtocol());
120 assertEquals("u3a returns a wrong protocol", "file", u3a.getProtocol());
129 assertEquals("u3b returns a wrong protocol", "file", u3b.getProtocol());
139 assertEquals("u4 returns a wrong protocol", "http", u4.getProtocol());
147 assertEquals("u5 returns a wrong protocol", "file", u5.getProtocol());
154 assertEquals("u5a returns a wrong protocol", "file", u5a.getProtocol())
    [all...]
  /external/iptables/iptables/
xtoptions.c 584 * Validate and parse a protocol specification (number or name) by use of
585 * /etc/protocols and put the result into @cb->val.protocol.
589 cb->val.protocol = xtables_parse_protocol(cb->arg);
591 *(uint8_t *)XTOPT_MKPTR(cb) = cb->val.protocol;
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-linux.c 639 PRE_REG_READ3(long, "socket", int, domain, int, type, int, protocol);
817 int, d, int, type, int, protocol, int*, sv);
    [all...]
syswrap-arm-linux.c 362 /* int socketpair(int d, int type, int protocol, int sv[2]); */
368 /* int socket(int domain, int type, int protocol); */
606 PRE_REG_READ3(long, "socket", int, domain, int, type, int, protocol);
931 int, d, int, type, int, protocol, int*, sv);
    [all...]
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.mm 435 if ([view conformsToProtocol:@protocol(WebCoreFrameView)]) {
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 322 /// The version of the protocol class. Used to differentiate between ObjC1
348 /// Emits an empty protocol. This is used for @protocol() where no protocol
350 /// real protocol.
1417 llvm::Constant *protocol = 0; local
1440 llvm::Value *protocol = ExistingProtocols[PD->getNameAsString()]; local
    [all...]
  /external/v8/src/
mirror-debugger.js 162 // Maximum length when sending strings through the JSON protocol.
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c 31 #include "dbus-protocol.h"
103 int protocol,
109 *fd_p = socket (domain, type | SOCK_CLOEXEC, protocol);
116 *fd_p = socket (domain, type, protocol);
    [all...]
  /external/netperf/
netlib.c 461 inet_ptos(int protocol) {
462 switch (protocol) {
475 snprintf(unknown,sizeof(unknown),"IPPROTO_UNKNOWN(%d)",protocol);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 272 sslErrorStr = "Failure in SSL library, usually a protocol error";
311 // For protocol errors, SSL might have more information.
3014 const char* protocol = SSL_SESSION_get_version(ssl_session); local
    [all...]
  /external/ppp/pppd/
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...]
ipv6cp.c 2 * ipv6cp.c - PPP IPV6 Control Protocol.
98 * ipcp.c - PPP IP Control Protocol.
210 NULL, /* Called when Protocol-Reject received */
212 NULL, /* Called to handle protocol-specific codes */
213 "IPV6CP" /* String name of protocol */
260 * Protocol entry points from main code.
421 f->protocol = PPP_IPV6CP;
500 * ipv6cp_protrej - A Protocol-Reject was received for IPV6CP.
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 804 String protocol = ContactMethods local
807 values.put(Presence.IM_PROTOCOL, protocol);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/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...]
  /external/kernel-headers/original/linux/
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/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 293 urlBuilder.append(movieURL.protocol());
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm 426 if ([documentView conformsToProtocol:@protocol(WebDocumentText)])
440 if ([documentView conformsToProtocol:@protocol(WebDocumentText)])
473 // We rely on WebDocumentSelection protocol implementors to call this method when they become first
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 845 static NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32_t port, const char* scheme,
  /external/webkit/Tools/Scripts/
prepare-ChangeLog 684 while (m&((?:[[:word:]]+::)*operator(?:[ \t]*\(\)|[^()]*)|[[:word:]:~]+|[(){}:;])|\@(?:implementation|interface|protocol)\s+(\w+)[^{]*&g) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 956 String protocol, Message result) {
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 542 rpc_loc_server_protocol_e_type protocol; member in struct:rpc_loc_server_open_req_s_type
    [all...]

Completed in 2062 milliseconds

<<21222324252627282930>>