HomeSort by relevance Sort by last modified time
    Searched defs:BugReport (Results 1 - 4 of 4) sorted by null

  /development/testrunner/
adb_interface.py 93 def BugReport(self, path):
94 """Dumps adb bugreport to the file specified by the path.
97 path: Path of the file where adb bugreport is dumped to.
99 bug_output = self.SendShellCommand("bugreport", timeout_time=60)
  /external/clang/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 40 class BugReport;
52 class BugReport : public llvm::ilist_node<BugReport> {
106 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
110 BugReport(BugType& bt, StringRef shortDesc, StringRef desc,
115 BugReport(BugType& bt, StringRef desc, PathDiagnosticLocation l)
119 /// \brief Create a BugReport with a custom uniqueing location.
126 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
132 virtual ~BugReport();
190 /// They should be at the same source code line as the BugReport location
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 174 class NodeMapClosure : public BugReport::NodeResolver {
187 BugReport *R;
195 BugReport *r, NodeBackMap *Backmap,
206 BugReport *getBugReport() { return R; }
715 BugReport *R = PDB.getBugReport();
    [all...]

Completed in 238 milliseconds