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

1 2 3 4 5

  /frameworks/base/include/androidfw/
misc.h 31 typedef enum FileType {
41 } FileType;
43 FileType getFileType(const char* fileName);
AssetDir.h 63 FileType getFileType(int idx) {
109 void set(const String8& path, FileType type) {
117 FileType getFileType(void) const { return mFileType; }
118 void setFileType(FileType type) { mFileType = type; }
132 FileType mFileType; // regular, directory, etc
  /external/chromium_org/content/browser/fileapi/
sandbox_database_test_helper.h 19 leveldb::FileType type,
24 leveldb::FileType type);
sandbox_database_test_helper.cc 23 leveldb::FileType type,
34 leveldb::FileType file_type;
77 leveldb::FileType type) {
83 leveldb::FileType file_type;
  /external/chromium_org/net/disk_cache/blockfile/
block_bitmaps_v3.h 33 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
53 int HeaderNumberForNewBlock(FileType block_type, int block_count);
addr.h 16 enum FileType {
73 Addr(FileType file_type, int max_blocks, int block_file, int index) {
97 FileType file_type() const {
98 return static_cast<FileType>((value_ & kFileTypeMask) >> kFileTypeOffset);
123 static int BlockSizeForFileType(FileType file_type) {
144 static FileType RequiredFileType(int size) {
155 static int RequiredBlocks(int size, FileType file_type) {
block_files.h 106 bool CreateBlock(FileType block_type, int block_count, Addr* block_address);
126 bool CreateBlockFile(int index, FileType file_type, bool force);
133 MappedFile* FileForNewBlock(FileType block_type, int block_count);
139 int CreateNextBlockFile(FileType block_type);
142 bool RemoveEmptyFile(FileType block_type);
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 28 enum FileType
55 explicit FileStatus(FileType v)
58 void setType(FileType v) { m_Value = v; }
59 FileType type() const { return m_Value; }
62 FileType m_Value;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_type.js 10 var FileType = {};
16 FileType.types = [
111 FileType.DIRECTORY = {name: 'FOLDER', type: '.folder', icon: 'folder'};
120 FileType.getExtension = function(entry) {
141 FileType.getTypeForName = function(name) {
142 var types = FileType.types;
163 FileType.getType = function(entry) {
165 return FileType.DIRECTORY;
167 var types = FileType.types;
174 var extension = FileType.getExtension(entry)
    [all...]
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.h 33 enum FileType {
40 const sp<DataSource>& source, FileType filetype);
TimedTextSource.cpp 48 const sp<DataSource>& dataSource, FileType filetype) {
49 switch(filetype) {
57 ALOGE("Undefined subtitle format. : %d", filetype);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 216 # This list should be in addition to files with FileType.NONE. Files
217 # with FileType.NONE are automatically skipped without warning.
380 class FileType:
382 NONE = 0 # FileType.NONE evaluates to False.
423 if not self._file_type(file_path): # FileType.NONE.
452 return FileType.CPP
454 return FileType.JSON
456 return FileType.PYTHON
458 return FileType.XML
460 return FileType.XCODEPRO
    [all...]
  /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/lldb/include/lldb/Host/
FileSpec.h 42 typedef enum FileType
52 } FileType;
420 FileType
663 FileType file_type,
  /external/llvm/lib/Target/CppBackend/
CPPTargetMachine.h 32 CodeGenFileType FileType, bool DisableVerify,
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.h 20 enum FileType {
75 FileType* type);
filename_test.cc 18 FileType type;
25 FileType type;
79 FileType type;
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 36 SrcMgr::CharacteristicKind FileType;
53 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
59 SrcMgr::CharacteristicKind FileType,
62 SrcMgr::CharacteristicKind FileType) override;
69 SrcMgr::CharacteristicKind FileType,
103 SrcMgr::CharacteristicKind FileType,
119 if (FileType == SrcMgr::C_System)
123 else if (FileType == SrcMgr::C_ExternCSystem)
149 LastInsertedFileChange->second.FileType = NewFileType;
157 SrcMgr::CharacteristicKind /*FileType*/) {
    [all...]
  /frameworks/base/libs/androidfw/
misc.cpp 36 FileType getFileType(const char* fileName)
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
ICOImageDecoder.h 68 enum FileType {
137 FileType m_fileType;
  /external/clang/lib/Frontend/
DependencyFile.cpp 39 SrcMgr::CharacteristicKind FileType,
63 FileType != SrcMgr::C_User,
145 SrcMgr::CharacteristicKind FileType);
158 SrcMgr::CharacteristicKind FileType,
219 SrcMgr::CharacteristicKind FileType) {
226 return FileType == SrcMgr::C_User;
231 SrcMgr::CharacteristicKind FileType,
246 if (!FileMatchesDepCriteria(Filename.data(), FileType))
  /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 GCC::FileType OutputCode(const std::string &Bitcode,
192 GCC::FileType OutputCode(const std::string &Bitcode,
  /external/clang/include/clang/Lex/
PPCallbacks.h 50 SrcMgr::CharacteristicKind FileType,
63 SrcMgr::CharacteristicKind FileType) {
336 SrcMgr::CharacteristicKind FileType,
338 First->FileChanged(Loc, Reason, FileType, PrevFID);
339 Second->FileChanged(Loc, Reason, FileType, PrevFID);
344 SrcMgr::CharacteristicKind FileType) override {
345 First->FileSkipped(ParentFile, FilenameTok, FileType);
346 Second->FileSkipped(ParentFile, FilenameTok, FileType);
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwinKernel.h 112 lldb_private::FileSpec::FileType file_type,
117 lldb_private::FileSpec::FileType file_type,
  /external/chromium_org/base/files/
file_enumerator.h 75 enum FileType {
92 // |file_type|, a bit mask of FileType, specifies whether the enumerator

Completed in 612 milliseconds

1 2 3 4 5