/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/ |
D | SampleList.java | 85 …offsets2Sizes.putAll(getOffsets(movieFragmentBox, trackBox.getTrackHeaderBox().getTrackId(), track… in SampleList() 130 offsets2Sizes.putAll(getOffsets(moof, trackId, null)); in SampleList() 183 Map<Long, Long> getOffsets(MovieFragmentBox moof, long trackId, TrackExtendsBox trex) { in getOffsets() method in SampleList
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 387 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress() 493 dstImage.getOffsets(), dstImage.getWidth(), in decompressToYUV() 706 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress() 796 decodeYUV(yuvImage.getPlanes(), yuvImage.getOffsets(), in decompress()
|
D | TJCompressor.java | 341 srcYUVImage.getOffsets(), in compress() 439 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV() 443 srcPixelFormat, dstImage.getPlanes(), dstImage.getOffsets(), in encodeYUV()
|
D | YUVImage.java | 367 public int[] getOffsets() { in getOffsets() method in YUVImage
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 148 auto *Offsets = VMap.getOffsets(Val); in allocateVRegs() 167 auto *Offsets = VMap.getOffsets(Val); in getOrCreateVRegs() 433 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(LI); in translateLoad() 462 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*SI.getValueOperand()); in translateStore() 509 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(*Src); in translateExtractValue() 525 ArrayRef<uint64_t> DstOffsets = *VMap.getOffsets(U); in translateInsertValue() 566 VMap.getOffsets(U)->push_back(0); in translateBitCast() 940 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(V); in packRegs() 959 ArrayRef<uint64_t> Offsets = *VMap.getOffsets(V); in unpackRegs() 1250 VMap.getOffsets(U)->push_back(0); in translateInsertElement() [all …]
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 60 const SectionContribution *getOffsets() const { in getOffsets() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 63 const SectionContribution *getOffsets() const { in getOffsets() function
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | SampleAuxiliaryInformationOffsetsBox.java | 120 public List<Long> getOffsets() { in getOffsets() method in SampleAuxiliaryInformationOffsetsBox
|
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5TextureGatherOffset.cpp | 1475 getOffsets(x_offset, y_offset, index); in checkResult() 1543 void GPUShader5TextureGatherOffsetColor2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() function in glcts::GPUShader5TextureGatherOffsetColor2DRepeatCaseTest 1631 getOffsets(x_offset, y_offset, index); in checkResult() 1844 getOffsets(x_offset, y_offset, index); in checkResult() 2374 getOffsets(x_offset, y_offset, index); in checkResult() 2426 void GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest::getOffsets(glw::GLint& out_x_offset, glw::… in getOffsets() function in glcts::GPUShader5TextureGatherOffsetDepth2DRepeatCaseTest 2515 getOffsets(x_offset, y_offset, index); in checkResult() 2698 getOffsets(x_offset, y_offset, index); in checkResult() 2890 getOffsets(x_offset, y_offset, index); in checkResult()
|
D | esextcGPUShader5TextureGatherOffset.hpp | 438 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index); 652 void getOffsets(glw::GLint& out_x_offset, glw::GLint& out_y_offset, unsigned int index);
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 728 public int[] getOffsets() { return offsets; } in TestSearchCollatorElements() method in CollationIteratorTest.TSCEItem 746 int[] offsets = tsceItem.getOffsets(); in TestSearchCollatorElements()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 731 public int[] getOffsets() { return offsets; } in TestSearchCollatorElements() method in CollationIteratorTest.TSCEItem 749 int[] offsets = tsceItem.getOffsets(); in TestSearchCollatorElements()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 205 auto *I = E.getOffsets(); in addAllTypesFromDWP() 550 auto *I = E.getOffsets(); in write()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 322 virtual StringIntMap getOffsets(StringVector /*args*/) const in getOffsets() function in glcts::LayoutBindingProgram 2258 StringIntMap getOffsets(StringVector args) const in getOffsets() function in glcts::AtomicCounterLayoutBindingCase::AtomicCounterLayoutBindingProgram 2465 StringIntMap offsets = program->getOffsets(list); in binding_examples_many_bindings() 2506 StringIntMap offsets = program->getOffsets(list); in binding_examples_many_bindings() 2677 StringIntMap offsets = program->getOffsets(list); in binding_examples_one_binding() 2717 StringIntMap offsets = program->getOffsets(list); in binding_examples_one_binding()
|
/external/fonttools/Lib/fontTools/cffLib/ |
D | __init__.py | 376 def getOffsets(self): member in IndexCompiler 398 lastOffset = self.getOffsets()[-1] 413 offsets = self.getOffsets() 456 def getOffsets(self): member in TopDictIndexCompiler 461 return super(TopDictIndexCompiler, self).getOffsets() 492 offsets = self.getOffsets()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 216 auto *I = E.getOffsets(); in addAllTypesFromDWP() 582 auto *I = E.getOffsets(); in write()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 90 OffsetListT *getOffsets(const Value &V) { in getOffsets() function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/ |
D | SearchTest.java | 2121 public int[] getOffsets() { return offsets; } in TestUsingSearchCollator() method in SearchTest.PatternAndOffsets 2175 int[] offsets = patternAndOffsets.getOffsets(); in TestUsingSearchCollator()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
D | SearchTest.java | 2118 public int[] getOffsets() { return offsets; } in TestUsingSearchCollator() method in SearchTest.PatternAndOffsets 2172 int[] offsets = patternAndOffsets.getOffsets(); in TestUsingSearchCollator()
|