OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUERY_HEADER_SIZE
(Results
1 - 3
of
3
) sorted by null
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
ProtocolConstants.java
48
public static final int
QUERY_HEADER_SIZE
= 20;
Connection.java
296
final ByteBuffer handshake = ByteBuffer.allocate(ProtocolConstants.
QUERY_HEADER_SIZE
);
313
final int remains = handshake.getInt() - ProtocolConstants.
QUERY_HEADER_SIZE
;
Channel.java
665
final int extq = ProtocolConstants.
QUERY_HEADER_SIZE
- ProtocolConstants.PACKET_HEADER_SIZE;
Completed in 6710 milliseconds