Searched defs:getFileName (Results 1 - 25 of 54) sorted by relevance

123

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DPlatformStatus.java48 public String getFileName() { method in class:PlatformStatus
/external/javassist/src/main/javassist/bytecode/
H A DSourceFileAttribute.java55 public String getFileName() { method in class:SourceFileAttribute
68 return new SourceFileAttribute(newCp, getFileName());
/external/llvm/lib/Object/
H A DBinary.cpp37 StringRef Binary::getFileName() const { function in class:Binary
/external/fonttools/Lib/fontTools/misc/
H A DhomeResFile.py79 def getFileName(self): member in class:ParamBlock
88 return macfs.FSSpec((vRefNum, parID, self.getFileName()))
/external/fonttools/Tools/fontTools/misc/
H A DhomeResFile.py79 def getFileName(self): member in class:ParamBlock
88 return macfs.FSSpec((vRefNum, parID, self.getFileName()))
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferRequest.java55 public String getFileName() { method in class:FileTransferRequest
H A DFileTransfer.java96 public String getFileName() { method in class:FileTransfer
/external/emma/core/java12/com/vladium/util/
H A DFiles.java156 * Invariant: (getFileName (file) + getFileExtension (file)).equals (file.getName ()).
165 public static String getFileName (final File file) method in class:Files
177 * Invariant: (getFileName (file) + getFileExtension (file)).equals (file.getName ()).
/external/javassist/src/main/javassist/expr/
H A DCast.java55 public String getFileName() { method in class:Cast
56 return super.getFileName();
H A DHandler.java59 public String getFileName() { method in class:Handler
60 return super.getFileName();
H A DInstanceof.java57 public String getFileName() { method in class:Instanceof
58 return super.getFileName();
H A DMethodCall.java66 public String getFileName() { method in class:MethodCall
67 return super.getFileName();
H A DFieldAccess.java56 public String getFileName() { method in class:FieldAccess
57 return super.getFileName();
H A DNewArray.java59 public String getFileName() { method in class:NewArray
60 return super.getFileName();
H A DNewExpr.java75 public String getFileName() { method in class:NewExpr
76 return super.getFileName();
H A DExpr.java203 public String getFileName() { method in class:Expr
/external/clang/utils/analyzer/
H A DCmpRuns.py50 def getFileName(self): member in class:AnalysisDiagnostic
70 id = self.getFileName() + "+"
83 return '%s:%d:%d, %s: %s' % (self.getFileName(), self.getLine(),
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DMappingFileProvider.java154 String getFileName(int countryCallingCode, String language, String script, String region) { method in class:MappingFileProvider
/external/chromium_org/ui/file_manager/gallery/js/
H A Dgallery_item.js125 Gallery.Item.prototype.getFileName = function() {
177 var name = this.getFileName();
243 var name = this.getFileName();
/external/clang/lib/Lex/
H A DHeaderMap.cpp118 /// getFileName - Return the filename of the headermap.
119 const char *HeaderMap::getFileName() const { function in class:HeaderMap
186 getFileName(), NumBuckets,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DScenarioResults.java131 public String getFileName() { method in class:ScenarioResults
/external/lldb/examples/python/
H A Dpytracer.py63 def getFileName(self): member in class:CodeFancy
138 def getFileName(self): member in class:FrameFancy
139 return self.getCodeInformation().getFileName() if self.f != None else ""
215 print "running " + frame.getName() + " @ " + str(frame.getLineNumber()) + " locals are " + str(frame.getLocals()) + " in " + frame.getFileName()
232 if "Python.framework" in frame.getFileName():
238 if (frame.getCaller().getFileName() == ""):
255 if "Python.framework" in frame.getFileName():
259 if (frame.getCaller().getFileName() == ""):
267 strout = strout + " in " + frame.getFileName()
276 if "Python.framework" in frame.getFileName()
[all...]
/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h225 const char *getFileName() const { return FileName; } function in class:llvm::DiagnosticInfoSampleProfile
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDownloadInfo.java65 public String getFileName() { method in class:DownloadInfo
241 .setFileName(downloadInfo.getFileName())
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h242 StringRef getFileName() const { return FileName; } function in class:clang::InclusionDirective

Completed in 619 milliseconds

123