Home
last modified time | relevance | path

Searched refs:baseInfo (Results 1 – 4 of 4) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformation.java101 protected SignerInformation(SignerInformation baseInfo) in SignerInformation() argument
103 this.info = baseInfo.info; in SignerInformation()
104 this.contentType = baseInfo.contentType; in SignerInformation()
105 this.isCounterSignature = baseInfo.isCounterSignature(); in SignerInformation()
106 this.sid = baseInfo.getSID(); in SignerInformation()
112 this.content = baseInfo.content; in SignerInformation()
113 this.resultDigest = baseInfo.resultDigest; in SignerInformation()
114 this.signedAttributeValues = baseInfo.signedAttributeValues; in SignerInformation()
115 this.unsignedAttributeValues = baseInfo.unsignedAttributeValues; in SignerInformation()
/external/skqp/gm/
Dxfermodes3.cpp115 SkImageInfo baseInfo = baseCanvas->imageInfo(); in makeTempSurface() local
116 SkImageInfo info = SkImageInfo::Make(w, h, baseInfo.colorType(), baseInfo.alphaType(), in makeTempSurface()
117 baseInfo.refColorSpace()); in makeTempSurface()
/external/skia/gm/
Dxfermodes3.cpp115 SkImageInfo baseInfo = baseCanvas->imageInfo(); in makeTempSurface() local
116 SkImageInfo info = SkImageInfo::Make(w, h, baseInfo.colorType(), baseInfo.alphaType(), in makeTempSurface()
117 baseInfo.refColorSpace()); in makeTempSurface()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp993 const CXIdxBaseClassInfo *baseInfo = BaseList.getBases()[i]; in handleCXXRecordDecl() local
994 if (baseInfo->base) { in handleCXXRecordDecl()
997 Loc = SourceLocation::getFromRawEncoding(baseInfo->loc.int_data); in handleCXXRecordDecl()