HomeSort by relevance Sort by last modified time
    Searched refs:OID (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/scapy/scapy/
base_classes.py 122 class OID(Gen):
123 name = "OID"
124 def __init__(self, oid):
125 self.oid = oid
128 for i in oid.split("."):
136 return "OID(%r)" % self.oid
asn1fields.py 219 ASN1_tag = ASN1_Class_UNIVERSAL.OID
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 756 static std::string getIvarAccessString(ObjCIvarDecl *OID) {
757 const ObjCInterfaceDecl *ClassDecl = OID->getContainingInterface();
762 S += OID->getName();
785 ObjCIvarDecl *OID = PID->getPropertyIvarDecl();
787 if (!OID)
801 RewriteObjCMethodDecl(OID->getContainingInterface(),
807 // return objc_getProperty(self, _cmd, offsetof(ClassDecl, OID), 1)
    [all...]
RewriteModernObjC.cpp     [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Mmc.h 112 UINT16 OID; // OEM/Application ID [119:104]
  /external/scapy/scapy/asn1/
ber.py 357 tag = ASN1_Class_UNIVERSAL.OID
359 def enc(cls, oid):
360 oid = raw(oid)
361 lst = [int(x) for x in oid.strip(b".").split(b".")]
  /external/ImageMagick/coders/
wpg.c 683 const unsigned char TPR=1,TRN=2,SKW=4,SCL=8,ROT=0x10,OID=0x20,LCK=0x80;
695 if(Flags & OID)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd.go 67 // Discover the nodes and construct the MIB OID.
  /prebuilts/go/linux-x86/src/syscall/
syscall_netbsd.go 67 // Discover the nodes and construct the MIB OID.
  /external/boringssl/src/crypto/obj/
objects.go 44 oid []int
125 func parseOID(aliases map[string][]int, in []string) (oid []int, err error) {
133 oid = append(oid, alias...)
144 oid = append(oid, val)
170 func encodeOID(oid []int) []byte {
171 if len(oid) < 2 {
176 der = appendBase128(der, 40*oid[0]+oid[1]
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 375 ObjCInterfaceDecl *OID = nullptr;
395 OID = ObjTy->getInterface();
396 assert(OID && "Invalid Objective-C class message send");
397 Receiver = Runtime.GetClass(*this, OID);
465 Receiver, Args, OID,
    [all...]
CGDebugInfo.cpp 225 if (const ObjCImplementationDecl *OID =
227 OS << OID->getName();
228 } else if (const ObjCInterfaceDecl *OID =
230 OS << OID->getName();
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 89 gCardInfo.CIDData.OID = ((Response3 >> 8) & 0xFFFF);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 1137 DEBUG((EFI_D_INFO, "\nApplication ID : %d\n", CardData->CIDRegister.OID));
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 375 if (ObjCInterfaceDecl *OID = dyn_cast<ObjCInterfaceDecl>(ContDeclOfMethodDecl))
376 ImplDeclOfMethodDecl = OID->getImplementation();
379 if (ObjCInterfaceDecl *OID = CD->getClassInterface())
380 ImplDeclOfMethodDecl = OID->getImplementation();
    [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 144 func isValidOID(oid encoding_asn1.ObjectIdentifier) bool {
145 if len(oid) < 2 {
149 if oid[0] > 2 || (oid[0] <= 1 && oid[1] >= 40) {
153 for _, v := range oid {
162 func (b *Builder) AddASN1ObjectIdentifier(oid encoding_asn1.ObjectIdentifier) {
164 if !isValidOID(oid) {
165 b.err = fmt.Errorf("cryptobyte: invalid OID: %v", oid)
    [all...]
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/
asn1.go 144 func isValidOID(oid encoding_asn1.ObjectIdentifier) bool {
145 if len(oid) < 2 {
149 if oid[0] > 2 || (oid[0] <= 1 && oid[1] >= 40) {
153 for _, v := range oid {
162 func (b *Builder) AddASN1ObjectIdentifier(oid encoding_asn1.ObjectIdentifier) {
164 if !isValidOID(oid) {
165 b.err = fmt.Errorf("cryptobyte: invalid OID: %v", oid)
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 403 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclObjC.h 405 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclObjC.h 405 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclObjC.h 405 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 405 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTContext.h     [all...]
DeclObjC.h 405 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID,
    [all...]

Completed in 569 milliseconds

12 3 4