HomeSort by relevance Sort by last modified time
    Searched defs:BugReport (Results 1 - 17 of 17) 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/share/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
Reporter.py 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters']
16 class BugReport:
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 43 class BugReport;
55 class BugReport : public llvm::ilist_node<BugReport> {
146 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode)
150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc,
156 BugReport(BugType &bt, StringRef desc, PathDiagnosticLocation l)
160 /// \brief Create a BugReport with a custom uniqueing location.
167 BugReport(BugType& bt, StringRef desc, const ExplodedNode *errornode,
175 virtual ~BugReport();
191 /// when generating a PathDiagnostic from this BugReport
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java 204 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled());
210 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled());
242 class BugReport {
361 private final LimitedCircularArray<BugReport> mLastAlerts =
362 new LimitedCircularArray<BugReport>(MAX_ALERT_REPORTS);
363 private final LimitedCircularArray<BugReport> mLastBugReports =
364 new LimitedCircularArray<BugReport>(MAX_BUG_REPORTS);
511 private BugReport captureBugreport(int errorCode, boolean captureFWDump) {
512 BugReport report = new BugReport();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 156 static bool removeUnneededCalls(PathPieces &pieces, BugReport *R,
310 class NodeMapClosure : public BugReport::NodeResolver {
321 BugReport *R;
328 BugReport *r, InterExplodedGraphMap &Backmap,
339 BugReport *getBugReport() { return R; }
511 BugReport *R = PDB.getBugReport();
868 BugReport *R = PDB.getBugReport();
    [all...]

Completed in 1793 milliseconds