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

  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 159 /** ASN.1 OID */
160 unsigned long OID[16];
  /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/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/AST/
DeclObjC.cpp 152 const ObjCInterfaceDecl *OID = cast<ObjCInterfaceDecl>(this);
155 Cat = OID->visible_categories_begin(),
156 CatEnd = OID->visible_categories_end();
165 I = OID->all_referenced_protocol_begin(),
166 E = OID->all_referenced_protocol_end(); I != E; ++I)
171 if (const ObjCInterfaceDecl *superClass = OID->getSuperClass())
705 const ObjCInterfaceDecl *OID) {
710 if (OID) {
711 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /external/clang/lib/CodeGen/
CGObjC.cpp 291 ObjCInterfaceDecl *OID = 0;
311 OID = ObjTy->getInterface();
312 assert(OID && "Invalid Objective-C class message send");
313 Receiver = Runtime.GetClass(*this, OID);
384 Receiver, Args, OID,
    [all...]
CGObjCMac.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 758 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
759 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
764 S += OID->getName();
787 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
789 if (!OID)
803 RewriteObjCMethodDecl(OID->getContainingInterface(),
809 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
RewriteModernObjC.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 662 milliseconds