/external/wpa_supplicant_8/hs20/server/ca/ |
D | est-csrattrs.cnf | 4 #oid1 = OID:challengePassword 6 oid2 = OID:sha256WithRSAEncryption 9 oid = OID:extensionRequest 14 oid1 = OID:macAddress 15 #oid2 = OID:imei 16 #oid3 = OID:meid 17 #oid4 = OID:DevId
|
D | openssl.cnf | 158 algorithm=OID:sha256 160 algorithm=OID:sha1
|
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.cpp | 30 const ObjCInterfaceDecl *OID, in LookupFieldBitOffset() argument 66 const ObjCInterfaceDecl *OID, in ComputeIvarBaseOffset() argument 68 return LookupFieldBitOffset(CGM, OID, nullptr, Ivar) / in ComputeIvarBaseOffset() 73 const ObjCImplementationDecl *OID, in ComputeIvarBaseOffset() argument 75 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) / in ComputeIvarBaseOffset() 87 const ObjCInterfaceDecl *OID, in EmitValueForIvarAtOffset() argument 119 uint64_t FieldBitOffset = LookupFieldBitOffset(CGF.CGM, OID, nullptr, Ivar); in EmitValueForIvarAtOffset()
|
D | CGObjCRuntime.h | 79 const ObjCInterfaceDecl *OID, 82 const ObjCImplementationDecl *OID, 86 const ObjCInterfaceDecl *OID, 143 virtual void GenerateClass(const ObjCImplementationDecl *OID) = 0; 222 const ObjCInterfaceDecl *OID) = 0;
|
D | CGObjCGNU.cpp | 408 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID, 501 const ObjCInterfaceDecl *OID) override; 1041 const ObjCInterfaceDecl *OID) { in GetClass() argument 1042 return GetClassNamed(CGF, OID->getNameAsString(), OID->isWeakImported()); in GetClass() 2058 llvm::Constant *CGObjCGNU::GeneratePropertyList(const ObjCImplementationDecl *OID, in GeneratePropertyList() argument 2071 for (auto *propertyImpl : OID->property_impls()) { in GeneratePropertyList() 2079 Fields.push_back(MakePropertyEncodingString(property, OID)); in GeneratePropertyList() 2134 void CGObjCGNU::GenerateClass(const ObjCImplementationDecl *OID) { in GenerateClass() argument 2139 OID->getClassInterface()->getSuperClass(); in GenerateClass() 2148 const_cast<ObjCInterfaceDecl *>(OID->getClassInterface()); in GenerateClass() [all …]
|
D | CGObjCMac.cpp | 1414 void GetClassSizeInfo(const ObjCImplementationDecl *OID, 1690 const ObjCInterfaceDecl *OID) { in hasObjCExceptionAttribute() argument 1691 if (OID->hasAttr<ObjCExceptionAttr>()) in hasObjCExceptionAttribute() 1693 if (const ObjCInterfaceDecl *Super = OID->getSuperClass()) in hasObjCExceptionAttribute() 2791 if (const ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(OCD)) { in EmitPropertyList() local 2792 for (const auto *P : OID->all_referenced_protocols()) in EmitPropertyList() 3252 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in EmitIvarList() local 3254 for (const ObjCIvarDecl *IVD = OID->all_declared_ivar_begin(); in EmitIvarList() 3263 ComputeIvarBaseOffset(CGM, OID, IVD)) in EmitIvarList() 5629 const ObjCInterfaceDecl *OID = ID->getClassInterface(); in BuildClassRoTInitializer() local [all …]
|
D | CGObjC.cpp | 310 ObjCInterfaceDecl *OID = nullptr; in EmitObjCMessageExpr() local 330 OID = ObjTy->getInterface(); in EmitObjCMessageExpr() 331 assert(OID && "Invalid Objective-C class message send"); in EmitObjCMessageExpr() 332 Receiver = Runtime.GetClass(*this, OID); in EmitObjCMessageExpr() 402 Receiver, Args, OID, in EmitObjCMessageExpr()
|
D | CGDebugInfo.cpp | 202 if (const ObjCImplementationDecl *OID = in getObjCMethodName() local 204 OS << OID->getName(); in getObjCMethodName() 205 } else if (const ObjCInterfaceDecl *OID = in getObjCMethodName() local 207 OS << OID->getName(); in getObjCMethodName()
|
D | CodeGenModule.cpp | 3223 if (auto *OID = dyn_cast<ObjCImplDecl>(I)) { in EmitLinkageSpec() local 3224 for (auto *M : OID->methods()) in EmitLinkageSpec()
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 968 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) { in VisitObjCImplementationDecl() argument 969 std::string I = OID->getNameAsString(); in VisitObjCImplementationDecl() 970 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCImplementationDecl() 978 if (OID->ivar_size() > 0) { in VisitObjCImplementationDecl() 982 for (const auto *I : OID->ivars()) { in VisitObjCImplementationDecl() 989 else if (SID || (OID->decls_begin() != OID->decls_end())) { in VisitObjCImplementationDecl() 993 VisitDeclContext(OID, false); in VisitObjCImplementationDecl() 999 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) { in VisitObjCInterfaceDecl() argument 1000 std::string I = OID->getNameAsString(); in VisitObjCInterfaceDecl() 1001 ObjCInterfaceDecl *SID = OID->getSuperClass(); in VisitObjCInterfaceDecl() [all …]
|
D | DeclObjC.cpp | 209 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this); in FindPropertyDeclaration() local 211 for (const auto *Cat : OID->visible_categories()) { in FindPropertyDeclaration() 218 for (const auto *I : OID->all_referenced_protocols()) in FindPropertyDeclaration() 223 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass()) in FindPropertyDeclaration() 893 const ObjCInterfaceDecl *OID) { in createImplicitParams() argument 898 if (OID) { in createImplicitParams() 899 selfTy = Context.getObjCInterfaceType(OID); in createImplicitParams()
|
D | ASTContext.cpp | 5085 const ObjCImplementationDecl *OID=cast<ObjCImplementationDecl>(Container); in getObjCPropertyImplDeclForPropertyDecl() local 5086 for (auto *PID : OID->property_impls()) in getObjCPropertyImplDeclForPropertyDecl() 5177 const ObjCIvarDecl *OID = SynthesizePID->getPropertyIvarDecl(); in getObjCEncodingForPropertyDecl() local 5179 S += OID->getNameAsString(); in getObjCEncodingForPropertyDecl()
|
/external/boringssl/src/crypto/obj/ |
D | README | 1 OID information is generated via a series of perl scripts. In order, the full 10 values for each OID. This is an input/output parameter so NID values are stable 16 for search by short name, OID, etc.
|
D | obj_xref.txt | 1 # OID cross reference table. 21 # Alternative deprecated OIDs. By using the older "rsa" OID this
|
D | objects.txt | 925 # OID's from ITU-T. Most of this is defined in RFC 1274. A couple of 1281 # There is no OID that just denotes "HMAC" oddly enough...
|
/external/clang/lib/Edit/ |
D | RewriteObjCFoundationAPI.cpp | 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface(); in maybeAdjustInterfaceForSubscriptingCheck() local 149 if (OID->getName() == "NSMapTable" || in maybeAdjustInterfaceForSubscriptingCheck() 150 OID->getName() == "NSLocale") in maybeAdjustInterfaceForSubscriptingCheck() 151 return OID; in maybeAdjustInterfaceForSubscriptingCheck()
|
/external/bouncycastle/patches/ |
D | bcpkix.patch | 12 - * @param otherRevocationInfoFormat OID of the format type been looked for. 25 + // * @param otherRevocationInfoFormat OID of the format type been looked for. 36 * Return the a string representation of the OID associated with the 265 - * @param otherRevocationInfoFormat the OID specifying the format of the otherRevocationInfo d… 278 - * @param otherRevocationInfoFormat the OID specifying the format of the otherRevocationInfo d… 291 + // * @param otherRevocationInfoFormat the OID specifying the format of the otherRevocationInf… 304 + // * @param otherRevocationInfoFormat the OID specifying the format of the otherRevocationInf…
|
D | bcprov.patch | 91 throw new IllegalArgumentException("string " + identifier + " not an OID"); 370 // NOTE: All the NIST curves are currently from SEC, so no point in redundant OID lookup 1552 - provider.addAlgorithm("Signature.OID." + PKCSObjectIdentifiers.id_RSASSA_PSS, PREFIX +… 1600 + // provider.addAlgorithm("Signature.OID." + PKCSObjectIdentifiers.id_RSASSA_PSS, PREFI… 1674 …provider.addAlgorithm("Alg.Alias.Signature.OID." + OIWObjectIdentifiers.sha1WithRSA, "SHA1WITHRSA"…
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 756 static std::string getIvarAccessString(ObjCIvarDecl *OID) { in getIvarAccessString() argument 757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface(); in getIvarAccessString() 762 S += OID->getName(); in getIvarAccessString() 785 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local 787 if (!OID) in RewritePropertyImplDecl() 801 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 837 RewriteIvarOffsetComputation(OID, Getr); in RewritePropertyImplDecl() 841 Getr += "return " + getIvarAccessString(OID); in RewritePropertyImplDecl() 860 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 867 RewriteIvarOffsetComputation(OID, Setr); in RewritePropertyImplDecl() [all …]
|
D | RewriteModernObjC.cpp | 950 ObjCIvarDecl *OID = PID->getPropertyIvarDecl(); in RewritePropertyImplDecl() local 951 assert(IMD && OID && "Synthesized ivars must be attached to @implementation"); in RewritePropertyImplDecl() 965 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 1001 RewriteIvarOffsetComputation(OID, Getr); in RewritePropertyImplDecl() 1005 Getr += "return " + getIvarAccessString(OID); in RewritePropertyImplDecl() 1025 RewriteObjCMethodDecl(OID->getContainingInterface(), in RewritePropertyImplDecl() 1032 RewriteIvarOffsetComputation(OID, Setr); in RewritePropertyImplDecl() 1046 Setr += getIvarAccessString(OID) + " = "; in RewritePropertyImplDecl() 1357 void RewriteModernObjC::RewriteImplementationDecl(Decl *OID) { in RewriteImplementationDecl() argument 1358 ObjCImplementationDecl *IMD = dyn_cast<ObjCImplementationDecl>(OID); in RewriteImplementationDecl() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 106 …nownCriticalExt.details = The certificate contains the unknown critical extension with the OID {0}. 545 # {0} statement OID 548 CertPathReviewer.QcUnknownStatement.text = Unknown statement in QcStatement extension: OID = {0} 549 CertPathReviewer.QcUnknownStatement.summary = Unknown statement in QcStatement extension: OID = {0} 550 CertPathReviewer.QcUnknownStatement.details = Unknown statement in QcStatement extension: OID = {0}…
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 375 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl)) in ActOnStartOfObjCMethodDef() local 376 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef() 379 if (ObjCInterfaceDecl *OID = CD->getClassInterface()) in ActOnStartOfObjCMethodDef() local 380 ImplDeclOfMethodDecl = OID->getImplementation(); in ActOnStartOfObjCMethodDef()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 3572 const ObjCProtocolDecl *OID = getCursorObjCProtocolRef(C).first; in clang_getCursorSpelling() local 3573 assert(OID && "getCursorSpelling(): Missing protocol decl"); in clang_getCursorSpelling() 3574 return cxstring::createRef(OID->getIdentifier()->getNameStart()); in clang_getCursorSpelling()
|
/external/tcpdump/ |
D | CHANGES | 427 Fix an ASN.1 parsing error that would cause e.g. the OID
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 1262 OID set/query operations (CONFIG_USE_NDISUIO=y in .config); with new 1283 * driver_ndis: use BSSID OID polling to detect when IBSS network is
|