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

1 2 3 4 5 6 7 8 91011

  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteInput.java 29 byte readByte();
ByteArrayByteInput.java 28 @Override public byte readByte() {
Mutf8.java 36 char a = (char) (in.readByte() & 0xff);
44 int b = in.readByte() & 0xff;
50 int b = in.readByte() & 0xff;
51 int c = in.readByte() & 0xff;
  /libcore/dex/src/main/java/com/android/dex/util/
ByteInput.java 29 byte readByte();
ByteArrayByteInput.java 28 @Override public byte readByte() {
  /libcore/luni/src/main/java/libcore/io/
BufferIterator.java 45 public abstract byte readByte();
  /cts/tests/tests/media/src/android/media/cts/
IvfReader.java 133 boolean signatureMatch = ((mIvfFile.readByte() == (byte)'D') &&
134 (mIvfFile.readByte() == (byte)'K') &&
135 (mIvfFile.readByte() == (byte)'I') &&
136 (mIvfFile.readByte() == (byte)'F'));
140 boolean fourccMatch = ((mIvfFile.readByte() == (byte)'V') &&
141 (mIvfFile.readByte() == (byte)'P') &&
142 (mIvfFile.readByte() == (byte)'8') &&
143 (mIvfFile.readByte() == (byte)'0'));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction12x.java 50 return NibbleUtils.extractLowUnsignedNibble(dexFile.readByte(instructionStart + 1));
55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction11n.java 50 return NibbleUtils.extractLowUnsignedNibble(dexFile.readByte(instructionStart + 1));
55 return NibbleUtils.extractHighSignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22cs.java 50 return NibbleUtils.extractLowUnsignedNibble(dexFile.readByte(instructionStart + 1));
55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22s.java 50 return NibbleUtils.extractLowUnsignedNibble(dexFile.readByte(instructionStart + 1));
55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
DexBackedInstruction22t.java 50 return NibbleUtils.extractLowUnsignedNibble(dexFile.readByte(instructionStart + 1));
55 return NibbleUtils.extractHighUnsignedNibble(dexFile.readByte(instructionStart + 1));
  /external/llvm/include/llvm/Support/
MemoryObject.h 39 /// readByte - Tries to read a single byte from the region.
45 virtual int readByte(uint64_t address, uint8_t *ptr) const = 0;
StringRefMemoryObject.h 35 int readByte(uint64_t Addr, uint8_t *Byte) const override;
  /external/llvm/lib/Support/
MemoryObject.cpp 26 if (readByte(current, &buf[(current - address)]))
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapResponseParser.java 128 private int readByte() throws IOException {
197 int b = readByte();
213 final int next = readByte();
227 final int ch = readByte();
261 readByte(); // skip +
276 readByte(); // skip *
290 readByte(); // skip ' '
299 readByte();
338 readByte(); // Skip "
343 readByte(); // Consume \
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueCodec.java 126 result = (result >>> 8) | ((in.readByte() & 0xff) << 24);
142 result = (result >>> 8) | ((in.readByte() & 0xff) << 24);
147 result = (result >>> 8) | ((in.readByte() & 0xff) << 24);
161 result = (result >>> 8) | ((in.readByte() & 0xffL) << 56);
177 result = (result >>> 8) | ((in.readByte() & 0xffL) << 56);
182 result = (result >>> 8) | ((in.readByte() & 0xffL) << 56);
Mutf8.java 37 char a = (char) (in.readByte() & 0xff);
45 int b = in.readByte() & 0xff;
51 int b = in.readByte() & 0xff;
52 int c = in.readByte() & 0xff;
  /dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
Mutf8Test.java 31 assertEquals('A', in.readByte());
33 assertEquals('E', in.readByte());
  /libcore/luni/src/main/java/java/io/
DataInput.java 71 public abstract byte readByte() throws IOException;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pInfo.java 84 info.groupFormed = (in.readByte() == 1);
85 info.isGroupOwner = (in.readByte() == 1);
86 if (in.readByte() == 1) {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
EOLConvertingInputStream.java 92 private int readByte() throws IOException {
114 int b = readByte();
122 int c = readByte();
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libico.cpp 34 #define readByte(buffer,begin) buffer[begin]
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(buf, begin + 4*j + 2)
    [all...]
  /external/skia/src/images/
SkImageDecoder_libico.cpp 34 #define readByte(buffer,begin) buffer[begin]
112 int width = readByte(buf, 6 + i*16);
113 int height = readByte(buf, 7 + i*16);
153 int w = readByte(buf, 6 + choice*16);
154 int h = readByte(buf, 7 + choice*16);
155 int colorCount = readByte(buf, 8 + choice*16);
156 //int reservedToo = readByte(buf, 9 + choice*16); //0
243 blue = readByte(buf, begin + 4*j);
244 green = readByte(buf, begin + 4*j + 1);
245 red = readByte(buf, begin + 4*j + 2)
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
SerializedGrammar.java 101 int version = in.readByte();
102 char grammarType = (char)in.readByte();
122 byte R = in.readByte();
126 byte B = in.readByte();
128 byte period = in.readByte();
147 byte A = in.readByte();
149 byte cmd = in.readByte();
176 cmd = in.readByte();
183 byte c = in.readByte();
187 c = in.readByte();
    [all...]

Completed in 325 milliseconds

1 2 3 4 5 6 7 8 91011