/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/ |
D | OggPacket.java | 73 int segmentIndex = 0; in populate() local 78 bytesToSkip += calculatePacketSize(segmentIndex); in populate() 79 segmentIndex += segmentCount; in populate() 82 currentSegmentIndex = segmentIndex; in populate() 86 int segmentIndex = currentSegmentIndex + segmentCount; in populate() local 93 populated = pageHeader.laces[segmentIndex - 1] != 255; in populate() 96 currentSegmentIndex = segmentIndex == pageHeader.pageSegmentCount ? C.INDEX_UNSET in populate() 97 : segmentIndex; in populate()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/ |
D | Representation.java | 191 @Nullable private final SingleSegmentIndex segmentIndex; field in Representation.SingleSegmentRepresentation 248 segmentIndex = indexUri != null ? null in SingleSegmentRepresentation() 261 return segmentIndex; in getIndex() 317 public RangedUri getSegmentUrl(long segmentIndex) { in getSegmentUrl() argument 318 return segmentBase.getSegmentUrl(this, segmentIndex); in getSegmentUrl() 327 public long getTimeUs(long segmentIndex) { in getTimeUs() argument 328 return segmentBase.getSegmentTimeUs(segmentIndex); in getTimeUs() 332 public long getDurationUs(long segmentIndex, long periodDurationUs) { in getDurationUs() argument 333 return segmentBase.getSegmentDurationUs(segmentIndex, periodDurationUs); in getDurationUs()
|
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/ |
D | DefaultDashChunkSource.java | 194 if (representationHolder.segmentIndex != null) { in getAdjustedSeekPositionUs() 275 if (representationHolder.segmentIndex == null) { 312 if (representationHolder.segmentIndex == null) { 401 if (representationHolder.segmentIndex == null) { 611 @Nullable public final DashSegmentIndex segmentIndex; 641 @Nullable DashSegmentIndex segmentIndex) { 646 this.segmentIndex = segmentIndex; 708 /* package */ RepresentationHolder copyWithNewSegmentIndex(DashSegmentIndex segmentIndex) { 710 periodDurationUs, representation, extractorWrapper, segmentNumShift, segmentIndex); 714 return segmentIndex.getFirstSegmentNum() + segmentNumShift; [all …]
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileFromAtoms.cpp | 166 uint8_t &segmentIndex, uint64_t &segmentStartAddr); 547 uint32_t segmentIndex = 0; in organizeSections() local 550 seg->normalizedSegmentIndex = segmentIndex++; in organizeSections() 1269 void Util::segIndexForSection(const SectionInfo *sect, uint8_t &segmentIndex, in segIndexForSection() argument 1271 segmentIndex = 0; in segIndexForSection() 1278 ++segmentIndex; in segIndexForSection() 1426 uint8_t segmentIndex; in addRebaseAndBindingInfo() local 1431 segIndexForSection(sect, segmentIndex, segmentStartAddr); in addRebaseAndBindingInfo() 1442 rebase.segIndex = segmentIndex; in addRebaseAndBindingInfo() 1450 bind.segIndex = segmentIndex; in addRebaseAndBindingInfo() [all …]
|
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B21954779.output | 38 .log(new RuntimeException("Called layout with a non-zero segment index: " + segmentIndex));
|
D | B21954779.input | 37 .log(new RuntimeException("Called layout with a non-zero segment index: " + segmentIndex));
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 112 uint32_t segmentIndex() const; 150 uint32_t segmentIndex() const;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | MachO.h | 172 int32_t segmentIndex() const; 218 int32_t segmentIndex() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 172 int32_t segmentIndex() const; 218 int32_t segmentIndex() const;
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1645 uint32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachORebaseEntry 1887 uint32_t MachOBindEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachOBindEntry
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 9215 uint32_t SegIndex = Entry.segmentIndex(); in printMachORebaseTable() 9260 uint32_t SegIndex = Entry.segmentIndex(); in printMachOBindTable() 9292 uint32_t SegIndex = Entry.segmentIndex(); in printMachOLazyBindTable() 9325 uint32_t SegIndex = Entry.segmentIndex(); in printMachOWeakBindTable() 9352 uint32_t SegIndex = Entry.segmentIndex(); in get_dyld_bind_info_symbolname()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 3411 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachORebaseEntry 3955 int32_t MachOBindEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachOBindEntry
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 3391 int32_t MachORebaseEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachORebaseEntry 3946 int32_t MachOBindEntry::segmentIndex() const { return SegmentIndex; } in segmentIndex() function in MachOBindEntry
|