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

  /external/pdfium/fpdfsdk/src/javascript/
report.cpp 12 #include "../../include/javascript/report.h"
14 /* ---------------------- report ---------------------- */
27 IMPLEMENT_JS_CLASS(CJS_Report, Report)
29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject)
34 Report::~Report()
39 FX_BOOL Report::writeText(OBJ_METHOD_PARAMS)
45 FX_BOOL Report::save(OBJ_METHOD_PARAMS)
  /external/pdfium/fpdfsdk/include/javascript/
report.h 10 class Report : public CJS_EmbedObj
13 Report(CJS_Object * pJSObject);
14 virtual ~Report();
30 JS_STATIC_METHOD(save, Report)
31 JS_STATIC_METHOD(writeText, Report);
  /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 164 void Report(const VarDecl *V, DeadStoreKind dsk,
198 // Don't report issues in this case, e.g.: "if (x = foo())",
225 Report(VD, dsk, ExLoc, Val->getSourceRange());
381 Report(V, DeadInit, Loc, E->getSourceRange());
MacOSKeychainAPIChecker.cpp 252 // Report deallocator mismatch. Remove the region from tracking - reporting a
272 BugReport *Report = new BugReport(*BT, os.str(), N);
273 Report->addVisitor(new SecKeychainBugVisitor(AP.first));
274 Report->addRange(ArgExpr->getSourceRange());
275 markInteresting(Report, AP);
276 C.emitReport(Report);
313 BugReport *Report = new BugReport(*BT, os.str(), N);
314 Report->addVisitor(new SecKeychainBugVisitor(V));
315 Report->addRange(ArgExpr->getSourceRange());
316 Report->markInteresting(AS->Region)
    [all...]
  /external/chromium_org/chrome/browser/net/
evicted_domain_cookie_counter.cc 31 virtual void Report(
39 void DelegateImpl::Report(
201 cookie_counter_delegate_->Report(*it->second, current_time);
evicted_domain_cookie_counter_unittest.cc 38 virtual void Report(
99 void EvictedDomainCookieCounterTest::MockDelegate::Report(
  /external/chromium_org/content/renderer/media/crypto/
key_systems_support_uma.cc 26 void Report();
45 void OneTimeReporter::Report() {
59 void Report(bool has_type, bool is_supported);
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) {
80 call_reporter_.Report();
82 call_with_type_reporter_.Report();
87 support_reporter_.Report();
89 support_with_type_reporter_.Report();
106 reporter->Report(has_type, false);
114 reporter->Report(has_type, true)
    [all...]
  /external/chromium_org/tools/valgrind/
drmemory_analyze.py 22 def __init__(self, report, suppression, testcase):
23 self._report = report
29 # make sense in a multiprocess report.
45 output += "The report came from the `%s` test.\n" % self._testcase
117 report = "".join(self.ReadSection()).strip()
119 ret.append(DrMemoryError(report, suppression, testcase))
141 def Report(self, filenames, testcase, check_sanity):
154 # A similar report is about to be printed for this test.
157 # A similar report has already been printed in one of the prev tests.
175 for report in to_report
    [all...]
memcheck_analyze.py 134 # The most common way to see all three in one report is
277 output += "The report came from the `%s` test.\n" % self._testcase
410 in the report stacktraces
424 def Report(self, files, testcase, check_sanity=False):
425 '''Reads in a set of files and prints Memcheck report.
553 # We haven't seen such errors doing this report yet...
596 # Report tool's insanity even if there were errors.
631 return analyzer.Report(filenames, None)
tsan_analyze.py 125 result.append("The report came from the `%s` test.\n" % \
145 '''Parses a report file and returns a list of ThreadSanitizer reports.
149 filename: report filename.
212 # Make each line of each report a string.
216 def Report(self, files, testcase, check_sanity=False):
217 '''Reads in a set of files and prints ThreadSanitizer report.
237 logging.info("FAIL! Found %i report(s)" % len(reports))
238 for report in reports:
239 logging.info('\n' + report)
243 # Report tool's insanity even if there were errors
    [all...]
valgrind_test.py 483 return analyzer.Report(filenames, None, check_sanity)
499 print " Below is the report for valgrind wrapper PID=%d." % ppid
511 ret |= analyzer.Report(ppid_filenames, testcase_name)
519 print "and at the beginning of its Valgrind report."
786 ret = analyzer.Report(filenames, None, check_sanity)
    [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());
119 return new Report(1, Errors.getErrors());
131 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
211 public class Report {
215 private Report(int code, Set<ErrorMessage> errors)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_detector_impl.cc 163 void NetworkPortalDetectorImpl::DetectionAttemptCompletedReport::Report()
500 attempt_completed_report_.Report();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector2.cc 103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
392 return Report(pt, lt, npath); // Bingo!
405 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) {
  /external/clang/lib/Basic/
Diagnostic.cpp 134 Report(DelayedDiagID) << DelayedDiagArg1 << DelayedDiagArg2;
314 void DiagnosticsEngine::Report(const StoredDiagnostic &storedDiag) {
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 242 // Report an error or a warning to the user.
244 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level,
247 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
251 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level,
256 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
260 // Utility functions to report errors and warnings to make the calling code
264 return Report<N>(clang::DiagnosticsEngine::Error, Message);
270 return Report<N>(clang::DiagnosticsEngine::Error, Loc, Message);
275 return Report<N>(clang::DiagnosticsEngine::Warning, Message);
281 return Report<N>(clang::DiagnosticsEngine::Warning, Loc, Message)
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 239 void Report(const Slice& name) {
600 arg[0].thread->stats.Report(name);
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 214 class Report {
220 Report(Instruction *I = nullptr) : Out(Message), Instr(I) {
224 template <typename A> Report &operator<<(const A &Value) {
775 /// Report an analysis message to assist the user in diagnosing loops that are
777 void emitAnalysis(Report &Message) {
    [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 
  /prebuilts/sdk/tools/
jill.jar 

Completed in 363 milliseconds