/external/cronet/third_party/icu/source/common/ |
D | rbbidata.cpp | 348 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap() 350 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap() 359 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap() 403 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap() 404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap() 408 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap() 427 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap() 428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap() 432 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap() 451 ucptrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap() [all …]
|
D | ucol_swp.cpp | 70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary() 133 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3() 162 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3() 163 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3() 164 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3() 165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3() 166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 167 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3() 168 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3() 169 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3() [all …]
|
/external/icu/icu4c/source/common/ |
D | rbbidata.cpp | 348 if (ds->readUInt32(rbbiDH->fMagic) != 0xb1a0 || in ubrk_swap() 350 ds->readUInt32(rbbiDH->fLength) < sizeof(RBBIDataHeader)) { in ubrk_swap() 359 int32_t breakDataLength = ds->readUInt32(rbbiDH->fLength); in ubrk_swap() 403 tableStartOffset = ds->readUInt32(rbbiDH->fFTable); in ubrk_swap() 404 tableLength = ds->readUInt32(rbbiDH->fFTableLen); in ubrk_swap() 408 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap() 427 tableStartOffset = ds->readUInt32(rbbiDH->fRTable); in ubrk_swap() 428 tableLength = ds->readUInt32(rbbiDH->fRTableLen); in ubrk_swap() 432 UBool use8Bits = ds->readUInt32(rbbiST->fFlags) & RBBI_8BITS_ROWS; in ubrk_swap() 451 ucptrie_swap(ds, inBytes+ds->readUInt32(rbbiDH->fTrie), ds->readUInt32(rbbiDH->fTrieLen), in ubrk_swap() [all …]
|
D | ucol_swp.cpp | 70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary() 133 header.magic=ds->readUInt32(inHeader->magic); in swapFormatVersion3() 162 header.options= ds->readUInt32(inHeader->options); in swapFormatVersion3() 163 header.UCAConsts= ds->readUInt32(inHeader->UCAConsts); in swapFormatVersion3() 164 header.contractionUCACombos= ds->readUInt32(inHeader->contractionUCACombos); in swapFormatVersion3() 165 header.mappingPosition= ds->readUInt32(inHeader->mappingPosition); in swapFormatVersion3() 166 header.expansion= ds->readUInt32(inHeader->expansion); in swapFormatVersion3() 167 header.contractionIndex= ds->readUInt32(inHeader->contractionIndex); in swapFormatVersion3() 168 header.contractionCEs= ds->readUInt32(inHeader->contractionCEs); in swapFormatVersion3() 169 header.contractionSize= ds->readUInt32(inHeader->contractionSize); in swapFormatVersion3() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStreamReader.java | 209 int size = input.readUInt32(); in mergeMessageFieldInternal() 271 public int readUInt32() throws IOException { in readUInt32() method in CodedInputStreamReader 273 return input.readUInt32(); in readUInt32() 312 final int bytes = input.readUInt32(); in readDoubleList() 338 final int bytes = input.readUInt32(); in readDoubleList() 370 final int bytes = input.readUInt32(); in readFloatList() 396 final int bytes = input.readUInt32(); in readFloatList() 428 final int bytes = input.readUInt32(); in readUInt64List() 454 final int bytes = input.readUInt32(); in readUInt64List() 486 final int bytes = input.readUInt32(); in readInt64List() [all …]
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStreamReader.java | 209 int size = input.readUInt32(); in mergeMessageFieldInternal() 271 public int readUInt32() throws IOException { in readUInt32() method in CodedInputStreamReader 273 return input.readUInt32(); in readUInt32() 312 final int bytes = input.readUInt32(); in readDoubleList() 338 final int bytes = input.readUInt32(); in readDoubleList() 370 final int bytes = input.readUInt32(); in readFloatList() 396 final int bytes = input.readUInt32(); in readFloatList() 428 final int bytes = input.readUInt32(); in readUInt64List() 454 final int bytes = input.readUInt32(); in readUInt64List() 486 final int bytes = input.readUInt32(); in readInt64List() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | TrackHeaderBox.java | 113 trackId = IsoTypeReader.readUInt32(content); in _parseDetails() 114 IsoTypeReader.readUInt32(content); in _parseDetails() 117 creationTime = IsoTypeReader.readUInt32(content); in _parseDetails() 118 modificationTime = IsoTypeReader.readUInt32(content); in _parseDetails() 119 trackId = IsoTypeReader.readUInt32(content); in _parseDetails() 120 IsoTypeReader.readUInt32(content); in _parseDetails() 121 duration = IsoTypeReader.readUInt32(content); in _parseDetails() 123 IsoTypeReader.readUInt32(content); in _parseDetails() 124 IsoTypeReader.readUInt32(content); in _parseDetails() 131 matrix[i] = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | MovieHeaderBox.java | 108 timescale = IsoTypeReader.readUInt32(content); in _parseDetails() 111 creationTime = IsoTypeReader.readUInt32(content); in _parseDetails() 112 modificationTime = IsoTypeReader.readUInt32(content); in _parseDetails() 113 timescale = IsoTypeReader.readUInt32(content); in _parseDetails() 114 duration = IsoTypeReader.readUInt32(content); in _parseDetails() 119 IsoTypeReader.readUInt32(content); in _parseDetails() 120 IsoTypeReader.readUInt32(content); in _parseDetails() 123 matrix[i] = IsoTypeReader.readUInt32(content); in _parseDetails() 133 nextTrackId = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | MediaHeaderBox.java | 102 timescale = IsoTypeReader.readUInt32(content); in _parseDetails() 105 creationTime = IsoTypeReader.readUInt32(content); in _parseDetails() 106 modificationTime = IsoTypeReader.readUInt32(content); in _parseDetails() 107 timescale = IsoTypeReader.readUInt32(content); in _parseDetails() 108 duration = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | SampleAuxiliaryInformationOffsetsBox.java | 87 auxInfoType = IsoTypeReader.readUInt32(content); in _parseDetails() 88 auxInfoTypeParameter = IsoTypeReader.readUInt32(content); in _parseDetails() 91 int entryCount = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails() 96 offsets.add(IsoTypeReader.readUInt32(content)); in _parseDetails()
|
D | BitRateBox.java | 56 bufferSizeDb = IsoTypeReader.readUInt32(content); in _parseDetails() 57 maxBitrate = IsoTypeReader.readUInt32(content); in _parseDetails() 58 avgBitrate = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | SampleToChunkBox.java | 62 int entryCount = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails() 66 IsoTypeReader.readUInt32(content), in _parseDetails() 67 IsoTypeReader.readUInt32(content), in _parseDetails() 68 IsoTypeReader.readUInt32(content))); in _parseDetails()
|
D | HandlerBox.java | 114 shouldBeZeroButAppleWritesHereSomeValue = IsoTypeReader.readUInt32(content); in _parseDetails() 116 a = IsoTypeReader.readUInt32(content); in _parseDetails() 117 b = IsoTypeReader.readUInt32(content); in _parseDetails() 118 c = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | HintMediaHeaderBox.java | 66 maxBitrate = IsoTypeReader.readUInt32(content); in _parseDetails() 67 avgBitrate = IsoTypeReader.readUInt32(content); in _parseDetails() 68 IsoTypeReader.readUInt32(content); // reserved! in _parseDetails()
|
D | SampleSizeBox.java | 90 sampleSize = IsoTypeReader.readUInt32(content); in _parseDetails() 91 sampleCount = l2i(IsoTypeReader.readUInt32(content)); in _parseDetails() 97 sampleSizes[i] = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | SubSampleInformationBox.java | 72 entryCount = IsoTypeReader.readUInt32(content); in _parseDetails() 76 sampleEntry.setSampleDelta(IsoTypeReader.readUInt32(content)); in _parseDetails() 80 …subsampleEntry.setSubsampleSize(getVersion() == 1 ? IsoTypeReader.readUInt32(content) : IsoTypeRea… in _parseDetails() 83 subsampleEntry.setReserved(IsoTypeReader.readUInt32(content)); in _parseDetails()
|
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/ |
D | SocketOptionTcpInfo.java | 88 tcpiState_ = input.readUInt32(); in SocketOptionTcpInfo() 93 tcpiCaState_ = input.readUInt32(); in SocketOptionTcpInfo() 98 tcpiRetransmits_ = input.readUInt32(); in SocketOptionTcpInfo() 103 tcpiProbes_ = input.readUInt32(); in SocketOptionTcpInfo() 108 tcpiBackoff_ = input.readUInt32(); in SocketOptionTcpInfo() 113 tcpiOptions_ = input.readUInt32(); in SocketOptionTcpInfo() 118 tcpiSndWscale_ = input.readUInt32(); in SocketOptionTcpInfo() 123 tcpiRcvWscale_ = input.readUInt32(); in SocketOptionTcpInfo() 128 tcpiRto_ = input.readUInt32(); in SocketOptionTcpInfo() 133 tcpiAto_ = input.readUInt32(); in SocketOptionTcpInfo() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
D | TrackExtendsBox.java | 64 trackId = IsoTypeReader.readUInt32(content); in _parseDetails() 65 defaultSampleDescriptionIndex = IsoTypeReader.readUInt32(content); in _parseDetails() 66 defaultSampleDuration = IsoTypeReader.readUInt32(content); in _parseDetails() 67 defaultSampleSize = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | TrackFragmentHeaderBox.java | 98 trackId = IsoTypeReader.readUInt32(content); in _parseDetails() 103 sampleDescriptionIndex = IsoTypeReader.readUInt32(content); in _parseDetails() 106 defaultSampleDuration = IsoTypeReader.readUInt32(content); in _parseDetails() 109 defaultSampleSize = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | TrackFragmentRandomAccessBox.java | 86 trackId = IsoTypeReader.readUInt32(content); in _parseDetails() 87 long temp = IsoTypeReader.readUInt32(content); in _parseDetails() 92 long numberOfEntries = IsoTypeReader.readUInt32(content); in _parseDetails() 102 entry.time = IsoTypeReader.readUInt32(content); in _parseDetails() 103 entry.moofOffset = IsoTypeReader.readUInt32(content); in _parseDetails()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | AudioSampleEntry.java | 190 reserved2 = IsoTypeReader.readUInt32(content); in _parseDetails() 199 sampleRate = IsoTypeReader.readUInt32(content); in _parseDetails() 206 samplesPerPacket = IsoTypeReader.readUInt32(content); in _parseDetails() 207 bytesPerPacket = IsoTypeReader.readUInt32(content); in _parseDetails() 208 bytesPerFrame = IsoTypeReader.readUInt32(content); in _parseDetails() 209 bytesPerSample = IsoTypeReader.readUInt32(content); in _parseDetails()
|
D | VisualSampleEntry.java | 141 predefined[0] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails() 142 predefined[1] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails() 143 predefined[2] = IsoTypeReader.readUInt32(content); // should be zero in _parseDetails() 148 tmp = IsoTypeReader.readUInt32(content); in _parseDetails()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AppleLosslessSpecificBox.java | 126 maxSamplePerFrame = IsoTypeReader.readUInt32(content); in _parseDetails() 134 maxCodedFrameSize = IsoTypeReader.readUInt32(content); in _parseDetails() 135 bitRate = IsoTypeReader.readUInt32(content); in _parseDetails() 136 sampleRate = IsoTypeReader.readUInt32(content); in _parseDetails()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/ |
D | SegmentIndexBox.java | 101 referenceId = IsoTypeReader.readUInt32(content); in _parseDetails() 102 timeScale = IsoTypeReader.readUInt32(content); in _parseDetails() 104 earliestPresentationTime = IsoTypeReader.readUInt32(content); in _parseDetails() 105 firstOffset = IsoTypeReader.readUInt32(content); in _parseDetails() 117 e.setSubsegmentDuration(IsoTypeReader.readUInt32(content)); in _parseDetails()
|
/external/cronet/third_party/icu/source/tools/icuswap/ |
D | icuswap.cpp | 414 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage() 421 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage() 437 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); in udata_swapPackage() 445 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset); in udata_swapPackage() 467 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); in udata_swapPackage() 492 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage() 547 table[i].nameOffset=ds->readUInt32(inEntries[i].nameOffset); in udata_swapPackage() 548 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset); in udata_swapPackage()
|