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

1234

/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/jetty/src/java/org/eclipse/jetty/util/resource/
H A DJarResource.java107 public File getFile() method in class:JarResource
H A DBadResource.java81 public File getFile() method in class:BadResource
H A DFileResource.java104 _file = new File("//"+uri.getAuthority()+URIUtil.decodePath(url.getFile()));
113 _file = new File(perm==null?url.getFile():perm.getName());
274 public File getFile() method in class:FileResource
391 IO.copyDir(getFile(),destination);
397 IO.copy(getFile(),destination);
H A DResourceCollection.java302 public File getFile() throws IOException method in class:ResourceCollection
309 File f = r.getFile();
H A DURLResource.java171 public File getFile() method in class:URLResource
183 try {return new File(_url.getFile());}
H A DResource.java372 public abstract File getFile() method in class:Resource
/external/guava/guava/src/com/google/common/io/
H A DFileBackedOutputStream.java63 @VisibleForTesting synchronized File getFile() { method in class:FileBackedOutputStream
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DSection.java88 public final DexFile getFile() { method in class:Section
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
H A Dhelpbase-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/help/ org/eclipse/help/internal/ ...
/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.h109 StringRef getFile() const { function in class:clang::FrontendInputFile
/external/clang/lib/Basic/
H A DFileManager.cpp213 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/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp97 unsigned getFile(StringRef Name) { function in struct:__anon12780::CoverageMappingTest
108 CounterMappingRegion::makeRegion(C, getFile(File), LS, CS, LE, CE));
114 getFile(File), getFile(ExpandedFile), LS, CS, LE, CE));
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_inlines.h133 DataFile ValueRef::getFile() const function in class:ValueRef
155 DataFile ValueDef::getFile() const function in class:ValueDef
H A Dnv50_ir_from_tgsi.cpp73 uint getFile() const { return reg.File; } function in class:tgsi::Instruction::SrcRegister
125 uint getFile() const { return reg.File; } function in class:tgsi::Instruction::DstRegister
947 insn.getSrc(0).getFile() == TGSI_FILE_INPUT;
955 if (insn.getDst(0).getFile() == TGSI_FILE_OUTPUT) {
970 if (insn.getDst(0).getFile() == TGSI_FILE_TEMPORARY) {
978 if (src.getFile() == TGSI_FILE_TEMPORARY)
981 if (src.getFile() != TGSI_FILE_INPUT)
1006 switch (getSrc(s).getFile()) {
1140 return makeSym(src.getFile(),
1149 return makeSym(dst.getFile(),
[all...]
/external/proguard/src/proguard/
H A DClassPathEntry.java96 public File getFile() method in class:ClassPathEntry
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h254 const FileEntry *getFile() const { return File; } function in class:clang::InclusionDirective
/external/jetty/src/java/org/eclipse/jetty/util/
H A DMultiPartInputStream.java314 public File getFile () method in class:MultiPartInputStream.MultiPart
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp172 return getFile(Filename, FileSize, RequiresNullTerminator);
183 // MemoryBuffer::getFile implementation.
248 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.h206 unsigned getFile(StringRef &Directory, StringRef &FileName,
221 unsigned getFile(StringRef Directory, StringRef FileName) { function in class:llvm::MCDwarfDwoLineTable
222 return Header.getFile(Directory, FileName);
238 unsigned getFile(StringRef &Directory, StringRef &FileName,

Completed in 771 milliseconds

1234