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

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
NotifyRespInd.java 56 * Get X-Mms-Report-Allowed field value.
58 * @return the X-Mms-Report-Allowed value
65 * Set X-Mms-Report-Allowed field value.
98 * @return the X-Mms-Report-Allowed value
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LogProblemReporter.java 32 public void report(final Exception e) { method in class:LogProblemReporter
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/
maven-metadata.xml 4 <artifactId>org.jacoco.report</artifactId>
  /system/bt/btif/include/
btif_debug_conn.h 30 // Report a connection state change
  /system/bt/stack/include/
hiddefs.h 104 /* Different report types in get, set, data
112 /* Parameters for Get Report
115 /* Buffer size in two bytes after Report ID */
153 tHID_DEV_DSCP_INFO dscp_info; /* Descriptor list and Report list to be set in the SDP record.
hidh_api.h 61 HID_HDEV_EVT_IN_REPORT Device sent an input report Data=Report Type pdata= pointer to BT_HDR
62 (GKI buffer having report data.)
169 ** Description This function is called when the host has a report to send.
  /external/clang/lib/Basic/
Warnings.cpp 39 Diags.Report(diag::warn_unknown_diag_option)
80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) {
81 bool SetDiagnostic = (Report == 0);
138 if (Report)
139 Diags.Report(diag::warn_unknown_warning_specifier)
166 if (Report)
167 Diags.Report(diag::warn_unknown_warning_specifier)
189 if (Report) {
    [all...]
  /external/libxml2/
schematron.c 81 * A Schematrons test, either an assert or a report
91 xmlChar *report; /* the message to report */ member in struct:_xmlSchematronTest
108 xmlChar *report; /* the message to report */ member in struct:_xmlSchematronRule
300 * @report: the associated report string
310 xmlNodePtr node, xmlChar *test, xmlChar *report)
341 ret->report = report;
857 xmlChar *report; local
1385 const xmlChar *report = NULL; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-parent/25/
commons-parent-25.pom 97 Components should normally override the default mailing list report by using the comnand
490 <report>changes-report</report>
491 <report>jira-report</report>
534 <report>index</report>
535 <report>summary</report>
    [all...]
  /system/bt/bta/hh/
bta_hh_utils.c 98 /* If device list full, report BTA_HH_IDX_INVALID */
137 /* Free buffer for report descriptor info */
203 /* store report descriptor info */
256 ** Description This utility function parse a boot mode keyboard report.
272 APPL_TRACE_DEBUG("bta_hh_parse_keybd_rpt: (report=%p, report_len=%d) called",
306 /* First step is to remove all characters we saw in the last report */
319 /* Now, process all the characters in the report, up to 6 keycodes */
328 /* take the key code as the report data */
353 ** Description This utility function parse a boot mode mouse report.
365 APPL_TRACE_DEBUG("bta_hh_parse_mice_rpt: bta_keybd_rpt_rcvd(report=%p,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_process_libcdep.cc 50 Report("WARNING: Failed to use and restart external symbolizer!\n");
84 Report("WARNING: Can't read from symbolizer at fd %d\n", input_fd_);
100 Report("WARNING: Can't write to symbolizer at fd %d\n", output_fd_);
109 Report("WARNING: invalid path to external symbolizer!\n");
123 Report("WARNING: failed to fork external symbolizer (errno: %d)\n",
160 Report("WARNING: Can't create a socket pair to start "
188 Report("WARNING: failed to fork external symbolizer "
220 Report("WARNING: external symbolizer didn't start up correctly!\n");
  /external/compiler-rt/lib/ubsan/
ubsan_flags.inc 21 "Crash the program after printing the first error report")
23 "Include full stacktrace into an error report")
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 18 request do_freefrag, "Report free space fragmentation",
48 request do_filefrag, "Report fragmentation information for an inode",
  /external/emma/core/res/com/vladium/emma/
run_usage.res 22 'r', 'report':
25 "coverage report type list";
  /external/mesa3d/docs/
bugs.html 33 <li>Monitor your bug report for requests for additional information, etc.
49 If your bug report is vague or your test program doesn't compile
  /external/skia/tools/skpdiff/
SkImageDiffer.h 27 // TODO(djsollen): Figure out a way that the differ can report which of the
29 // skpdiff to report different sets of result fields for different comparison algorithms')
  /external/valgrind/memcheck/tests/
holey_buffer_too_small.c 11 report 5 errors in total: the first test should report 2, the rest
  /hardware/qcom/gps/msm8960/core/
gps_extended_c.h 120 /** Callback to report the xtra server url to the client.
280 LOC_API_ADAPTER_REPORT_POSITION = 0, // Position report comes in loc_parsed_position_s_type
281 LOC_API_ADAPTER_REPORT_SATELLITE, // Satellite in view report
282 LOC_API_ADAPTER_REPORT_NMEA_1HZ, // NMEA report at 1HZ rate
283 LOC_API_ADAPTER_REPORT_NMEA_POSITION, // NMEA report at position report rate
287 LOC_API_ADAPTER_REPORT_IOCTL, // Callback report for loc_ioctl
288 LOC_API_ADAPTER_REPORT_STATUS, // Misc status report: eg, engine state
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_MultiByte_EUC_JP.java 35 encoder.onUnmappableCharacter(CodingErrorAction.REPORT);
36 decoder.onMalformedInput(CodingErrorAction.REPORT);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp 55 // ************** report configuration ************** //
66 // ************** report initiation ************** //
  /external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 73 FieldInitializationReport report = initializeInjectMocksField(injectMocksField, injectMocksFieldOwner); local
77 Class<?> fieldClass = report.fieldClass();
78 Object fieldInstanceNeedingInjection = report.fieldInstance();
87 FieldInitializationReport report = null; local
89 report = new FieldInitializer(fieldOwner, field).initialize();
97 return report; // never null
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.pom 307 <report>changes-report</report>
308 <report>jira-report</report>
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.pom 307 <report>changes-report</report>
308 <report>jira-report</report>
  /external/clang/lib/Lex/
ModuleMap.cpp 63 Diags.Report(Id[0].second, diag::err_mmap_missing_module_unqualified)
74 Diags.Report(Id[I].second, diag::err_mmap_missing_module_qualified)
289 Diags.Report(FilenameLoc, diag::warn_use_of_private_header_outside_module)
296 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module)
307 Diags.Report(FilenameLoc, diag::err_undeclared_use_of_module)
313 Diags.Report(FilenameLoc, DiagID) << RequestingModule->getFullModuleName();
435 // If a header corresponds to an unavailable module, don't report
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 9 package com.vladium.emma.report.txt;
30 import com.vladium.emma.report.AbstractReportGenerator;
31 import com.vladium.emma.report.AllItem;
32 import com.vladium.emma.report.ClassItem;
33 import com.vladium.emma.report.IItem;
34 import com.vladium.emma.report.IItemAttribute;
35 import com.vladium.emma.report.ItemComparator;
36 import com.vladium.emma.report.MethodItem;
37 import com.vladium.emma.report.PackageItem;
38 import com.vladium.emma.report.SourcePathCache
    [all...]

Completed in 181 milliseconds

<<11121314151617181920>>