HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 176 - 200 of 1617) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/native/services/inputflinger/host/
InputDriver.h 53 virtual void inputReportDefinitionAddCollection(input_report_definition_t* report,
55 virtual void inputReportDefinitionDeclareUsageInt(input_report_definition_t* report,
58 virtual void inputReportDefinitionDeclareUsagesBool(input_report_definition_t* report,
70 virtual void reportEvent(input_device_handle_t* d, input_report_t* report) = 0;
100 virtual void inputReportDefinitionAddCollection(input_report_definition_t* report,
102 virtual void inputReportDefinitionDeclareUsageInt(input_report_definition_t* report,
105 virtual void inputReportDefinitionDeclareUsagesBool(input_report_definition_t* report,
117 virtual void reportEvent(input_device_handle_t* d, input_report_t* report) override;
153 input_report_definition_t* report, input_collection_id_t id, int32_t arity);
156 input_report_definition_t* report, input_collection_id_t id
    [all...]
InputDriver.cpp 160 void InputDriver::inputReportDefinitionAddCollection(input_report_definition_t* report,
162 report->collections[id] = {.arity = arity};
165 void InputDriver::inputReportDefinitionDeclareUsageInt(input_report_definition_t* report,
168 if (report->collections.find(id) != report->collections.end()) {
169 report->collections[id].intUsages.push_back({
174 void InputDriver::inputReportDefinitionDeclareUsagesBool(input_report_definition_t* report,
176 if (report->collections.find(id) != report->collections.end()) {
178 report->collections[id].boolUsages.push_back(usage[i])
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
test.h 52 report() function in class:gold_testsuite::Test_framework
62 // Report an error from the current test.
94 // Report an error.
131 // Check that a condition is true. If it is false, report a failure.
137 : (::gold_testsuite::Test_framework::report()->fail(__FILE__, \
141 // Report an error during a test.
143 #define ERROR(msg) (::gold_testsuite::Test_framework::report()->error(msg))
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/commands/
commands.go 20 "cmd/pprof/internal/report"
29 // function for command-line completion, the report format to use
30 // during report generation, any postprocessing functions, and whether
34 Format int // report format to generate
35 PostProcess PostProcessor // postprocessing to run on report
43 // PostProcessor is a function that applies post-processing to the report output
46 // PProf returns the basic pprof report-generation commands
50 "tags": {nil, report.Tags, nil, false, "Outputs all tags in the profile"},
51 "raw": {c, report.Raw, nil, false, "Outputs a text representation of the raw profile"},
52 "dot": {c, report.Dot, nil, false, "Outputs a graph in DOT format"}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/commands/
commands.go 20 "cmd/pprof/internal/report"
29 // function for command-line completion, the report format to use
30 // during report generation, any postprocessing functions, and whether
34 Format int // report format to generate
35 PostProcess PostProcessor // postprocessing to run on report
43 // PostProcessor is a function that applies post-processing to the report output
46 // PProf returns the basic pprof report-generation commands
50 "tags": {nil, report.Tags, nil, false, "Outputs all tags in the profile"},
51 "raw": {c, report.Raw, nil, false, "Outputs a text representation of the raw profile"},
52 "dot": {c, report.Dot, nil, false, "Outputs a graph in DOT format"}
    [all...]
  /external/emma/lib/
emma_ant.jar 
  /prebuilts/devtools/tools/lib/
emma_ant.jar 
  /cts/common/util/src/com/android/compatibility/common/util/
TestResult.java 119 public void setReportLog(ReportLog report) {
120 mReport = report;
191 public void passed(ReportLog report) {
194 if (report != null) {
195 setReportLog(report);
205 // TODO(b/28386054): Report SKIPPED as a separate result.
250 * Strip out any invalid XML characters that might cause the report to be unviewable.
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 9 package com.vladium.emma.report;
18 import com.vladium.emma.report.ReportCfg.Element_HTML;
19 import com.vladium.emma.report.ReportCfg.Element_LCOV;
20 import com.vladium.emma.report.ReportCfg.Element_TXT;
21 import com.vladium.emma.report.ReportCfg.Element_XML;
49 if ((reportTypes == null) || (reportTypes.length == 0)) // no "txt" default for report processor
51 + ": no report types specified: provide at least one of <txt>, <html>, <lcov>, <xml> nested elements", location).fillInStackTrace ();
60 // combine report and all generic settings:
66 // named report settings override generic named settings and file
124 // report properties [defaults for all report types]
    [all...]
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
CheckMojo.java 11 * Marc Hoffmann - redesign using report APIs
26 import org.jacoco.report.IReportVisitor;
27 import org.jacoco.report.check.IViolationsOutput;
28 import org.jacoco.report.check.Limit;
29 import org.jacoco.report.check.Rule;
30 import org.jacoco.report.check.RulesChecker;
74 * <limit implementation="org.jacoco.report.check.Limit">
79 * <limit implementation="org.jacoco.report.check.Limit">
  /external/webrtc/webrtc/tools/rtcbot/bot/browser/
bot.js 63 var report = {};
64 report.id = reports[index].id;
65 report.type = reports[index].type;
66 report.names = reports[index].names();
67 report.stats = [];
68 populateStats(reports[index], report.stats);
70 outputReports.push(report);
76 function populateStats(report, stats) {
77 var names = report.names();
81 stat: report.stat(names[index])
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
LabelColumnTest.java 12 package org.jacoco.report.internal.html.table;
22 import org.jacoco.report.MemoryMultiReportOutput;
23 import org.jacoco.report.internal.ReportOutputFolder;
24 import org.jacoco.report.internal.html.HTMLDocument;
25 import org.jacoco.report.internal.html.HTMLElement;
26 import org.jacoco.report.internal.html.HTMLSupport;
27 import org.jacoco.report.internal.html.resources.Resources;
  /cts/tests/tvprovider/src/android/tvprovider/cts/
TvProviderPerfTest.java 109 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); local
110 report.addValues("elapsed_time_for_insert", applyBatchTimes, ResultType.LOWER_BETTER,
138 report.addValues("elapsed_time_for_update", applyBatchTimes, ResultType.LOWER_BETTER,
154 report.addValues("elapsed_time_for_query_channels", applyBatchTimes,
174 report.addValues("elapsed_time_for_query_a_channel", applyBatchTimes,
185 report.addValues("elapsed_time_for_delete", applyBatchTimes, ResultType.LOWER_BETTER,
189 report.addValues("average_elapsed_time_for_insert_update_query_channels_query_a_channel_"
191 report.submit(getInstrumentation());
247 DeviceReportLog report = new DeviceReportLog(REPORT_LOG_NAME, streamName); local
248 report.addValues("elapsed_time_for_insert", applyBatchTimes, ResultType.LOWER_BETTER
    [all...]
  /external/autotest/client/tools/
crash_handler.py 42 def write_to_file(filename, data, report=False):
49 @param report: Whether we'll use GDB to get a backtrace report of the
58 if report:
66 Get all valid output directories for the core file and the report. It works
76 the core dump and the crash report.
128 Use GDB to produce a report with information about a given core.
146 # Sanitize output before passing it to the report
153 report = "Program: %s\n" % exe_path
155 report += "PID: %s\n" % crashed_pi
    [all...]
  /external/clang/tools/scan-view/share/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /external/libcxx/test/libcxx/test/
format.py 114 report = libcxx.util.makeReport(cmd, out, err, rc)
115 report += "Compilation failed unexpectedly!"
116 return lit.Test.FAIL, report
131 report = libcxx.util.makeReport(cmd, out, err, rc)
132 report = "Compiled With: %s\n%s" % (compile_cmd, report)
133 report += "Compiled test failed unexpectedly!"
134 return lit.Test.FAIL, report
160 report = libcxx.util.makeReport(cmd, out, err, rc)
163 return lit.Test.FAIL, report + report_msg + '\n
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 114 report = libcxx.util.makeReport(cmd, out, err, rc)
115 report += "Compilation failed unexpectedly!"
116 return lit.Test.FAIL, report
131 report = libcxx.util.makeReport(cmd, out, err, rc)
132 report = "Compiled With: %s\n%s" % (compile_cmd, report)
133 report += "Compiled test failed unexpectedly!"
134 return lit.Test.FAIL, report
160 report = libcxx.util.makeReport(cmd, out, err, rc)
163 return lit.Test.FAIL, report + report_msg + '\n
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-view/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/
Reporter.py 109 def fileReport(self, report, parameters):
111 BUG REPORT
115 """%(report.title, report.description)
123 msg['Subject'] = 'BUG REPORT: %s'%(report.title)
130 for file in report.files:
150 def fileReport(self, report, parameters):
196 def fileReport(self, report, parameters):
210 args = ['osascript', script, component, componentVersion, classification, personID, report.title
    [all...]

Completed in 2382 milliseconds

1 2 3 4 5 6 78 91011>>