Searched defs:fileType (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/bmp/
H A DBMPImageDecoder.cpp135 const uint16_t fileType = (m_data->data()[0] << 8) | static_cast<uint8_t>(m_data->data()[1]); local
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DUtilities.py10 fileType = None variable in class:ExportInfo
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DUtilities.py10 fileType = None variable in class:ExportInfo
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkConsole.c115 DWORD fileType; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkConsole.c121 DWORD fileType; local
/macosx-10.9.5/llvmCore-3425.0.33/tools/bugpoint/
H A DToolRunner.cpp791 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType, argument
643 ExecuteProgram(const std::string &ProgramFile, const std::vector<std::string> &Args, FileType fileType, const std::string &InputFile, const std::string &OutputFile, std::string *Error, const std::vector<std::string> &ArgsForGCC, unsigned Timeout, unsigned MemoryLimit) argument
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c1028 CF_PRIVATE void _CFIterateDirectory(CFStringRef directoryPath, Boolean (^fileHandler)(CFStringRef fileName, uint8_t fileType)) { argument
/macosx-10.9.5/cddafs-252/
H A DAppleCDDAFileSystemDefines.h159 UInt32 fileType; member in struct:FinderInfo
301 UInt32 fileType; // Type in FOUR_CHAR_CODE member in struct:AppleCDDAArguments
358 UInt32 fileType; // Type in FOUR_CHAR_CODE member in struct:AppleCDDAMount
/macosx-10.9.5/hfs-226.1.1/newfs_hfs/
H A Dnewfs_hfs.h44 uint32_t fileType; /* The type of the file */ member in struct:FInfo
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSound.c1679 char *fileType local
[all...]
H A DjkSound.h109 char *fileType; member in struct:Sound
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.cpp335 mode_t fileType = sb.st_mode & S_IFMT; local
449 mode_t fileType = sb.st_mode & S_IFMT; local
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DQuickTimeTcl.c1013 OSType fileType = 0; local
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDialog.c1138 OSType fileType; local
1225 MatchOneType( StringPtr fileNamePtr, OSType fileType, OpenFileData *ofdPtr, FileFilter *filterPtr) argument
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DSRepair.c4414 UInt16 fileType; local
5680 CreateFileByName(SGlobPtr GPtr, UInt32 parentID, UInt16 fileType, u_char *fileName, unsigned int filenameLen, u_char *data, unsigned int dataLen) argument
6168 BuildFileRec(UInt16 fileType, UInt16 fileMode, UInt32 fileID, Boolean isHFSPlus, CatalogRecord *catRecord) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_format.h409 int8_t fileType; /* file type (unused ?) */ member in struct:HFSCatalogFile

Completed in 407 milliseconds