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

1 2 3 4 5 6

  /frameworks/base/include/androidfw/
misc.h 31 typedef enum FileType {
41 } FileType;
43 FileType getFileType(const char* fileName);
  /frameworks/base/tools/validatekeymaps/
Main.cpp 31 enum FileType {
50 static FileType getFileType(const char* filename) {
74 FileType fileType = getFileType(filename);
75 switch (fileType) {
  /frameworks/base/tools/aapt2/util/
Files.h 41 enum class FileType {
53 FileType getFileType(const StringPiece& path);
134 bool operator()(const std::string& filename, FileType type) const;
  /external/libchrome/base/files/
file_enumerator.h 78 enum FileType {
95 // |file_type|, a bit mask of FileType, specifies whether the enumerator
  /external/llvm/tools/bugpoint/
ToolRunner.h 48 enum FileType { AsmFile, ObjectFile, CFile };
55 /// either a .s file, or a .c file, specified by FileType), with the specified
63 FileType fileType,
75 int MakeSharedObject(const std::string &InputFile, FileType fileType,
125 virtual CC::FileType OutputCode(const std::string &Bitcode,
192 CC::FileType OutputCode(const std::string &Bitcode,
  /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;
  /system/core/mkbootimg/
mkbootimg 18 from argparse import ArgumentParser, FileType, Action
131 parser.add_argument('--kernel', help='path to the kernel', type=FileType('rb'),
133 parser.add_argument('--ramdisk', help='path to the ramdisk', type=FileType('rb'))
134 parser.add_argument('--second', help='path to the 2nd bootloader', type=FileType('rb'))
153 parser.add_argument('-o', '--output', help='output file name', type=FileType('wb'),
  /external/llvm/include/llvm/LTO/
LTOCodeGenerator.h 80 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; }
193 TargetMachine::CodeGenFileType FileType = TargetMachine::CGFT_ObjectFile;
  /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...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 127 SrcMgr::CharacteristicKind FileType =
131 PPCallbacks::EnterFile, FileType);
154 SrcMgr::CharacteristicKind FileType =
156 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType);
427 SrcMgr::CharacteristicKind FileType =
430 PPCallbacks::ExitFile, FileType, ExitedFID);
  /external/google-breakpad/src/common/mac/
macho_reader.h 63 typedef uint32_t FileType;
385 FileType file_type() const { return file_type_; }
444 FileType file_type_; // mach_header[_64].filetype
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 63 FileType = file
argparse.py 20 '--log', default=sys.stdout, type=argparse.FileType('w'),
39 - FileType -- A factory for defining types of files to be created. As the
40 example above shows, instances of FileType are typically passed as
69 'FileType',
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 63 FileType = file
argparse.py 20 '--log', default=sys.stdout, type=argparse.FileType('w'),
39 - FileType -- A factory for defining types of files to be created. As the
40 example above shows, instances of FileType are typically passed as
69 'FileType',
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 63 FileType = file
argparse.py 20 '--log', default=sys.stdout, type=argparse.FileType('w'),
39 - FileType -- A factory for defining types of files to be created. As the
40 example above shows, instances of FileType are typically passed as
69 'FileType',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 63 FileType = file
argparse.py 20 '--log', default=sys.stdout, type=argparse.FileType('w'),
39 - FileType -- A factory for defining types of files to be created. As the
40 example above shows, instances of FileType are typically passed as
69 'FileType',
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 104 enum FileType {
109 FileType OutputType;
237 Opts.OutputType = FileType(OutputType);
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 91 SrcMgr::CharacteristicKind FileType;
108 FileType = SrcMgr::C_User;
124 SrcMgr::CharacteristicKind FileType,
194 if (FileType == SrcMgr::C_System)
196 else if (FileType == SrcMgr::C_ExternCSystem)
279 FileType = NewFileType;
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /prebuilts/sdk/tools/jacks/
jack-2.28.RELEASE.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 

Completed in 506 milliseconds

1 2 3 4 5 6