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

  /cts/suite/audio_quality/lib/include/
Report.h 25 * Class to generate report
27 class Report: public FileUtil {
30 * returns static instance of Report
31 * report without dir name, for the 1st call, will only print to stdout.
34 static Report* Instance(const char* dirName = NULL);
35 // should be called before finishing to flush the report to file system
43 Report();
44 ~Report();
50 static Report* mInstance;
  /cts/suite/audio_quality/lib/src/
Report.cpp 20 #include "Report.h"
23 Report* Report::mInstance = NULL;
25 Report* Report::Instance(const char* dirName)
28 mInstance = new Report();
33 void Report::Finalize()
40 Report::Report()
45 Report::~Report(
55 android::String8 report; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 80 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when "
82 Report->addRange(msg.getSourceRange());
83 C.EmitReport(Report);
DeadStoresChecker.cpp 108 void Report(const VarDecl *V, DeadStoreKind dsk,
142 // Don't report issues in this case, e.g.: "if (x = foo())",
167 Report(VD, dsk, ExLoc, Val->getSourceRange());
322 Report(V, DeadInit, Loc, E->getSourceRange());
MacOSKeychainAPIChecker.cpp 261 // Report deallocator mismatch. Remove the region from tracking - reporting a
281 BugReport *Report = new BugReport(*BT, os.str(), N);
282 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
283 Report->addRange(ArgExpr->getSourceRange());
284 markInteresting(Report, AP);
285 C.EmitReport(Report);
318 BugReport *Report = new BugReport(*BT, os.str(), N);
319 Report->addVisitor(new SecKeychainBugVisitor(V));
320 Report->addRange(ArgExpr->getSourceRange());
321 Report->markInteresting(AS->Region)
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 67 Report report = acheck.checkApi(originalArgs); local
69 Errors.printErrors(report.errors());
70 System.exit(report.code);
77 public Report checkApi(String[] originalArgs) {
99 return new Report(2, Errors.getErrors());
113 return new Report(1, Errors.getErrors());
121 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
201 public class Report {
205 private Report(int code, Set<ErrorMessage> errors)
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 132 Report(DelayedDiagID) << DelayedDiagArg1 << DelayedDiagArg2;
352 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
  /external/valgrind/tsan/
ts_util.cc 157 void Report(const char *format, ...) {
220 Report("INFO: reading %s for %ld'th time\n", path, counter);
457 Report("WARNING: can not open file %s\n", file_name.c_str());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 

Completed in 1077 milliseconds