HomeSort by relevance Sort by last modified time
    Searched refs:getBugReport (Results 1 - 5 of 5) sorted by null

  /cts/common/util/src/com/android/compatibility/common/util/
ITestResult.java 79 String getBugReport();
TestResult.java 127 public String getBugReport() {
ResultHandler.java 340 String bugreport = r.getBugReport();
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 288 assertNull("Unexpected bugreport", moduleATest1.getBugReport());
310 assertEquals("Incorrect bugreport", BUG_REPORT, moduleBTest3.getBugReport());
319 assertNull("Unexpected bugreport", moduleBTest4.getBugReport());
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 339 BugReport *getBugReport() { return R; }
511 BugReport *R = PDB.getBugReport();
868 BugReport *R = PDB.getBugReport();
878 if (!PDB.getBugReport()->isValid())
    [all...]

Completed in 54 milliseconds