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

  /cts/suite/audio_quality/lib/include/
Report.h 28 * Class to generate report
30 class Report: public FileUtil {
33 * returns static instance of Report
34 * report without dir name, for the 1st call, will only print to stdout.
37 static Report* Instance(const char* dirName = NULL);
38 // should be called before finishing to flush the report to file system
46 Report();
47 ~Report();
56 static Report* mInstance;
  /cts/suite/audio_quality/lib/src/
Report.cpp 20 #include "Report.h"
24 Report* Report::mInstance = NULL;
26 Report* Report::Instance(const char* dirName)
29 mInstance = new Report();
34 void Report::Finalize()
41 Report::Report()
46 Report::~Report(
58 android::String8 report; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when "
73 Report->addRange(msg.getSourceRange());
74 C.emitReport(Report);
DeadStoresChecker.cpp 159 void Report(const VarDecl *V, DeadStoreKind dsk,
193 // Don't report issues in this case, e.g.: "if (x = foo())",
218 Report(VD, dsk, ExLoc, Val->getSourceRange());
373 Report(V, DeadInit, Loc, E->getSourceRange());
MacOSKeychainAPIChecker.cpp 251 // Report deallocator mismatch. Remove the region from tracking - reporting a
271 BugReport *Report = new BugReport(*BT, os.str(), N);
272 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
273 Report->addRange(ArgExpr->getSourceRange());
274 markInteresting(Report, AP);
275 C.emitReport(Report);
312 BugReport *Report = new BugReport(*BT, os.str(), N);
313 Report->addVisitor(new SecKeychainBugVisitor(V));
314 Report->addRange(ArgExpr->getSourceRange());
315 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 136 Report(DelayedDiagID) << DelayedDiagArg1 << DelayedDiagArg2;
354 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
    [all...]
  /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 244 milliseconds