OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protocol_version
(Results
101 - 125
of
174
) sorted by null
1
2
3
4
5
6
7
/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));
/bionic/libc/kernel/uapi/linux/
binder.h
70
__s32
protocol_version
;
member in struct:binder_version
/development/ndk/platforms/android-L/include/linux/
binder.h
70
__s32
protocol_version
;
member in struct:binder_version
/external/chromium_org/net/spdy/
buffered_spdy_framer.h
169
SpdyMajorVersion
protocol_version
();
/external/kernel-headers/original/uapi/linux/
binder.h
89
__s32
protocol_version
;
member in struct:binder_version
/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
...]
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
binder.h
70
__s32
protocol_version
;
member in struct:binder_version
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
binder.h
70
__s32
protocol_version
;
member in struct:binder_version
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
binder.h
70
__s32
protocol_version
;
member in struct:binder_version
/external/chromium_org/net/tools/testserver/
testserver.py
959
old_protocol_version = self.
protocol_version
971
self.
protocol_version
= "HTTP/%s.%s" % (http_major, http_minor)
[
all
...]
/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
);
/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/third_party/nss/patches/
fallbackscsv.patch
87
protocol_version
= 70,
/external/deqp/execserver/
xsExecutionServer.cpp
268
if (msg.version !=
PROTOCOL_VERSION
)
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
PairingUtils.java
152
public static final int
PROTOCOL_VERSION
= 12;
/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
695
optional int32
protocol_version
= 2 [default = 33];
[
all
...]
/external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h
76
int
PROTOCOL_VERSION
;
Completed in 2081 milliseconds
1
2
3
4
5
6
7