HomeSort by relevance Sort by last modified time
    Searched full:report (Results 301 - 325 of 8682) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ResizeEvent.3 24 When \fBSDL_RESIZABLE\fP is passed as a \fBflag\fR to \fI\fBSDL_SetVideoMode\fP\fR the user is allowed to resize the applications window\&. When the window is resized an \fBSDL_VIDEORESIZE\fP is report, with the new window width and height values stored in \fBw\fR and \fBh\fR, respectively\&. When an \fBSDL_VIDEORESIZE\fP is received the window should be resized to the new dimensions using \fI\fBSDL_SetVideoMode\fP\fR\&.
  /external/valgrind/main/gdbserver_tests/
mcsignopass.vgtest 4 # faultstatus C code will report a failure for the signal not passed
  /frameworks/base/media/java/android/media/
IAudioRoutesObserver.aidl 22 * AIDL for the AudioService to report changes in available audio routes.
IRemoteVolumeObserver.aidl 21 * AIDL for the AudioService to report requests for remote volume update requests.
  /frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
UsbAccessoryConstants.java 82 * index: total length of the HID report descriptor
97 /* Control request for sending the HID report descriptor.
108 * data the HID report descriptor
118 * data the HID report for the event
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 27 * \brief DiagnosticEngine is used to report problems and issues.
29 * DiagnosticEngine is used to report problems and issues. It creates the
87 // report - issue the message to the printer
88 MsgHandler report(uint16_t pID, Severity pSeverity);
  /frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 32 * @param status status report, consisting of key value pairs
  /frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
IAutomationSupport.java 32 * @param status status report, consisting of key value pairs
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LogProblemReporter.java 32 public void report(final Exception e) { method in class:LogProblemReporter
  /system/core/debuggerd/
backtrace.h 27 * can be intermixed in a bug report. */
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 98 /* If device list full, report BTA_HH_IDX_INVALID */
137 /* Free buffer for report descriptor info */
201 /* store report descriptor info */
254 ** Description This utility function parse a boot mode keyboard report.
270 APPL_TRACE_DEBUG2("bta_hh_parse_keybd_rpt: (report=%p, report_len=%d) called",
304 /* First step is to remove all characters we saw in the last report */
317 /* Now, process all the characters in the report, up to 6 keycodes */
326 /* take the key code as the report data */
351 ** Description This utility function parse a boot mode mouse report.
363 APPL_TRACE_DEBUG2("bta_hh_parse_mice_rpt: bta_keybd_rpt_rcvd(report=%p,
    [all...]
  /external/chromium_org/third_party/libxml/src/
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
298 * @report: the associated report string
308 xmlNodePtr node, xmlChar *test, xmlChar *report)
339 ret->report = report;
855 xmlChar *report; local
1383 const xmlChar *report = NULL; local
    [all...]
  /external/chromium_org/tools/valgrind/
tsan_analyze.py 125 result.append("The report came from the `%s` test.\n" % \
145 '''Parses a report file and returns a list of ThreadSanitizer reports.
149 filename: report filename.
212 # Make each line of each report a string.
216 def Report(self, files, testcase, check_sanity=False):
217 '''Reads in a set of files and prints ThreadSanitizer report.
237 logging.info("FAIL! Found %i report(s)" % len(reports))
238 for report in reports:
239 logging.info('\n' + report)
243 # Report tool's insanity even if there were errors
    [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
298 * @report: the associated report string
308 xmlNodePtr node, xmlChar *test, xmlChar *report)
339 ret->report = report;
855 xmlChar *report; local
1383 const xmlChar *report = NULL; local
    [all...]
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.h 39 // Called to report whether a beforeunload dialog was accepted.
53 // Called to report whether downloads may be cancelled during shutdown.
  /external/chromium_org/chrome/browser/net/
cert_logger.proto 6 // certificate pinning errors. A report will be sent from Chrome when it gets
10 // report from the user will include the hostname being accessed,
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
feedbackPrivate.html 5 the Report an Issue button in the wrench->tools menu (wrench
40 be sent with the feedback report. This will allow the app to send
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ContentSecurityPolicyResponseHeaders.cpp 35 , m_contentSecurityPolicyReportOnly(response.httpHeaderField("Content-Security-Policy-Report-Only"))
37 , m_xWebKitCSPReportOnly(response.httpHeaderField("X-WebKit-CSP-Report-Only"))
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebRTCStatsResponse.cpp 62 void WebRTCStatsResponse::addStatistic(size_t report, WebString name, WebString value)
65 m_private->addStatistic(report, name, value);
  /external/chromium_org/third_party/mesa/src/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/clang/test/Driver/
crash-report.c 8 // RUN: cat %t/crash-report-*.c | FileCheck --check-prefix=CHECKSRC %s
9 // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s
  /external/emma/core/res/com/vladium/emma/
run_usage.res 22 'r', 'report':
25 "coverage report type list";
  /external/llvm/include/llvm/CodeGen/
MachineCodeInfo.h 1 //===-- MachineCodeInfo.h - Class used to report JIT info -------*- C++ -*-===//
11 // to report information about the generated machine code.
  /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/valgrind/main/memcheck/tests/
holey_buffer_too_small.c 11 report 5 errors in total: the first test should report 2, the rest

Completed in 2341 milliseconds

<<11121314151617181920>>