/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | file_type.js | 10 var FileType = {}; variable 16 FileType.types = [ 187 FileType.DIRECTORY = {name: 'FOLDER', type: '.folder', icon: 'folder'}; 196 FileType.getExtension = function(entry) { 217 FileType.getTypeForName = function(name) { 218 var types = FileType.types; 241 FileType.getType = function(entry) { 243 return FileType.DIRECTORY; 245 var types = FileType.types; 252 var extension = FileType.getExtension(entry); [all …]
|
D | file_selection.js | 39 this.iconType = FileType.getIcon(entry); 41 var iconType = FileType.getIcon(entry); 128 this.showBytes |= !FileType.isHosted(entry);
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-05-30-BadFoldGEP.ll | 19 %FileType = type { i32, [256 x i8], i32, i32, i32, i32 } 20 @OutputFiles = external global [16 x %FileType] ; <[16 x %FileType]*> [#uses=1] 21 @Output = internal global %FileType* null ; <%FileType**> [#uses=1] 25 %tmp.0 = load %FileType** @Output ; <%FileType*> [#uses=1] 26 %tmp.4 = getelementptr %FileType* %tmp.0, i64 1 ; <%FileType*> [#uses=1] 27 …%addrOfGlobal = getelementptr [16 x %FileType]* @OutputFiles, i64 0 ; <[16 x %FileType… 28 …%constantGEP = getelementptr [16 x %FileType]* %addrOfGlobal, i64 1 ; <[16 x %FileType… 29 …%constantGEP.upgrd.1 = getelementptr [16 x %FileType]* %constantGEP, i64 0, i64 0 ; … 30 %tmp.10 = icmp eq %FileType* %tmp.4, %constantGEP.upgrd.1 ; <i1> [#uses=1]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
D | checker.py | 380 class FileType: class 452 return FileType.CPP 454 return FileType.JSON 456 return FileType.PYTHON 458 return FileType.XML 460 return FileType.XCODEPROJ 462 return FileType.PNG 465 return FileType.TEXT 467 return FileType.NONE 472 if file_type == FileType.NONE: [all …]
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | addr.h | 16 enum FileType { enum 73 Addr(FileType file_type, int max_blocks, int block_file, int index) { in Addr() 97 FileType file_type() const { in file_type() 98 return static_cast<FileType>((value_ & kFileTypeMask) >> kFileTypeOffset); in file_type() 123 static int BlockSizeForFileType(FileType file_type) { in BlockSizeForFileType() 144 static FileType RequiredFileType(int size) { in RequiredFileType() 155 static int RequiredBlocks(int size, FileType file_type) { in RequiredBlocks()
|
D | 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);
|
D | 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);
|
D | block_files.cc | 284 if (!CreateBlockFile(i, static_cast<FileType>(i + 1), true)) in Init() 291 if (!RemoveEmptyFile(static_cast<FileType>(i + 1))) in Init() 318 bool BlockFiles::CreateBlock(FileType block_type, int block_count, in CreateBlock() 375 FileType type = Addr::RequiredFileType(file_header.Header()->entry_size); in DeleteBlock() 446 bool BlockFiles::CreateBlockFile(int index, FileType file_type, bool force) { in CreateBlockFile() 550 MappedFile* BlockFiles::FileForNewBlock(FileType block_type, int block_count) { in FileForNewBlock() 581 FileType type = Addr::RequiredFileType(header->entry_size); in NextFile() 598 int BlockFiles::CreateNextBlockFile(FileType block_type) { in CreateNextBlockFile() 608 bool BlockFiles::RemoveEmptyFile(FileType block_type) { in RemoveEmptyFile()
|
/external/clang/lib/Rewrite/Frontend/ |
D | InclusionRewriter.cpp | 36 SrcMgr::CharacteristicKind FileType; member 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, in WriteLineInfo() argument 119 if (FileType == SrcMgr::C_System) in WriteLineInfo() 123 else if (FileType == SrcMgr::C_ExternCSystem) in WriteLineInfo() 149 LastInsertedFileChange->second.FileType = NewFileType; in FileChanged() 348 SrcMgr::CharacteristicKind FileType) in Process() argument [all …]
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | file_change.h | 21 enum FileType { enum 34 Change(ChangeType change, FileType file_type); 44 FileType file_type() const { return file_type_; } in file_type() 54 FileType file_type_; 93 FileType type,
|
D | file_change.cc | 15 FileChange::Change::Change(ChangeType change, FileType file_type) in Change() 110 FileType file_type, in Update() 118 FileType type = in Update()
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 39 SrcMgr::CharacteristicKind FileType, in FileChanged() 63 FileType != SrcMgr::C_User, in FileChanged() 145 SrcMgr::CharacteristicKind FileType); 158 SrcMgr::CharacteristicKind FileType, 219 SrcMgr::CharacteristicKind FileType) { in FileMatchesDepCriteria() argument 226 return FileType == SrcMgr::C_User; in FileMatchesDepCriteria() 231 SrcMgr::CharacteristicKind FileType, in FileChanged() argument 246 if (!FileMatchesDepCriteria(Filename.data(), FileType)) in FileChanged()
|
/external/chromium_org/content/browser/fileapi/ |
D | sandbox_database_test_helper.cc | 23 leveldb::FileType type, in CorruptDatabase() 34 leveldb::FileType file_type; in CorruptDatabase() 77 leveldb::FileType type) { in DeleteDatabaseFile() 83 leveldb::FileType file_type; in DeleteDatabaseFile()
|
D | sandbox_database_test_helper.h | 19 leveldb::FileType type, 24 leveldb::FileType type);
|
/external/lldb/include/lldb/Host/ |
D | FileSpec.h | 42 typedef enum FileType enum 52 } FileType; typedef 420 FileType 663 FileType file_type,
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.h | 48 enum FileType { AsmFile, ObjectFile, CFile }; enum 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/ |
D | PPCallbacks.h | 50 SrcMgr::CharacteristicKind FileType, 63 SrcMgr::CharacteristicKind FileType) { in FileSkipped() argument 336 SrcMgr::CharacteristicKind FileType, in FileChanged() argument 338 First->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 339 Second->FileChanged(Loc, Reason, FileType, PrevFID); in FileChanged() 344 SrcMgr::CharacteristicKind FileType) override { in FileSkipped() argument 345 First->FileSkipped(ParentFile, FilenameTok, FileType); in FileSkipped() 346 Second->FileSkipped(ParentFile, FilenameTok, FileType); in FileSkipped()
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | filename_test.cc | 18 FileType type; in TEST() 25 FileType type; in TEST() 79 FileType type; in TEST()
|
D | filename.h | 20 enum FileType { enum 75 FileType* type);
|
/external/clang/lib/Lex/ |
D | PPLexerChange.cpp | 126 SrcMgr::CharacteristicKind FileType = in EnterSourceFileWithLexer() local 130 PPCallbacks::EnterFile, FileType); in EnterSourceFileWithLexer() 153 SrcMgr::CharacteristicKind FileType = in EnterSourceFileWithPTH() local 155 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType); in EnterSourceFileWithPTH() 394 SrcMgr::CharacteristicKind FileType = in HandleEndOfFile() local 397 PPCallbacks::ExitFile, FileType, ExitedFID); in HandleEndOfFile()
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/ |
D | ICOImageDecoder.h | 68 enum FileType { enum 137 FileType m_fileType;
|
/external/llvm/tools/llc/ |
D | llc.cpp | 124 switch (FileType) { in GetOutputStream() 151 switch (FileType) { in GetOutputStream() 325 FileType != TargetMachine::CGFT_ObjectFile) in compileModule() 353 if (Target.addPassesToEmitFile(PM, FOS, FileType, NoVerify, in compileModule()
|
/external/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 363 value FileType, value FileName, value Machine) { in llvm_targetmachine_emit_to_file() argument 367 String_val(FileName), Int_val(FileType), in llvm_targetmachine_emit_to_file() 378 LLVMModuleRef Module, value FileType, in llvm_targetmachine_emit_to_memory_buffer() argument 384 Int_val(FileType), &ErrorMessage, in llvm_targetmachine_emit_to_memory_buffer()
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwinKernel.h | 112 lldb_private::FileSpec::FileType file_type, 117 lldb_private::FileSpec::FileType file_type,
|
/external/deqp/android/scripts/ |
D | GenAndroidCTSXML.py | 180 …parser.add_argument('input', type=argparse.FileType('r'), help="Input dEQP test hierarchy in t… 181 …parser.add_argument('output', type=argparse.FileType('w'), help="Output file for Android CTS… 184 …parser.add_argument('--must-pass', dest="mustpass", type=argparse.FileType('r'), required=True, h…
|