Searched refs:readRawByte (Results 1 - 9 of 9) sorted by relevance

/external/protobuf/java/src/main/java/com/google/protobuf/nano/
H A DCodedInputByteBufferNano.java285 byte tmp = readRawByte();
290 if ((tmp = readRawByte()) >= 0) {
294 if ((tmp = readRawByte()) >= 0) {
298 if ((tmp = readRawByte()) >= 0) {
302 result |= (tmp = readRawByte()) << 28;
306 if (readRawByte() >= 0) {
323 final byte b = readRawByte();
335 final byte b1 = readRawByte();
336 final byte b2 = readRawByte();
337 final byte b3 = readRawByte();
580 public byte readRawByte() throws IOException { method in class:CodedInputByteBufferNano
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedInputStream.java318 byte tmp = readRawByte();
323 if ((tmp = readRawByte()) >= 0) {
327 if ((tmp = readRawByte()) >= 0) {
331 if ((tmp = readRawByte()) >= 0) {
335 result |= (tmp = readRawByte()) << 28;
339 if (readRawByte() >= 0) {
407 final byte b = readRawByte();
419 final byte b1 = readRawByte();
420 final byte b2 = readRawByte();
421 final byte b3 = readRawByte();
712 public byte readRawByte() throws IOException { method in class:CodedInputStream
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedInputStreamMicro.java292 byte tmp = readRawByte();
297 if ((tmp = readRawByte()) >= 0) {
301 if ((tmp = readRawByte()) >= 0) {
305 if ((tmp = readRawByte()) >= 0) {
309 result |= (tmp = readRawByte()) << 28;
313 if (readRawByte() >= 0) {
363 final byte b = readRawByte();
375 final byte b1 = readRawByte();
376 final byte b2 = readRawByte();
377 final byte b3 = readRawByte();
648 public byte readRawByte() throws IOException { method in class:CodedInputStreamMicro
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java325 assertEquals(2, input.readRawByte());
344 assertEquals(1, input.readRawByte());
349 assertEquals(5, input.readRawByte());
466 input.readRawByte();
474 input.readRawByte(); // No exception thrown.
512 assertEquals(i, in.readRawByte());
H A DMicroTest.java2224 assertEquals(2, input.readRawByte());
2240 assertEquals(1, input.readRawByte());
2245 assertEquals(5, input.readRawByte());
H A DNanoTest.java2637 assertEquals(2, input.readRawByte());
2652 assertEquals(1, input.readRawByte());
2657 assertEquals(5, input.readRawByte());
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 140 milliseconds