HomeSort by relevance Sort by last modified time
    Searched refs:PROTOCOL_VERSION (Results 1 - 25 of 50) 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);
  /external/deqp/execserver/
xsProtocol.hpp 37 PROTOCOL_VERSION = 18,
109 HelloMessage (void) : Message(MESSAGETYPE_HELLO), version(PROTOCOL_VERSION) {}
xsExecutionServer.cpp 268 if (msg.version != 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);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
PairingUtils.java 152 public static final int PROTOCOL_VERSION = 12;
  /external/mtpd/
pptp.c 64 #define PROTOCOL_VERSION htons(0x0100)
99 uint16_t protocol_version; member in struct:packet::__anon31796::__anon31797::__anon31799::__anon31800
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);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 51 public static final int PROTOCOL_VERSION = 1;
71 private static final String OUTER_FIELD_PROTOCOL_VERSION = "protocol_version";
373 out.put(OUTER_FIELD_PROTOCOL_VERSION, PROTOCOL_VERSION);
407 out.put(OUTER_FIELD_PROTOCOL_VERSION, PROTOCOL_VERSION);
  /frameworks/base/tests/CoreTests/android/core/
TestHttpClient.java 74 .setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_1)
  /packages/apps/Email/tests/src/com/android/emailcommon/provider/
AccountTest.java 38 json.put(EmailContent.AccountColumns.PROTOCOL_VERSION, "protocol version 3.14");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 181 AccountColumns.RINGTONE_URI, AccountColumns.PROTOCOL_VERSION,
741 values.put(AccountColumns.PROTOCOL_VERSION, mProtocolVersion);
773 json.putOpt(AccountColumns.PROTOCOL_VERSION, mProtocolVersion);
809 a.mProtocolVersion = json.optString(AccountColumns.PROTOCOL_VERSION);
    [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'
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 489 cv.put(EmailContent.AccountColumns.PROTOCOL_VERSION, protocolVersion);
    [all...]
  /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...]
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 577 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_0);
  /external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java 571 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_0);
  /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...]

Completed in 982 milliseconds

1 2