HomeSort by relevance Sort by last modified time
    Searched refs:OID (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/net/tools/testserver/
minica.py 135 # All certificates are issued under this policy OID, in the Google arc:
136 CERT_POLICY_OID = asn1.OID([1, 3, 6, 1, 4, 1, 11129, 2, 4, 1])
158 AIA_OCSP = asn1.OID([1, 3, 6, 1, 5, 5, 7, 48, 1])
159 AUTHORITY_INFORMATION_ACCESS = asn1.OID([1, 3, 6, 1, 5, 5, 7, 1, 1])
160 BASIC_CONSTRAINTS = asn1.OID([2, 5, 29, 19])
161 CERT_POLICIES = asn1.OID([2, 5, 29, 32])
162 COMMON_NAME = asn1.OID([2, 5, 4, 3])
163 COUNTRY = asn1.OID([2, 5, 4, 6])
164 HASH_SHA1 = asn1.OID([1, 3, 14, 3, 2, 26])
165 OCSP_TYPE_BASIC = asn1.OID([1, 3, 6, 1, 5, 5, 7, 48, 1, 1]
    [all...]
asn1.py 118 class OID(object):
  /external/smack/src/org/xbill/DNS/
CERTRecord.java 50 /** Certificate format defined by OID */
51 public static final int OID = 254;
69 types.add(OID, "OID");
105 public static final int OID = CertificateType.OID;
  /external/clang/lib/CodeGen/
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;
CGObjCRuntime.cpp 30 const ObjCInterfaceDecl *OID,
66 const ObjCInterfaceDecl *OID,
68 return LookupFieldBitOffset(CGM, OID, nullptr, Ivar) /
73 const ObjCImplementationDecl *OID,
75 return LookupFieldBitOffset(CGM, OID->getClassInterface(), OID, Ivar) /
87 const ObjCInterfaceDecl *OID,
119 uint64_t FieldBitOffset = LookupFieldBitOffset(CGF.CGM, OID, nullptr, Ivar);
CGObjCGNU.cpp 405 llvm::Constant *GeneratePropertyList(const ObjCImplementationDecl *OID,
498 const ObjCInterfaceDecl *OID) override;
    [all...]
CGObjCMac.cpp     [all...]
CGObjC.cpp 317 ObjCInterfaceDecl *OID = nullptr;
337 OID = ObjTy->getInterface();
338 assert(OID && "Invalid Objective-C class message send");
339 Receiver = Runtime.GetClass(*this, OID);
409 Receiver, Args, OID,
    [all...]
CGDebugInfo.cpp 196 if (const ObjCImplementationDecl *OID =
198 OS << OID->getName();
199 } else if (const ObjCInterfaceDecl *OID =
201 OS << OID->getName();
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 953 void DeclPrinter::VisitObjCImplementationDecl(ObjCImplementationDecl *OID) {
954 std::string I = OID->getNameAsString();
955 ObjCInterfaceDecl *SID = OID->getSuperClass();
962 if (OID->ivar_size() > 0) {
965 for (const auto *I : OID->ivars()) {
972 VisitDeclContext(OID, false);
976 void DeclPrinter::VisitObjCInterfaceDecl(ObjCInterfaceDecl *OID) {
977 std::string I = OID->getNameAsString();
978 ObjCInterfaceDecl *SID = OID->getSuperClass();
980 if (!OID->isThisDeclarationADefinition())
    [all...]
DeclObjC.cpp 208 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
210 for (const auto *Cat : OID->visible_categories()) {
217 for (const auto *I : OID->all_referenced_protocols())
222 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
886 const ObjCInterfaceDecl *OID) {
891 if (OID) {
892 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
NameConstraints.java 138 private byte[] getExtensionValue(X509Certificate cert, String OID) {
140 byte[] bytes = cert.getExtensionValue(OID);
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 145 const ObjCInterfaceDecl *OID = ObjTy->getInterface();
149 if (OID->getName() == "NSMapTable" ||
150 OID->getName() == "NSLocale")
151 return OID;
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp 765 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
766 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
771 S += OID->getName();
794 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
796 if (!OID)
810 RewriteObjCMethodDecl(OID->getContainingInterface(),
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 379 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl))
380 ImplDeclOfMethodDecl = OID->getImplementation();
383 if (ObjCInterfaceDecl *OID = CD->getClassInterface())
384 ImplDeclOfMethodDecl = OID->getImplementation();
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 592 milliseconds