Home
last modified time | relevance | path

Searched refs:byteAt (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormatEscaper.java41 byte byteAt(int offset); in byteAt() method
55 final byte b = input.byteAt(i); in escapeBytes()
100 public byte byteAt(int offset) { in escapeBytes() method in TextFormatEscaper
101 return input.byteAt(offset); in escapeBytes()
116 public byte byteAt(int offset) {
DTextFormat.java1842 byte c = input.byteAt(i); in unescapeBytes()
1846 c = input.byteAt(i); in unescapeBytes()
1850 if (i + 1 < input.size() && isOctal(input.byteAt(i + 1))) { in unescapeBytes()
1852 code = code * 8 + digitValue(input.byteAt(i)); in unescapeBytes()
1854 if (i + 1 < input.size() && isOctal(input.byteAt(i + 1))) { in unescapeBytes()
1856 code = code * 8 + digitValue(input.byteAt(i)); in unescapeBytes()
1876 if (i + 1 < input.size() && isHex(input.byteAt(i + 1))) { in unescapeBytes()
1878 code = digitValue(input.byteAt(i)); in unescapeBytes()
1883 if (i + 1 < input.size() && isHex(input.byteAt(i + 1))) { in unescapeBytes()
1885 code = code * 16 + digitValue(input.byteAt(i)); in unescapeBytes()
DRopeByteString.java254 public byte byteAt(int index) { in byteAt() method in RopeByteString
259 return left.byteAt(index); in byteAt()
262 return right.byteAt(index - leftLength); in byteAt()
838 return currentPiece.byteAt(currentPieceIndex++) & 0xFF; in read()
DByteString.java159 public abstract byte byteAt(int index); in byteAt() method in ByteString
188 return byteAt(position++); in iterator()
1257 public byte byteAt(int index) { in byteAt() method in LiteralByteString
1503 public byte byteAt(int index) { in byteAt() method in BoundedByteString
DNioByteString.java79 public byte byteAt(int index) { in byteAt() method in NioByteString
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DLiteralByteStringTest.java78 stillEqual = (referenceBytes[i] == stringUnderTest.byteAt(i)); in testByteAt()
311 stringUnderTest.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
323 stringUnderTest.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
DByteStringTest.java485 ok = (bigBytes[i] == concreteSubstring.byteAt(i - start)); in testSubstringParity()
514 stillEqual = referenceBytes[from + i] == compositeSubstring.byteAt(i); in testCompositeSubstring()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DLiteralByteStringTest.java84 stillEqual = (referenceBytes[i] == stringUnderTest.byteAt(i)); in testByteAt()
499 stringUnderTest.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
511 stringUnderTest.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
DNioByteStringTest.java78 stillEqual = (BYTES[i] == testString.byteAt(i)); in testByteAt()
570 testString.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
582 testString.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
DByteStringTest.java534 ok = (bigBytes[i] == concreteSubstring.byteAt(i - start)); in testSubstringParity()
563 stillEqual = referenceBytes[from + i] == compositeSubstring.byteAt(i); in testCompositeSubstring()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt57573 method public int byteAt(int);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt33257 Landroid/icu/util/BytesTrie$Entry;->byteAt(I)B