Searched defs:getFile (Results 1 - 25 of 63) sorted by path

123

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystemBase.cpp343 void DOMFileSystemBase::getFile(const EntryBase* entry, const String& path, const FileSystemFlags& flags, EntryCallback* successCallback, ErrorCallback* errorCallback, SynchronousType synchronousType) function in class:blink::DOMFileSystemBase
H A DDirectoryEntry.cpp52 void DirectoryEntry::getFile(const String& path, const Dictionary& options, EntryCallback* successCallback, ErrorCallback* errorCallback) function in class:blink::DirectoryEntry
55 m_fileSystem->getFile(this, path, flags, successCallback, errorCallback);
H A DDirectoryEntrySync.cpp53 FileEntrySync* DirectoryEntrySync::getFile(const String& path, const Dictionary& options, ExceptionState& exceptionState) function in class:blink::DirectoryEntrySync
57 m_fileSystem->getFile(this, path, flags, helper->successCallback(), helper->errorCallback(), DOMFileSystemBase::Synchronous);
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
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...]
H A Dnv50_ir_inlines.h133 DataFile ValueRef::getFile() const function in class:ValueRef
155 DataFile ValueDef::getFile() const function in class:ValueDef
/external/chromium_org/ui/file_manager/gallery/js/
H A Dgallery_item.js219 dirEntry.getFile(name + ext, {create: false, exclusive: false},
285 var getFile = function(dir, newFile) {
286 dir.getFile(name, {create: newFile, exclusive: newFile},
299 dir.getFile(name, {create: false, exclusive: false},
300 getFile.bind(null, dir, false /* existing file */),
301 getFile.bind(null, dir, true /* create new file */));
346 var existingFilePromise = new Promise(parentDirectory.getFile.bind(
/external/clang/include/clang/Basic/
H A DSourceManager.h416 const FileInfo &getFile() const { function in class:clang::SrcMgr::SLocEntry
883 return Entry.getFile().getContentCache()->getBuffer(Diag, *this, Loc,
897 return Entry.getFile().getContentCache()->getBuffer(Diag, *this,
909 const SrcMgr::ContentCache *Content = Entry.getFile().getContentCache();
918 const SrcMgr::ContentCache *Content = sloc.getFile().getContentCache();
939 return Entry.getFile().NumCreatedFIDs;
950 assert(Entry.getFile().NumCreatedFIDs == 0 && "Already set!");
951 const_cast<SrcMgr::FileInfo &>(Entry.getFile()).NumCreatedFIDs = NumFIDs;
1013 return Entry.getFile().getIncludeLoc();
/external/clang/include/clang/Frontend/
H A DFrontendOptions.h107 StringRef getFile() const { function in class:clang::FrontendInputFile
H A DVerifyDiagnosticConsumer.h235 const FileEntry *getFile() const { return Data.getPointer(); } function in class:clang::VerifyDiagnosticConsumer::UnparsedFileStatus
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h254 const FileEntry *getFile() const { return File; } function in class:clang::InclusionDirective
/external/clang/include/clang/Serialization/
H A DModule.h93 const FileEntry *getFile() const { return Val.getPointer(); } function in class:clang::serialization::InputFile
/external/clang/lib/Basic/
H A DFileManager.cpp216 const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, function in class:FileManager
/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/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/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.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.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4060 milliseconds

123