HomeSort by relevance Sort by last modified time
    Searched full:protocol_version (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 98 protocol_version = 70, enumerator in enum:__anon11477
  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 185 MemoryCacheHTTPRequestHandler.protocol_version = 'HTTP/1.1'
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 74 .setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_1)
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 76 private int protocol_version = 0; field in class:SFTPv3Client
852 protocol_version = tr.readUINT32();
854 log.debug("SSH_FXP_VERSION: protocol_version = " + protocol_version);
855 if (protocol_version != 3)
857 throw new IOException("Server version " + protocol_version + " is currently not supported");
878 return protocol_version;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 315 if self._options.protocol_version == _PROTOCOL_VERSION_HYBI08:
336 elif self._options.protocol_version == _PROTOCOL_VERSION_HYBI08:
824 version = self._options.protocol_version
    [all...]
  /external/mtpd/
l2tp.c 67 #define PROTOCOL_VERSION htons(2)
326 add_attribute_u16(PROTOCOL_VERSION, htons(0x0100));
  /external/kernel-headers/original/linux/
binder.h 81 signed long protocol_version; member in struct:binder_version
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 394 optional int32 protocol_version = 2 [default = 26];
594 // Up until protocol_version 24, the default was SUCCESS which made it
598 // out-of-date. Note also that when using protocol_version < 25,
  /external/chromium_org/sync/engine/
syncer_proto_util.cc 257 ClientToServerMessage::default_instance().protocol_version();
268 DCHECK_EQ(msg.protocol_version(),
269 ClientToServerMessage::default_instance().protocol_version());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 116 //@out.println( "ANTLR " + DebugEventListenerConstants.PROTOCOL_VERSION );
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 123 //@out.println( "ANTLR " + DebugEventListenerConstants.PROTOCOL_VERSION );
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 84 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION);
DebugEventListener.java 44 public static final String PROTOCOL_VERSION = "2";
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 53 write( 'ANTLR %s', PROTOCOL_VERSION )
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
profile.rb 199 PROTOCOL_VERSION = 2
  /external/chromium_org/net/tools/testserver/
testserver.py 870 old_protocol_version = self.protocol_version
882 self.protocol_version = "HTTP/%s.%s" % (http_major, http_minor)
924 self.protocol_version = old_protocol_version
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 204 self.PROTOCOL_VERSION = version
708 #if self.PROTOCOL_VERSION == 'IMAP4': # Let the server decide!
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 204 self.PROTOCOL_VERSION = version
708 #if self.PROTOCOL_VERSION == 'IMAP4': # Let the server decide!
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httpservers.py 37 self.protocol_version = "HTTP/1.1"
156 protocol_version = 'HTTP/1.1' variable in class:BaseHTTPServerTestCase.request_handler
  /external/chromium_org/sync/protocol/
sync.proto 626 optional int32 protocol_version = 2 [default = 31];
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 76 int PROTOCOL_VERSION;
  /external/chromium/net/spdy/
spdy_framer.h 310 static int protocol_version() { return spdy_version_; } function in class:spdy::SpdyFramer
  /external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java 509 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_0);
  /external/chromium_org/net/websockets/
websocket_job.cc 363 handshake_request_->protocol_version());

Completed in 712 milliseconds

1 2 34 5 6