Home
last modified time | relevance | path

Searched refs:Report (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/external/scudo/standalone/
Dreport.cpp47 ScopedErrorReport Report; in reportCheckFailed() local
48 Report.append("CHECK failed @ %s:%d %s (%llu, %llu)\n", File, Line, Condition, in reportCheckFailed()
54 ScopedErrorReport Report; in reportError() local
55 Report.append("%s\n", Message); in reportError()
59 ScopedErrorReport Report; in reportInvalidFlag() local
60 Report.append("invalid value for %s option: '%s'\n", FlagType, Value); in reportInvalidFlag()
66 ScopedErrorReport Report; in reportHeaderCorruption() local
67 Report.append("corrupted chunk header at address %p\n", Ptr); in reportHeaderCorruption()
74 ScopedErrorReport Report; in reportHeaderRace() local
75 Report.append("race on chunk header at address %p\n", Ptr); in reportHeaderRace()
[all …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp47 ScopedErrorReport Report; in reportCheckFailed() local
48 Report.append("CHECK failed @ %s:%d %s (%llu, %llu)\n", File, Line, Condition, in reportCheckFailed()
54 ScopedErrorReport Report; in reportError() local
55 Report.append("%s\n", Message); in reportError()
59 ScopedErrorReport Report; in reportInvalidFlag() local
60 Report.append("invalid value for %s option: '%s'\n", FlagType, Value); in reportInvalidFlag()
66 ScopedErrorReport Report; in reportHeaderCorruption() local
67 Report.append("corrupted chunk header at address %p\n", Ptr); in reportHeaderCorruption()
74 ScopedErrorReport Report; in reportHeaderRace() local
75 Report.append("race on chunk header at address %p\n", Ptr); in reportHeaderRace()
[all …]
/external/doclava/test/doclava/
DApiCheckTest.java23 import com.google.doclava.apicheck.ApiCheck.Report;
43 Report report = apiCheck.checkApi(args); in testEquivalentApi()
50 Report report = apiCheck.checkApi(args); in testMethodReturnTypeChanged()
58 Report report = apiCheck.checkApi(args); in testMethodParameterChanged()
72 Report report = apiCheck.checkApi(args); in testConstructorParameterChanged()
85 Report report = apiCheck.checkApi(args); in testAddedClass()
93 Report report = apiCheck.checkApi(args); in testRemovedClass()
101 Report report = apiCheck.checkApi(args); in testRemovedDeprecatedClass()
109 Report report = apiCheck.checkApi(args); in testChangedSuper()
120 Report report = apiCheck.checkApi(args); in testChangedAssignableReturn()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp34 auto Report = llvm::make_unique<BugReport>(*DoubleNonblockingBugType, in reportDoubleNonblocking() local
37 Report->addRange(MPICallEvent.getSourceRange()); in reportDoubleNonblocking()
41 Report->addRange(Range); in reportDoubleNonblocking()
43 Report->addVisitor(llvm::make_unique<RequestNodeVisitor>( in reportDoubleNonblocking()
45 Report->markInteresting(RequestRegion); in reportDoubleNonblocking()
47 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking()
57 auto Report = in reportMissingWait() local
62 Report->addRange(Range); in reportMissingWait()
63 Report->addVisitor(llvm::make_unique<RequestNodeVisitor>( in reportMissingWait()
65 Report->markInteresting(RequestRegion); in reportMissingWait()
[all …]
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp33 auto Report = std::make_unique<PathSensitiveBugReport>( in reportDoubleNonblocking() local
36 Report->addRange(MPICallEvent.getSourceRange()); in reportDoubleNonblocking()
40 Report->addRange(Range); in reportDoubleNonblocking()
42 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportDoubleNonblocking()
44 Report->markInteresting(RequestRegion); in reportDoubleNonblocking()
46 BReporter.emitReport(std::move(Report)); in reportDoubleNonblocking()
56 auto Report = std::make_unique<PathSensitiveBugReport>(*MissingWaitBugType, in reportMissingWait() local
61 Report->addRange(Range); in reportMissingWait()
62 Report->addVisitor(std::make_unique<RequestNodeVisitor>( in reportMissingWait()
64 Report->markInteresting(RequestRegion); in reportMissingWait()
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_report.cpp47 Report("ERROR: %s: calloc parameters overflow: count * size (%zd * %zd) " in ReportCallocOverflow()
58 Report( in ReportReallocArrayOverflow()
69 Report("ERROR: %s: pvalloc parameters overflow: size 0x%zx rounded up to " in ReportPvallocOverflow()
80 Report("ERROR: %s: invalid allocation alignment: %zd, alignment must be a " in ReportInvalidAllocationAlignment()
91 Report("ERROR: %s: invalid alignment requested in " in ReportInvalidAlignedAllocAlignment()
96 Report("ERROR: %s: invalid alignment requested in aligned_alloc: %zd, " in ReportInvalidAlignedAllocAlignment()
109 Report( in ReportInvalidPosixMemalignAlignment()
122 Report("ERROR: %s: requested allocation size 0x%zx exceeds maximum " in ReportAllocationSizeTooBig()
131 Report("ERROR: %s: allocator is out of memory trying to allocate 0x%zx " in ReportOutOfMemory()
140 Report("ERROR: %s: allocator exceeded the RSS limit\n", SanitizerToolName); in ReportRssLimitExceeded()
Dsanitizer_symbolizer_report.cpp115 Report("WARNING: %s: writable-executable page usage\n", SanitizerToolName); in ReportMmapWriteExec()
138 Report("Hint: PC is at a non-executable region. Maybe a wild jump?\n"); in MaybeReportNonExecRegion()
163 Report("%s", str.data()); in MaybeDumpInstructionBytes()
177 Report("ERROR: %s: %s on address %p (pc %p bp %p sp %p T%d)\n", in ReportStackOverflowImpl()
196 Report("ERROR: %s: %s on unknown address (pc %p bp %p sp %p T%d)\n", in ReportDeadlySignalImpl()
200 Report("ERROR: %s: %s on unknown address %p (pc %p bp %p sp %p T%d)\n", in ReportDeadlySignalImpl()
205 Report("Hint: pc points to the zero page.\n"); in ReportDeadlySignalImpl()
211 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignalImpl()
213 Report("Hint: this fault was caused by a dereference of a high value " in ReportDeadlySignalImpl()
217 Report("Hint: address points to the zero page.\n"); in ReportDeadlySignalImpl()
[all …]
/external/llvm-project/compiler-rt/lib/xray/
Dxray_utils.cpp60 Report("Failed to resize VMO: %s\n", _zx_status_get_string(Status)); in WriteAll()
68 Report("Failed to write: %s\n", _zx_status_get_string(Status)); in WriteAll()
87 Report("XRay: cannot create VMO: %s\n", _zx_status_get_string(Status)); in Open()
96 Report("XRay: cannot get basic info about current process handle: %s\n", in Open()
112 Report("XRay: cannot duplicate VMO handle: %s\n", in Open()
123 Report("XRay: " FORMAT_DUMPFILE "\n", ProfileSinkName, VmoName); in Open()
147 Report("Failed to write; errno = %d\n", errno);
176 Report("XRay log file name too long (%d): %s\n", NeededLength, TmpFilename);
181 Report("XRay: Failed opening temporary file '%s'; not logging events.\n",
186 Report("XRay: Log file in '%s'\n", TmpFilename);
Dxray_fdr_logging.cpp198 Report( in fdrIterator()
283 Report("Not flushing log, implementation is not finalized.\n"); in fdrLoggingFlush()
292 Report("Not flushing log, implementation is still finalizing.\n"); in fdrLoggingFlush()
298 Report("Cannot flush when global buffer queue is null.\n"); in fdrLoggingFlush()
325 Report("XRay FDR: Not flushing to file, 'no_file_flush=true'.\n"); in fdrLoggingFlush()
393 Report("Cannot finalize log, implementation not initialized.\n"); in fdrLoggingFinalize()
401 Report("Attempting to finalize an uninitialized global buffer!\n"); in fdrLoggingFinalize()
435 Report("clock_gettime(2) return %d, errno=%d", result, int(errno)); in getTimestamp()
571 Report("Custom event size too large; truncating to %d.\n", in fdrLoggingHandleCustomEvent()
601 Report("Typed event size too large; truncating to %d.\n", in fdrLoggingHandleTypedEvent()
[all …]
Dxray_profiling.cpp211 Report("Not flushing profiles, profiling not been finalized.\n"); in profilingFlush()
218 Report("Cannot finalize properly inside a signal handler!\n"); in profilingFlush()
230 Report("Not flushing profiles, implementation still flushing.\n"); in profilingFlush()
242 Report("profiling: No data to flush.\n"); in profilingFlush()
247 Report("profiling: Failed to flush to file, dropping data.\n"); in profilingFlush()
321 Report("Cannot finalize profile, the profiling is not initialized.\n"); in profilingFinalize()
363 Report("Cannot initialize already initialised profiling " in profilingLoggingInit()
398 Report("Failed to initialize preallocated memory buffers!"); in profilingLoggingInit()
414 Report("Failed to initialize preallocated memory buffers; error: %s", in profilingLoggingInit()
469 Report("XRay Profile flushed at exit."); in profilingLoggingInit()
[all …]
/external/llvm-project/compiler-rt/lib/asan/
Dasan_errors.cpp49 Report( in Print()
65 Report( in Print()
98 Report( in Print()
106 Report( in Print()
127 Report("ERROR: AddressSanitizer: %s (%s vs %s) on %p\n", in Print()
137 Report( in Print()
145 Report( in Print()
158 Report( in Print()
171 Report( in Print()
184 Report( in Print()
[all …]
/external/clang/lib/Basic/
DWarnings.cpp39 Diags.Report(diag::warn_unknown_diag_option) in EmitUnknownDiagWarning()
80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
81 bool SetDiagnostic = (Report == 0); in ProcessWarningOptions()
138 if (Report) in ProcessWarningOptions()
139 Diags.Report(diag::warn_unknown_warning_specifier) in ProcessWarningOptions()
166 if (Report) in ProcessWarningOptions()
167 Diags.Report(diag::warn_unknown_warning_specifier) in ProcessWarningOptions()
189 if (Report) { in ProcessWarningOptions()
219 if (Report) { in ProcessWarningOptions()
/external/llvm-project/clang/lib/Basic/
DWarnings.cpp38 Diags.Report(diag::warn_unknown_diag_option) in EmitUnknownDiagWarning()
80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
81 bool SetDiagnostic = (Report == 0); in ProcessWarningOptions()
141 if (Report) in ProcessWarningOptions()
142 Diags.Report(diag::warn_unknown_warning_specifier) in ProcessWarningOptions()
169 if (Report) in ProcessWarningOptions()
170 Diags.Report(diag::warn_unknown_warning_specifier) in ProcessWarningOptions()
192 if (Report) { in ProcessWarningOptions()
222 if (Report) { in ProcessWarningOptions()
/external/clang/unittests/Basic/
DDiagnosticTest.cpp30 Diags.Report(diag::err_target_unknown_triple) << "unknown"; in TEST()
33 Diags.Report(diag::err_cannot_open_file) << "file" << "error"; in TEST()
37 Diags.Report(diag::warn_mt_message) << "warning"; in TEST()
57 Diags.Report(diag::err_target_unknown_triple) << "unknown"; in TEST()
60 Diags.Report(diag::err_cannot_open_file) << "file" << "error"; in TEST()
64 Diags.Report(diag::warn_mt_message) << "warning"; in TEST()
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp262 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
263 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first)); in generateDeallocatorMismatchReport()
264 Report->addRange(ArgExpr->getSourceRange()); in generateDeallocatorMismatchReport()
265 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport()
266 C.emitReport(std::move(Report)); in generateDeallocatorMismatchReport()
307 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in checkPreStmt() local
308 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(V)); in checkPreStmt()
309 Report->addRange(ArgExpr->getSourceRange()); in checkPreStmt()
310 Report->markInteresting(AS->Region); in checkPreStmt()
311 C.emitReport(std::move(Report)); in checkPreStmt()
[all …]
DPthreadLockChecker.cpp210 auto Report = llvm::make_unique<BugReport>( in ReleaseLock() local
212 Report->addRange(CE->getArg(0)->getSourceRange()); in ReleaseLock()
213 C.emitReport(std::move(Report)); in ReleaseLock()
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N); in DestroyLock() local
279 Report->addRange(CE->getArg(0)->getSourceRange()); in DestroyLock()
280 C.emitReport(std::move(Report)); in DestroyLock()
313 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N); in InitLock() local
314 Report->addRange(CE->getArg(0)->getSourceRange()); in InitLock()
315 C.emitReport(std::move(Report)); in InitLock()
326 auto Report = llvm::make_unique<BugReport>( in reportUseDestroyedBug() local
[all …]
/external/llvm-project/clang/lib/Lex/
DModuleMap.cpp131 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified) in resolveModuleId()
142 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified) in resolveModuleId()
239 Diags.Report(Header.FileNameLoc, in findHeader()
259 Diags.Report(Header.FileNameLoc, diag::err_mmap_umbrella_clash) in resolveHeader()
517 Diags.Report(FilenameLoc, diag::warn_use_of_private_header_outside_module) in diagnoseHeaderInclusion()
524 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module) in diagnoseHeaderInclusion()
535 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module) in diagnoseHeaderInclusion()
543 Diags.Report(FilenameLoc, DiagID) << RequestingModule->getFullModuleName() in diagnoseHeaderInclusion()
1578 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl); in consumeToken()
1611 Diags.Report(Tok.getLocation(), diag::err_mmap_unknown_token); in consumeToken()
[all …]
/external/llvm-project/clang/tools/driver/
Dcc1gen_reproducer_main.cpp129 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments() local
131 *C, *Cmd, generateReproducerMetaInfo(Info), &Report); in generateReproducerForInvocationArguments()
132 return Report; in generateReproducerForInvocationArguments()
144 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation() argument
148 for (const auto &File : llvm::enumerate(Report.TemporaryFiles)) { in printReproducerInformation()
183 llvm::Optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main() local
188 if (Report) { in cc1gen_reproducer_main()
189 printReproducerInformation(llvm::outs(), InvocationInfo, *Report); in cc1gen_reproducer_main()
/external/clang/lib/Lex/
DModuleMap.cpp63 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified) in resolveModuleId()
74 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified) in resolveModuleId()
280 Diags.Report(FilenameLoc, diag::warn_use_of_private_header_outside_module) in diagnoseHeaderInclusion()
287 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module) in diagnoseHeaderInclusion()
298 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module) in diagnoseHeaderInclusion()
304 Diags.Report(FilenameLoc, DiagID) << RequestingModule->getFullModuleName(); in diagnoseHeaderInclusion()
1172 Diags.Report(LToken.getLocation(), diag::err_invalid_string_udl); in consumeToken()
1200 Diags.Report(LToken.getLocation(), diag::err_mmap_unknown_token); in consumeToken()
1268 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module_name); in parseModuleId()
1339 Diags.Report(Tok.getLocation(), diag::err_mmap_expected_module); in parseModuleDecl()
[all …]
/external/tensorflow/tensorflow/lite/
Dinterpreter_builder.cc237 error_reporter_->Report( in BuildLocalIndexToRegistrationMapping()
302 error_reporter_->Report("Missing registration for opcode_index %d\n", in ParseNodes()
311 error_reporter_->Report("Skipping op for opcode_index %d\n", index); in ParseNodes()
320 error_reporter_->Report( in ParseNodes()
365 error_reporter_->Report( in ParseQuantization()
373 error_reporter_->Report( in ParseQuantization()
387 error_reporter_->Report( in ParseQuantization()
398 error_reporter_->Report( in ParseQuantization()
430 error_reporter_->Report("Invalid sparsity parameter."); in ParseSparsity()
569 error_reporter_->Report( in ParseTensors()
[all …]
/external/llvm-project/clang/lib/Basic/Targets/
DMips.cpp238 Diags.Report(diag::err_target_unsupported_cpu_for_micromips) << CPU; in validateTarget()
244 Diags.Report(diag::err_target_unsupported_abi) << ABI << CPU; in validateTarget()
250 Diags.Report(diag::err_target_unsupported_abi) << ABI << CPU; in validateTarget()
258 Diags.Report(diag::err_target_unsupported_abi_for_triple) in validateTarget()
267 Diags.Report(diag::err_target_unsupported_abi_for_triple) in validateTarget()
274 Diags.Report(diag::err_unsupported_abi_for_opt) << "-mfpxx" << "o32"; in validateTarget()
281 Diags.Report(diag::err_opt_not_valid_with_opt) << "-mfpxx" << CPU; in validateTarget()
287 Diags.Report(diag::err_opt_not_valid_with_opt) << "-mfp32" << CPU; in validateTarget()
293 Diags.Report(diag::err_mips_fp64_req) << "-mfp64"; in validateTarget()
/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go72 defer Report(t)
84 defer Report(t)
96 defer Report(t)
107 defer Report(t)
117 defer Report(t)
127 defer Report(t)
139 defer Report(t)
/external/catch2/docs/
Dlist-of-examples.md13 - Report: [Catch-provided main](../examples/200-Rpt-CatchMain.cpp)
14 - Report: [TeamCity reporter](../examples/207-Rpt-TeamCityReporter.cpp)
37 - Report: [User-defined type](../examples/190-Rpt-ReportUserDefinedType.cpp)
38 - Report: [User-defined reporter](../examples/202-Rpt-UserDefinedReporter.cpp)
39 - Report: [Automake reporter](../examples/205-Rpt-AutomakeReporter.cpp)
40 - Report: [TAP reporter](../examples/206-Rpt-TapReporter.cpp)
41 - Report: [Multiple reporter](../examples/208-Rpt-MultipleReporters.cpp)
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dhttp2interop_test.go86 defer Report(t)
98 defer Report(t)
110 defer Report(t)
121 defer Report(t)
131 defer Report(t)
141 defer Report(t)
153 defer Report(t)
/external/llvm-project/clang/unittests/Basic/
DDiagnosticTest.cpp30 Diags.Report(diag::err_target_unknown_triple) << "unknown"; in TEST()
33 Diags.Report(diag::err_cannot_open_file) << "file" << "error"; in TEST()
37 Diags.Report(diag::warn_mt_message) << "warning"; in TEST()
58 Diags.Report(diag::err_cannot_open_file) << "file" << "error"; in TEST()
62 Diags.Report(diag::warn_mt_message) << "warning"; in TEST()

12345678910>>...39