/external/bluetooth/bluedroid/bta/gatt/ |
bta_gatts_api.c | 145 ** event BTA_GATTS_CREATE_SRVC_EVT is called to report status 255 ** to report the status and an ID number for this descriptor. 296 ** a callback event BTA_GATTS_DELETE_EVT is report with the status.
|
/external/bluetooth/bluedroid/bta/hh/ |
bta_hh_int.h | 195 UINT8 inst_id; /* share service instance ID and report instance ID, as 212 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member in struct:__anon277 247 tBTA_HH_DEV_DSCP_INFO dscp_info; /* report descriptor and DI information */
|
/external/bluetooth/bluedroid/stack/include/ |
goep_fs.h | 326 ** Purpose: Report the status of tGOEP_OPEN_CBACK callback function. 343 ** Purpose: Report the status of tGOEP_READ_CBACK callback function. 360 ** Purpose: Report the status of tGOEP_WRITE_CBACK callback function.
|
/external/chromium/chrome/browser/ |
bug_report_util.cc | 123 // We've sent our report, delete the report data 372 // Serialize our report to a string pointer we can pass around
|
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_settings_service.cc | 160 // If there is a key, report status immediately. 169 // start a load operation to fetch the key and report the result. 185 // key cannot be set, report status immediately.
|
/external/chromium_org/chrome/browser/feedback/ |
feedback_util.cc | 134 // We've sent our report, delete the report data 367 // we've either managed to successfully upload the report or died trying.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page.h | 92 void SetReportingPreference(bool report); 100 // report but clicked "proceed anyway", we delay the call to 140 // enabled, the report is scheduled to be sent on the |ui_manager_|.
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_h264_decoder.h | 54 // Callback to report errors for UMA purposes, not used to return errors 74 // to report errors to clients. 280 // Called to report decoding error to UMA, not used to indicate errors
|
/external/chromium_org/ppapi/c/private/ |
ppb_content_decryptor_private.h | 151 * <code>PPP_ContentDecryptor_Private</code> interface completes to report 172 * <code>PPP_ContentDecryptor_Private</code> interface completes to report 186 * <code>PPP_ContentDecryptor_Private</code> interface completes to report
|
/external/chromium_org/remoting/host/win/ |
host_service.cc | 255 // Report running status of the service. 266 << "Failed to report service status to the service control manager"; 293 << "Failed to report service status to the service control manager";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
profiler.py | 164 perf_args = [self._perf_path(), 'report', '--call-graph', 'none', '--input', self._output_path] 165 print "First 10 lines of 'perf report --call-graph=none':" 172 print ' '.join([self._perf_path(), 'report', '-i', self._output_path])
|
/external/clang/include/clang/Basic/ |
Diagnostic.h | 126 /// \brief Concrete class used by the front-end to report problems and issues. 128 /// This massages the diagnostics (e.g. handling things like "report warnings 649 inline DiagnosticBuilder Report(SourceLocation Loc, unsigned DiagID); 650 inline DiagnosticBuilder Report(unsigned DiagID); 652 void Report(const StoredDiagnostic &storedDiag); 661 /// report a problem (e.g., with an inconsistent file system 685 /// \brief Report the delayed diagnostic. 772 /// \brief Used to report a diagnostic that is finally fully formed. 840 /// This is constructed by the DiagnosticsEngine::Report method, and [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CheckerContext.h | 76 /// added or a bug report issued. 121 /// a new transition or a bug report. 229 /// \brief Emit the diagnostics report.
|
/external/clang/test/Analysis/ |
keychainAPI.m | 126 // If we are returning the value, do not report. 145 // Make sure we do not report an error if we call free only if password != 0. 146 // Also, do not report double allocation if first allocation returned an error.
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_win.cc | 83 Report("ERROR: Failed to allocate 0x%zx (%zd) bytes of %s\n", 92 Report("ERROR: Failed to deallocate 0x%zx (%zd) bytes at address %p\n", 104 Report("ERROR: Failed to allocate 0x%zx (%zd) bytes at %p (%d)\n",
|
/external/elfutils/libdwfl/ |
offline.c | 123 /* Report one module for an ELF file, or many for an archive. 145 /* Report the open ELF file as a module. Always consumes ELF and FD. */ 254 /* Report each member of the archive as its own module. */
|
/external/linux-tools-perf/Documentation/ |
examples.txt | 79 titan:~/git> perf report 104 titan:~/git> perf report --sort comm,dso,symbol 131 titan:~/git> perf report -g
|
/external/valgrind/main/gdbserver_tests/ |
README_DEVELOPERS | 46 Alternatively, to report such problems, the best is to re-run 96 will not report an error due to multiple possible FIFOs. 229 !!!! this often causes gdb to report a protocol timeout.
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ISms.aidl | 90 * raw pdu of the status report is in the extended data ("pdu"). 116 * raw pdu of the status report is in the extended data ("pdu"). 140 * to the recipient. The raw pdu of the status report is in the
|
/frameworks/opt/telephony/src/java/android/telephony/gsm/ |
SmsManager.java | 70 * raw pdu of the status report is in the extended data ("pdu"). 121 * to the recipient. The raw pdu of the status report is in the 155 * raw pdu of the status report is in the extended data ("pdu").
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmSMSDispatcher.java | 59 /** Status report received */ 113 * Called when a status report is received. This should correspond to 117 * be a String representing the status report PDU, as ASCII hex.
|
/frameworks/testing/app-tests/AppLaunchTest/src/com/android/applaunchtest/ |
AppLaunchTest.java | 112 // so that we don't report crashes that were caused by prior apps. 197 * Report error reports for {@link ProcessErrorStateInfo} instances that are wrapped inside of 212 * @param errList The error report containing one or more error records.
|
/libcore/luni/src/main/java/org/xml/sax/ |
HandlerBase.java | 350 * Report a fatal XML parsing error. 355 * collecting all of the errors into a single report): in any case, 358 * the parser may no longer report parsing events.</p>
|
/external/bison/tests/ |
testsuite | 696 104;reduce.at:124;Useless Rules;report; 697 105;reduce.at:271;Reduced Automaton;report; 698 106;reduce.at:381;Underivable Rules;report; 777 185;conflicts.at:546;Unresolved SR Conflicts;report; 778 186;conflicts.at:653;Resolved SR Conflicts;report; 779 187;conflicts.at:775;Defaulted Conflicted Reduction;report; 789 197;conflicts.at:1273;Solved conflicts report for multiple reductions in a state;; [all...] |
/external/bison/po/ |
de.po | 10 "Report-Msgid-Bugs-To: bug-bison@gnu.org\n" 159 " -W, --warnings[=CATEGORY] report the warnings falling in CATEGORY\n" 208 " -r, --report=THINGS also produce details on the automaton\n" 209 " --report-file=FILE write report to FILE\n" 210 " -v, --verbose same as `--report=state'\n" 214 " -x, --xml[=FILE] also output an XML report of the automaton\n" 221 " -r, --report=DINGE auch Details des Automaten ausgeben\n" 222 " --report-file=DATEI Report in DATEI ausgeben\n [all...] |