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

1 2 3

  /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);
  /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;
  /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/
NSAutoreleasePoolChecker.cpp 71 auto Report = llvm::make_unique<BugReport>(
74 Report->addRange(msg.getSourceRange());
75 C.emitReport(std::move(Report));
VforkChecker.cpp 136 auto Report = llvm::make_unique<BugReport>(*BT, os.str(), N);
138 C.emitReport(std::move(Report));
DeadStoresChecker.cpp 164 void Report(const VarDecl *V, DeadStoreKind dsk,
198 // Don't report issues in this case, e.g.: "if (x = foo())",
225 Report(VD, dsk, ExLoc, Val->getSourceRange());
383 Report(V, DeadInit, Loc, E->getSourceRange());
PaddingChecker.cpp 71 /// PadMultiplier exceeds AllowedPad, then generate a report.
97 /// array type exceeds AllowedPad, then generate a report.
303 auto Report = llvm::make_unique<BugReport>(*PaddingBug, Os.str(), CELoc);
304 Report->setDeclWithIssue(RD);
305 Report->addRange(RD->getSourceRange());
307 BR->emitReport(std::move(Report));
UnixAPIChecker.cpp 86 auto Report = llvm::make_unique<BugReport>(*BT_open, Msg, N);
87 Report->addRange(SR);
88 C.emitReport(std::move(Report));
203 auto report = llvm::make_unique<BugReport>(*BT_pthreadOnce, os.str(), N); local
204 report->addRange(CE->getArg(0)->getSourceRange());
205 C.emitReport(std::move(report));
227 // Generates an error report, indicating that the function whose name is given
244 auto report = llvm::make_unique<BugReport>(*BT_mallocZero, os.str(), N); local
246 report->addRange(arg->getSourceRange());
247 bugreporter::trackNullOrUndefValue(N, arg, *report);
    [all...]
  /external/lisa/libs/utils/
report.py 37 class Report(object):
47 self._log = logging.getLogger('Report')
71 # Report all supported workload classes
75 ############################### REPORT RTAPP ###############################
80 self._log.debug('No RTApp workloads to report')
85 # Setup lables depending on requested report
229 ############################### REPORT DEFAULT #############################
240 self._log.debug('No Default workloads to report')
245 # Setup lables depending on requested report
315 # Otherwise, report energy value
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/
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) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Report.py 2 # This file is used to create report for Eot tool
21 ## Report() class
23 # This class defined Report
27 class Report(object):
31 # @param ReportName: name of the report
34 def __init__(self, ReportName = 'Report.html', FvObj = None, DispatchName=None):
49 # Write a line in the report
59 # A caller to generate report
146 SqlCommand = """select DISTINCT GuidName from Report where GuidValue like '%s' and ItemMode = 'Produced' group by GuidName""" % (Item)
201 SqlCommand = """select DISTINCT SourceFileFullPath, BelongsToFunction from Report where GuidName like '%s' and ItemMode = 'Callback'""" % Name
472 report = Report('Report.html', fv) variable
    [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...]
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/native/
exception_jni.cc 57 int BufferErrorReporter::Report(const char* format, va_list args) {
  /tools/acloud/public/
report.py 17 """Command report.
19 Report class holds the results of a command execution.
20 Each driver API call will generate a report instance.
22 If running the CLI of the driver, a report will
26 The json format of a report dump looks like:
97 class Report(object):
98 """A class that stores and generates report."""
112 """Add a key-val to the report.
146 "report: Current status is %s, "
151 """Dump report content to a file
    [all...]
  /external/google-breakpad/src/processor/
cfi_frame_info.cc 141 if (!token) return Report();
148 // If there is any pending content, report it.
150 if (!Report()) return false;
165 bool CFIRuleParser::Report() {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flag_parser.cc 36 void Report() {
48 unknown_flags.Report();
sanitizer_printf.cc 237 // hand, the bigger the buffer is, the more the chance the error report will
249 buffer = (char*)MmapOrDie(kLen, "Report");
258 "Buffer in Report is too short!\n"); \
303 void Report(const char *format, ...) {
  /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...]
  /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...]
  /build/make/tools/releasetools/
blockimgdiff.py 278 # The list of valid reasons, which will also be the dumped order in a report.
308 def Report(self):
309 """Prints a report of the collected imgdiff stats."""
315 print_header(' Imgdiff Stats Report ', '=')
494 # Report the imgdiff stats.
496 self.imgdiff_stats.Report()
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 81 Report report = acheck.checkApi(originalArgs); local
83 Errors.printErrors(report.errors());
84 System.exit(report.code);
91 public Report checkApi(String[] originalArgs) {
118 return new Report(2, Errors.getErrors());
151 return new Report(1, Errors.getErrors());
163 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
238 public class Report {
242 private Report(int code, Set<ErrorMessage> errors)
    [all...]
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Report.java 30 import org.jacoco.report.DirectorySourceFileLocator;
31 import org.jacoco.report.FileMultiReportOutput;
32 import org.jacoco.report.IReportVisitor;
33 import org.jacoco.report.ISourceFileLocator;
34 import org.jacoco.report.MultiReportVisitor;
35 import org.jacoco.report.MultiSourceFileLocator;
36 import org.jacoco.report.csv.CSVFormatter;
37 import org.jacoco.report.html.HTMLFormatter;
38 import org.jacoco.report.xml.XMLFormatter;
43 * The <code>report</code> command
    [all...]
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 11 // report coverage information using the profiling instrumentation and code
45 /// \brief The report command.
46 Report
90 int report(int argc, const char **argv,
437 case Report:
438 return report(argc, argv, commandLineParser);
582 int CodeCoverageTool::report(int argc, const char **argv, function in class:CodeCoverageTool
595 CoverageReport Report(ViewOpts, std::move(Coverage));
597 Report.renderFileReports(llvm::outs());
599 Report.renderFunctionReports(SourceFiles, llvm::outs())
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report.go 15 // Package report summarizes a performance profile into a
16 // human-readable report.
17 package report package
79 OutputUnit string // Units for data formatting in report.
81 Symbol *regexp.Regexp // Symbols to include on disassembly report.
85 // Generate generates a report as directed by the Report.
86 func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
121 // newTrimmedGraph creates a graph for this report, trimmed according
122 // to the report options
    [all...]

Completed in 662 milliseconds

1 2 3