/external/scudo/standalone/ |
D | report.cpp | 47 ScopedErrorReport Report; in reportCheckFailed() local 48 Report.append("CHECK failed @ %s:%d %s ((u64)op1=%llu, (u64)op2=%llu)\n", 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/ |
D | ApiCheckTest.java | 23 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/ |
D | MPIBugReporter.cpp | 34 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/clang/lib/Basic/ |
D | Warnings.cpp | 39 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/clang/unittests/Basic/ |
D | DiagnosticTest.cpp | 30 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/ |
D | MacOSKeychainAPIChecker.cpp | 262 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 …]
|
D | PthreadLockChecker.cpp | 210 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 …]
|
D | ReturnUndefChecker.cpp | 87 auto Report = llvm::make_unique<BugReport>(BT, BT.getDescription(), N); in emitBug() local 89 Report->addRange(RetE->getSourceRange()); in emitBug() 90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report); in emitBug() 92 C.emitReport(std::move(Report)); in emitBug()
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 63 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/ |
D | interpreter_builder.cc | 251 error_reporter_->Report( in BuildLocalIndexToRegistrationMapping() 316 error_reporter_->Report("Missing registration for opcode_index %d\n", in ParseNodes() 325 error_reporter_->Report("Skipping op for opcode_index %d\n", index); in ParseNodes() 334 error_reporter_->Report( in ParseNodes() 379 error_reporter_->Report( in ParseQuantization() 387 error_reporter_->Report( in ParseQuantization() 401 error_reporter_->Report( in ParseQuantization() 412 error_reporter_->Report( in ParseQuantization() 444 error_reporter_->Report("Invalid sparsity parameter."); in ParseSparsity() 581 error_reporter_->Report( in ParseTensors() [all …]
|
D | allocation.cc | 37 error_reporter_->Report("Could not open '%s'.", filename); in FileCopyAllocation() 49 error_reporter_->Report("Failed to get file size of '%s'.", filename); in FileCopyAllocation() 56 error_reporter_->Report("Malloc of buffer to hold copy of '%s' failed.", in FileCopyAllocation() 63 error_reporter_->Report("Read of '%s' failed (too few bytes read).", in FileCopyAllocation()
|
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/ |
D | http2interop_test.go | 86 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/catch2/docs/ |
D | list-of-examples.md | 13 - 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/grpc-grpc/tools/http2_interop/ |
D | http2interop_test.go | 72 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/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_win.cc | 59 Report("*** WARNING: Failed to initialize DbgHelp! ***\n"); in InitializeDbgHelpIfNeeded() 60 Report("*** Most likely this means that the app is already ***\n"); in InitializeDbgHelpIfNeeded() 61 Report("*** using DbgHelp, possibly with incompatible flags. ***\n"); in InitializeDbgHelpIfNeeded() 62 Report("*** Due to technical reasons, symbolization might crash ***\n"); in InitializeDbgHelpIfNeeded() 63 Report("*** or produce wrong results. ***\n"); in InitializeDbgHelpIfNeeded() 76 Report("*** WARNING: Failed to SymGetSearchPathW ***\n"); in InitializeDbgHelpIfNeeded() 86 Report("*** WARNING: Failed to getting the EXE directory ***\n"); in InitializeDbgHelpIfNeeded() 95 Report("*** WARNING: Failed to SymSetSearchPathW\n"); in InitializeDbgHelpIfNeeded()
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | CheckerRegistration.cpp | 58 diags->Report(diag::err_fe_unable_to_load_plugin) << *i << err; in ClangCheckerRegistry() 97 diags->Report(diag::warn_incompatible_analyzer_plugin_api) in warnIncompatible() 99 diags->Report(diag::note_incompatible_analyzer_plugin_api) in warnIncompatible() 124 diags.Report(diag::err_unknown_analyzer_checker) in createCheckerManager() 126 diags.Report(diag::note_suggest_disabling_all_checkers); in createCheckerManager()
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 328 Diags.Report(LocCookie, DiagID).AddString(Message); in InlineAsmDiagHandler2() 331 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here); in InlineAsmDiagHandler2() 346 Diags.Report(Loc, DiagID).AddString(Message); in InlineAsmDiagHandler2() 397 Diags.Report(LocCookie, DiagID).AddString(Message); in InlineAsmDiagHandler() 404 Diags.Report(Loc, DiagID).AddString(Message); in InlineAsmDiagHandler() 419 Diags.Report(ND->getASTContext().getFullLoc(ND->getLocation()), in StackSizeDiagHandler() 459 Diags.Report(Loc, diag::note_fe_backend_invalid_loc) in getBestLocationFromDebugLoc() 476 Diags.Report(Loc, diag::err_fe_backend_unsupported) << D.getMessage().str(); in UnsupportedDiagHandler() 483 Diags.Report(Loc, diag::note_fe_backend_invalid_loc) in UnsupportedDiagHandler() 499 Diags.Report(Loc, DiagID) in EmitOptimizationMessage() [all …]
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticBuffer.cpp | 51 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Error, "%0")) in FlushDiagnostics() 54 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Warning, "%0")) in FlushDiagnostics() 57 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Remark, "%0")) in FlushDiagnostics() 60 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Note, "%0")) in FlushDiagnostics()
|
D | CompilerInvocation.cpp | 167 Diags.Report(diag::err_drv_invalid_value) in ParseAnalyzerArgs() 183 Diags.Report(diag::err_drv_invalid_value) in ParseAnalyzerArgs() 199 Diags.Report(diag::err_drv_invalid_value) in ParseAnalyzerArgs() 215 Diags.Report(diag::err_drv_invalid_value) in ParseAnalyzerArgs() 231 Diags.Report(diag::err_drv_invalid_value) in ParseAnalyzerArgs() 288 Diags.Report(SourceLocation(), in ParseAnalyzerArgs() 294 Diags.Report(SourceLocation(), in ParseAnalyzerArgs() 324 Diags.Report(diag::err_drv_invalid_value) << A->getAsString(Args) << Value; in getCodeModel() 338 Diags.Report(diag::err_drv_optimization_remark_pattern) in GenerateOptimizationRemarkRegex() 361 Diags->Report(diag::err_drv_invalid_value) << FlagName << Level; in parseDiagnosticLevelMask() [all …]
|
/external/tensorflow/tensorflow/lite/core/api/ |
D | error_reporter.h | 38 virtual int Report(const char* format, va_list args) = 0; 39 int Report(const char* format, ...); 53 static_cast<tflite::ErrorReporter*>(reporter)->Report(__VA_ARGS__); \
|
D | error_reporter.cc | 20 int ErrorReporter::Report(const char* format, ...) { in Report() function in tflite::ErrorReporter 23 int code = Report(format, args); in Report() 33 int code = Report(format, args); in ReportError()
|
/external/perfetto/ui/ |
D | tsconfig.base.json | 22 "noUnusedLocals": true, // Report errors on unused locals. 23 "noUnusedParameters": true, // Report errors on unused parameters. 24 …"noImplicitReturns": true, // Report error when not all code paths in function return … 25 … "noFallthroughCasesInSwitch": true, // Report errors for fallthrough cases in switch statement.
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 203 Report("%s", str.data()); in MaybeDumpInstructionBytes() 663 Report("AddressSanitizer: while reporting a bug found another one. " in ScopedInErrorReport() 712 Report("ABORTING\n"); in ~ScopedInErrorReport() 745 Report( in ReportStackOverflow() 761 Report( in ReportDeadlySignal() 769 Report("Hint: pc points to the zero page.\n"); in ReportDeadlySignal() 775 Report("The signal is caused by a %s memory access.\n", access_type); in ReportDeadlySignal() 777 Report("Hint: address points to the zero page.\n"); in ReportDeadlySignal() 805 Report("ERROR: AddressSanitizer: attempting double-free on %p in " in ReportDoubleFree() 825 Report("ERROR: AddressSanitizer: new-delete-type-mismatch on %p in " in ReportNewDeleteSizeMismatch() [all …]
|
D | asan_globals.cc | 85 Report("%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu\n", in ReportGlobal() 89 Report(" location (%p): name=%s[%p], %d %d\n", g.location, in ReportGlobal() 212 Report("The following global variable is not properly aligned.\n"); in RegisterGlobal() 213 Report("This may happen if another global with the same name\n"); in RegisterGlobal() 214 Report("resides in another non-instrumented module.\n"); in RegisterGlobal() 215 Report("Or the global comes from a C file built w/o -fno-common.\n"); in RegisterGlobal() 216 Report("In either case this is likely an ODR violation bug,\n"); in RegisterGlobal() 217 Report("but AddressSanitizer can not provide more details.\n"); in RegisterGlobal()
|
/external/webrtc/video/ |
D | report_block_stats.h | 43 struct Report { struct 50 void StoreAndAddPacketIncrement(uint32_t ssrc, const Report& report); argument 57 std::map<uint32_t, Report> prev_reports_;
|