Searched defs:getFile (Results 1 - 25 of 74) sorted by relevance

123

/external/proguard/src/proguard/io/
H A DDirectoryWriter.java67 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 DMemoryMultiReportOutput.java77 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 DFileBackedOutputStream.java63 @VisibleForTesting synchronized File getFile() { method in class:FileBackedOutputStream
/external/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h236 const FileEntry *getFile() const { return Data.getPointer(); } function in class:clang::VerifyDiagnosticConsumer::UnparsedFileStatus
H A DFrontendOptions.h111 StringRef getFile() const { function in class:clang::FrontendInputFile
/external/clang/lib/Basic/
H A DFileManager.cpp212 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, function in class:FileManager
/external/guava/guava-tests/test/com/google/common/io/
H A DSourceSinkFactories.java256 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 DClassPathEntry.java96 public File getFile() method in class:ClassPathEntry
/external/swiftshader/third_party/LLVM/lib/Support/
H A DMemoryBuffer.cpp163 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 DPreprocessingRecord.h254 const FileEntry *getFile() const { return File; } function in class:clang::InclusionDirective
/external/llvm/lib/Object/
H A DArchiveWriter.cpp58 Expected<NewArchiveMember> NewArchiveMember::getFile(StringRef FileName, function in class:NewArchiveMember
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp176 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 Dnv50_ir_inlines.h165 DataFile ValueRef::getFile() const function in class:ValueRef
187 DataFile ValueDef::getFile() const function in class:ValueDef
H A Dnv50_ir_from_tgsi.cpp81 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 DMemoryBuffer.cpp176 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 DDiskLruCache.java688 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 DModule.h85 const FileEntry *getFile() const { return Val.getPointer(); } function in class:clang::serialization::InputFile
/external/llvm/include/llvm/MC/
H A DMCDwarf.h204 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 DGCOVProfiling.cpp253 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 DDebugInfo.h257 DIFile getFile() const { return getFieldAs<DIFile>(3); } function in class:llvm::DIType
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp196 GCOVLines &getFile(StringRef Filename) { function in class:__anon20201::GCOVBlock
400 GCOVLines &Lines = Block.getFile(SP.getFilename());
/external/clang/include/clang/Basic/
H A DSourceManager.h408 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 DDebugInfoMetadata.h407 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 DFileSystem.h136 uint64_t getFile() const { return File; } function in class:llvm::sys::fs::UniqueID
/external/llvm/lib/MC/
H A DMCDwarf.cpp331 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

Completed in 3890 milliseconds

123