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

12

/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/webkit/Source/WebCore/bindings/js/
H A DJSDirectoryEntryCustom.cpp48 JSValue JSDirectoryEntry::getFile(ExecState* exec) function in class:WebCore::JSDirectoryEntry
57 imp->getFile(path);
90 imp->getFile(path, flags, successCallback, errorCallback);
H A DJSDirectoryEntrySyncCustom.cpp65 JSValue JSDirectoryEntrySync::getFile(ExecState* exec) function in class:WebCore::JSDirectoryEntrySync
77 JSC::JSValue result = toJS(exec, this->globalObject(), WTF::getPtr(imp->getFile(path, flags, ec)));
/external/webkit/Source/WebCore/fileapi/
H A DDirectoryEntry.cpp54 void DirectoryEntry::getFile(const String& path, PassRefPtr<WebKitFlags> flags, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallbackRef) function in class:WebCore::DirectoryEntry
57 if (!m_fileSystem->getFile(this, path, flags, successCallback, errorCallback))
H A DDirectoryEntrySync.cpp54 PassRefPtr<FileEntrySync> DirectoryEntrySync::getFile(const String& path, PassRefPtr<WebKitFlags> flags, ExceptionCode& ec) function in class:WebCore::DirectoryEntrySync
58 if (!m_fileSystem->getFile(this, path, flags, helper.successCallback(), helper.errorCallback())) {
H A DDOMFileSystemBase.cpp208 bool DOMFileSystemBase::getFile(const EntryBase* base, const String& path, PassRefPtr<WebKitFlags> flags, PassRefPtr<EntryCallback> successCallback, PassRefPtr<ErrorCallback> errorCallback) function in class:WebCore::DOMFileSystemBase
/external/guava/guava/src/com/google/common/io/
H A DFileBackedOutputStream.java63 @VisibleForTesting synchronized File getFile() { method in class:FileBackedOutputStream
/external/proguard/src/proguard/
H A DClassPathEntry.java72 public File getFile() method in class:ClassPathEntry
/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.h194 const FileEntry *getFile() const { return Data.getPointer(); } function in class:clang::VerifyDiagnosticConsumer::UnparsedFileStatus
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DVideoRecorderAppState.java59 public File getFile() { method in class:VideoRecorderAppState
/external/llvm/lib/Support/
H A DMemoryBuffer.cpp162 return getFile(Filename, result, FileSize);
170 return getFile(Filename, result, FileSize);
174 // MemoryBuffer::getFile implementation.
204 error_code MemoryBuffer::getFile(StringRef Filename, function in class:MemoryBuffer
210 return MemoryBuffer::getFile(PathBuf.c_str(), result, FileSize,
214 error_code MemoryBuffer::getFile(const char *Filename, function in class:MemoryBuffer
/external/clang/lib/Basic/
H A DFileManager.cpp102 /// getFile - Return an existing FileEntry with the given name if
105 FileEntry &getFile(const char *Name, const struct stat & /*StatBuf*/) { function in class:FileManager::UniqueFileContainer
151 /// getFile - Return an existing FileEntry with the given ID's if
154 FileEntry &getFile(const char * /*Name*/, const struct stat &StatBuf) { function in class:FileManager::UniqueFileContainer
330 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, function in class:FileManager
387 FileEntry &UFE = UniqueRealFiles.getFile(InterndFileName, StatBuf);
450 UFE = &UniqueRealFiles.getFile(InterndFileName, StatBuf);
521 ec = llvm::MemoryBuffer::getFile(Filename, Result, FileSize);
529 ec = llvm::MemoryBuffer::getFile(FilePath.str(), Result, FileSize);
540 ec = llvm::MemoryBuffer::getFile(Filenam
[all...]
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h250 const FileEntry *getFile() const { return File; } function in class:clang::InclusionDirective
/external/llvm/include/llvm/
H A DDebugInfo.h260 DIFile getFile() const { return getFieldAs<DIFile>(3); } function in class:llvm::DIType
763 DIFile getFile() const { return getFieldAs<DIFile>(2); } function in class:llvm::DIObjCProperty
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp200 GCOVLines &getFile(StringRef Filename) { function in class:__anon9071::GCOVBlock
408 GCOVLines &Lines = Block.getFile(SP.getFilename());
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DDescriptors.java118 result.getFile() == this) {
142 result.getFile() == this) {
166 result.getFile() == this) {
189 result.getFile() == this) {
449 public FileDescriptor getFile() { return file; } method in class:Descriptors.Descriptor
667 public FileDescriptor getFile() { return file; } method in class:Descriptors.FieldDescriptor
1161 public FileDescriptor getFile() { return file; } method in class:Descriptors.EnumDescriptor
1276 public FileDescriptor getFile() { return file; } method in class:Descriptors.EnumValueDescriptor
1337 public FileDescriptor getFile() { return file; } method in class:Descriptors.ServiceDescriptor
1427 public FileDescriptor getFile() { retur method in class:Descriptors.MethodDescriptor
1516 FileDescriptor getFile(); method in interface:Descriptors.GenericDescriptor
1742 public FileDescriptor getFile() { return file; } method in class:Descriptors.DescriptorPool.PackageDescriptor
[all...]
/external/clang/include/clang/Basic/
H A DSourceManager.h396 const FileInfo &getFile() const { function in class:clang::SrcMgr::SLocEntry
828 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
842 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
854 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
863 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();
884 return Entry.getFile().NumCreatedFIDs;
895 assert(Entry.getFile().NumCreatedFIDs == 0 && "Already set!");
896 const_cast<SrcMgr::FileInfo &>(Entry.getFile()).NumCreatedFIDs = NumFIDs;
958 return Entry.getFile().getIncludeLoc();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 474 milliseconds

12