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

<<21222324252627282930>>

  /external/chromium_org/media/cast/rtcp/
rtcp_receiver_unittest.cc 262 // Sender report expected to be ignored since the sender ssrc does not match
264 // Report block expected to be ignored since the source ssrc does not match
272 // Sender report expected to be pass through since the sender ssrc match our
274 // Report block expected to be ignored since the source ssrc does not match
290 // Sender report expected to be ignored since the sender ssrc does not match
292 // Receiver report expected to be pass through since the sender ssrc match
305 // Sender report expected to be pass through since the sender ssrc match our
307 // Receiver report expected to be pass through since the sender ssrc match
332 // Enable receiving sender report.
357 // Enable receiving reference time report
    [all...]
  /external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp 29 * exptected that this program will always report some differences.
92 // verbose - report all breaks if true, otherwise just report differences
133 // helper method to report a break in the spaces
137 // helper method to report a break that's found in
152 // report all breaks if true, otherwise just report differences
272 * Report a break that's in the text with spaces but
287 * Report a break that's found in the text without spaces
436 * remove the spaces, do the comparison and report the final result
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 147 Diags.Report(diag::err_fe_cannot_link_module)
259 // If this problem has clang-level source location information, report the
263 Diags.Report(LocCookie, diag::err_fe_inline_asm).AddString(Message);
266 DiagnosticBuilder B = Diags.Report(Loc, diag::note_fe_inline_asm_here);
279 // Otherwise, report the backend error as occurring in the generated .s file.
280 // If Loc is invalid, we still need to report the error, it just gets no
282 Diags.Report(Loc, diag::err_fe_inline_asm).AddString(Message);
360 CI.getDiagnostics().Report(diag::err_cannot_open_file)
367 CI.getDiagnostics().Report(diag::err_cannot_open_file)
428 CI.getDiagnostics().Report(Loc, DiagID)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 109 Report("Could not attach to thread %d (errno %d).\n", thread_id, pterrno);
113 Report("Attached to thread %d.\n", thread_id);
121 // doesn't hurt to report it.
122 Report("Waiting on thread %d failed, detaching (errno %d).\n", thread_id,
139 Report("Detached from thread %d.\n", tid);
144 Report("Could not detach from thread %d (errno %d).\n", tid, pterrno);
243 Report("Failed suspending threads.\n");
333 Report("Failed spawning a tracer thread (errno %d).\n", errno);
350 Report("Waiting on the tracer thread failed (errno %d).\n", wperrno);
401 Report("Could not get registers from thread %d (errno %d).\n"
    [all...]
  /external/icu4c/test/thaitest/
thaitest.cpp 29 * exptected that this program will always report some differences.
92 // verbose - report all breaks if true, otherwise just report differences
133 // helper method to report a break in the spaces
137 // helper method to report a break that's found in
152 // report all breaks if true, otherwise just report differences
272 * Report a break that's in the text with spaces but
287 * Report a break that's found in the text without spaces
436 * remove the spaces, do the comparison and report the final result
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 236 mReportButton.setText(com.android.internal.R.string.report);
482 ApplicationErrorReport report = new ApplicationErrorReport();
483 report.type = ApplicationErrorReport.TYPE_BATTERY;
484 report.packageName = mPackages[0];
485 report.installerPackageName = mInstaller.getPackageName();
486 report.processName = mPackages[0];
487 report.time = System.currentTimeMillis();
488 report.systemApp = (mApp.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
496 report.batteryInfo = batteryInfo;
500 result.putExtra(Intent.EXTRA_BUG_REPORT, report);
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 94 ** Description This callout function is executed by AV to report the
109 ** Description This callout function is executed by AV to report the
357 ** Description This function is called by AV when a Receiver Report is
370 ** needs to send the initial delay report to the connected SRC.
383 ** needs to send the initial delay report to the connected SRC.
  /external/chromium_org/base/
tools_sanity_unittest.cc 80 // A memory leak detector should report an error in this test.
90 // error report mecanism is different than with Asan so those test will fail.
200 // simultaneously. Otherwise we may miss the report due to mutex
216 // simultaneously. Otherwise we may miss the report due to mutex
248 // A data race detector should report an error in this test.
  /external/chromium_org/chrome/test/functional/
stress.py 17 If there are any crashes, the script generates a report, uploads it to
18 a server and mails about the crash and the link to the report on the server.
554 """Generate symbolicated crash report.
562 Crash report text.
564 report = ''
584 # we just need to copy that in to report
585 report = open(output_file, 'r').read()
591 report = test_utils.Shell2(
593 if len(report) < 200:
598 open(output_file, 'w').write(report)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 27 /* Dumps the trace report for a given frame. */
95 /* Dumps a frame report */
164 /* Dump a frame report followed by trace report(s) for each frame. */
190 /* Write a profile report to text file. */
  /external/chromium_org/tools/checkdeps/
checkdeps.py 60 def Report(self):
61 """Prints a report of results, and returns an exit code for the process."""
75 processing, and calling Report() will print a report of results.
225 return deps_checker.Report()
  /external/compiler-rt/lib/asan/
asan_report.cc 307 // Report the number of stack objects.
312 // Report all objects in this frame.
446 // immediately after printing error report.
453 // Do not print more than one report, otherwise they will mix up.
456 Report("AddressSanitizer: while reporting a bug found another one."
462 // an error report will finish doing it.
470 // Make sure the registry and sanitizer report mutexes are locked while
471 // we're printing an error report.
488 // Destructor is NORETURN, as functions that report errors are.
501 Report("ABORTING\n")
    [all...]
  /external/emma/core/java12/com/vladium/emma/
EMMAProperties.java 21 import com.vladium.emma.report.IReportProperties;
22 import com.vladium.emma.report.ReportProperties;
66 * done at the same point in time (useful for setting archive and report
159 // (5) system property redirects (report.out.encoding->file.encoding,
160 // report.out.dir->user.dir, etc)
  /external/llvm/utils/lit/lit/
TestFormats.py 222 report = """Command: %s\n""" % ' '.join(["'%s'" % a
225 report += """Temporary File: %s\n""" % tmp.name
226 report += "--\n%s--\n""" % open(tmp.name).read()
227 report += """Output:\n--\n%s--""" % diags
229 return lit.Test.FAIL, report
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
SendReq.java 169 * Get X-Mms-Delivery-Report value.
178 * Set X-Mms-Delivery-Report value.
250 * Get X-Mms-Read-Report value.
259 * Set X-Mms-Read-Report value.
281 * @return the X-Mms-Report-Allowed value
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtils.java 167 static FusionDictionary getDictionary(final String filename, final boolean report) {
169 if (report) {
175 if (report) System.out.println("Format : XML unigram list");
186 if (report) {
196 if (report) {
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.pom 154 <!-- generate the changes report from changes.xml and link to JIRA -->
164 <report>changes-report</report>
170 <!-- generate a code coverage report -->
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 547 def report(self, morfs=None, show_missing=True, ignore_errors=None, member in class:coverage
551 """Write a summary report to `file`.
557 match those patterns will be included in the report. Modules matching
558 `omit` will not be included in the report.
567 reporter.report(morfs, outfile=file, config=self.config)
578 See `coverage.report()` for other arguments.
585 reporter.report(morfs, config=self.config, directory=directory)
589 """Generate an HTML report.
591 See `coverage.report()` for other arguments.
599 reporter.report(morfs, config=self.config
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 143 Diags.Report(diag::err_drv_invalid_value)
159 Diags.Report(diag::err_drv_invalid_value)
175 Diags.Report(diag::err_drv_invalid_value)
191 Diags.Report(diag::err_drv_invalid_value)
207 Diags.Report(diag::err_drv_invalid_value)
266 Diags.Report(SourceLocation(),
272 Diags.Report(SourceLocation(),
303 Diags.Report(diag::err_drv_invalid_value)
421 Diags.Report(diag::err_drv_invalid_value)
460 Diags.Report(diag::err_drv_invalid_value) << A->getAsString(Args) << Name
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 161 Diags.Report(diag::err_drv_missing_argument)
169 Diags.Report(diag::err_drv_unknown_argument) << (*it) ->getAsString(*Args);
203 Diags.Report(diag::err_drv_unknown_argument) << A->getAsString(*Args);
218 Diags.Report(diag::err_drv_invalid_value)
256 Diags.Report(diag::err_fe_unable_to_open_output)
270 Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
277 Diags.Report(diag::err_fe_error_reading) << Opts.InputFile;
370 Diags.Report(diag::err_target_unknown_triple) << Opts.Triple;
392 Diags.Report(diag::err_fe_error_backend) << Message;
  /packages/apps/Mms/src/com/android/mms/ui/
MessageItem.java 125 // No delivery report requested
354 String report = mCursor.getString(mColumnsMap.mColumnMmsDeliveryReport); local
355 if ((report == null) || !mAddress.equals(mContext.getString(
361 reportInt = Integer.parseInt(report);
368 Log.e(TAG, "Value for delivery report was invalid.");
373 report = mCursor.getString(mColumnsMap.mColumnMmsReadReport);
374 if ((report == null) || !mAddress.equals(mContext.getString(
380 reportInt = Integer.parseInt(report);
383 Log.e(TAG, "Value for read report was invalid.");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 27 methods in your object to report all warnings and errors. There
161 The Parser will call this method to report each chunk of
171 Validating Parsers must use this method to report each chunk
189 A SAX parser should never report an XML declaration (XML 1.0,
250 # true: Report the original prefixed names and attributes used for Namespace
252 # false: Do not report attributes used for Namespace declarations, and
253 # optionally do not report original prefixed names (default).
263 # true: Report all validation errors (implies external-general-entities and
265 # false: Do not report validation errors.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
handler.py 27 methods in your object to report all warnings and errors. There
161 The Parser will call this method to report each chunk of
171 Validating Parsers must use this method to report each chunk
189 A SAX parser should never report an XML declaration (XML 1.0,
250 # true: Report the original prefixed names and attributes used for Namespace
252 # false: Do not report attributes used for Namespace declarations, and
253 # optionally do not report original prefixed names (default).
263 # true: Report all validation errors (implies external-general-entities and
265 # false: Do not report validation errors.
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/project/4.1.1/
project-4.1.1.pom 382 <artifactId>maven-surefire-report-plugin</artifactId>
456 <report>project-team</report>
457 <report>mailing-list</report>
458 <report>issue-tracking</report>
459 <report>scm</report>
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_act.c 419 ** Description When SDP completed, initiate a connection or report error depend
576 /* set protocol mode when not default report mode */
652 ** Description HID Host process a data report
747 ** Description HID Host process a data report from control channel.
775 /* match up BTE/BTA report/boot mode def*/
780 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot");
813 ** Description report HID open failure when at wait for connection state and receive
832 /* Report OPEN fail event */
866 /* if HID_HDEV_EVT_VC_UNPLUG was received, report BTA_HH_VC_UNPLUG_EVT */
883 /* Report OPEN fail event *
    [all...]

Completed in 4139 milliseconds

<<21222324252627282930>>