Home
last modified time | relevance | path

Searched refs:skipBytes (Results 1 – 25 of 103) sorted by relevance

12345

/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java241 dataInput.skipBytes(4); in visitIntegerConstant()
247 dataInput.skipBytes(8); in visitLongConstant()
253 dataInput.skipBytes(4); in visitFloatConstant()
259 dataInput.skipBytes(8); in visitDoubleConstant()
265 dataInput.skipBytes(2); in visitStringConstant()
282 dataInput.skipBytes(4); in visitInvokeDynamicConstant()
288 dataInput.skipBytes(3); in visitMethodHandleConstant()
294 dataInput.skipBytes(4); in visitAnyRefConstant()
306 dataInput.skipBytes(2); in visitMethodTypeConstant()
312 dataInput.skipBytes(4); in visitNameAndTypeConstant()
[all …]
DRuntimeDataInput.java212 public int skipBytes(int n) in skipBytes() method in RuntimeDataInput
216 return dataInput.skipBytes(n); in skipBytes()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataReader.java124 ICUBinary.skipBytes(inBytes, (indexesLength - inIndexes.length) * 4); in read()
177 ICUBinary.skipBytes(inBytes, length); in read()
198 ICUBinary.skipBytes(inBytes, length); in read()
225 ICUBinary.skipBytes(inBytes, length); in read()
230 ICUBinary.skipBytes(inBytes, length); in read()
241 ICUBinary.skipBytes(inBytes, length); in read()
247 ICUBinary.skipBytes(inBytes, length); in read()
258 ICUBinary.skipBytes(inBytes, length); in read()
303 ICUBinary.skipBytes(inBytes, length); in read()
314 ICUBinary.skipBytes(inBytes, length); in read()
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataReader.java123 ICUBinary.skipBytes(inBytes, (indexesLength - inIndexes.length) * 4); in read()
176 ICUBinary.skipBytes(inBytes, length); in read()
197 ICUBinary.skipBytes(inBytes, length); in read()
224 ICUBinary.skipBytes(inBytes, length); in read()
229 ICUBinary.skipBytes(inBytes, length); in read()
240 ICUBinary.skipBytes(inBytes, length); in read()
246 ICUBinary.skipBytes(inBytes, length); in read()
257 ICUBinary.skipBytes(inBytes, length); in read()
302 ICUBinary.skipBytes(inBytes, length); in read()
313 ICUBinary.skipBytes(inBytes, length); in read()
[all …]
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
DPsBinarySearchSeeker.java97 packetBuffer.skipBytes(1); in searchForScrValueInBuffer()
100 packetBuffer.skipBytes(4); in searchForScrValueInBuffer()
151 packetBuffer.skipBytes(9); in skipToEndOfCurrentPack()
158 packetBuffer.skipBytes(packStuffingLength); in skipToEndOfCurrentPack()
167 packetBuffer.skipBytes(4); in skipToEndOfCurrentPack()
173 packetBuffer.skipBytes(systemHeaderLength); in skipToEndOfCurrentPack()
189 packetBuffer.skipBytes(4); in skipToEndOfCurrentPack()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/video/
DHevcConfig.java43 data.skipBytes(21); // Skip to the NAL unit length size field. in parse()
51 data.skipBytes(1); // completeness (1), nal_unit_type (7) in parse()
56 data.skipBytes(nalUnitLength); in parse()
65 data.skipBytes(1); // completeness (1), nal_unit_type (7) in parse()
75 data.skipBytes(nalUnitLength); in parse()
DAvcConfig.java48 data.skipBytes(4); // Skip to the AVCDecoderConfigurationRecord (defined in 14496-15) in parse()
93 data.skipBytes(length); in buildNalUnitForChild()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZip64SupportIT.java386 a.skipBytes(2 * 47 /* CD entry of file with
411 a.skipBytes(12);
456 a.skipBytes(8);
635 a.skipBytes(4);
707 a.skipBytes(4);
889 a.skipBytes(4);
937 a.skipBytes(8);
956 a.skipBytes(8);
980 a.skipBytes(4);
1143 a.skipBytes(4);
[all …]
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
DMetadataUtil.java433 data.skipBytes(8); // version (1), flags (3), empty (4) in parseTextAttribute()
446 data.skipBytes(8); // version (1), flags (3), empty (4) in parseCommentAttribute()
480 data.skipBytes(10); // version (1), flags (3), empty (4), empty (2) in parseIndexAndCountAttribute()
522 data.skipBytes(4); // empty (4) in parseCoverArt()
545 data.skipBytes(4); // version (1), flags (3) in parseInternalAttribute()
555 data.skipBytes(atomSize - 12); in parseInternalAttribute()
562 data.skipBytes(16); // size (4), type (4), version (1), flags (3), empty (4) in parseInternalAttribute()
568 data.skipBytes(4); // atomSize in parseUint8AttributeValue()
571 data.skipBytes(8); // version (1), flags (3), empty (4) in parseUint8AttributeValue()
DAtomParsers.java571 keys.skipBytes(4); // keyNamespace in parseMdtaFromMeta()
602 meta.skipBytes(Atom.FULL_HEADER_SIZE); in parseUdtaMeta()
618 ilst.skipBytes(Atom.HEADER_SIZE); in parseIlst()
639 mvhd.skipBytes(version == 0 ? 8 : 16); in parseMvhd()
653 tkhd.skipBytes(version == 0 ? 8 : 16); in parseTkhd()
656 tkhd.skipBytes(4); in parseTkhd()
668 tkhd.skipBytes(durationByteCount); in parseTkhd()
679 tkhd.skipBytes(16); in parseTkhd()
682 tkhd.skipBytes(4); in parseTkhd()
739 mdhd.skipBytes(version == 0 ? 8 : 16); in parseMdhd()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/util/
DRandomAccessFileInputStream.java69 int skipBytes = Math.min((int)l, available()); in skip() local
70 filePosition += skipBytes; in skip()
71 return skipBytes; in skip()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterDataReader.java506 ICUBinary.skipBytes(byteBuffer, length); in readMBCSTable()
519 ICUBinary.skipBytes(byteBuffer, length); in readMBCSTable()
545 ICUBinary.skipBytes(byteBuffer, length); in readMBCSTable()
591 ICUBinary.skipBytes(byteBuffer, skip); in readExtIndexes()
599 ICUBinary.skipBytes(byteBuffer, numBytesExtensionStructure); in readExtIndexes()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DForwardingReadableBufferTest.java83 public void skipBytes() { in skipBytes() method in ForwardingReadableBufferTest
84 buffer.skipBytes(1); in skipBytes()
86 verify(delegate).skipBytes(1); in skipBytes()
DCompositeReadableBufferTest.java84 composite.skipBytes(1); in skipBytesShouldSucceed()
88 composite.skipBytes(5); in skipBytesShouldSucceed()
92 composite.skipBytes(remaining); in skipBytesShouldSucceed()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
DFlacMetadataReader.java193 data.skipBytes(1); in readSeekTableMetadataBlock()
211 data.skipBytes(2); in readSeekTableMetadataBlock()
214 data.skipBytes((int) (seekTableEndPosition - data.getPosition())); in readSeekTableMetadataBlock()
263 scratch.skipBytes(FlacConstants.METADATA_BLOCK_HEADER_SIZE); in readVorbisCommentMetadataBlock()
274 scratch.skipBytes(FlacConstants.METADATA_BLOCK_HEADER_SIZE); in readPictureMetadataBlock()
DCeaUtil.java63 seiBuffer.skipBytes(1); // user_data_length. in consume()
97 ccDataBuffer.skipBytes(1); // Ignore em_data in consumeCcData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DRBBIDataWrapper.java92 ICUBinary.skipBytes(bytes, lengthOfTable & 1); in get()
316 ICUBinary.skipBytes(bytes, 6 * 4); // uint32_t fReserved[6]; in get()
336 ICUBinary.skipBytes(bytes, This.fHeader.fFTable - pos); in get()
347 ICUBinary.skipBytes(bytes, This.fHeader.fRTable - pos); in get()
361 ICUBinary.skipBytes(bytes, This.fHeader.fTrie - pos); // seek buffer from end of in get()
387 ICUBinary.skipBytes(bytes, This.fHeader.fStatusTable - pos); in get()
399 ICUBinary.skipBytes(bytes, This.fHeader.fRuleSource - pos); in get()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DRBBIDataWrapper.java95 ICUBinary.skipBytes(bytes, lengthOfTable & 1); in get()
320 ICUBinary.skipBytes(bytes, 6 * 4); // uint32_t fReserved[6]; in get()
340 ICUBinary.skipBytes(bytes, This.fHeader.fFTable - pos); in get()
351 ICUBinary.skipBytes(bytes, This.fHeader.fRTable - pos); in get()
365 ICUBinary.skipBytes(bytes, This.fHeader.fTrie - pos); // seek buffer from end of in get()
391 ICUBinary.skipBytes(bytes, This.fHeader.fStatusTable - pos); in get()
403 ICUBinary.skipBytes(bytes, This.fHeader.fRuleSource - pos); in get()
DICUBinary.java664 public static void skipBytes(ByteBuffer bytes, int skipLength) {
674 skipBytes(bytes, additionalSkipLength);
682 skipBytes(bytes, length * 2 + additionalSkipLength);
689 skipBytes(bytes, length * 2 + additionalSkipLength);
696 skipBytes(bytes, length * 2 + additionalSkipLength);
703 skipBytes(bytes, length * 4 + additionalSkipLength);
710 skipBytes(bytes, length * 8 + additionalSkipLength);
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DForwardingReadableBuffer.java60 public void skipBytes(int length) { in skipBytes() method in ForwardingReadableBuffer
61 buf.skipBytes(length); in skipBytes()
/external/llvm-project/lld/ELF/
DEhFrame.cpp50 void skipBytes(size_t count);
92 void EhReader::skipBytes(size_t count) { in skipBytes() function in EhReader
162 skipBytes(8); in getAugmentation()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyReadableBuffer.java49 public void skipBytes(int length) { in skipBytes() method in NettyReadableBuffer
50 buffer.skipBytes(length); in skipBytes()
/external/angle/src/libANGLE/renderer/null/
DFramebufferNULL.cpp125 GLuint skipBytes = 0; in readPixels() local
127 glFormat.computeSkipBytes(type, rowBytes, 0, pack, false, &skipBytes)); in readPixels()
128 pixels += skipBytes; in readPixels()
/external/exoplayer/tree/library/common/src/test/java/com/google/android/exoplayer2/util/
DParsableByteArrayTest.java61 testArray.skipBytes(-2); in testReadShort()
87 testArray.skipBytes(-4); in testReadInt()
113 testArray.skipBytes(-4); in testReadUnsignedInt()
149 testArray.skipBytes(-4); in testReadUnsignedIntToInt()
185 testArray.skipBytes(-8); in testReadUnsignedLongToLong()
211 testArray.skipBytes(-8); in testReadLong()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DMp4WebvttDecoder.java68 sampleData.skipBytes(boxSize - BOX_HEADER_SIZE); in decode()
88 sampleData.skipBytes(payloadLength); in parseVttCueBox()

12345