HomeSort by relevance Sort by last modified time
    Searched refs:report (Results 626 - 650 of 1835) sorted by null

<<21222324252627282930>>

  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_utils.py 154 """Create a directory to save the report and device event files."""
219 """A class to handle outputs to the window and to the report."""
223 self.report = open(report_name, 'w')
233 """Close the report file and print it on stdout."""
234 self.report.close()
238 report_msg = '\n*** This test report is saved in the file: %s\n'
242 """Get the prefix space when printing the report."""
247 self.report.write(self.prefix_space + str(msg) + os.linesep)
257 """Print the message to the report."""
280 """Print the message to the report.""
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 6 """ This module is responsible to generate 'index.html' for the report.
32 """ Responsible for the report directory.
35 keep -- a boolean value to keep or delete the empty report directory. """
45 logging.info('Report directory created: %s', name)
55 msg = "Report directory '%s' contans no report, but kept."
57 msg = "Removing directory '%s' because it contains no report."
65 """ Generates cover report and returns the number of bugs/crashes. """
89 # copy additinal files to the report
100 """ Put together the fragments into a final report. ""
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 74 Report report = acheck.checkApi(originalArgs); local
76 Errors.printErrors(report.errors());
77 System.exit(report.code);
84 public Report checkApi(String[] originalArgs) {
111 return new Report(2, Errors.getErrors());
144 return new Report(1, Errors.getErrors());
156 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
231 public class Report {
235 private Report(int code, Set<ErrorMessage> errors)
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 9 package com.vladium.emma.report;
21 import com.vladium.emma.report.IReportEnums.DepthAttribute;
22 import com.vladium.emma.report.IReportEnums.UnitsTypeAttribute;
32 * ReportCfg is a container for report type {@link ReportCfg.Element}s that are
33 * in turn containers for all properties that could be set on a &lt;report&gt;
34 * report type configurator (&lt;txt&gt;, &lt;html&gt;, etc). The elements provide
35 * the ability for report properties to be set either via the generic &lt;property&gt;
40 * Note that ReportCfg does not handle any non-report related properties.
42 * parent's responsibility to merge any inherited report properties with
142 // generically named settings don't override report named settings
    [all...]
  /test/vts/utils/python/web/
web_utils.py 111 If None is provided as a result, the current test report will be cleared, which results
129 """Creates a report for the specified test.
152 """Adds a coverage report to the VtsReportMessage.
156 report message.
174 report = self.report_msg
176 report = self.current_test_report_msg
178 coverage = report.coverage.add()
329 """Creates a systrace report message with a systrace URL.
331 Adds a systrace report to the current test case report and supplies th
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cvslib.py 148 def report(self): member in class:File
254 def report(self): member in class:CVS
256 e.report()
356 ## x.report()
360 x.report()
rcvs.py 289 def report(self, files): member in class:RCVS
291 e.report()
401 self.cvs.report([])
404 self.cvs.report(files)
  /external/autotest/client/profilers/blktrace/
blktrace.py 62 def report(self, test): member in class:blktrace
  /external/autotest/client/profilers/perf/
perf.py 23 perf_help = utils.run('%s report help' % self.perf_bin,
55 def report(self, test): member in class:perf
58 cmd = ("%s report -i %s --sort %s,dso" % (self.perf_bin,
  /external/autotest/client/tests/reaim/
reaim.py 71 profilers.report(self)
  /external/autotest/site_utils/
diagnosis_utils_unittest.py 20 reporting.Reporter.report = mock.Mock(return_value=(None, 0))
  /external/emma/core/java12/com/vladium/emma/report/
reportCommand.java 9 package com.vladium.emma.report;
127 processor.setReportTypes (m_reportTypes); // no "txt" default for report processor
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/
JavaNames.java 12 package org.jacoco.report;
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLElement.java 12 package org.jacoco.report.internal.xml;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
MultiReportVisitorTest.java 12 package org.jacoco.report;
40 super("Report");
97 private static final String MOCK_REPORT = "Report[g1[b1[], b2[]], g2[]]";
MultiSourceFileLocatorTest.java 12 package org.jacoco.report;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
XMLElementTest.java 12 package org.jacoco.report.internal.xml;
  /external/skia/platform_tools/android/bin/
android_perf 7 # 2) perf report # prints profiler results
94 report)
102 echo "setup, record, report, clean"
  /external/toolchain-utils/crosperf/
results_report_unittest.py 145 """Tests that the output of a text report contains the things we pass in.
174 """Tests that the output of a HTML report contains the things we pass in.
376 """Tests for the perf report parser in results_report."""
380 with open(os.path.join(my_dir, 'perf_files/perf.data.report.0')) as f:
384 report = ParseStandardPerfReport(self._ReadRealPerfReport())
385 self.assertItemsEqual(['cycles', 'instructions'], report.keys())
387 # Arbitrarily selected known percentages from the perf report.
394 report_cycles = report['cycles']
406 report_instructions = report['instructions']
  /external/v8/tools/sanitizers/
sancov_formatter_test.py 185 cls._cov.report()
  /external/valgrind/coregrind/
m_libcassert.c 412 static void report_and_quit ( const HChar* report,
428 "If that doesn't help, please report this bug to: %s\n\n"
429 "In the bug report, send all the above text, the valgrind\n"
431 report);
485 static void panic ( const HChar* name, const HChar* report, const HChar* str,
491 report_and_quit(report, startRegs);
  /frameworks/base/core/java/android/app/
DexLoadReporter.java 89 public void report(List<String> dexPaths) { method in class:DexLoadReporter
  /hardware/libhardware/include/hardware/
bt_hh.h 45 BTHH_HS_INVALID_RPT_ID, /* handshake error : invalid report ID */
67 /* Report types */
112 /** Callback for get report api.
113 * if staus is ok rpt_data contains the report data
172 bt_status_t (*set_report)(bt_bdaddr_t *bd_addr, bthh_report_type_t reportType, char* report);
  /packages/apps/Settings/src/com/android/settings/
BugreportPreference.java 74 builder.setPositiveButton(com.android.internal.R.string.report, listener);
  /prebuilts/tools/common/m2/repository/org/gebish/geb-spock/0.9.3/
geb-spock-0.9.3.jar 

Completed in 729 milliseconds

<<21222324252627282930>>