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

1 2 3

  /external/apache-http/src/org/apache/http/params/
CoreProtocolPNames.java 57 public static final String PROTOCOL_VERSION = "http.protocol.version";
HttpProtocolParams.java 133 (CoreProtocolPNames.PROTOCOL_VERSION);
150 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, version);
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
AboutFragment.java 51 text += "WALT protocol version: " + WaltDevice.PROTOCOL_VERSION + "\n";
WaltDevice.java 34 public static final String PROTOCOL_VERSION = "5";
217 if (!PROTOCOL_VERSION.equals(s)) {
220 s, 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/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/mtpd/
pptp.c 64 #define PROTOCOL_VERSION htons(0x0100)
99 uint16_t protocol_version; member in struct:packet::__anon28851::__anon28852::__anon28854::__anon28855
223 outgoing.sccrq.protocol_version = PROTOCOL_VERSION;
281 if (incoming.sccrp.protocol_version == PROTOCOL_VERSION &&
l2tp.c 68 #define PROTOCOL_VERSION htons(2)
327 add_attribute_u16(PROTOCOL_VERSION, htons(0x0100));
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 76 int PROTOCOL_VERSION;
  /packages/apps/Dialer/java/com/android/voicemail/impl/sms/
OmtpStandardMessageSender.java 106 appendField(sb, OmtpConstants.PROTOCOL_VERSION, mProtocolVersion);
  /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/Dialer/java/com/android/voicemail/impl/
OmtpConstants.java 56 public static final String PROTOCOL_VERSION = "pv";
  /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,
747 values.put(AccountColumns.PROTOCOL_VERSION, mProtocolVersion);
779 json.putOpt(AccountColumns.PROTOCOL_VERSION, mProtocolVersion);
815 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
  /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...]
  /external/mockito/lib/
byte-buddy-agent-1.6.9.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.6.5/
byte-buddy-agent-1.6.5.jar 
  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 577 params.setParameter(CoreProtocolPNames.PROTOCOL_VERSION, HttpVersion.HTTP_1_0);

Completed in 870 milliseconds

1 2 3