Searched defs:byteAt (Results 1 - 15 of 15) sorted by relevance

/external/apache-http/src/org/apache/http/util/
H A DByteArrayBuffer.java136 public int byteAt(int i) { method in class:ByteArrayBuffer
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DBoundedByteString.java91 public byte byteAt(int index) { method in class:BoundedByteString
H A DLiteralByteString.java67 public byte byteAt(int index) { method in class:LiteralByteString
H A DByteString.java96 public abstract byte byteAt(int index); method in class:ByteString
H A DRopeByteString.java248 public byte byteAt(int index) { method in class:RopeByteString
260 result = left.byteAt(index);
262 result = right.byteAt(index - leftLength);
899 return currentPiece.byteAt(currentPieceIndex++) & 0xFF;
H A DTextFormat.java1631 byte byteAt(int offset); method in interface:TextFormat.ByteSequence
1645 final byte b = input.byteAt(i);
1689 public byte byteAt(int offset) {
1690 return input.byteAt(offset);
1703 public byte byteAt(int offset) {
1728 byte c = input.byteAt(i);
1732 c = input.byteAt(i);
1736 if (i + 1 < input.size() && isOctal(input.byteAt(i + 1))) {
1738 code = code * 8 + digitValue(input.byteAt(i));
1740 if (i + 1 < input.size() && isOctal(input.byteAt(
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DByteStringMicro.java53 public byte byteAt(final int index) { method in class:ByteStringMicro
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DByteBuffer.java148 public byte byteAt(int index) method in class:ByteBuffer
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferTest.java345 @Test public void byteAt() throws Exception { method in class:BufferTest
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java472 public byte byteAt(int index) { return bytes[index]; } method in class:BytesTrie.Entry
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java112 public int byteAt(int index) { return bytecode[index] & 0xff; } method in class:CodeIterator
180 * @see CodeIterator#byteAt(int)
275 int c = byteAt(index);
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 ...

Completed in 1622 milliseconds