HomeSort by relevance Sort by last modified time
    Searched full:report (Results 326 - 350 of 7456) sorted by null

<<11121314151617181920>>

  /cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java 28 * A simple compatibility test which includes results in the report.
30 * This test measures the time taken to run a workload and adds in the report.
105 * Runs the workload and records the result to the report log.
114 // Get the report for this test and add the results to record.
119 // Every report must have a summary,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
test.xml 9 <!--name that can be added to report name to identify which platform tests results come from-->
49 <copy file="${eclipse-home}/${report}.xml" tofile="${results}/xml/${report}_${platform}.xml" />
55 <param name="report" value="org.eclipse.ve.tests" />
62 <param name="report" value="org.eclipse.jem.tests" />
  /external/emma/core/res/com/vladium/emma/
exceptions.properties 6 unexpected failure {0}, please submit a bug report to: ''{1}''
15 invalid report column name [{0}]
40 failed to generate report
43 exception occurred while writing report file(s):
48 metadata is being used for report generation.
  /external/llvm/tools/llvm-cov/
llvm-cov.cpp 10 // llvm-cov is a command line tools to analyze and report coverage information.
26 /// \brief The main entry point for the 'report' subcommand.
37 errs() << "Usage: llvm-cov {gcov|report|show} [OPTION]...\n\n"
42 << " report: Summarize instrprof style coverage information.\n";
57 .Case("report", reportMain)
  /external/llvm/utils/lit/lit/formats/
base.py 111 report = """Command: %s\n""" % ' '.join(["'%s'" % a
114 report += """Temporary File: %s\n""" % tmp.name
115 report += "--\n%s--\n""" % open(tmp.name).read()
116 report += """Output:\n--\n%s--""" % diags
118 return lit.Test.FAIL, report
  /frameworks/base/libs/usb/tests/accessorytest/
f_accessory.h 83 * index: total length of the HID report descriptor
98 /* Control request for sending the HID report descriptor.
109 * data the HID report descriptor
119 * data the HID report for the event
130 * data the HID report for the event
  /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);
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.pom 380 <report>index</report>
381 <report>project-team</report>
382 <report>help</report>
383 <report>cim</report>
384 <report>issue-tracking</report>
    [all...]
  /frameworks/compile/slang/
slang_rs_context.h 242 // Report an error or a warning to the user.
244 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level,
247 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
251 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level,
256 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
260 // Utility functions to report errors and warnings to make the calling code
264 return Report<N>(clang::DiagnosticsEngine::Error, Message);
270 return Report<N>(clang::DiagnosticsEngine::Error, Loc, Message);
275 return Report<N>(clang::DiagnosticsEngine::Warning, Message);
281 return Report<N>(clang::DiagnosticsEngine::Warning, Loc, Message)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcomponents-core/4.1/
httpcomponents-core-4.1.pom 243 <report>dependencies</report>
244 <report>project-team</report>
245 <report>mailing-list</report>
246 <report>issue-tracking</report>
247 <report>scm</report>
    [all...]
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcomponents-core/4.1/
httpcomponents-core-4.1.pom 243 <report>dependencies</report>
244 <report>project-team</report>
245 <report>mailing-list</report>
246 <report>issue-tracking</report>
247 <report>scm</report>
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg 111 report = """Command: %s\n""" % ' '.join(["'%s'" % a
113 report += """Exit Code: %d\n""" % exitCode
115 report += """Standard Output:\n--\n%s--""" % out
117 report += """Standard Error:\n--\n%s--""" % err
118 report += "\n\nExpected compilation to fail!"
119 return lit.Test.FAIL, report
131 report = """Command: %s\n""" % ' '.join(["'%s'" % a
133 report += """Exit Code: %d\n""" % exitCode
135 report += """Standard Output:\n--\n%s--""" % out
137 report += """Standard Error:\n--\n%s--""" % er
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 252 // Report deallocator mismatch. Remove the region from tracking - reporting a
272 BugReport *Report = new BugReport(*BT, os.str(), N);
273 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first));
274 Report->addRange(ArgExpr->getSourceRange());
275 markInteresting(Report, AP);
276 C.emitReport(Report);
317 BugReport *Report = new BugReport(*BT, os.str(), N);
318 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(V));
319 Report->addRange(ArgExpr->getSourceRange());
320 Report->markInteresting(AS->Region)
    [all...]
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.jar 
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 9 package com.vladium.emma.report.xml;
31 import com.vladium.emma.report.AbstractReportGenerator;
32 import com.vladium.emma.report.AllItem;
33 import com.vladium.emma.report.ClassItem;
34 import com.vladium.emma.report.IItem;
35 import com.vladium.emma.report.IItemAttribute;
36 import com.vladium.emma.report.IItemMetadata;
37 import com.vladium.emma.report.ItemComparator;
38 import com.vladium.emma.report.MethodItem;
39 import com.vladium.emma.report.PackageItem
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 39 * A report has a type, which is one of
55 // System property defining error report receiver for system apps
58 // System property defining default error report receiver
62 * Uninitialized error report.
67 * An error report about an application crash.
72 * An error report about an application that's not responding.
77 * An error report about an application that's consuming too much battery.
82 * A report from a user to a developer about a running service that the
88 * Type of this report. Can be one of {@link #TYPE_NONE},
101 * report pertains to
    [all...]
  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
CtsHostJankTest.java 133 // Create and deliver the report.
134 HostReportLog report = new HostReportLog(mDevice.getSerialNumber(), mAbi.getName(), local
136 report.printValue(
138 report.printValue("Average of Maximum Accumulated Frames", avgMaxAccFrames,
140 report.printValue(
142 report.printSummary(
144 report.deliverReportToHost();
  /external/google-breakpad/src/client/ios/
BreakpadController.h 82 // Configure the URL to upload the report to. This must be called at least once
94 // Specify an upload parameter that will be added to the crash report when a
95 // crash report is generated. See |BreakpadAddUploadParameter|.
119 // Check if there is currently a crash report to upload.
125 // Get the next report to upload.
130 // configuration being next report to upload, or nil if none is pending.
134 // Sends synchronously the report specified by |configuration|. This method is
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 96 uint32_t report; member in struct:nv30_query
120 q->report = 1;
124 q->report = 1;
131 q->report = 2 + (q->type - NV30_QUERY_ZCULL_0);
159 PUSH_DATA (push, (q->report << 24) | q->qo[0]->hw->start);
166 PUSH_DATA (push, q->report);
187 PUSH_DATA (push, (q->report << 24) | q->qo[1]->hw->start);
  /external/tcpdump/
print-mpcp.c 58 { MPCP_OPCODE_REPORT, "Report" },
149 u_int8_t queue_sets, queue_set, report_bitmap, report; local
211 printf("\n\t Queue-Set #%u, Report-Bitmap [ %s ]",
216 report=1;
221 printf("\n\t Q%u Report, Duration %u ticks",
222 report,
226 report++;
  /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/docs/html/
support.jd 4 page.metaDescription=Resources available to help you report and resolve issues while you are developing apps for Android.
44 Report documentation bug</a><br />
45 <a href="https://code.google.com/p/android/issues/entry?template=User%20bug%20report">
46 Report device bug</a><br />
47 <a href="https://code.google.com/p/android/issues/entry?template=Developer%20bug%20report">
48 Report platform bug</a><br />
79 Report a Google Play policy violation</a>
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_fixup.h 78 #define RPC_LOC_EVENT_PARSED_POSITION_REPORT 0x00000001 // Position report comes in loc_parsed_position_s_type
79 #define RPC_LOC_EVENT_SATELLITE_REPORT 0x00000002 // Satellite in view report
80 #define RPC_LOC_EVENT_NMEA_1HZ_REPORT 0x00000004 // NMEA report at 1HZ rate
81 #define RPC_LOC_EVENT_NMEA_POSITION_REPORT 0x00000008 // NMEA report at position report rate
85 #define RPC_LOC_EVENT_IOCTL_REPORT 0x00000080 // Callback report for loc_ioctl
86 #define RPC_LOC_EVENT_STATUS_REPORT 0x00000100 // Misc status report: eg, engine state

Completed in 380 milliseconds

<<11121314151617181920>>