HomeSort by relevance Sort by last modified time
    Searched refs:PROTOCOL_VERSION (Results 1 - 25 of 42) sorted by null

1 2

  /external/apache-http/src/org/apache/http/params/
CoreProtocolPNames.java 52 public static final String PROTOCOL_VERSION = "http.protocol.version";
HttpProtocolParams.java 128 (CoreProtocolPNames.PROTOCOL_VERSION);
145 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version);
  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 111 * Defines the description code of the protocol_version alert
113 protected static final byte PROTOCOL_VERSION = 70;
245 case PROTOCOL_VERSION:
246 return "protocol_version";
ServerHandshakeImpl.java 340 fatalAlert(AlertProtocol.PROTOCOL_VERSION,
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java 44 public static final String PROTOCOL_VERSION = "2";
DebugEventSocketProxy.java 84 out.println("ANTLR "+ DebugEventListener.PROTOCOL_VERSION);
  /external/mtpd/
pptp.c 64 #define PROTOCOL_VERSION htons(0x0100)
99 uint16_t protocol_version; member in struct:packet::__anon25706::__anon25707::__anon25709::__anon25710
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
l2tp.c 67 #define PROTOCOL_VERSION htons(2)
326 add_attribute_u16(PROTOCOL_VERSION, htons(0x0100));
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 76 int PROTOCOL_VERSION;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
HttpClientFactory.java 66 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_1);
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 74 .setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_1)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 176 AccountColumns.RINGTONE_URI, AccountColumns.PROTOCOL_VERSION,
818 values.put(AccountColumns.PROTOCOL_VERSION, mProtocolVersion);
    [all...]
EmailContent.java     [all...]
  /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
debug.rb 377 PROTOCOL_VERSION = '2'
  /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);
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 323 cv.put(EmailContent.AccountColumns.PROTOCOL_VERSION, protocolVersion);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3debughandlers.c 139 delboy->PROTOCOL_VERSION = 2; // ANTLR 3.1 is at protocol version 2
310 sprintf (message, "ANTLR %d\n", delboy->PROTOCOL_VERSION);
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 411 PROTOCOL_VERSION = "2"
888 self.write("ANTLR %s" % self.PROTOCOL_VERSION)
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasAccountService.java 271 cv.put(Account.PROTOCOL_VERSION, mProtocolVersion);
    [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...]
  /cts/libs/testserver/src/android/webkit/cts/
CtsTestServer.java     [all...]
  /packages/apps/Email/src/com/android/email/provider/
DBHelper.java 453 + AccountColumns.PROTOCOL_VERSION + " text, "
    [all...]

Completed in 1247 milliseconds

1 2