Searched refs:CompressedData (Results 1 – 8 of 8) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3274.py | 31 class CompressedData(univ.Sequence): class 34 CompressedData.componentType = namedtype.NamedTypes( 56 id_ct_compressedData: CompressedData(),
|
D | rfc8494.py | 74 class CompressedData(univ.Sequence): class 77 CompressedData.componentType = namedtype.NamedTypes(
|
/external/python/pyasn1-modules/tests/ |
D | test_rfc8494.py | 34 self.asn1Spec = rfc8494.CompressedData()
|
D | test_rfc3274.py | 50 cd, rest = der_decode(asn1Object['content'], asn1Spec=rfc3274.CompressedData())
|
/external/python/asn1crypto/asn1crypto/ |
D | cms.py | 911 class CompressedData(Sequence): class 957 'compressed_data': CompressedData, 969 'compressed_data': CompressedData,
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.cpp | 545 std::copy(Sec.CompressedData.begin(), Sec.CompressedData.end(), Buf); in visit() 561 CompressedSection::create(ArrayRef<uint8_t> CompressedData, in create() argument 564 return CompressedSection(CompressedData, DecompressedSize, DecompressedAlign); in create() 577 CompressedData)) { in CompressedSection() 595 Size = ChdrSize + CompressedData.size(); in CompressedSection() 599 CompressedSection::CompressedSection(ArrayRef<uint8_t> CompressedData, in CompressedSection() argument 604 OriginalData = CompressedData; in CompressedSection()
|
D | Object.h | 529 SmallVector<char, 128> CompressedData; variable 534 static Expected<CompressedSection> create(ArrayRef<uint8_t> CompressedData, 552 CompressedSection(ArrayRef<uint8_t> CompressedData, uint64_t DecompressedSize,
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessTexturesTests.cpp | 4917 struct CompressedData struct 4925 static CompressedData compressed_images[] =
|