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

1 2 3 4 5 6 7 8 9

  /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/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...]
  /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;
  /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/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);
PthreadLockChecker.cpp 148 BugReport *report = new BugReport(*BT_doublelock,
151 report->addRange(CE->getArg(0)->getSourceRange());
152 C.emitReport(report);
211 BugReport *Report = new BugReport(*BT_doubleunlock,
214 Report->addRange(CE->getArg(0)->getSourceRange());
215 C.emitReport(Report);
235 BugReport *report = new BugReport(*BT_lor,
240 report->addRange(CE->getArg(0)->getSourceRange());
241 C.emitReport(report);
282 BugReport *Report = new BugReport(*BT_destroylock, Message, N)
    [all...]
ReturnUndefChecker.cpp 87 BugReport *Report = new BugReport(BT, BT.getDescription(), N);
89 Report->addRange(RetE->getSourceRange());
90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report);
92 C.emitReport(Report);
114 // The return value is known to be null. Emit a bug report.
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/doclava/test/doclava/
ApiCheckTest.java 23 import com.google.doclava.apicheck.ApiCheck.Report;
43 Report report = apiCheck.checkApi(args); local
44 assertEquals(report.errors().size(), 0);
50 Report report = apiCheck.checkApi(args); local
51 assertEquals(1, report.errors().size());
52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error());
58 Report report = apiCheck.checkApi(args) local
72 Report report = apiCheck.checkApi(args); local
85 Report report = apiCheck.checkApi(args); local
93 Report report = apiCheck.checkApi(args); local
101 Report report = apiCheck.checkApi(args); local
109 Report report = apiCheck.checkApi(args); local
116 Report report = apiCheck.checkApi(args); local
123 Report report = apiCheck.checkApi(args); local
131 Report report = apiCheck.checkApi(args); local
139 Report report = apiCheck.checkApi(args); local
147 Report report = apiCheck.checkApi(args); local
155 Report report = apiCheck.checkApi(args); local
163 Report report = apiCheck.checkApi(args); local
171 Report report = apiCheck.checkApi(args); local
179 Report report = apiCheck.checkApi(args); local
187 Report report = apiCheck.checkApi(args); local
195 Report report = apiCheck.checkApi(args); local
203 Report report = apiCheck.checkApi(args); local
211 Report report = apiCheck.checkApi(args); local
219 Report report = apiCheck.checkApi(args); local
227 Report report = apiCheck.checkApi(args); local
235 Report report = apiCheck.checkApi(args); local
243 Report report = apiCheck.checkApi(args); local
251 Report report = apiCheck.checkApi(args); local
259 Report report = apiCheck.checkApi(args); local
267 Report report = apiCheck.checkApi(args); local
275 Report report = apiCheck.checkApi(args); local
283 Report report = apiCheck.checkApi(args); local
291 Report report = apiCheck.checkApi(args); local
298 Report report = apiCheck.checkApi(args); local
306 Report report = apiCheck.checkApi(args); local
314 Report report = apiCheck.checkApi(args); local
322 Report report = apiCheck.checkApi(args); local
330 Report report = apiCheck.checkApi(args); local
338 Report report = apiCheck.checkApi(args); local
346 Report report = apiCheck.checkApi(args); local
354 Report report = apiCheck.checkApi(args); local
362 Report report = apiCheck.checkApi(args); local
370 Report report = apiCheck.checkApi(args); local
378 Report report = apiCheck.checkApi(args); local
386 Report report = apiCheck.checkApi(args); local
394 Report report = apiCheck.checkApi(args); local
402 Report report = apiCheck.checkApi(args); local
410 Report report = apiCheck.checkApi(args); local
418 Report report = apiCheck.checkApi(args); local
    [all...]
  /external/clang/lib/Basic/
Warnings.cpp 38 Diags.Report(isPositive? diag::warn_unknown_warning_option_suggest :
42 Diags.Report(isPositive? diag::warn_unknown_warning_option :
83 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) {
84 bool SetDiagnostic = (Report == 0);
140 if (Report)
141 Diags.Report(diag::warn_unknown_warning_specifier)
168 if (Report)
169 Diags.Report(diag::warn_unknown_warning_specifier
    [all...]
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 51 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Error, "%0"))
54 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Warning, "%0"))
57 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Remark, "%0"))
60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0"))
CreateInvocationFromCommandLine.cpp 70 Diags->Report(diag::err_fe_expected_compiler_job) << OS.str();
76 Diags->Report(diag::err_fe_expected_clang_command);
  /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...]
rs_cc_options.cpp 95 DiagEngine.Report(clang::diag::err_drv_missing_argument)
107 DiagEngine.Report(clang::diag::err_drv_unknown_argument)
165 DiagEngine.Report(clang::diag::err_drv_argument_not_allowed_with)
185 DiagEngine.Report(clang::diag::err_drv_invalid_value)
208 DiagEngine.Report(DiagEngine.getCustomDiagID(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hidpi.h 293 * IN PCHAR Report,
311 * IN PCHAR Report,
334 PCHAR Report,
365 PCHAR Report,
402 PCHAR Report,
414 PCHAR Report,
427 PCHAR Report,
441 PCHAR Report,
466 PCHAR Report,
507 * IN OUT PCHAR Report,
    [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/tools/clang/plugins/
FindBadConstructsConsumer.cpp 152 diagnostic().Report(iter->getLocation(), diag_bad_enum_last_value_);
267 diagnostic().Report(full_loc, diag_method_requires_virtual_)
329 diagnostic().Report(token_end, diag_method_requires_override_)
332 diagnostic().Report(loc, diag_method_requires_override_);
522 diagnostic().Report(it->Base->getLocStart(), diag_note_inheritance_)
569 diagnostic().Report(loc, DiagnosticForIssue(issue));
577 diagnostic().Report(loc, diag_protected_non_virtual_dtor_);
628 diagnostic().Report(record_location, diag_no_explicit_dtor_);
630 diagnostic().Report(loc, diag_note_implicit_dtor_) << problem_record;
633 diagnostic().Report(record_location, diag_public_dtor_)
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 95 diags->Report(diag::warn_incompatible_analyzer_plugin_api)
97 diags->Report(diag::note_incompatible_analyzer_plugin_api)
122 diags.Report(diag::err_unknown_analyzer_checker)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.cc 31 Report("%s: too many called_from_lib suppressions (max: %d)\n",
71 Report("%s: called_from_lib suppression '%s' is matched against"
92 Report("%s: library '%s' that was matched against called_from_lib"
sanitizer_posix.cc 61 // Uname may report misleading results if personality type
111 // The Report() and CHECK calls below may call mmap recursively and fail.
117 Report("ERROR: %s failed to "
131 Report("ERROR: %s failed to deallocate 0x%zx (%zd) bytes at address %p\n",
147 Report("ERROR: %s failed to "
165 Report("ERROR: %s failed to "
181 Report("ERROR: %s failed to "
249 Report("Process memory map follows:\n");
254 Report("End of process memory map.\n");
300 Report("ERROR: Can't open file: %s\n", report_path_full.data())
    [all...]
  /external/chromium_org/components/rappor/
rappor_service_unittest.cc 48 const RapporReports::Report& report = reports.report(0); local
49 EXPECT_TRUE(report.name_hash());
50 EXPECT_EQ(16u, report.bits().size());
  /external/clang/lib/Lex/
ModuleMap.cpp 62 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified)
73 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified)
288 Diags.Report(FilenameLoc, diag::error_use_of_private_header_outside_module)
295 Diags.Report(FilenameLoc, diag::error_undeclared_use_of_module)
306 Diags.Report(FilenameLoc, diag::error_undeclared_use_of_module)
312 Diags.Report(FilenameLoc, DiagID) << RequestingModule->getFullModuleName();
415 // If a header corresponds to an unavailable module, don't report
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 155 Diags.Report(diag::err_fe_cannot_link_module)
315 // If this problem has clang-level source location information, report the
319 Diags.Report(LocCookie, DiagID).AddString(Message);
322 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here);
335 // Otherwise, report the backend issue as occurring in the generated .s file.
336 // If Loc is invalid, we still need to report the issue, it just gets no
338 Diags.Report(Loc, DiagID).AddString(Message);
383 // If this problem has clang-level source location information, report the
389 Diags.Report(LocCookie, DiagID).AddString(Message);
391 // Otherwise, report the backend diagnostic as occurring in the generate
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 167 Diags.Report(diag::err_drv_missing_argument)
176 Diags.Report(diag::err_drv_unknown_argument) << (*it)->getAsString(*Args);
217 Diags.Report(diag::err_drv_unknown_argument) << A->getAsString(*Args);
232 Diags.Report(diag::err_drv_invalid_value)
270 Diags.Report(diag::err_fe_unable_to_open_output)
285 return Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
292 return Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;
396 Failed = Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
417 Diags.Report(diag::err_fe_error_backend) << Message;

Completed in 473 milliseconds

1 2 3 4 5 6 7 8 9