HomeSort by relevance Sort by last modified time
    Searched refs:Report (Results 1 - 25 of 494) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/lite/
error_reporter.h 28 // foo.Report("test %d", 5);
31 // foo.Report("test %d", args); // where args is va_list
39 virtual int Report(const char* format, va_list args) = 0;
40 int Report(const char* format, ...);
46 int Report(const char* format, va_list args) override;
error_reporter.cc 23 int ErrorReporter::Report(const char* format, ...) {
26 int code = Report(format, args);
36 int code = Report(format, args);
41 int StderrReporter::Report(const char* format, va_list args) {
allocation.cc 38 error_reporter_->Report("Could not open '%s'.", filename);
47 error_reporter_->Report("Mmap of '%s' failed.", filename);
72 error_reporter_->Report("Could not open '%s'.", filename);
79 error_reporter_->Report("Failed to get file size of '%s'.", filename);
85 error_reporter_->Report("Malloc of buffer to hold copy of '%s' failed.",
92 error_reporter_->Report("Read of '%s' failed (too few bytes read).",
  /external/pdfium/fxjs/
cjs_report.cpp 23 pEngine->DefineObj("Report", eObjType, JSConstructor<CJS_Report, Report>,
28 Report::Report(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject) {}
30 Report::~Report() {}
32 CJS_Return Report::writeText(CJS_Runtime* pRuntime,
38 CJS_Return Report::save(CJS_Runtime* pRuntime,
cjs_report.h 14 class Report : public CJS_EmbedObj {
16 explicit Report(CJS_Object* pJSObject);
17 ~Report() override;
33 JS_STATIC_METHOD(save, Report)
34 JS_STATIC_METHOD(writeText, Report);
  /external/clang/unittests/Basic/
DiagnosticTest.cpp 30 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";
57 Diags.Report(diag::err_target_unknown_triple) << "unknown";
60 Diags.Report(diag::err_cannot_open_file) << "file" << "error";
64 Diags.Report(diag::warn_mt_message) << "warning";
  /cts/suite/audio_quality/lib/src/
Report.cpp 20 #include "Report.h"
24 Report* Report::mInstance = NULL;
26 Report* Report::Instance(const char* dirName)
29 mInstance = new Report();
34 void Report::Finalize()
41 Report::Report()
46 Report::~Report(
58 android::String8 report; local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
MPIBugReporter.cpp 34 auto Report = llvm::make_unique<BugReport>(*DoubleNonblockingBugType,
37 Report->addRange(MPICallEvent.getSourceRange());
41 Report->addRange(Range);
43 Report->addVisitor(llvm::make_unique<RequestNodeVisitor>(
45 Report->markInteresting(RequestRegion);
47 BReporter.emitReport(std::move(Report));
57 auto Report =
62 Report->addRange(Range);
63 Report->addVisitor(llvm::make_unique<RequestNodeVisitor>(
65 Report->markInteresting(RequestRegion)
    [all...]
  /cts/suite/audio_quality/lib/include/
Report.h 28 * Class to generate report
30 class Report: public FileUtil {
33 * returns static instance of Report
34 * report without dir name, for the 1st call, will only print to stdout.
37 static Report* Instance(const char* dirName = NULL);
38 // should be called before finishing to flush the report to file system
46 Report();
47 ~Report();
56 static Report* mInstance;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
orphan-5.d 1 #name: Report warning for orphan sections
orphan-6.d 1 #name: Report error for orphan sections
  /external/doclava/test/doclava/
ApiCheckTest.java 23 import com.google.doclava.apicheck.ApiCheck.Report;
43 Report report = apiCheck.checkApi(args); local
44 assertEquals(report.errors().size(), 0);
50 Report report = apiCheck.checkApi(args); local
51 assertEquals(1, report.errors().size());
52 assertEquals(Errors.CHANGED_TYPE, report.errors().iterator().next().error());
58 Report report = apiCheck.checkApi(args) local
72 Report report = apiCheck.checkApi(args); local
85 Report report = apiCheck.checkApi(args); local
93 Report report = apiCheck.checkApi(args); local
101 Report report = apiCheck.checkApi(args); local
109 Report report = apiCheck.checkApi(args); local
120 Report report = apiCheck.checkApi(args); local
128 Report report = apiCheck.checkApi(args); local
135 Report report = apiCheck.checkApi(args); local
143 Report report = apiCheck.checkApi(args); local
151 Report report = apiCheck.checkApi(args); local
159 Report report = apiCheck.checkApi(args); local
167 Report report = apiCheck.checkApi(args); local
175 Report report = apiCheck.checkApi(args); local
183 Report report = apiCheck.checkApi(args); local
191 Report report = apiCheck.checkApi(args); local
199 Report report = apiCheck.checkApi(args); local
207 Report report = apiCheck.checkApi(args); local
215 Report report = apiCheck.checkApi(args); local
223 Report report = apiCheck.checkApi(args); local
231 Report report = apiCheck.checkApi(args); local
239 Report report = apiCheck.checkApi(args); local
248 Report report = apiCheck.checkApi(args); local
257 Report report = apiCheck.checkApi(args); local
265 Report report = apiCheck.checkApi(args); local
273 Report report = apiCheck.checkApi(args); local
281 Report report = apiCheck.checkApi(args); local
289 Report report = apiCheck.checkApi(args); local
297 Report report = apiCheck.checkApi(args); local
305 Report report = apiCheck.checkApi(args); local
313 Report report = apiCheck.checkApi(args); local
321 Report report = apiCheck.checkApi(args); local
329 Report report = apiCheck.checkApi(args); local
337 Report report = apiCheck.checkApi(args); local
344 Report report = apiCheck.checkApi(args); local
352 Report report = apiCheck.checkApi(args); local
360 Report report = apiCheck.checkApi(args); local
368 Report report = apiCheck.checkApi(args); local
376 Report report = apiCheck.checkApi(args); local
384 Report report = apiCheck.checkApi(args); local
392 Report report = apiCheck.checkApi(args); local
400 Report report = apiCheck.checkApi(args); local
408 Report report = apiCheck.checkApi(args); local
416 Report report = apiCheck.checkApi(args); local
424 Report report = apiCheck.checkApi(args); local
432 Report report = apiCheck.checkApi(args); local
440 Report report = apiCheck.checkApi(args); local
448 Report report = apiCheck.checkApi(args); local
456 Report report = apiCheck.checkApi(args); local
464 Report report = apiCheck.checkApi(args); local
    [all...]
  /system/extras/simpleperf/
cmd_report_test.cpp 33 return CreateCommandInstance("report");
38 void Report(
73 Report(PERF_DATA);
79 Report(PERF_DATA_WITH_MINI_DEBUG_INFO);
85 Report(PERF_DATA, {"--sort", "pid"});
96 Report(PERF_DATA, {"--sort", "comm,pid,dso,symbol"});
112 Report(CALLGRAPH_FP_PERF_DATA, {"--children", "--sort", "symbol"});
157 Report(CALLGRAPH_FP_PERF_DATA, {"-g"});
160 Report(CALLGRAPH_FP_PERF_DATA, {"-g", "callee"});
163 Report(CALLGRAPH_FP_PERF_DATA, {"-g", "caller"})
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp 71 auto Report = llvm::make_unique<BugReport>(
74 Report->addRange(msg.getSourceRange());
75 C.emitReport(std::move(Report));
PthreadLockChecker.cpp 148 auto report = llvm::make_unique<BugReport>(
150 report->addRange(CE->getArg(0)->getSourceRange());
151 C.emitReport(std::move(report));
210 auto Report = llvm::make_unique<BugReport>(
212 Report->addRange(CE->getArg(0)->getSourceRange());
213 C.emitReport(std::move(Report));
233 auto report = llvm::make_unique<BugReport>(
236 report->addRange(CE->getArg(0)->getSourceRange());
237 C.emitReport(std::move(report));
278 auto Report = llvm::make_unique<BugReport>(*BT_destroylock, Message, N)
    [all...]
  /external/lisa/tools/
report.py 22 from utils.report import Report
40 Report(args.results, compare=[(args.bases, args.tests)])
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 51 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"))
  /external/gptfdisk/
cgdisk.cc 69 Report("Warning! Non-GPT or damaged disk detected! This program will attempt to\n"
76 Report("Could not load partitions from '" + device + "'! Aborting!");
  /external/lisa/libs/utils/
__init__.py 29 from report import Report
  /frameworks/base/services/core/java/com/android/server/am/
InstrumentationReporter.java 36 ArrayList<Report> mPendingReports;
50 ArrayList<Report> reports;
74 final Report rep = reports.get(i);
98 final class Report {
105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode,
117 if (DEBUG) Slog.d(TAG, "Report status to " + watcher
120 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results)); method
125 if (DEBUG) Slog.d(TAG, "Report finished to " + watcher
128 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results)) method
131 private void report(Report report) { method in class:InstrumentationReporter
    [all...]
  /external/compiler-rt/lib/scudo/
scudo_termination.cpp 36 Report("Sanitizer CHECK failed: %s:%d %s (%lld, %lld)\n", file, line, cond,
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
exception_jni.h 38 int Report(const char* format, va_list args) override;
  /tools/acloud/public/
report_test.py 17 """Tests for acloud.public.report."""
20 from acloud.public import report
24 """Test Report class."""
28 r = report.Report("create")
41 r = report.Report("create")
48 r = report.Report("create")
49 r.SetStatus(report.Status.SUCCESS
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 58 diags->Report(diag::err_fe_unable_to_load_plugin) << *i << err;
97 diags->Report(diag::warn_incompatible_analyzer_plugin_api)
99 diags->Report(diag::note_incompatible_analyzer_plugin_api)
124 diags.Report(diag::err_unknown_analyzer_checker)
126 diags.Report(diag::note_suggest_disabling_all_checkers);
  /external/clang/lib/Basic/
Warnings.cpp 39 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...]

Completed in 931 milliseconds

1 2 3 4 5 6 7 8 91011>>