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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/report/
report.go 5 // Package report summarizes a performance profile into a
6 // human-readable report.
7 package report package
24 // Generate generates a report as directed by the Report.
25 func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
55 func printAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
243 // valueOrDot formats a value according to a report, intercepting zero
245 func valueOrDot(value int64, rpt *Report) string {
254 func printTags(w io.Writer, rpt *Report) error
    [all...]
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/report/
report.go 5 // Package report summarizes a performance profile into a
6 // human-readable report.
7 package report package
24 // Generate generates a report as directed by the Report.
25 func Generate(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
55 func printAssembly(w io.Writer, rpt *Report, obj plugin.ObjTool) error {
243 // valueOrDot formats a value according to a report, intercepting zero
245 func valueOrDot(value int64, rpt *Report) string {
254 func printTags(w io.Writer, rpt *Report) error
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 51 * Background task to generate a report and save it to external storage.
86 TestResultsReport report = new TestResultsReport(mContext, mAdapter); local
87 result = report.generateResult();
89 LOG.log(Level.WARNING, "Couldn't create test results report", e);
98 // create a temporary directory for this particular report
102 // create a File object for a report ZIP file
107 // Serialize the report
113 // copy formatting files to the temporary report directory
116 // create a compressed ZIP file containing the temporary report directory
119 LOG.log(Level.WARNING, "I/O exception writing report to storage.", e)
    [all...]
  /cts/common/host-side/tradefed/tests/res/testtype/
testJar1.jar 
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 58 pylint --rcfile=pylintrc --output-format=parseable --include-ids=yes antlr3 | tee pylint-report.txt
  /external/autotest/client/site_tests/power_LoadTest/extension/
ct.js 52 //report success load to test.js.
  /external/google-benchmark/test/
output_test_helper.cc 132 void ReportRuns(const std::vector<Run>& report) {
133 for (auto rep : reporters_) rep->ReportRuns(report);
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 132 void ReportRuns(const std::vector<Run>& report) {
133 for (auto rep : reporters_) rep->ReportRuns(report);
  /external/toolchain-utils/automation/clients/report/dejagnu/
summary.py 167 with open(filename, 'r') as report:
168 lines = [line.strip() for line in report.readlines() if line.strip()]
197 fails, we don't want to report all failures that depend on the former.
  /frameworks/base/cmds/hid/src/com/android/commands/hid/
Event.java 33 public static final String COMMAND_REPORT = "report";
83 + ", report=" + Arrays.toString(mReport)
111 public void setReport(byte[] report) {
112 mEvent.mReport = report;
143 throw new IllegalStateException("Report command is missing report data");
185 case "report":
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 57 * Spin the actual work of handling a debuggerd crash report into a
66 NativeCrashReporter(ProcessRecord app, int signal, String report) {
70 mCrashReport = report;
88 Slog.e(TAG, "Unable to report native crash", e);
192 // Read a crash report from the connection
231 Slog.v(TAG, "Skipping report for persistent app " + pr);
255 // Okay, we've got the report.
259 // cleanup mechanism knows we're still submitting the report
279 Slog.e(TAG, "Exception dealing with report", e);
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
PeriodicScanManager.java 154 PeriodicAdvertisingReport report = new PeriodicAdvertisingReport( local
156 callback.onPeriodicAdvertisingReport(report);
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 41 // Other OS X users report
  /prebuilts/go/darwin-x86/src/encoding/gob/
error.go 14 // panic to report an error or are guaranteed error-free.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
example.go 69 // report any errors
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13273.go 7 // Check that we correctly construct (and report errors)
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 41 // Other OS X users report
  /prebuilts/go/linux-x86/src/encoding/gob/
error.go 14 // panic to report an error or are guaranteed error-free.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
example.go 69 // report any errors
  /prebuilts/go/linux-x86/test/fixedbugs/
issue13273.go 7 // Check that we correctly construct (and report errors)
  /external/wpa_supplicant_8/src/ap/
rrm.c 39 wpa_printf(MSG_DEBUG, "Unexpected LCI report, token %u", token);
45 wpa_printf(MSG_DEBUG, "LCI report token %u len %zu", token, len);
63 wpa_printf(MSG_DEBUG, "Unexpected range report, token %u",
70 wpa_printf(MSG_DEBUG, "Range report token %u len %zu", token, len);
78 char report[2 * 255 + 1]; local
80 wpa_printf(MSG_DEBUG, "Beacon report token %u len %zu from " MACSTR,
82 /* Skip to the beginning of the Beacon report */
87 report[0] = '\0';
88 if (wpa_snprintf_hex(report, sizeof(report), pos, len) < 0
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.0/
gradle-0.13.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.3/
gradle-0.13.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.13.4/
gradle-0.13.4.jar 

Completed in 553 milliseconds

<<21222324252627282930>>