HomeSort by relevance Sort by last modified time
    Searched refs:FileType (Results 1 - 25 of 444) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/libs/androidfw/include/androidfw/
misc.h 31 typedef enum FileType {
41 } FileType;
43 FileType getFileType(const char* fileName);
AssetDir.h 63 FileType getFileType(int idx) {
110 void set(const String8& path, FileType type) {
118 FileType getFileType(void) const { return mFileType; }
119 void setFileType(FileType type) { mFileType = type; }
133 FileType mFileType; // regular, directory, etc
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 30 TargetMachine::CodeGenFileType FileType) {
33 if (TM->addPassesToEmitFile(CodeGenPasses, OS, FileType))
42 TargetMachine::CodeGenFileType FileType, bool PreserveLocals) {
48 codegen(M.get(), *OSs[0], TMFactory, FileType);
79 [TMFactory, FileType, ThreadOS](const SmallString<0> &BC) {
89 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
FileExplorerLib.h 43 @param FileType The file type need to choose.
55 IN CHAR16 *FileType, OPTIONAL
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 28 enum FileType {
52 explicit FileStatus(FileType v) : m_Value(v) {}
54 void setType(FileType v) { m_Value = v; }
55 FileType type() const { return m_Value; }
58 FileType m_Value;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Section.py 108 # @param FileType File type to get
113 def GetFileList(FfsInf, FileType, FileExtension, Dict = {}):
114 if FileType in Section.SectFileType.keys() :
122 Suffix = Section.SectionType.get(FileType)
124 Suffix = Section.BinFileType.get(FileType)
129 if FileType != None:
132 if File.Type == FileType or (int(FfsInf.PiSpecVersion, 16) >= 0x0001000A \
133 and FileType == 'DXE_DPEX'and File.Type == 'SMM_DEPEX') \
134 or (FileType == 'TE'and File.Type == 'PE32'):
140 GenFdsGlobalVariable.VerboseLogger ("\nFile Type \'%s\' of File %s in %s is not same with file type \'%s\' from Rule in FDF" %(File.Type, File.File, FfsInf.InfFileName, FileType))
    [all...]
OptRomFileStatement.py 31 self.FileType = None
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileTable.py 29 def __init__(self, Cursor, MetaFile, FileType, TableName, Temporary = False):
32 if (FileType == MODEL_FILE_INF):
34 if (FileType == MODEL_FILE_DSC):
39 if (FileType == MODEL_FILE_DEC):
230 def __init__(self, Cursor, MetaFile = '', FileType = MODEL_FILE_DSC, Temporary = False):
231 MetaFileTable.__init__(self, Cursor, MetaFile, FileType, "Dsc", Temporary)
318 def __new__(Class, Cursor, MetaFile, FileType=None, Temporary=False):
320 if not FileType:
322 FileType = Class._FILE_TYPE_[MetaFile.Type]
324 FileType = MODEL_FILE_OTHERS
    [all...]
  /frameworks/base/tools/aapt2/util/
Files.cpp 49 FileType GetFileType(const std::string& path) {
55 return FileType::kNonexistant;
67 return FileType::kNonexistant;
69 return FileType::kUnknown;
73 return FileType::kRegular;
75 return FileType::kDirectory;
77 return FileType::kCharDev;
79 return FileType::kBlockDev;
81 return FileType::kFifo;
84 return FileType::kSymlink
    [all...]
Files.h 43 enum class FileType {
55 FileType GetFileType(const std::string& path);
105 bool operator()(const std::string& filename, FileType type) const;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeFileExplorerProtocol/
DxeFileExplorerProtocol.c 72 @param FileType The file type need to choose.
86 IN CHAR16 *FileType, OPTIONAL
91 return mProtocol->ChooseFile (RootDirectory, FileType, ChooseHandler, File);
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CTargetMachine.h 30 CodeGenFileType FileType,
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPTargetMachine.h 32 CodeGenFileType FileType,
  /frameworks/base/tools/validatekeymaps/
Main.cpp 31 enum FileType {
50 static FileType getFileType(const char* filename) {
74 FileType fileType = getFileType(filename);
75 switch (fileType) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FileExplorer.h 52 @param FileType The file type need to choose.
64 IN CHAR16 *FileType, OPTIONAL
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.h 54 @param[in] FileType The type fo the file.
68 IN CONST EDIT_FILE_TYPE FileType,
EditTitleBar.c 78 @param[in] FileType The type fo the file.
92 IN CONST EDIT_FILE_TYPE FileType,
170 switch (FileType){
173 if (FileType == FileTypeAscii){
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 34 SrcMgr::CharacteristicKind FileType;
35 IncludedFile(FileID Id, SrcMgr::CharacteristicKind FileType)
36 : Id(Id), FileType(FileType) {}
55 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
62 SrcMgr::CharacteristicKind FileType,
65 SrcMgr::CharacteristicKind FileType) override;
72 SrcMgr::CharacteristicKind FileType,
106 SrcMgr::CharacteristicKind FileType,
122 if (FileType == SrcMgr::C_System
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileTable.py 33 def __init__(self, Cursor, MetaFile, FileType, Temporary):
41 FileId = self._FileIndexTable.InsertFile(MetaFile, FileType)
44 TableName = "_%s_%s_%s" % (FileType, FileId, uuid.uuid4().hex)
46 TableName = "_%s_%s" % (FileType, FileId)
373 def __new__(Class, Cursor, MetaFile, FileType=None, Temporary=False):
375 if not FileType:
377 FileType = Class._FILE_TYPE_[MetaFile.Type]
379 FileType = MODEL_FILE_OTHERS
382 if FileType == MODEL_FILE_OTHERS:
383 Args = (Cursor, MetaFile, FileType, Temporary)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/FwVol/
FwVolRead.c 76 @param FileType FileType is a pointer to a caller allocated
79 value of *FileType input. A *FileType input
82 file's type is returned in *FileType.
83 *FileType is not modified if no file is
111 IN OUT EFI_FV_FILETYPE *FileType,
139 if (*FileType > EFI_FV_FILETYPE_SMM_CORE) {
182 if (*FileType == EFI_FV_FILETYPE_ALL) {
189 if (*FileType == FfsFileHeader->Type) {
    [all...]
  /external/skia/tools/
embed_resources.py 35 parser.add_argument('--input', required=True, type=argparse.FileType('rb'),
37 parser.add_argument('--output', required=True, type=argparse.FileType('w'),
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
UpdateDispatcher.c 29 @param FileType FFS file type.
41 IN EFI_FV_FILETYPE FileType,
121 if (FileType != EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE) {
139 FileType,
366 EFI_FV_FILETYPE FileType;
381 &FileType,
403 if (FileType != EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE) {
432 FileType,
449 if (FileType != EFI_FV_FILETYPE_RAW) {
480 FileType,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolRead.c 77 @param FileType FileType is a pointer to a caller allocated
80 value of *FileType input. A *FileType input
83 file's type is returned in *FileType.
84 *FileType is not modified if no file is
112 IN OUT EFI_FV_FILETYPE *FileType,
143 if (*FileType > EFI_FV_FILETYPE_SMM_CORE) {
175 if (*FileType == 0) {
179 if (*FileType == FfsFileHeader->Type) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Bds/
FirmwareVolume.c 37 EFI_FV_FILETYPE FileType;
62 FileType = EFI_FV_FILETYPE_APPLICATION;
65 NextStatus = Fv->GetNextFile (Fv, Key, &FileType, NameGuid, &Attributes, &Size);
  /device/linaro/bootloader/edk2/BeagleBoardPkg/Bds/
FirmwareVolume.c 37 EFI_FV_FILETYPE FileType;
62 FileType = EFI_FV_FILETYPE_APPLICATION;
65 NextStatus = Fv->GetNextFile (Fv, Key, &FileType, NameGuid, &Attributes, &Size);

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>