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

12

/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.cpp41 StringRef Binary::getFileName() const { function in class:Binary
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
H A DSpiEngUtils.java61 public static String getFileName(String dir, String name) { method in class:SpiEngUtils
/external/llvm/include/llvm/Analysis/
H A DProfileInfoLoader.h47 const std::string &getFileName() const { return Filename; } function in class:llvm::ProfileInfoLoader
H A DProfileDataLoader.h127 const std::string &getFileName() const { return Filename; } function in class:llvm::ProfileDataLoader
/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/llvm/include/llvm/DebugInfo/
H A DDIContext.h47 const char *getFileName() { return FileName.c_str(); } function in class:llvm::DILineInfo
/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/geocoding/
H A DMappingFileProvider.java154 String getFileName(int countryCallingCode, String language, String script, String region) { method in class:MappingFileProvider
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptExterns.js179 CallSite.prototype.getFileName = function() { }
/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/clang/include/clang/Lex/
H A DPreprocessingRecord.h242 StringRef getFileName() const { return FileName; } function in class:clang::InclusionDirective
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java571 public String getFileName() { method in class:Grammar
638 lexer.setFileName(this.getFileName());
641 parser.setFileName(this.getFileName());
671 setFileName(lexer.getFileName()); // the lexer #src might change name
673 ErrorManager.error(ErrorManager.MSG_NO_RULES, getFileName());
1577 buf.append(getFileName());

Completed in 368 milliseconds

12