Home
last modified time | relevance | path

Searched refs:CompressedData (Results 1 – 8 of 8) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc3274.py31 class CompressedData(univ.Sequence): class
34 CompressedData.componentType = namedtype.NamedTypes(
56 id_ct_compressedData: CompressedData(),
Drfc8494.py74 class CompressedData(univ.Sequence): class
77 CompressedData.componentType = namedtype.NamedTypes(
/external/python/pyasn1-modules/tests/
Dtest_rfc8494.py34 self.asn1Spec = rfc8494.CompressedData()
Dtest_rfc3274.py50 cd, rest = der_decode(asn1Object['content'], asn1Spec=rfc3274.CompressedData())
/external/python/asn1crypto/asn1crypto/
Dcms.py911 class CompressedData(Sequence): class
957 'compressed_data': CompressedData,
969 'compressed_data': CompressedData,
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp545 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()
DObject.h529 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/
Dgl4cDirectStateAccessTexturesTests.cpp4917 struct CompressedData struct
4925 static CompressedData compressed_images[] =