| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | CodedInputStream.java | 1719 if ((x = UnsafeUtil.getByte(tempPos++)) >= 0) { in readRawVarint32() 1724 } else if ((x ^= (UnsafeUtil.getByte(tempPos++) << 7)) < 0) { in readRawVarint32() 1726 } else if ((x ^= (UnsafeUtil.getByte(tempPos++) << 14)) >= 0) { in readRawVarint32() 1728 } else if ((x ^= (UnsafeUtil.getByte(tempPos++) << 21)) < 0) { in readRawVarint32() 1731 int y = UnsafeUtil.getByte(tempPos++); in readRawVarint32() 1735 && UnsafeUtil.getByte(tempPos++) < 0 in readRawVarint32() 1736 && UnsafeUtil.getByte(tempPos++) < 0 in readRawVarint32() 1737 && UnsafeUtil.getByte(tempPos++) < 0 in readRawVarint32() 1738 && UnsafeUtil.getByte(tempPos++) < 0 in readRawVarint32() 1739 && UnsafeUtil.getByte(tempPo in readRawVarint32() [all...] |
| H A D | Utf8.java | 1204 || UnsafeUtil.getByte(bytes, offset++) > (byte) 0xBF) { in partialIsValidUtf8() 1213 byte2 = UnsafeUtil.getByte(bytes, offset++); in partialIsValidUtf8() 1224 || UnsafeUtil.getByte(bytes, offset++) > (byte) 0xBF) { in partialIsValidUtf8() 1234 byte2 = UnsafeUtil.getByte(bytes, offset++); in partialIsValidUtf8() 1242 byte3 = UnsafeUtil.getByte(bytes, offset++); in partialIsValidUtf8() 1261 || UnsafeUtil.getByte(bytes, offset++) > (byte) 0xBF) { in partialIsValidUtf8() 1301 || UnsafeUtil.getByte(address++) > (byte) 0xBF) { in partialIsValidUtf8Direct() 1310 byte2 = UnsafeUtil.getByte(address++); in partialIsValidUtf8Direct() 1321 || UnsafeUtil.getByte(address++) > (byte) 0xBF) { in partialIsValidUtf8Direct() 1331 byte2 = UnsafeUtil.getByte(addres in partialIsValidUtf8Direct() [all...] |
| H A D | UnsafeUtil.java | 120 static byte getByte(Object target, long offset) { in getByte() method in UnsafeUtil 121 return MEMORY_ACCESSOR.getByte(target, offset); in getByte() 176 static byte getByte(byte[] target, long index) { in getByte() method in UnsafeUtil 177 return MEMORY_ACCESSOR.getByte(target, BYTE_ARRAY_BASE_OFFSET + index); in getByte() 254 static byte getByte(long address) { in getByte() method in UnsafeUtil 255 return MEMORY_ACCESSOR.getByte(address); in getByte() 355 clazz.getMethod("getByte", Object.class, long.class); in supportsUnsafeArrayOperations() 390 clazz.getMethod("getByte", long.class); in supportsUnsafeByteBufferOperations() 549 public abstract byte getByte(Object target, long offset); in getByte() method in UnsafeUtil.MemoryAccessor 597 public abstract byte getByte(lon method in UnsafeUtil.MemoryAccessor 623 public byte getByte(long address) { getByte() method in UnsafeUtil.JvmMemoryAccessor 653 public byte getByte(Object target, long offset) { getByte() method in UnsafeUtil.JvmMemoryAccessor 715 public byte getByte(long address) { getByte() method in UnsafeUtil.Android64MemoryAccessor 745 public byte getByte(Object target, long offset) { getByte() method in UnsafeUtil.Android64MemoryAccessor 835 public byte getByte(long address) { getByte() method in UnsafeUtil.Android32MemoryAccessor 865 public byte getByte(Object target, long offset) { getByte() method in UnsafeUtil.Android32MemoryAccessor [all...] |
| H A D | IterableByteBufferInputStream.java | 122 int result = UnsafeUtil.getByte(currentByteBufferPos + currentAddress) & 0xFF; in read()
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | ordered-hash-table.h | 460 int nof_elements = getByte(NumberOfElementsOffset(), 0); in NumberOfElements() 467 int nof_deleted_elements = getByte(NumberOfDeletedElementsOffset(), 0); in NumberOfDeletedElements() 473 int NumberOfBuckets() const { return getByte(NumberOfBucketsOffset(), 0); } in NumberOfBuckets() 531 return getByte(GetBucketsStartOffset(), bucket); 555 return getByte(GetChainTableOffset(), entry); 613 byte getByte(Offset offset, ByteIndex index) const {
|
| /third_party/libexif/contrib/c++/ |
| H A D | exif.hxx | 139 ExifByte getByte(unsigned int index) const in getByte() function 144 "Exif::Entry::getByte(): Format is not EXIF_FORMAT_BYTE"); in getByte() 147 "Exif::getByte: component index out of range"); in getByte()
|
| H A D | exif_module.cxx | 60 return object(getByte(index)); in component()
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | measunit.h | 1196 * Also see {@link #getByte()}. 1207 static MeasureUnit getByte();
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | measunit.h | 1198 * Also see {@link #getByte()}. 1209 static MeasureUnit getByte();
|
| /third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
| H A D | measunit.h | 1187 * Also see {@link #getByte()}. 1198 static MeasureUnit getByte();
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | measfmttest.cpp | 1318 measureUnitValue = MeasureUnit::getByte(); in TestCompatible64() 1647 measureUnitValue = MeasureUnit::getByte(); in TestCompatible65() 2001 measureUnitValue = MeasureUnit::getByte(); in TestCompatible68() 2378 measureUnitValue = MeasureUnit::getByte(); in TestCompatible69() 2757 measureUnitValue = MeasureUnit::getByte(); in TestCompatible70() 3141 measureUnitValue = MeasureUnit::getByte(); in TestCompatible72()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | measunit.cpp | 853 MeasureUnit MeasureUnit::getByte() { in getByte() function in MeasureUnit
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | measunit.cpp | 855 MeasureUnit MeasureUnit::getByte() { in getByte() function in MeasureUnit
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | measunit.cpp | 840 MeasureUnit MeasureUnit::getByte() { in getByte() function in MeasureUnit
|