Searched defs:readByte (Results 1 - 25 of 49) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteInput.java29 byte readByte(); method in interface:ByteInput
H A DByteArrayByteInput.java28 @Override public byte readByte() { method in class:ByteArrayByteInput
/external/llvm/lib/Support/
H A DStringRefMemoryObject.cpp14 int StringRefMemoryObject::readByte(uint64_t Addr, uint8_t *Byte) const { function in class:StringRefMemoryObject
H A DStreamableMemoryObject.cpp32 int readByte(uint64_t address, uint8_t* ptr) const override;
60 int RawMemoryObject::readByte(uint64_t address, uint8_t* ptr) const { function in class:__anon25082::RawMemoryObject
102 int StreamingMemoryObject::readByte(uint64_t address, uint8_t* ptr) const { function in class:llvm::StreamingMemoryObject
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DBaseDexBuffer.java105 public int readByte(int offset) { method in class:BaseDexBuffer
H A DBaseDexReader.java270 public int readByte() { method in class:BaseDexReader
272 int result = dexBuf.readByte(offset);
286 public int readByte(int offset) { return dexBuf.readByte(offset); } method in class:BaseDexReader
/external/guava/guava/src/com/google/common/io/
H A DByteArrayDataInput.java36 @Override byte readByte(); method in interface:ByteArrayDataInput
H A DLittleEndianDataInputStream.java205 public byte readByte() throws IOException { method in class:LittleEndianDataInputStream
H A DByteStreams.java323 @Override public byte readByte() { method in class:ByteStreams.ByteArrayDataInputStream
325 return input.readByte();
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DAbstractInterceptFieldCallback.java35 public byte readByte(Object obj, String name, byte oldValue) { return oldValue; } method in class:AbstractInterceptFieldCallback
H A DInterceptFieldCallback.java35 byte readByte(Object obj, String name, byte oldValue); method in interface:InterceptFieldCallback
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DBitstreamReader.java76 throw new IllegalArgumentException("Can not readByte more then 64 bit");
97 * @see ua.org.jplayer.javcodec.h264.RBSPInputStream#readByte()
99 public int readByte() throws IOException { method in class:BitstreamReader
/external/okhttp/okio/src/main/java/okio/
H A DBufferedSource.java44 byte readByte() throws IOException; method in interface:BufferedSource
H A DRealBufferedSource.java68 @Override public byte readByte() throws IOException { method in class:RealBufferedSource
70 return buffer.readByte();
160 return buffer.readByte() & 0xff;
H A DOkBuffer.java100 return readByte() & 0xff;
138 @Override public byte readByte() { method in class:OkBuffer
176 // If the short is split across multiple segments, delegate to readByte().
178 int s = (readByte() & 0xff) << 8
179 | (readByte() & 0xff);
205 // If the int is split across multiple segments, delegate to readByte().
207 return (readByte() & 0xff) << 24
208 | (readByte() & 0xff) << 16
209 | (readByte() & 0xff) << 8
210 | (readByte()
[all...]
/external/proguard/src/proguard/classfile/io/
H A DRuntimeDataInput.java56 public byte readByte() method in class:RuntimeDataInput
60 return dataInput.readByte();
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp159 int readByte(uint64_t addr, uint8_t *byte) const function in class:BufferMemoryObject
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libico.cpp34 #define readByte(buffer,begin) buffer[begin] macro
109 int width = readByte(buf, 6 + i*16);
110 int height = readByte(buf, 7 + i*16);
149 int w = readByte(buf, 6 + choice*16);
150 int h = readByte(buf, 7 + choice*16);
151 int colorCount = readByte(buf, 8 + choice*16);
152 //int reservedToo = readByte(buf, 9 + choice*16); //0
228 blue = readByte(buf, begin + 4*j);
229 green = readByte(buf, begin + 4*j + 1);
230 red = readByte(bu
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSIncoming.java54 public int readByte() { method in class:DNSIncoming.MessageInputStream
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_debug.cpp159 int readByte(uint64_t addr, uint8_t *byte) const function in class:BufferMemoryObject
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java1836 public int readByte(final int index) { method in class:ClassReader
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHpackDraft05.java182 int b = source.readByte() & 0xff;
336 private int readByte() throws IOException { method in class:HpackDraft05.Reader
337 return source.readByte() & 0xff;
350 int b = readByte();
367 int firstByte = readByte();
/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java793 protected static int readByte(byte[] code, int offset) method in class:Instruction
817 case 1: return readByte( code, offset);
/external/skia/src/images/
H A DSkImageDecoder_libico.cpp34 #define readByte(buffer,begin) buffer[begin] macro
109 int width = readByte(buf, 6 + i*16);
110 int height = readByte(buf, 7 + i*16);
149 int w = readByte(buf, 6 + choice*16);
150 int h = readByte(buf, 7 + choice*16);
151 int colorCount = readByte(buf, 8 + choice*16);
152 //int reservedToo = readByte(buf, 9 + choice*16); //0
234 blue = readByte(buf, begin + 4*j);
235 green = readByte(buf, begin + 4*j + 1);
236 red = readByte(bu
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A DVCSUtils.pm1989 sub readByte($$) subroutine
2015 $cmd = readByte($binaryChunk, $i++);
2052 if ($cmd & 0x01) { $offset = readByte($binaryChunk, $i++); }
2053 if ($cmd & 0x02) { $offset |= readByte($binaryChunk, $i++) << 8; }
2054 if ($cmd & 0x04) { $offset |= readByte($binaryChunk, $i++) << 16; }
2055 if ($cmd & 0x08) { $offset |= readByte($binaryChunk, $i++) << 24; }
2056 if ($cmd & 0x10) { $size = readByte($binaryChunk, $i++); }
2057 if ($cmd & 0x20) { $size |= readByte($binaryChunk, $i++) << 8; }
2058 if ($cmd & 0x40) { $size |= readByte($binaryChunk, $i++) << 16; }

Completed in 1276 milliseconds

12