/external/proguard/src/proguard/io/ |
H A D | DirectoryWriter.java | 67 File directory = getFile(dataEntry); 87 File file = getFile(dataEntry); 134 private File getFile(DataEntry dataEntry) method in class:DirectoryWriter
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
H A D | MemoryMultiReportOutput.java | 77 public byte[] getFile(String path) { method in class:MemoryMultiReportOutput 83 return new ByteArrayInputStream(getFile(path));
|
/external/guava/guava/src/com/google/common/io/ |
H A D | FileBackedOutputStream.java | 63 @VisibleForTesting synchronized File getFile() { method in class:FileBackedOutputStream
|
/external/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 236 const FileEntry *getFile() const { return Data.getPointer(); } function in class:clang::VerifyDiagnosticConsumer::UnparsedFileStatus
|
H A D | FrontendOptions.h | 111 StringRef getFile() const { function in class:clang::FrontendInputFile
|
/external/clang/lib/Basic/ |
H A D | FileManager.cpp | 212 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, function in class:FileManager
|
/external/guava/guava-tests/test/com/google/common/io/ |
H A D | SourceSinkFactories.java | 256 protected File getFile() { method in class:SourceSinkFactories.FileFactory 326 File file = getFile(); 392 File file = getFile(); 410 return Resources.asByteSource(getFile().toURI().toURL()); 419 return Resources.asCharSource(getFile().toURI().toURL(), Charsets.UTF_8);
|
/external/proguard/src/proguard/ |
H A D | ClassPathEntry.java | 96 public File getFile() method in class:ClassPathEntry
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
H A D | MemoryBuffer.cpp | 163 return getFile(Filename, result, FileSize); 171 return getFile(Filename, result, FileSize); 175 // MemoryBuffer::getFile implementation. 205 error_code MemoryBuffer::getFile(StringRef Filename, function in class:MemoryBuffer 211 return MemoryBuffer::getFile(PathBuf.c_str(), result, FileSize, 215 error_code MemoryBuffer::getFile(const char *Filename, function in class:MemoryBuffer
|
/external/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 254 const FileEntry *getFile() const { return File; } function in class:clang::InclusionDirective
|
/external/llvm/lib/Object/ |
H A D | ArchiveWriter.cpp | 58 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, function in class:NewArchiveMember
|
/external/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 176 return getFile(Filename, FileSize, RequiresNullTerminator); 187 // MemoryBuffer::getFile implementation. 256 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, function in class:MemoryBuffer
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
H A D | nv50_ir_inlines.h | 165 DataFile ValueRef::getFile() const function in class:ValueRef 187 DataFile ValueDef::getFile() const function in class:ValueDef
|
H A D | nv50_ir_from_tgsi.cpp | 81 uint getFile() const { return reg.File; } function in class:tgsi::Instruction::SrcRegister 140 uint getFile() const { return reg.File; } function in class:tgsi::Instruction::DstRegister 1397 insn.getSrc(0).getFile() == TGSI_FILE_INPUT; 1404 if (src.getFile() == TGSI_FILE_TEMPORARY) { 1408 if (src.getFile() == TGSI_FILE_BUFFER || 1409 src.getFile() == TGSI_FILE_IMAGE || 1410 (src.getFile() == TGSI_FILE_MEMORY && 1415 if (src.getFile() == TGSI_FILE_OUTPUT) { 1425 if (src.getFile() != TGSI_FILE_INPUT) 1468 if (dst.getFile() [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | MemoryBuffer.cpp | 176 return getFile(Filename, FileSize, RequiresNullTerminator); 187 // MemoryBuffer::getFile implementation. 256 MemoryBuffer::getFile(const Twine &Filename, int64_t FileSize, function in class:MemoryBuffer
|
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/ |
H A D | DiskLruCache.java | 688 public File getFile(int index) { method in class:DiskLruCache.Value 744 public File getFile(int index) throws IOException { method in class:DiskLruCache.Editor 764 OutputStream os = new FileOutputStream(getFile(index));
|
/external/clang/include/clang/Serialization/ |
H A D | Module.h | 85 const FileEntry *getFile() const { return Val.getPointer(); } function in class:clang::serialization::InputFile
|
/external/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 204 unsigned getFile(StringRef &Directory, StringRef &FileName, 219 unsigned getFile(StringRef Directory, StringRef FileName) { function in class:llvm::MCDwarfDwoLineTable 220 return Header.getFile(Directory, FileName); 236 unsigned getFile(StringRef &Directory, StringRef &FileName,
|
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 253 GCOVLines &getFile(StringRef Filename) { function in class:__anon13437::GCOVBlock 563 GCOVLines &Lines = Block.getFile(SP->getFilename());
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
H A D | DebugInfo.h | 257 DIFile getFile() const { return getFieldAs<DIFile>(3); } function in class:llvm::DIType
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 196 GCOVLines &getFile(StringRef Filename) { function in class:__anon20201::GCOVBlock 400 GCOVLines &Lines = Block.getFile(SP.getFilename());
|
/external/clang/include/clang/Basic/ |
H A D | SourceManager.h | 408 const FileInfo &getFile() const { function in class:clang::SrcMgr::SLocEntry 906 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc, 920 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, 932 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache(); 941 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache(); 962 return Entry.getFile().NumCreatedFIDs; 973 assert(Entry.getFile().NumCreatedFIDs == 0 && "Already set!"); 974 const_cast<SrcMgr::FileInfo &>(Entry.getFile()).NumCreatedFIDs = NumFIDs; 1036 return Entry.getFile().getIncludeLoc();
|
/external/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 407 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } function in class:llvm::DIScope 493 if (auto *F = getFile()) 499 if (auto *F = getFile()) 696 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(), 814 return getTemporary(getContext(), getTag(), getName(), getFile(), getLine(), 1038 getContext(), getSourceLanguage(), getFile(), getProducer(), 1222 DIFile *getFile() const { return getScope()->getFile(); } function in class:llvm::DICompileUnit::DILocation 1247 /// FIXME: Change the getFilename() check to getFile() (or add one for 1346 getContext(), getScope(), getName(), getLinkageName(), getFile(), 1825 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } function in class:llvm::DICompileUnit::DIVariable 2443 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); } function in class:llvm::DICompileUnit::DIMacroFile [all...] |
/external/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 136 uint64_t getFile() const { return File; } function in class:llvm::sys::fs::UniqueID
|
/external/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 331 unsigned MCDwarfLineTable::getFile(StringRef &Directory, StringRef &FileName, function in class:MCDwarfLineTable 333 return Header.getFile(Directory, FileName, FileNumber); 336 unsigned MCDwarfLineTableHeader::getFile(StringRef &Directory, function in class:MCDwarfLineTableHeader
|