Home
last modified time | relevance | path

Searched refs:readInt (Results 1 – 25 of 161) sorted by relevance

1234567

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DHeaderItem.java182 out.annotate(4, "file_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
184 headerSize = dexFile.readInt(out.getCursor()); in makeAnnotator()
187 int endianTag = dexFile.readInt(out.getCursor()); in makeAnnotator()
190 out.annotate(4, "link_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
191 out.annotate(4, "link_offset: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
193 out.annotate(4, "map_off: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
195 out.annotate(4, "string_ids_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
196 out.annotate(4, "string_ids_off: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
198 out.annotate(4, "type_ids_size: %d", dexFile.readInt(out.getCursor())); in makeAnnotator()
199 out.annotate(4, "type_ids_off: 0x%x", dexFile.readInt(out.getCursor())); in makeAnnotator()
[all …]
/external/skia/src/core/
DSkPicturePlayback.cpp45 uint32_t temp = reader->readInt(); in ReadOpAndSize()
54 *size = reader->readInt(); in ReadOpAndSize()
78 size_t length = text->fByteLength = reader->readInt(); in get_text()
123 uint32_t packed = reader->readInt(); in handleOp()
126 size_t offsetToRestore = reader->readInt(); in handleOp()
136 uint32_t packed = reader->readInt(); in handleOp()
138 size_t offsetToRestore = reader->readInt(); in handleOp()
147 uint32_t packed = reader->readInt(); in handleOp()
150 size_t offsetToRestore = reader->readInt(); in handleOp()
160 uint32_t packed = reader->readInt(); in handleOp()
[all …]
DSkReadBuffer.cpp94 return fReader.readInt(); in readColor()
101 int32_t SkReadBuffer::readInt() { in readInt() function in SkReadBuffer
102 return fReader.readInt(); in readInt()
114 return fReader.readInt(); in read32()
124 SkDEBUGCODE(int32_t encodingType = ) fReader.readInt(); in readEncodedString()
126 *length = fReader.readInt(); in readEncodedString()
195 const int width = this->readInt(); in readBitmap()
196 const int height = this->readInt(); in readBitmap()
226 const int32_t xOffset = this->readInt(); in readBitmap()
227 const int32_t yOffset = this->readInt(); in readBitmap()
DSkValidatingReadBuffer.cpp59 uint32_t value = this->readInt(); in readBool()
66 return this->readInt(); in readColor()
70 return this->readInt(); in readFixed()
73 int32_t SkValidatingReadBuffer::readInt() { in readInt() function in SkValidatingReadBuffer
76 return fError ? 0 : fReader.readInt(); in readInt()
86 return this->readInt(); in readUInt()
90 return this->readInt(); in read32()
110 const int32_t encodingType = this->readInt(); in readEncodedString()
112 *length = this->readInt(); in readEncodedString()
DSkReader32.h53 bool readBool() { return this->readInt() != 0; } in readBool()
55 int32_t readInt() { in readInt() function
104 uint8_t readU8() { return (uint8_t)this->readInt(); } in readU8()
105 uint16_t readU16() { return (uint16_t)this->readInt(); } in readU16()
106 int32_t readS32() { return this->readInt(); } in readS32()
107 uint32_t readU32() { return this->readInt(); } in readU32()
DSkPictureData.h91 const int index = reader->readInt(); in getBitmap()
96 const int index = reader->readInt(); in getImage()
101 int index = reader->readInt() - 1; in getPath()
106 int index = reader->readInt(); in getPicture()
112 int index = reader->readInt(); in getPaint()
120 int index = reader->readInt(); in getTextBlob()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java119 int N = readInt(); in readString()
143 public int readInt() { in readInt() method in ShadowParcel
206 int N = readInt(); in readBooleanArray()
227 int N = readInt(); in createBooleanArray()
240 int N = readInt(); in readCharArray()
261 int N = readInt(); in createCharArray()
274 int N = readInt(); in readFloatArray()
295 int N = readInt(); in createFloatArray()
319 int N = readInt(); in readDoubleArray()
329 int N = readInt(); in createDoubleArray()
[all …]
DShadowPendingIntent.java77 if (in.readInt() == 0) { in readPendingIntentOrNullFromParcel()
83 int requestCode = in.readInt(); in readPendingIntentOrNullFromParcel()
85 if (in.readInt() != 0) { in readPendingIntentOrNullFromParcel()
196 return in.readInt() != 0; in readBooleanFromParcel()
/external/llvm/lib/IR/
DGCOV.cpp37 if (!Buffer.readInt(Checksum)) in readGCNO()
67 if (!Buffer.readInt(GCDAChecksum)) in readGCDA()
85 if (!Buffer.readInt(Length)) in readGCDA()
87 if (!Buffer.readInt(Dummy)) in readGCDA()
89 if (!Buffer.readInt(Dummy)) in readGCDA()
91 if (!Buffer.readInt(RunCount)) in readGCDA()
97 if (!Buffer.readInt(Length)) in readGCDA()
128 if (!Buff.readInt(Dummy)) in readGCNO()
130 if (!Buff.readInt(Ident)) in readGCNO()
132 if (!Buff.readInt(Checksum)) in readGCNO()
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassReader.java297 item.set(readInt(index)); in copyPool()
301 item.set(Float.intBitsToFloat(readInt(index))); in copyPool()
487 v += 6 + readInt(v + 2); in accept()
496 v += 6 + readInt(v + 2); in accept()
533 int len = readInt(v + 2); in accept()
541 readInt(v + 2), in accept()
550 v += 6 + readInt(v + 2); in accept()
553 classVisitor.visit(readInt(4), in accept()
650 readInt(u + 2), in accept()
659 u += 6 + readInt(u + 2); in accept()
[all …]
/external/skia/third_party/ktx/
Dktx.cpp137 uint32_t SkKTXFile::readInt(const uint8_t** buf, size_t* bytesLeft) const { in readInt() function in SkKTXFile
211 uint32_t endianness = this->readInt(&buf, &bytesLeft); in readKTXFile()
215 fHeader.fGLType = this->readInt(&buf, &bytesLeft); in readKTXFile()
216 fHeader.fGLTypeSize = this->readInt(&buf, &bytesLeft); in readKTXFile()
217 fHeader.fGLFormat = this->readInt(&buf, &bytesLeft); in readKTXFile()
218 fHeader.fGLInternalFormat = this->readInt(&buf, &bytesLeft); in readKTXFile()
219 fHeader.fGLBaseInternalFormat = this->readInt(&buf, &bytesLeft); in readKTXFile()
220 fHeader.fPixelWidth = this->readInt(&buf, &bytesLeft); in readKTXFile()
221 fHeader.fPixelHeight = this->readInt(&buf, &bytesLeft); in readKTXFile()
222 fHeader.fPixelDepth = this->readInt(&buf, &bytesLeft); in readKTXFile()
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java129 w1 = source.readInt(); in nextFrame()
130 w2 = source.readInt(); in nextFrame()
193 int w1 = source.readInt(); in readSynStream()
194 int w2 = source.readInt(); in readSynStream()
207 int w1 = source.readInt(); in readSynReply()
216 int streamId = source.readInt() & 0x7fffffff; in readRstStream()
217 int errorCodeInt = source.readInt(); in readRstStream()
226 int w1 = source.readInt(); in readHeaders()
234 int w1 = source.readInt(); in readWindowUpdate()
235 int w2 = source.readInt(); in readWindowUpdate()
[all …]
DHpack.java197 int index = readInt(b, PREFIX_7_BITS); in readHeaders()
202 int index = readInt(b, PREFIX_6_BITS); in readHeaders()
205 maxDynamicTableByteCount = readInt(b, PREFIX_5_BITS); in readHeaders()
214 int index = readInt(b, PREFIX_4_BITS); in readHeaders()
321 int readInt(int firstByte, int prefixMask) throws IOException { in readInt() method in Hpack.Reader
347 int length = readInt(firstByte, PREFIX_7_BITS); in readByteString()
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java113 prefixSizeInBytes = objectInput.readInt(); in readExternal()
114 descIndexSizeInBytes = objectInput.readInt(); in readExternal()
117 int sizeOfLengths = objectInput.readInt(); in readExternal()
120 possibleLengths.add(objectInput.readInt()); in readExternal()
124 int descriptionPoolSize = objectInput.readInt(); in readExternal()
141 numOfEntries = objectInput.readInt(); in readEntries()
205 outputBuffer.putInt(wordIndex, objectInput.readInt()); in readExternalWord()
DDefaultMapStorage.java63 numOfEntries = objectInput.readInt(); in readExternal()
71 phoneNumberPrefixes[i] = objectInput.readInt(); in readExternal()
74 int sizeOfLengths = objectInput.readInt(); in readExternal()
77 possibleLengths.add(objectInput.readInt()); in readExternal()
/external/guava/guava/src/com/google/common/collect/
DSerialization.java50 return stream.readInt(); in readCount()
76 int size = stream.readInt(); in populateMap()
121 int distinctElements = stream.readInt(); in populateMultiset()
136 int count = stream.readInt(); in populateMultiset()
170 int distinctKeys = stream.readInt(); in populateMultimap()
186 int valueCount = stream.readInt(); in populateMultimap()
/external/proguard/src/proguard/classfile/instruction/
DLookUpSwitchInstruction.java89 defaultOffset = readInt(code, offset); offset += 4; in readInfo()
90 int jumpOffsetCount = readInt(code, offset); offset += 4; in readInfo()
98 cases[index] = readInt(code, offset); offset += 4; in readInfo()
99 jumpOffsets[index] = readInt(code, offset); offset += 4; in readInfo()
DTableSwitchInstruction.java93 defaultOffset = readInt(code, offset); offset += 4; in readInfo()
94 lowCase = readInt(code, offset); offset += 4; in readInfo()
95 highCase = readInt(code, offset); offset += 4; in readInfo()
102 jumpOffsets[index] = readInt(code, offset); offset += 4; in readInfo()
/external/guava/guava-gwt/src/com/google/common/collect/
DMultimap_CustomFieldSerializerBase.java41 int keyCount = reader.readInt(); in instantiate()
44 int valueCount = reader.readInt(); in instantiate()
56 int keyCount = reader.readInt(); in populate()
59 int valueCount = reader.readInt(); in populate()
DLinkedHashMultimap_CustomFieldSerializer.java42 multimap.valueSetCapacity = stream.readInt(); in instantiate()
43 int distinctKeys = stream.readInt(); in instantiate()
50 int entries = stream.readInt(); in instantiate()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
DBaseDexBufferTest.java163 Assert.assertEquals(0x44332211, dexBuf.readInt(0)); in testReadInt()
166 Assert.assertEquals(0, dexBuf.readInt(0)); in testReadInt()
169 Assert.assertEquals(Integer.MAX_VALUE, dexBuf.readInt(0)); in testReadInt()
172 Assert.assertEquals(Integer.MIN_VALUE, dexBuf.readInt(0)); in testReadInt()
175 Assert.assertEquals(0x80ffffff, dexBuf.readInt(0)); in testReadInt()
178 Assert.assertEquals(-1, dexBuf.readInt(0)); in testReadInt()
235 Assert.assertEquals(val, dexBuf.readInt(0)); in testReadRandom()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
DBcKeyStoreSpi.java229 byte[] salt = new byte[dIn.readInt()]; in getObject()
233 int iterationCount = dIn.readInt(); in getObject()
248 salt = new byte[dIn.readInt()]; in getObject()
252 iterationCount = dIn.readInt(); in getObject()
269 salt = new byte[dIn.readInt()]; in getObject()
273 iterationCount = dIn.readInt(); in getObject()
364 byte[] cEnc = new byte[dIn.readInt()]; in decodeCertificate()
418 byte[] enc = new byte[dIn.readInt()]; in decodeKey()
701 int chainLength = dIn.readInt(); in loadStore()
727 byte[] b = new byte[dIn.readInt()]; in loadStore()
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/
DContentTypeDetector.java68 final int header = readInt(in); in determineType()
76 switch (readInt(in)) { in determineType()
94 private static int readInt(final InputStream in) throws IOException { in readInt() method in ContentTypeDetector
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp427 if (!GcovBuffer.readInt(dummy)) in skipNextWord()
435 if (GcovBuffer.readInt(Val) && Val <= std::numeric_limits<T>::max()) in readNumber()
478 if (!GcovBuffer.readInt(Tag)) in readSectionTag()
495 if (!GcovBuffer.readInt(Size)) in readNameTable()
513 if (!GcovBuffer.readInt(NumFunctions)) in readFunctionProfiles()
532 if (!GcovBuffer.readInt(NameIdx)) in readOneFunctionProfile()
538 if (!GcovBuffer.readInt(NumPosCounts)) in readOneFunctionProfile()
542 if (!GcovBuffer.readInt(NumCallsites)) in readOneFunctionProfile()
570 if (!GcovBuffer.readInt(Offset)) in readOneFunctionProfile()
574 if (!GcovBuffer.readInt(NumTargets)) in readOneFunctionProfile()
[all …]
/external/sonic/
Dwave.c116 static int readInt( in readInt() function
196 data = readInt(file); /* 04 - how big is the rest of this file? */ in readHeader()
199 int chunkSize = readInt(file); /* 16 or 18 - size of this chunk */ in readHeader()
210 file->sampleRate = readInt(file); /* 24 - samples per second (numbers per second) */ in readHeader()
211 readInt(file); /* 28 - bytes per second */ in readHeader()
222 readInt(file); /* 40 - how big is this data chunk */ in readHeader()

1234567