HomeSort by relevance Sort by last modified time
    Searched defs:readUInt (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/util/
LittleEndien.java 78 public long readUInt() throws IOException {
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
DexRandomAccessFile.java 73 public int readUInt() throws IOException {
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 153 public int readUInt() {
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DataInputCompressor.java 124 public int readUInt() throws IOException {
178 int size = readUInt();
185 int common = readUInt();
191 int poolIndex = readUInt();
222 int size = readUInt();
  /external/skia/src/core/
SkReadBuffer.cpp 107 uint32_t SkReadBuffer::readUInt() {
200 const uint32_t index = this->readUInt();
201 this->readUInt(); // bitmap generation ID (see SkWriteBuffer::writeBitmap)
216 const size_t length = this->readUInt();
SkValidatingReadBuffer.cpp 85 uint32_t SkValidatingReadBuffer::readUInt() {
94 const size_t len = this->readUInt();
246 uint32_t sizeRecorded = this->readUInt();
272 uint32_t sizeRecorded = this->readUInt();

Completed in 1015 milliseconds