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

<<21222324252627282930>>

  /external/bison/src/
print-xml.c 52 | Report information on a state. |
120 | Report the shifts if DISPLAY_SHIFTS_P or the gotos of S on |
137 /* Nothing to report. */
143 /* Report lookahead tokens and shifts. */
177 | Report the explicit errors of S raised from %nonassoc. |
191 /* Nothing to report. */
197 /* Report lookahead tokens and errors. */
212 | Report a reduction of RULE on LOOKAHEAD_TOKEN (which can be `default'). |
236 | Report on OUT the reduction actions of S. |
245 int report = false local
    [all...]
  /external/ceres-solver/internal/ceres/
evaluator_test.cc 116 string report; local
117 StringAppendF(&report, "Creating evaluator with type: %d",
120 StringAppendF(&report, ", dynamic_sparsity: %d",
123 StringAppendF(&report, " and num_eliminate_blocks: %d",
125 VLOG(1) << report;
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 272 * True to report invalid characters in node names, attributes, elements,
390 report(DOMError.SEVERITY_WARNING, "cdata-sections-splitted");
392 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
416 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
461 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
483 private void report(short severity, String type) {
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 287 T(" Field 5: optional comment appended to the report.\n");
654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test) function
720 report(comment, NiL, re, s, len, NiL, 0, test);
904 report("callout failed", NiL, re, s, len, NiL, flags, test);
951 report("failed: match was", NiL, re, s, len, NiL, flags, test);
970 report("failed: match was", NiL, re, s, len, NiL, flags, test);
981 report("failed: overran match array", NiL, re, s, len, NiL, flags, test);
1157 report("failed", "regfree", re, NiL, -1, msg, flags, test);
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 287 T(" Field 5: optional comment appended to the report.\n");
654 report(char* comment, char* fun, char* re, char* s, int len, char* msg, int flags, unsigned long test) function
720 report(comment, NiL, re, s, len, NiL, 0, test);
904 report("callout failed", NiL, re, s, len, NiL, flags, test);
951 report("failed: match was", NiL, re, s, len, NiL, flags, test);
970 report("failed: match was", NiL, re, s, len, NiL, flags, test);
981 report("failed: overran match array", NiL, re, s, len, NiL, flags, test);
1157 report("failed", "regfree", re, NiL, -1, msg, flags, test);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/driver/
driver.go 27 "cmd/pprof/internal/report"
32 // manager. Then it generates a report formatted according to the
290 value, unit := report.ScaleValue(v, ranges[0][2], ranges[0][2])
295 sv, su := report.ScaleValue(v, u, unit)
300 sv, su := report.ScaleValue(v, u, unit)
305 sv, su := report.ScaleValue(v, u, unit)
317 value2, unit2 := report.ScaleValue(v, ranges[1][2], unit)
322 sv, su := report.ScaleValue(v, u, unit)
437 flagAddresses *bool // Report at address level
438 flagLines *bool // Report at source line leve
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/driver/
driver.go 27 "cmd/pprof/internal/report"
32 // manager. Then it generates a report formatted according to the
290 value, unit := report.ScaleValue(v, ranges[0][2], ranges[0][2])
295 sv, su := report.ScaleValue(v, u, unit)
300 sv, su := report.ScaleValue(v, u, unit)
305 sv, su := report.ScaleValue(v, u, unit)
317 value2, unit2 := report.ScaleValue(v, ranges[1][2], unit)
322 sv, su := report.ScaleValue(v, u, unit)
437 flagAddresses *bool // Report at address level
438 flagLines *bool // Report at source line leve
    [all...]
  /external/autotest/server/cros/dynamic_suite/
reporting_unittest.py 27 # test report used to generate failure
49 """Get a TestBug so we can report it.
107 bug_id, bug_count = reporting.Reporter().report(self._get_failure())
136 bug_id, bug_count = reporting.Reporter().report(self._get_failure())
175 bug_id, bug_count = reporting.Reporter().report(self._get_failure(),
183 """Test that we can use a Bug object to file a bug report."""
197 bug_id, bug_count = reporting.Reporter().report(bug)
214 bug_id, bug_count = reporting.Reporter().report(bug)
434 reporter.report(mox.IgnoreArg()).AndReturn((11,1))
455 reporter.report(mox.IgnoreArg()).AndReturn((11,1)
    [all...]
  /external/elfutils/libdwfl/
linux-kernel-modules.c 207 bool report = true; local
215 report = want > 0;
218 if (report)
237 if (!report || result < 0)
244 /* Look for a kernel debug archive. If we find one, report all its modules.
314 /* Report a kernel and all its modules found on disk, for offline use.
329 /* First report the kernel. */
374 /* We have a .ko file to report. Following the algorithm
634 #define report() \ macro
644 return report () == NULL ? -1 : 0
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 117 // special ranges for this report.
166 /// bug report, so it can print a note later.
209 // See if the return value is NULL. If so, suppress the report.
211 assert(Eng && "Cannot file a bug report without an owning engine");
296 // the report is resurrected as valid later on.
349 // Don't automatically suppress a report if one of the arguments is
375 // false negatives, and continue towards marking this report invalid.
787 assert(Eng && "Cannot file a bug report without an owning engine");
893 BugReport &report, bool IsArg,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 118 ApplicationErrorReport report = new ApplicationErrorReport(); local
119 report.type = ApplicationErrorReport.TYPE_RUNNING_SERVICE;
120 report.packageName = mServiceItem.mServiceInfo.packageName;
121 report.installerPackageName = mInstaller.getPackageName();
122 report.processName = mServiceItem.mRunningService.process;
123 report.time = System.currentTimeMillis();
124 report.systemApp = (mServiceItem.mServiceInfo.applicationInfo.flags
159 report.runningServiceInfo = info;
162 result.putExtra(Intent.EXTRA_BUG_REPORT, report);
315 detail.mReportButton.setText(com.android.internal.R.string.report);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 408 mReportButton.setText(com.android.internal.R.string.report);
733 ApplicationErrorReport report = new ApplicationErrorReport();
734 report.type = ApplicationErrorReport.TYPE_BATTERY;
735 report.packageName = mPackages[0];
736 report.installerPackageName = mInstaller.getPackageName();
737 report.processName = mPackages[0];
738 report.time = System.currentTimeMillis();
739 report.systemApp = (mApp.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
747 report.batteryInfo = batteryInfo;
751 result.putExtra(Intent.EXTRA_BUG_REPORT, report);
    [all...]
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 
  /external/webrtc/talk/app/webrtc/
statstypes.cc 747 StatsReport* report = new StatsReport(id); local
748 list_.push_back(report);
749 return report;
764 StatsReport* report = new StatsReport((*it)->id()); local
766 *it = report;
767 return report;
772 // Looks for a report with the given |id|. If one is not found, NULL
  /cts/common/util/src/com/android/compatibility/common/util/
ReportLog.java 33 * Utility class to add results to the report.
69 * Creates a metric array to be included in the report. Each object has a message
175 * Adds a double array of metrics to the report.
182 * Adds a double array of metrics to the report.
190 * Adds a double metric to the report.
197 * Adds a double metric to the report.
205 * Adds an int metric to the report.
212 * Adds a long metric to the report.
219 * Adds a float metric to the report.
226 * Adds a boolean metric to the report
368 ReportLog report = new ReportLog(); local
    [all...]
  /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/doclava/src/com/google/doclava/apicheck/
ApiCheck.java 75 Report report = acheck.checkApi(originalArgs); local
77 Errors.printErrors(report.errors());
78 System.exit(report.code);
85 public Report checkApi(String[] originalArgs) {
112 return new Report(2, Errors.getErrors());
142 return new Report(1, Errors.getErrors());
154 return new Report(Errors.hadError ? 1 : 0, Errors.getErrors());
229 public class Report {
233 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...]
  /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/server/cros/
repair_utils.py 118 bug_id = reporter.report(bug)[0]
123 'could not file a bug to report this:\n\n')
  /external/chromium-trace/catapult/third_party/typ/tools/
cov.py 137 cov.report(show_missing=args.show_missing)
  /external/e2fsprogs/lib/quota/
quotaio.h 129 int (*report) (struct quota_handle *h, int verbose); member in struct:quotafile_ops
  /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

Completed in 840 milliseconds

<<21222324252627282930>>