Searched refs:Report (Results 1 - 25 of 193) sorted by relevance

12345678

/external/pdfium/fpdfsdk/src/javascript/
H A Dreport.cpp27 IMPLEMENT_JS_CLASS(CJS_Report, Report)
29 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) function in class:Report
34 Report::~Report()
39 FX_BOOL Report::writeText(OBJ_METHOD_PARAMS)
45 FX_BOOL Report::save(OBJ_METHOD_PARAMS)
/external/pdfium/fpdfsdk/include/javascript/
H A Dreport.h10 class Report : public CJS_EmbedObj class in inherits:CJS_EmbedObj
13 Report(CJS_Object * pJSObject);
14 virtual ~Report();
30 JS_STATIC_METHOD(save, Report)
31 JS_STATIC_METHOD(writeText, Report);
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems_support_uma.cc26 void Report();
45 void OneTimeReporter::Report() { function in class:content::__anon7735::OneTimeReporter
59 void Report(bool has_type, bool is_supported);
79 void KeySystemsSupportUMA::Reporter::Report(bool has_type, bool is_supported) { function in class:content::KeySystemsSupportUMA::Reporter
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_typ
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp71 BugReport *Report = new BugReport(*BT, "Use -drain instead of -release when " local
73 Report->addRange(msg.getSourceRange());
74 C.emitReport(Report);
H A DPthreadLockChecker.cpp211 BugReport *Report = new BugReport(*BT_doubleunlock,
214 Report->addRange(CE->getArg(0)->getSourceRange());
215 C.emitReport(Report);
282 BugReport *Report = new BugReport(*BT_destroylock, Message, N);
283 Report->addRange(CE->getArg(0)->getSourceRange());
284 C.emitReport(Report);
317 BugReport *Report = new BugReport(*BT_initlock, Message, N);
318 Report->addRange(CE->getArg(0)->getSourceRange());
319 C.emitReport(Report);
330 BugReport *Report
[all...]
H A DReturnUndefChecker.cpp87 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);
H A DMacOSKeychainAPIChecker.cpp252 // Report deallocator mismatch. Remove the region from tracking - reporting a
272 BugReport *Report = new BugReport(*BT, os.str(), N); local
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); local
314 Report->addVisitor(new SecKeychainBugVisitor(V));
315 Report->addRange(ArgExpr->getSourceRange());
316 Report
365 BugReport *Report = new BugReport(*BT, local
431 BugReport *Report = new BugReport(*BT, local
540 BugReport *Report = new BugReport(*BT, os.str(), N, LocUsedForUniqueing, local
[all...]
/external/doclava/test/doclava/
H A DApiCheckTest.java23 import com.google.doclava.apicheck.ApiCheck.Report;
43 Report report = apiCheck.checkApi(args);
50 Report report = apiCheck.checkApi(args);
58 Report report = apiCheck.checkApi(args);
72 Report report = apiCheck.checkApi(args);
85 Report report = apiCheck.checkApi(args);
93 Report report = apiCheck.checkApi(args);
101 Report report = apiCheck.checkApi(args);
109 Report report = apiCheck.checkApi(args);
116 Report repor
[all...]
/external/clang/lib/Basic/
H A DWarnings.cpp38 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(dia
[all...]
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp51 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"))
H A DCreateInvocationFromCommandLine.cpp70 Diags->Report(diag::err_fe_expected_compiler_job) << OS.str();
76 Diags->Report(diag::err_fe_expected_clang_command);
H A DCompilerInvocation.cpp149 Diags.Report(diag::err_drv_invalid_value)
165 Diags.Report(diag::err_drv_invalid_value)
181 Diags.Report(diag::err_drv_invalid_value)
197 Diags.Report(diag::err_drv_invalid_value)
213 Diags.Report(diag::err_drv_invalid_value)
272 Diags.Report(SourceLocation(),
278 Diags.Report(SourceLocation(),
308 Diags.Report(diag::err_drv_invalid_value) << A->getAsString(Args) << Value;
322 Diags.Report(diag::err_drv_optimization_remark_pattern)
340 Diags.Report(dia
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java67 Report report = acheck.checkApi(originalArgs);
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 { class in class:ApiCheck
215 private Report(int code, Set<ErrorMessage> errors) { method in class:ApiCheck.Report
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp150 diagnostic().Report(iter->getLocation(), diag_bad_enum_last_value_);
265 diagnostic().Report(full_loc, diag_method_requires_virtual_)
327 diagnostic().Report(token_end, diag_method_requires_override_)
330 diagnostic().Report(loc, diag_method_requires_override_);
520 diagnostic().Report(it->Base->getLocStart(), diag_note_inheritance_)
567 diagnostic().Report(loc, DiagnosticForIssue(issue));
575 diagnostic().Report(loc, diag_protected_non_virtual_dtor_);
626 diagnostic().Report(record_location, diag_no_explicit_dtor_);
628 diagnostic().Report(loc, diag_note_implicit_dtor_) << problem_record;
631 diagnostic().Report(record_locatio
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp95 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/
H A Dsanitizer_libignore.cc31 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"
H A Dsanitizer_posix.cc111 // 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());
H A Dsanitizer_allocator.cc146 Report("%s's allocator is terminating the process instead of returning 0\n",
148 Report("If you don't like this behavior set allocator_may_return_null=1\n");
/external/clang/lib/Lex/
H A DModuleMap.cpp62 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();
1118 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl);
1146 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token);
1214 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module_name);
1285 Diags.Report(To
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp155 Diags.Report(diag::err_fe_cannot_link_module)
319 Diags.Report(LocCookie, DiagID).AddString(Message);
322 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here);
338 Diags.Report(Loc, DiagID).AddString(Message);
389 Diags.Report(LocCookie, DiagID).AddString(Message);
396 Diags.Report(Loc, DiagID).AddString(Message);
410 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()),
445 Diags.Report(Loc, DiagID) << AddFlagValue(D.getPassName())
453 Diags.Report(Loc, diag::note_fe_backend_optimization_remark_invalid_loc)
533 // Report th
[all...]
/external/clang/tools/driver/
H A Dcc1as_main.cpp167 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;
/external/chromium_org/content/browser/gamepad/
H A Draw_input_data_fetcher_win.h99 PCHAR Report,
104 PCHAR Report, ULONG ReportLength);
108 PCHAR Report, ULONG ReportLength);
/external/compiler-rt/lib/asan/
H A Dasan_report.cc391 // Report the number of stack objects.
397 // Report all objects in this frame.
558 Report("AddressSanitizer: while reporting a bug found another one."
594 Report("ABORTING\n");
603 Report(
618 Report(
636 Report("ERROR: AddressSanitizer: attempting double-free on %p in "
654 Report("ERROR: AddressSanitizer: attempting free on address "
676 Report("ERROR: AddressSanitizer: alloc-dealloc-mismatch (%s vs %s) on %p\n",
684 Report("HIN
[all...]
/external/chromium_org/components/rappor/
H A Drappor_service_unittest.cc66 const RapporReports::Report& report = reports.report(0);
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp53 D.Report(DiagID) << args[i];

Completed in 1957 milliseconds

12345678