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

<<11121314151617181920>>

  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
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
  /hardware/qcom/gps/msm8084/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
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
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
  /hardware/qcom/gps/msm8974/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
  /hardware/qcom/gps/msm8974/loc_api/libloc_api-rpc/inc-3200/
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
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 106 // Generate a report for this bug.
111 BugReport *report = new BugReport(*BT_returnstack, os.str(), N); local
112 report->addRange(RetE->getSourceRange());
114 report->addRange(range);
116 C.emitReport(report);
226 // Generate a report for this bug.
234 BugReport *report = new BugReport(*BT_stackleak, os.str(), N); local
236 report->addRange(range);
238 Ctx.emitReport(report);
TaintTesterChecker.cpp 53 BugReport *report = new BugReport(*BT, "tainted",N); local
54 report->addRange(E->getSourceRange());
55 C.emitReport(report);
  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 49 p[100] = 'A'; // ASan should report an error here.
90 // Make sure the whole ASan report is printed, i.e. that we don't die
96 // Make sure the whole ASan report is printed, i.e. that we don't die
103 // Make sure the whole ASan report is printed, i.e. that we don't die
109 // Make sure the whole ASan report is printed, i.e. that we don't die
115 // Make sure the whole ASan report is printed, i.e. that we don't die
121 // Make sure the whole ASan report is printed, i.e. that we don't die
127 // Make sure the whole ASan report is printed, i.e. that we don't die
133 // Make sure the whole ASan report is printed, i.e. that we don't die
  /external/google-breakpad/src/client/ios/
BreakpadController.mm 49 // Load a crash report and send it to the server.
52 // Returns when a report can be sent. |-1| means never, |0| means that a report
54 // before being allowed to upload a report.
57 // Notifies that a report will be sent, and update the last sending time
301 // report every |uploadIntervalInSeconds_|. A value in the user defaults is
327 // Unable to ever send report.
331 // A report can be sent now.
342 // A report must be sent later.
  /frameworks/base/services/core/java/com/android/server/am/
NativeCrashListener.java 58 * Spin the actual work of handling a debuggerd crash report into a
67 NativeCrashReporter(ProcessRecord app, int signal, String report) {
71 mCrashReport = report;
89 Slog.e(TAG, "Unable to report native crash", e);
197 // Read the crash report from the debuggerd connection
232 Slog.v(TAG, "Skipping report for persistent app " + pr);
256 // Okay, we've got the report.
260 // cleanup mechanism knows we're still submitting the report
280 Slog.e(TAG, "Exception dealing with report", e);
  /hardware/qcom/gps/msm8084/core/
gps_extended_c.h 144 /** Callback to report the xtra server url to the client.
335 LOC_API_ADAPTER_REPORT_POSITION = 0, // Position report comes in loc_parsed_position_s_type
336 LOC_API_ADAPTER_REPORT_SATELLITE, // Satellite in view report
337 LOC_API_ADAPTER_REPORT_NMEA_1HZ, // NMEA report at 1HZ rate
338 LOC_API_ADAPTER_REPORT_NMEA_POSITION, // NMEA report at position report rate
342 LOC_API_ADAPTER_REPORT_IOCTL, // Callback report for loc_ioctl
343 LOC_API_ADAPTER_REPORT_STATUS, // Misc status report: eg, engine state
357 LOC_API_ADAPTER_GNSS_MEASUREMENT, // GNSS Measurement report
  /hardware/qcom/gps/msm8974/core/
gps_extended_c.h 144 /** Callback to report the xtra server url to the client.
335 LOC_API_ADAPTER_REPORT_POSITION = 0, // Position report comes in loc_parsed_position_s_type
336 LOC_API_ADAPTER_REPORT_SATELLITE, // Satellite in view report
337 LOC_API_ADAPTER_REPORT_NMEA_1HZ, // NMEA report at 1HZ rate
338 LOC_API_ADAPTER_REPORT_NMEA_POSITION, // NMEA report at position report rate
342 LOC_API_ADAPTER_REPORT_IOCTL, // Callback report for loc_ioctl
343 LOC_API_ADAPTER_REPORT_STATUS, // Misc status report: eg, engine state
357 LOC_API_ADAPTER_GNSS_MEASUREMENT, // GNSS Measurement report
  /art/test/023-many-interfaces/src/
ManyInterfaces.java 167 /** whether to report timing information */
171 * Report on a section.
173 private static void report(String label, long start, long end, int iter, method in class:ManyInterfaces
208 report("testIface001", start, end, iter, rept);
213 report("testIface049", start, end, iter, rept);
218 report("testIface099", start, end, iter, rept);
223 report("testVirt001", start, end, iter, rept);
228 report("testVirt049", start, end, iter, rept);
233 report("testVirt099", start, end, iter, rept);
238 report("testInst001", start, end, iter, rept)
    [all...]
  /development/scripts/
acov 18 # a report from that information. To use:
29 # directories, run lcov, and display the coverage report (currently by opening
75 echo "Generating coverage report at $DIR"
  /docs/source.android.com/src/source/
life-of-a-bug.jd 27 can report bugs and request features for the core Android software stack.
29 <a href="report-bugs.html">Reporting Bugs</a> page).
30 Reporting bugs is great (thank you!), but what happens to a bug report once
75 The bug report has not yet been triaged (that is, reviewed by an AOSP maintainer.)</p>
79 The bug report has insufficient information to act
92 The bug report has been recognized as an adequately
93 detailed report of a legitimate issue, but has not yet been assigned to an
123 There was already an identical report in the issue tracker. Any actual
124 action will be reported on that report.</p>
154 The report didn't have enough information to be able to take any action.</p
    [all...]
  /external/clang/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...]
  /external/clang/utils/ABITest/layout/
Makefile 1 # Usage: make test.N.report
28 .PHONY: test.%.report
29 test.%.report: test.%.x.diff test.%.y.diff
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 9 package com.vladium.emma.report;
45 return new com.vladium.emma.report.html.ReportGenerator ();
47 return new com.vladium.emma.report.lcov.ReportGenerator ();
49 return new com.vladium.emma.report.txt.ReportGenerator ();
51 return new com.vladium.emma.report.xml.ReportGenerator ();
53 throw new EMMARuntimeException ("no report generator class found for type [" + type + "]");
80 m_log.warning ("debug data: no sources will be embedded in the report.");
107 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but");
109 m_log.warning ("debug data: since this was the only requested column, no report will be generated.");
115 m_log.warning ("line coverage requested in a report of type [" + getType () + "] but")
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_config.h 74 0: will only report preferred rates
75 1: will report all rates to/from Hardware,
77 2: will report all rates measured */
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hid.cpp 113 ALOGE("Fail to new jbyteArray bd addr for get report callback");
119 ALOGE("Fail to new jbyteArray data for get report callback");
156 ALOGE("Fail to new jbyteArray bd addr for HID report");
440 ALOGE("Failed get report, status: %d", status);
449 static jboolean setReportNative(JNIEnv *env, jobject object, jbyteArray address, jbyte reportType, jstring report) {
462 const char *c_report = env->GetStringUTFChars(report, NULL);
466 ALOGE("Failed set report, status: %d", status);
469 env->ReleaseStringUTFChars(report, c_report);
475 static jboolean sendDataNative(JNIEnv *env, jobject object, jbyteArray address, jstring report) {
487 const char *c_report = env->GetStringUTFChars(report, NULL)
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/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/misc/linux-x86/analyzer/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...]
  /system/bt/btif/co/
bta_hh_co.c 112 APPL_TRACE_DEBUG("UHID_OUTPUT: Report type = %d, report_size = %d"
114 //Send SET_REPORT with feature report if the report type in output event is FEATURE
233 APPL_TRACE_WARNING("%s: Report size greater than allowed size",
374 ** report.
377 ** *p_rpt - pointer to the report data
378 ** len - length of report data
400 // Send the HID report to the kernel.
416 ** dscp_len - report descriptor length
417 ** *p_dscp - report descripto
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-parent/32/
commons-parent-32.pom 110 Components should normally override the default mailing list report by using the comnand
548 <report>changes-report</report>
549 <report>jira-report</report>
595 <report>index</report>
596 <report>summary</report>
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/32/
commons-parent-32.pom 110 Components should normally override the default mailing list report by using the comnand
548 <report>changes-report</report>
549 <report>jira-report</report>
595 <report>index</report>
596 <report>summary</report>
    [all...]

Completed in 498 milliseconds

<<11121314151617181920>>