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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
binhex.py 49 from Carbon.File import FSSpec, FInfo
53 finfo = FSSpec(name).FSpGetFInfo()
62 return file, finfo, dlen, rlen
76 class FInfo:
83 finfo = FInfo()
91 finfo.Type = 'TEXT'
97 return file, finfo, dsize, 0
175 name, finfo, dlen, rlen = name_finfo_dlen_rlen
183 if finfo is None:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
binhex.py 48 from Carbon.File import FSSpec, FInfo
52 finfo = FSSpec(name).FSpGetFInfo()
61 return file, finfo, dlen, rlen
75 class FInfo:
82 finfo = FInfo()
90 finfo.Type = 'TEXT'
96 return file, finfo, dsize, 0
174 name, finfo, dlen, rlen = name_finfo_dlen_rlen
182 if finfo is None:
    [all...]
  /external/python/cpython2/Lib/
binhex.py 49 from Carbon.File import FSSpec, FInfo
53 finfo = FSSpec(name).FSpGetFInfo()
62 return file, finfo, dlen, rlen
76 class FInfo:
83 finfo = FInfo()
91 finfo.Type = 'TEXT'
97 return file, finfo, dsize, 0
175 name, finfo, dlen, rlen = name_finfo_dlen_rlen
183 if finfo is None
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
binhex.py 48 from Carbon.File import FSSpec, FInfo
52 finfo = FSSpec(name).FSpGetFInfo()
61 return file, finfo, dlen, rlen
75 class FInfo:
82 finfo = FInfo()
90 finfo.Type = 'TEXT'
96 return file, finfo, dsize, 0
174 name, finfo, dlen, rlen = name_finfo_dlen_rlen
182 if finfo is None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
binhex.py 48 from Carbon.File import FSSpec, FInfo
52 finfo = FSSpec(name).FSpGetFInfo()
61 return file, finfo, dlen, rlen
75 class FInfo:
82 finfo = FInfo()
90 finfo.Type = 'TEXT'
96 return file, finfo, dsize, 0
174 name, finfo, dlen, rlen = name_finfo_dlen_rlen
182 if finfo is None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 48 from Carbon.File import FSSpec, FInfo
52 finfo = FSSpec(name).FSpGetFInfo()
61 return file, finfo, dlen, rlen
75 class FInfo:
82 finfo = FInfo()
90 finfo.Type = 'TEXT'
96 return file, finfo, dsize, 0
174 name, finfo, dlen, rlen = name_finfo_dlen_rlen
182 if finfo is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py 48 from Carbon.File import FSSpec, FInfo
52 finfo = FSSpec(name).FSpGetFInfo()
61 return file, finfo, dlen, rlen
75 class FInfo:
82 finfo = FInfo()
90 finfo.Type = 'TEXT'
96 return file, finfo, dsize, 0
174 name, finfo, dlen, rlen = name_finfo_dlen_rlen
182 if finfo is None
    [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 320 const CGFunctionInfo &FInfo = CGM.getTypes().arrangeCXXStructorDeclaration(
322 llvm::Type *Ty = CGM.getTypes().GetFunctionType(FInfo);
CGExprCXX.cpp 208 const CGFunctionInfo *FInfo = nullptr;
210 FInfo = &CGM.getTypes().arrangeCXXStructorDeclaration(
213 FInfo = &CGM.getTypes().arrangeCXXStructorDeclaration(
216 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
218 llvm::FunctionType *Ty = CGM.getTypes().GetFunctionType(*FInfo);
241 CGM.getAddrOfCXXStructor(Dtor, StructorType::Complete, FInfo, Ty);
    [all...]
ItaniumCXXABI.cpp     [all...]
CodeGenModule.cpp     [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/python/cpython2/Mac/Modules/
MacOS.c 299 FileInfo* finfo; local
308 FInfo info;
350 finfo = (FileInfo*)&(cataloginfo.finderInfo);
351 finfo->fileCreator = ntohl(finfo->fileCreator);
352 finfo->fileType = ntohl(finfo->fileType);
353 creator = PyString_FromStringAndSize((char*)&(finfo->fileCreator), 4);
354 type = PyString_FromStringAndSize((char*)&(finfo->fileType), 4);
369 FileInfo* finfo; local
    [all...]
  /external/python/cpython2/Mac/Modules/file/
_Filemodule.c 53 static PyObject *FInfo_New(FInfo *itself);
61 static int FInfo_Convert(PyObject *v, FInfo *p_itself);
541 /* ----------------------- Object type FInfo ------------------------ */
551 FInfo ob_itself;
554 static PyObject *FInfo_New(FInfo *itself)
564 static int FInfo_Convert(PyObject *v, FInfo *p_itself)
568 PyErr_SetString(PyExc_TypeError, "FInfo required");
657 FInfo *itself = NULL;
662 if (itself) memcpy(&((FInfoObject *)_self)->ob_itself, itself, sizeof(FInfo));
675 memset(&((FInfoObject *)self)->ob_itself, 0, sizeof(FInfo));
    [all...]
filesupport.py 8 # - Implement FInfo
111 FInfo = OpaqueType("FInfo", "FInfo")
112 FInfo_ptr = OpaqueType("FInfo", "FInfo")
152 static PyObject *FInfo_New(FInfo *itself);
156 static int FInfo_Convert(PyObject *v, FInfo *p_itself);
810 finfoobject = FInfoDefinition('FInfo', 'FInfo', 'FInfo'
    [all...]
  /external/freetype/src/base/
ftmac.c 317 return ((FInfo *)(info.finderInfo))->fdType;
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 317 return ((FInfo *)(info.finderInfo))->fdType;
    [all...]

Completed in 530 milliseconds