Home
last modified time | relevance | path

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

12

/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/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/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/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
DNSAutoreleasePoolChecker.cpp71 auto Report = llvm::make_unique<BugReport>( in checkPreObjCMessage() 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
DReturnUndefChecker.cpp87 auto Report = llvm::make_unique<BugReport>(BT, BT.getDescription(), N); in emitBug() local
/external/tensorflow/tensorflow/lite/
Dstderr_reporter.cc21 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/angle/third_party/spirv-tools/src/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/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/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/core/api/
Derror_reporter.cc20 int ErrorReporter::Report(const char* format, ...) { in Report() function in tflite::ErrorReporter
Derror_reporter_test.cc26 int Report(const char* format, va_list args) override { in Report() function in tflite::MockErrorReporter
/external/tensorflow/tensorflow/lite/micro/
Dmicro_error_reporter.cc63 int MicroErrorReporter::Report(const char* format, va_list args) { in Report() function in tflite::MicroErrorReporter
/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/grpc-grpc/tools/http2_interop/
Dtestsuite.go13 func Report(t testing.TB) { func
/external/tensorflow/tensorflow/lite/java/src/main/native/
Djni_utils.cc64 int BufferErrorReporter::Report(const char* format, va_list args) { in Report() function in tflite::jni::BufferErrorReporter
/external/clang/lib/Basic/
DWarnings.cpp80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
/external/google-breakpad/src/processor/
Dcfi_frame_info.cc165 bool CFIRuleParser::Report() { in Report() function in google_breakpad::CFIRuleParser
/external/tensorflow/tensorflow/lite/tools/optimize/
Dtest_util.cc69 int FailOnErrorReporter::Report(const char* format, va_list args) { in Report() function in tflite::optimize::internal::FailOnErrorReporter
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DReport.java45 public class Report extends Command { class

12