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

123

/external/apache-http/android/src/com/android/internal/http/multipart/
H A DPartSource.java59 String getFileName(); method in interface:PartSource
H A DByteArrayPartSource.java73 * @see PartSource#getFileName()
75 public String getFileName() { method in class:ByteArrayPartSource
H A DFilePartSource.java111 * @see PartSource#getFileName()
113 public String getFileName() { method in class:FilePartSource
/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/DebugInfo/PDB/DIA/
H A DDIASourceFile.cpp21 std::string DIASourceFile::getFileName() const { function in class:DIASourceFile
/external/llvm/lib/Object/
H A DBinary.cpp35 StringRef Binary::getFileName() const { return Data.getBufferIdentifier(); } 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/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/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DMappingFileProvider.java154 String getFileName(int countryCallingCode, String language, String script, String region) { method in class:MappingFileProvider
/external/clang/lib/Lex/
H A DHeaderMap.cpp114 /// getFileName - Return the filename of the headermap.
115 const char *HeaderMap::getFileName() const { function in class:HeaderMap
182 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.h232 const char *getFileName() const { return FileName; } function in class:llvm::DiagnosticInfoSampleProfile
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h243 StringRef getFileName() const { return FileName; } function in class:clang::InclusionDirective

Completed in 8872 milliseconds

123