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

<<11121314151617181920>>

  /external/icu4c/test/intltest/
mnkytst.cpp 45 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) function in class:CollationMonkeyTest
97 report( subs, subt, result, revResult);
104 report( subs, subt, result, revResult);
111 report(subs, subt, result, revResult);
167 report(subs, subt, result, revResult);
172 report(subs, subt, result, revResult);
177 report(subs, subt, result, revResult);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 111 encoder.onUnmappableCharacter(CodingErrorAction.REPORT);
125 decoder.onMalformedInput(CodingErrorAction.REPORT);
138 encoder.onUnmappableCharacter(CodingErrorAction.REPORT);
148 encoder.onUnmappableCharacter(CodingErrorAction.REPORT);
149 decoder.onMalformedInput(CodingErrorAction.REPORT);
177 encoder.onUnmappableCharacter(CodingErrorAction.REPORT);
178 decoder.onMalformedInput(CodingErrorAction.REPORT);
  /external/bison/src/
print-xml.c 52 | Report information on a state. |
120 | Report the shifts if DISPLAY_SHIFTS_P or the gotos of S on |
137 /* Nothing to report. */
143 /* Report lookahead tokens and shifts. */
177 | Report the explicit errors of S raised from %nonassoc. |
191 /* Nothing to report. */
197 /* Report lookahead tokens and errors. */
212 | Report a reduction of RULE on LOOKAHEAD_TOKEN (which can be `default'). |
236 | Report on OUT the reduction actions of S. |
245 int report = false local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
statscollector_unittest.cc 86 bool GetValue(const webrtc::StatsReport* report,
89 webrtc::StatsReport::Values::const_iterator it = report->values.begin();
90 for (; it != report->values.end(); ++it) {
117 // Finds the |n|-th report of type |type| in |reports|.
118 // |n| starts from 1 for finding the first report.
173 const webrtc::StatsReport* report = FindReportById(reports, certificate_id); local
174 ASSERT_TRUE(report != NULL);
178 report, webrtc::StatsReport::kStatsValueNameDer, &der_base64));
185 report,
194 report,
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
dynamic_annotations.h 104 /* Report that wait on the condition variable at address "cv" has succeeded
109 /* Report that wait on the condition variable at "cv" has succeeded. Variant
114 /* Report that we are about to signal on the condition variable at address
119 /* Report that we are about to signal_all on the condition variable at "cv". */
127 /* Report that the bytes in the range [pointer, pointer+size) are about
166 /* Report that a new memory at "address" of size "size" has been allocated.
177 /* Report that the producer-consumer queue (such as ProducerConsumerQueue) at
184 /* Report that the queue at address "pcq" is about to be destroyed. */
188 /* Report that we are about to put an element into a FIFO queue at address
193 /* Report that we've just got an element from a FIFO queue at address "pcq". *
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
dynamic_annotations.h 104 /* Report that wait on the condition variable at address "cv" has succeeded
109 /* Report that wait on the condition variable at "cv" has succeeded. Variant
114 /* Report that we are about to signal on the condition variable at address
119 /* Report that we are about to signal_all on the condition variable at "cv". */
127 /* Report that the bytes in the range [pointer, pointer+size) are about
166 /* Report that a new memory at "address" of size "size" has been allocated.
177 /* Report that the producer-consumer queue (such as ProducerConsumerQueue) at
184 /* Report that the queue at address "pcq" is about to be destroyed. */
188 /* Report that we are about to put an element into a FIFO queue at address
193 /* Report that we've just got an element from a FIFO queue at address "pcq". *
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 /// report as being "interesting", and thus used to help decide which
95 /// A (stack of) set of regions that are registered with this report as being
113 /// Used for clients to tell if the report's configuration has changed
122 /// Used to track unique reasons why a bug report might be invalid.
128 /// If non-empty, this bug report is likely a false positive and should not be
162 /// The reports that have the same report location, description, bug type, and
211 /// Returns whether or not this report should be considered valid.
219 /// Marks the current report as invalid, meaning that it is probably a false
225 /// visitor decided to invalidate the bug report.
267 /// \brief Get the location on which the report should be uniqued
    [all...]
  /external/qemu/hw/
usb-hid.c 138 0x22, /* u8 type; Report */
193 0x22, /* u8 type; Report */
248 USB_DT_REPORT, /* u8 type; Report */
271 0x95, 0x03, /* Report Count (3) */
272 0x75, 0x01, /* Report Size (1) */
274 0x95, 0x01, /* Report Count (1) */
275 0x75, 0x05, /* Report Size (5) */
283 0x75, 0x08, /* Report Size (8) */
284 0x95, 0x03, /* Report Count (3) */
301 0x95, 0x03, /* Report Count (3) *
    [all...]
  /external/bison/data/xslt/
bison.xsl 30 match="/bison-xml-report/grammar/nonterminals/nonterminal"
35 match="/bison-xml-report/grammar/terminals/terminal"
40 match="/bison-xml-report/grammar/rules/rule"
45 match="/bison-xml-report/grammar/rules/rule[
51 match="/bison-xml-report/grammar/rules/rule[
  /external/chromium/base/third_party/dynamic_annotations/
dynamic_annotations.h 127 /* Report that wait on the condition variable at address "cv" has succeeded
132 /* Report that wait on the condition variable at "cv" has succeeded. Variant
137 /* Report that we are about to signal on the condition variable at address
142 /* Report that we are about to signal_all on the condition variable at address
194 /* Report that a new memory at "address" of size "size" has been allocated.
206 /* Report that the producer-consumer queue (such as ProducerConsumerQueue) at
213 /* Report that the queue at address "pcq" is about to be destroyed. */
217 /* Report that we are about to put an element into a FIFO queue at address
222 /* Report that we've just got an element from a FIFO queue at address
232 /* Report that we may have a benign race at "pointer", with siz
    [all...]
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.h 124 /* Report that wait on the condition variable at address "cv" has succeeded
129 /* Report that wait on the condition variable at "cv" has succeeded. Variant
134 /* Report that we are about to signal on the condition variable at address
139 /* Report that we are about to signal_all on the condition variable at address
193 /* Report that a new memory at "address" of size "size" has been allocated.
205 /* Report that the producer-consumer queue (such as ProducerConsumerQueue) at
212 /* Report that the queue at address "pcq" is about to be destroyed. */
216 /* Report that we are about to put an element into a FIFO queue at address
221 /* Report that we've just got an element from a FIFO queue at address
231 /* Report that we may have a benign race at "pointer", with siz
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page_test.cc 134 // Notify the UI thread that we got a report.
473 // When a report is scheduled in the IO thread we should get notified.
479 safe_browsing::ClientMalwareReportRequest report; local
480 ASSERT_TRUE(report.ParseFromString(serialized));
482 // Verify the report is complete.
483 EXPECT_TRUE(report.complete());
638 EXPECT_EQ(VISIBLE, GetVisibility("check-report"));
640 EXPECT_EQ(HIDDEN, GetVisibility("report-error-link"));
644 EXPECT_EQ(HIDDEN, GetVisibility("report-error-link"));
689 EXPECT_EQ(VISIBLE, GetVisibility("check-report"));
    [all...]
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.js 226 * Handles the report of stats.
229 * reports is an array of stats reports. Each report contains id, type,
240 var report = data.reports[i];
241 statsTable.addStatsReport(peerConnectionElement, report);
242 drawSingleReport(peerConnectionElement, report);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
crashlogs_unittest.py 43 Report Version: 6
45 Interval Since Last Report: 1660 sec
46 Crashes Since Last Report: 1
47 Per-App Crashes Since Last Report: 1
80 misformatted_mock_crash_report = 'Junk that should not appear in a crash report' + make_mock_crash_report_darwin('DumpRenderTree', 28526)[200:]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 66 help="Write the XML report to this file. Defaults to 'coverage.xml'"
169 self.add_action('-r', '--report', 'report')
281 description = "Create an HTML report of the coverage of the files. "
286 'report': CmdOptionParser("report",
294 description = "Report coverage statistics on modules."
325 description = "Generate an XML report of coverage results."
428 for j in ['annotate', 'html', 'report', 'combine']:
444 'report' in options.actions o
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
ReturnUndefChecker.cpp 87 BugReport *Report = new BugReport(BT, BT.getDescription(), N);
89 Report->addRange(RetE->getSourceRange());
90 bugreporter::trackNullOrUndefValue(N, TrackingE ? TrackingE : RetE, *Report);
92 C.emitReport(Report);
114 // The return value is known to be null. Emit a bug report.
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.c 54 static void report(void) function
231 report();
238 report();
256 report();
261 report();
  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 39 * mlme_authenticate_indication - Report the establishment of an authentication
65 * mlme_deauthenticate_indication - Report the invalidation of an
88 * mlme_associate_indication - Report the establishment of an association with
111 * mlme_reassociate_indication - Report the establishment of an reassociation
137 * mlme_disassociate_indication - Report disassociation with a specific peer
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 40 * If the reader does not report declaration events, it will throw a
52 * Report an element type declaration.
72 * Report an attribute type declaration.
105 * Report an internal entity declaration.
123 * Report a parsed external entity declaration.
  /external/tremolo/Tremolo/
bitwise.c 367 void report(char *in){ function
400 report("out of data!\n");
403 report("looked at incorrect value!\n");
406 report("premature end of data when reading!\n");
410 report("read incorrect value!\n");
415 report("wrong number of bits while reading!\n");
417 report("wrong number of bytes while reading!\n");
422 report("leftover bytes after read!\n");
433 report("\nERROR: too many bits reported left over.\n");
437 report("\nERROR: read to but not past exact end tripped EOF.\n")
    [all...]
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 57 * {@link CodingErrorAction#REPORT report} the error to the caller. The alternatives are to
93 private CodingErrorAction malformedInputAction = CodingErrorAction.REPORT;
94 private CodingErrorAction unmappableCharacterAction = CodingErrorAction.REPORT;
199 onMalformedInput(CodingErrorAction.REPORT);
200 onUnmappableCharacter(CodingErrorAction.REPORT);
239 * {@link CodingErrorAction#REPORT CodingErrorAction.REPORT}
244 * {@link CodingErrorAction#REPORT CodingErrorAction.REPORT}
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
ResultFilter.java 36 * It will only report test results for expected tests, and at end of invocation, will report the
129 * Report the set of expected tests that were not executed
  /external/chromium/base/
tools_sanity_unittest.cc 24 // simultaneously. Otherwise we may miss the report due to mutex
70 // A memory leak detector should report an error in this test.
115 // A data race detector should report an error in this test.
  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_service.cc 101 // filled - the object will manage sending of the actual report.
104 // report the status of the report being sent.
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
obfuscated_gaia_id_fetcher.cc 31 // GoogleServiceAuthError enum or create a new one to report better
90 // TODO(munjal): Change error code paths in this method to report an
118 // the obfuscated Gaia ID, so report failure to the caller.

Completed in 1780 milliseconds

<<11121314151617181920>>