Searched refs:Report (Results 1 - 25 of 199) 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
31 Report::~Report() {}
33 FX_BOOL Report::writeText(IJS_Context* cc,
41 FX_BOOL Report::save(IJS_Context* cc,
H A Dreport.h12 class Report : public CJS_EmbedObj { class in inherits:CJS_EmbedObj
14 Report(CJS_Object* pJSObject);
15 ~Report() override;
35 JS_STATIC_METHOD(save, Report)
36 JS_STATIC_METHOD(writeText, Report);
/external/clang/unittests/Basic/
H A DDiagnosticTest.cpp30 Diags.Report(diag::err_target_unknown_triple) << "unknown";
33 Diags.Report(diag::err_cannot_open_file) << "file" << "error";
37 Diags.Report(diag::warn_mt_message) << "warning";
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp71 auto Report = llvm::make_unique<BugReport>( local
74 Report->addRange(msg.getSourceRange());
75 C.emitReport(std::move(Report));
H A DPthreadLockChecker.cpp210 auto Report = llvm::make_unique<BugReport>(
212 Report->addRange(CE->getArg(0)->getSourceRange());
213 C.emitReport(std::move(Report));
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N);
279 Report->addRange(CE->getArg(0)->getSourceRange());
280 C.emitReport(std::move(Report));
313 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N);
314 Report->addRange(CE->getArg(0)->getSourceRange());
315 C.emitReport(std::move(Report));
326 auto Report
[all...]
H A DReturnUndefChecker.cpp87 auto Report = llvm::make_unique<BugReport>(BT, BT.getDescription(), N);
89 Report->addRange(RetE->getSourceRange());
90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report);
92 C.emitReport(std::move(Report));
H A DMacOSKeychainAPIChecker.cpp250 // Report deallocator mismatch. Remove the region from tracking - reporting a
270 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); local
271 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first));
272 Report->addRange(ArgExpr->getSourceRange());
273 markInteresting(Report.get(), AP);
274 C.emitReport(std::move(Report));
315 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); local
316 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(V));
317 Report->addRange(ArgExpr->getSourceRange());
318 Report
371 auto Report = llvm::make_unique<BugReport>( local
437 auto Report = llvm::make_unique<BugReport>( local
547 auto Report = 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/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.cpp85 Diags->Report(diag::err_fe_expected_compiler_job) << OS.str();
91 Diags->Report(diag::err_fe_expected_clang_command);
/external/gptfdisk/
H A Dcgdisk.cc69 Report("Warning! Non-GPT or damaged disk detected! This program will attempt to\n"
76 Report("Could not load partitions from '" + device + "'! Aborting!");
/external/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistration.cpp58 diags->Report(diag::err_fe_unable_to_load_plugin) << *i << err;
100 diags->Report(diag::warn_incompatible_analyzer_plugin_api)
102 diags->Report(diag::note_incompatible_analyzer_plugin_api)
127 diags.Report(diag::err_unknown_analyzer_checker)
129 diags.Report(diag::note_suggest_disabling_all_checkers);
/external/clang/lib/Basic/
H A DWarnings.cpp39 Diags.Report(diag::warn_unknown_diag_option)
80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) {
81 bool SetDiagnostic = (Report == 0);
138 if (Report)
139 Diags.Report(diag::warn_unknown_warning_specifier)
166 if (Report)
167 Diags.Report(diag::warn_unknown_warning_specifier)
189 if (Report) {
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_linux.cc103 Report("Your application is linked against incompatible ASan runtimes.\n");
115 Report("ASan runtime does not come first in initial library list; "
140 Report("Your application is linked against "
H A Dasan_mac.cc163 Report(#dispatch_x_f "(): context: %p, pthread_self: %p\n", \
181 Report("dispatch_after_f: %p\n", asan_ctxt);
194 Report("dispatch_group_async_f(): context: %p, pthread_self: %p\n",
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc59 Report("*** WARNING: Failed to initialize DbgHelp! ***\n");
60 Report("*** Most likely this means that the app is already ***\n");
61 Report("*** using DbgHelp, possibly with incompatible flags. ***\n");
62 Report("*** Due to technical reasons, symbolization might crash ***\n");
63 Report("*** or produce wrong results. ***\n");
76 Report("*** WARNING: Failed to SymGetSearchPathW ***\n");
86 Report("*** WARNING: Failed to getting the EXE directory ***\n");
95 Report("*** WARNING: Failed to SymSetSearchPathW\n");
H A Dsanitizer_libignore.cc27 Report("%s: too many ignored libraries (max: %d)\n", SanitizerToolName,
67 Report("%s: called_from_lib suppression '%s' is matched against"
88 Report("%s: library '%s' that was matched against called_from_lib"
H A Dsanitizer_flag_parser.cc36 void Report() { function in class:__sanitizer::UnknownFlags
48 unknown_flags.Report();
H A Dsanitizer_symbolizer_posix_libcdep.cc67 Report("WARNING: invalid path to external symbolizer!\n");
81 Report("WARNING: failed to fork external symbolizer (errno: %d)\n",
120 Report("WARNING: Can't create a socket pair to start "
148 Report("WARNING: failed to fork external symbolizer "
182 Report("WARNING: external symbolizer didn't start up correctly!\n");
396 Report("ERROR: Using `atos` is only supported on Darwin.\n");
403 Report("ERROR: External symbolizer path is set to '%s' which isn't "
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.h34 Report("FATAL: ThreadSanitizer: failed to intercept %s\n", #func); \
/external/clang/lib/Lex/
H A DModuleMap.cpp63 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified)
74 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified)
286 Diags.Report(FilenameLoc, diag::warn_use_of_private_header_outside_module)
293 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module)
304 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module)
310 Diags.Report(FilenameLoc, DiagID) << RequestingModule->getFullModuleName();
1172 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl);
1200 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token);
1268 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module_name);
1339 Diags.Report(To
[all...]
/external/doclava/src/com/google/doclava/apicheck/
H A DApiCheck.java75 Report report = acheck.checkApi(originalArgs);
85 public Report checkApi(String[] originalArgs) {
112 return new Report(2, Errors.getErrors());
142 return new Report(1, Errors.getErrors());
154 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
229 public class Report { class in class:ApiCheck
233 private Report(int code, Set<ErrorMessage> errors) { method in class:ApiCheck.Report
/external/google-breakpad/src/processor/
H A Dcfi_frame_info.cc141 if (!token) return Report();
150 if (!Report()) return false;
165 bool CFIRuleParser::Report() { function in class:google_breakpad::CFIRuleParser
/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc136 Report("FATAL: DataFlowSanitizer: out of labels\n");
202 Report("WARNING: DataFlowSanitizer: call to uninstrumented function %s\n",
211 Report("WARNING: DataFlowSanitizer: saw nonzero label\n");
218 Report("FATAL: DataFlowSanitizer: unsupported indirect call to vararg "
388 Report("WARNING: DataFlowSanitizer: unable to open output file %s\n",
393 Report("INFO: DataFlowSanitizer: dumping labels to %s\n",
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp97 D.Report(DiagID) << args[i];
101 D.Report(D.getCustomDiagID(DiagnosticsEngine::Error,

Completed in 636 milliseconds

12345678