HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 626 - 650 of 1993) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/security/src/android/security/cts/
OpenSSLHeartbleedTest.java 400 if (record.protocol == TlsProtocols.CHANGE_CIPHER_SPEC) {
422 switch (record.protocol) {
474 result.append(getProtocolName(record.protocol))
480 private static String getProtocolName(int protocol) {
481 switch (protocol) {
493 return String.valueOf(protocol);
502 switch (record.protocol) {
619 public int protocol; field in class:OpenSSLHeartbleedTest.TlsRecord
629 result.protocol = record[0] & 0xff;
648 result[0] = (byte) record.protocol;
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTree.h 27 @protocol ANTLRTree < NSObject, NSCopying >
ANTLRDebugEventListener.h 31 @protocol ANTLRDebugEventListener
ANTLRLinkBase.h 34 @protocol ANTLRLinkList <NSObject>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTree.h 27 @protocol ANTLRTree < NSObject, NSCopying >
ANTLRDebugEventListener.h 31 @protocol ANTLRDebugEventListener
ANTLRLinkBase.h 34 @protocol ANTLRLinkList <NSObject>
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTree.h 27 @protocol ANTLRTree < NSObject, NSCopying >
ANTLRDebugEventListener.h 31 @protocol ANTLRDebugEventListener
ANTLRLinkBase.h 34 @protocol ANTLRLinkList <NSObject>
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/ResponseProcessCookies.java $
32 package org.apache.http.client.protocol;
50 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 50 import org.apache.http.protocol.HttpContext;
51 import org.apache.http.protocol.ExecutionContext;
74 private static final String REDIRECT_LOCATIONS = "http.protocol.redirect-locations";
  /external/autotest/tko/
retrieve_logs.cgi 141 protocol, host, path = info
142 prefix = '%s://%s' % (protocol, host)
  /external/avahi/avahi-daemon/
dbus-record-browser.c 99 AvahiProtocol protocol,
114 i_protocol = (int32_t) protocol;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vpc/
networkacl.py 90 self.protocol = None
114 elif name == 'protocol':
115 self.protocol = value
  /external/mesa3d/docs/
MESA_window_pos.spec 104 GLX Protocol
106 Not specified at this time. However, a protocol message very similar
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 471 private final Protocol protocol; field in class:Entry
539 protocol = statusLine.protocol;
570 this.protocol = response.protocol();
593 sink.writeUtf8(new StatusLine(protocol, code, message).toString());
669 .protocol(protocol)
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
ARDAppClientTest.mm 121 [OCMockObject mockForProtocol:@protocol(ARDRoomServerClient)];
176 [OCMockObject niceMockForProtocol:@protocol(ARDSignalingChannel)];
188 [OCMockObject mockForProtocol:@protocol(ARDTURNClient)];
217 [OCMockObject niceMockForProtocol:@protocol(ARDAppClientDelegate)];
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
HostAuth.java 91 HostAuthColumns._ID, HostAuthColumns.PROTOCOL, HostAuthColumns.ADDRESS,
167 public static String getSchemeString(String protocol, int flags, String clientAlias) {
195 return protocol + security;
242 values.put(HostAuthColumns.PROTOCOL, mProtocol);
259 json.put(HostAuthColumns.PROTOCOL, mProtocol);
280 h.mProtocol = json.getString(HostAuthColumns.PROTOCOL);
354 public void setConnection(String protocol, String address, int port, int flags) {
355 setConnection(protocol, address, port, flags, null);
360 * @param protocol the mail protocol to use (e.g. "eas", "imap")
549 String protocol = schemeParts[0]; local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
AuthenticatorService.java 60 final String protocol = EmailServiceUtils.getProtocolFromAccountType( local
63 AuthenticatorService.this, protocol);
  /system/connectivity/shill/net/
sockets.cc 169 int Sockets::Socket(int domain, int type, int protocol) const {
170 return socket(domain, type, protocol);
  /system/netd/client/
NetdClient.cpp 86 int netdClientSocket(int domain, int type, int protocol) {
87 int socketFd = libcSocket(domain, type, protocol);
  /development/ndk/platforms/android-3/include/linux/
ip.h 90 __u8 protocol; member in struct:iphdr
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h 31 @protocol ANTLRDebugEventListener
ANTLRLinkBase.h 38 @protocol ANTLRLinkList <NSObject>

Completed in 3028 milliseconds

<<21222324252627282930>>