Home
last modified time | relevance | path

Searched defs:Report (Results 1 – 25 of 89) sorted by relevance

1234

/external/scudo/standalone/
Dreport.cpp47 ScopedErrorReport Report; in reportCheckFailed() local
54 ScopedErrorReport Report; in reportError() local
59 ScopedErrorReport Report; in reportInvalidFlag() local
66 ScopedErrorReport Report; in reportHeaderCorruption() local
74 ScopedErrorReport Report; in reportHeaderRace() local
81 ScopedErrorReport Report; in reportSanityCheckError() local
88 ScopedErrorReport Report; in reportAlignmentTooBig() local
97 ScopedErrorReport Report; in reportAllocationSizeTooBig() local
104 ScopedErrorReport Report; in reportOutOfMemory() local
125 ScopedErrorReport Report; in reportInvalidChunkState() local
[all …]
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dreport.cpp47 ScopedErrorReport Report; in reportCheckFailed() local
54 ScopedErrorReport Report; in reportError() local
59 ScopedErrorReport Report; in reportInvalidFlag() local
66 ScopedErrorReport Report; in reportHeaderCorruption() local
74 ScopedErrorReport Report; in reportHeaderRace() local
81 ScopedErrorReport Report; in reportSanityCheckError() local
88 ScopedErrorReport Report; in reportAlignmentTooBig() local
97 ScopedErrorReport Report; in reportAllocationSizeTooBig() local
104 ScopedErrorReport Report; in reportOutOfMemory() local
125 ScopedErrorReport Report; in reportInvalidChunkState() local
[all …]
/external/webrtc/video/
Dreport_block_stats.h43 struct Report { struct
50 void StoreAndAddPacketIncrement(uint32_t ssrc, const Report& report); argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp33 auto Report = std::make_unique<PathSensitiveBugReport>( in reportDoubleNonblocking() local
56 auto Report = std::make_unique<PathSensitiveBugReport>(*MissingWaitBugType, in reportMissingWait() local
76 auto Report = std::make_unique<PathSensitiveBugReport>(*UnmatchedWaitBugType, in reportUnmatchedWait() local
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp34 auto Report = llvm::make_unique<BugReport>(*DoubleNonblockingBugType, in reportDoubleNonblocking() local
57 auto Report = in reportMissingWait() local
77 auto Report = in reportUnmatchedWait() local
/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp210 auto Report = llvm::make_unique<BugReport>( in ReleaseLock() local
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N); in DestroyLock() local
313 auto Report = llvm::make_unique<BugReport>(*BT_initlock, Message, N); in InitLock() local
326 auto Report = llvm::make_unique<BugReport>( in reportUseDestroyedBug() local
DMacOSKeychainAPIChecker.cpp262 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
307 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N); in checkPreStmt() local
363 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
429 auto Report = llvm::make_unique<BugReport>( in checkPreStmt() local
539 auto Report = in generateAllocatedDataNotReleasedReport() local
DNSAutoreleasePoolChecker.cpp71 auto Report = llvm::make_unique<BugReport>( in checkPreObjCMessage() local
/external/llvm-project/clang/tools/driver/
Dcc1gen_reproducer_main.cpp129 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments() local
144 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
183 llvm::Optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main() local
/external/tensorflow/tensorflow/tools/compatibility/
DREADME.md34 ## Report section in TensorFlow Python API Upgrade Utility
/external/tensorflow/tensorflow/compiler/mlir/lite/
Demit_error_reporter.cc20 int EmitErrorReporter::Report(const char* format, va_list args) { in Report() function in tflite::EmitErrorReporter
/external/tensorflow/tensorflow/lite/
Dstderr_reporter.cc24 int StderrReporter::Report(const char* format, va_list args) { in Report() function in tflite::StderrReporter
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dtimer.cpp67 void Timer::Report(const char* tag) { in Report() function in spvtools::utils::Timer
/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.cpp67 void Timer::Report(const char* tag) { in Report() function in spvtools::utils::Timer
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/util/
Dtimer.cpp67 void Timer::Report(const char* tag) { in Report() function in spvtools::utils::Timer
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dutil.h32 int Report(const char* format, va_list args) override { in Report() function
/external/tensorflow/tensorflow/lite/testing/
Dutil.h30 int Report(const char* format, va_list args) override { in Report() function
/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
Dpython_error_reporter.cc22 int PythonErrorReporter::Report(const char* format, va_list args) { in Report() function in tflite::interpreter_wrapper::PythonErrorReporter
/external/tensorflow/tensorflow/lite/core/api/
Derror_reporter.cc20 int ErrorReporter::Report(const char* format, ...) { in Report() function in tflite::ErrorReporter
/external/doclava/src/com/google/doclava/apicheck/
DApiCheck.java238 public class Report { class in ApiCheck
242 private Report(int code, Set<ErrorMessage> errors) { in Report() method in ApiCheck.Report
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNSAutoreleasePoolChecker.cpp70 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() local
/external/tensorflow/tensorflow/lite/micro/
Dmicro_error_reporter.cc71 int MicroErrorReporter::Report(const char* format, va_list args) { in Report() function in tflite::MicroErrorReporter
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
DPutenvWithAutoChecker.cpp54 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dtestsuite.go27 func Report(t testing.TB) { func
/external/grpc-grpc/tools/http2_interop/
Dtestsuite.go13 func Report(t testing.TB) { func

1234