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

1 2 3 4 5 6 7

  /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) {
  /external/libgdx/gdx/src/com/badlogic/gdx/
Files.java 29 public enum FileType {
54 * @see FileType */
55 public FileHandle getFileHandle (String path, FileType type);
57 /** Convenience method that returns a {@link FileType#Classpath} file handle. */
60 /** Convenience method that returns a {@link FileType#Internal} file handle. */
63 /** Convenience method that returns a {@link FileType#External} file handle. */
66 /** Convenience method that returns a {@link FileType#Absolute} file handle. */
69 /** Convenience method that returns a {@link FileType#Local} file handle. */
  /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/ImageMagick/coders/
cut.c 88 char FileType;
435 PalHeader.FileType=(char) ReadBlobByte(palette);
wpg.c 865 unsigned int FileType;
1005 Header.FileType=ReadBlobLSBShort(image);
1022 switch(Header.FileType)
    [all...]
  /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/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
FileDescriptor.java 40 public enum FileType {
51 protected FileType type;
61 this.type = FileType.Absolute;
69 this.type = FileType.Absolute;
72 protected FileDescriptor (String fileName, FileType type) {
77 protected FileDescriptor (File file, FileType type) {
104 public FileType type () {
109 * {@link FileType#Absolute} and FileType#External file handles. */
117 if (type == FileType.Classpath && !file.exists()) {
    [all...]
  /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;

Completed in 973 milliseconds

1 2 3 4 5 6 7