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

<<31323334353637383940>>

  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 408 mReportButton.setText(com.android.internal.R.string.report);
732 ApplicationErrorReport report = new ApplicationErrorReport();
733 report.type = ApplicationErrorReport.TYPE_BATTERY;
734 report.packageName = mPackages[0];
735 report.installerPackageName = mInstaller.getPackageName();
736 report.processName = mPackages[0];
737 report.time = System.currentTimeMillis();
738 report.systemApp = (mApp.flags & ApplicationInfo.FLAG_SYSTEM) != 0;
746 report.batteryInfo = batteryInfo;
750 result.putExtra(Intent.EXTRA_BUG_REPORT, report);
    [all...]
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 340 Diags.Report(Pos, diag::err_verify_invalid_no_diags)
350 Diags.Report(Pos, diag::err_verify_invalid_no_diags)
406 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
423 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
446 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
465 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
474 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
497 Diags.Report(Pos.getLocWithOffset(ContentBegin-PH.Begin),
511 Diags.Report(Pos.getLocWithOffset(ContentBegin-PH.Begin),
637 Diags.Report(diag::err_verify_inconsistent_diags).setForceEmit(
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp 84 // TODO(edisonn): report/warning error/assert
95 // TODO(edisonn): report error in pdf file (end of stream with ] for end of aray
119 // TODO(edisonn): report not reached, we should never get here
251 // TODO(edisonn): report error/warn/assert
330 // TODO(edisonn): report error
400 // TODO(edisonn): report error/warn/assert
528 // TODO(edisonn): report error/warn/assert
639 // TODO(edisonn): Assert? report error/warning?
679 // TODO(edisonn): report error in inline image stream (ID-EI) section
690 // TODO(edisonn): report/warning erro
    [all...]
  /external/compiler-rt/lib/dfsan/
dfsan.cc 106 Report("FATAL: DataFlowSanitizer: out of labels\n");
172 Report("WARNING: DataFlowSanitizer: call to uninstrumented function %s\n",
181 Report("WARNING: DataFlowSanitizer: saw nonzero label\n");
188 Report("FATAL: DataFlowSanitizer: unsupported indirect call to vararg "
338 Report("WARNING: DataFlowSanitizer: unable to open output file %s\n",
343 Report("INFO: DataFlowSanitizer: dumping labels to %s\n",
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors_format.inc 299 // Process format string and va_list, and report all store ranges.
327 Report("WARNING: unexpected format specifier in scanf interceptor: "
469 Report("WARNING: unexpected floating-point arg size" \
484 Report("WARNING: unexpected arg size" \
492 // Process format string and va_list, and report all load ranges.
523 Report("WARNING: unexpected format specifier in printf "
sanitizer_thread_registry.cc 135 Report("%s: Thread limit (%u threads) exceeded. Dying.\n",
227 Report("%s: Detach of non-existent thread\n", SanitizerToolName);
245 Report("%s: Join of non-existent thread\n", SanitizerToolName);
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 9 package com.vladium.emma.report;
194 // * Creates a property view specific to 'reportType' report type.
348 // [assertion: columnNames contains all columns for the report (some
349 // may get removed later by individual report generators if some debug info
468 // TODO: make this more precise (actually check the report type value string)
512 // // fall back to report type-neutral namespace:
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 88 // report a non-empty list back to the test framework
150 // so that we don't report crashes that were caused by prior apps (which those particular
189 // async! Drop into mAsyncErrors and don't report now
213 // if the list is non-empty, then it's useful to report the contents of the list
264 * Report error reports for {@link ProcessErrorStateInfo} instances that are wrapped inside of
279 * @param errList The error report containing one or more error records.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 146 * <p>This method does <em>not</em> report which of these caused the
183 * <p>This method does <em>not</em> report which of these caused the
224 * <p>This method does <em>not</em> report which of these caused the
281 * <p>This method does <em>not</em> report which of these caused the
311 * <p>This method does <em>not</em> report which of these caused the
345 * <p>This method does <em>not</em> report which of these caused the
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 272 * True to report invalid characters in node names, attributes, elements,
390 report(DOMError.SEVERITY_WARNING, "cdata-sections-splitted");
392 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
416 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
461 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
483 private void report(short severity, String type) {
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.pom 580 <report>checkstyle</report>
620 <report>pmd</report>
621 <report>cpd</report>
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.pom 592 <report>checkstyle</report>
630 <report>pmd</report>
631 <report>cpd</report>
  /cts/libs/commonutil/src/com/android/cts/util/
ReportLog.java 108 * @param message message to be printed in the final report
131 * For standard report summary without target value.
144 * @return a string representation of this report.
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 74 CI.getDiagnostics().Report(diag::err_fe_invalid_plugin_name)
109 CI.getDiagnostics().Report(diag::err_fe_action_not_available) << Action;
188 Clang->getDiagnostics().Report(diag::err_fe_unable_to_load_plugin)
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp 95 BugReport *report = new BugReport(*BT_dispatchOnce, os.str(), N); local
96 report->addRange(CE->getArg(0)->getSourceRange());
97 C.emitReport(report);
  /external/clang/www/
make_cxx_dr_status 58 <title>Clang - C++ Defect Report Status</title>
80 <h1>C++ Defect Report Support in Clang</h1>
84 <h2 id="cxxdr">C++ defect report implementation status</h2>
  /external/compiler-rt/include/sanitizer/
asan_interface.h 54 // address will result in error report from AddressSanitizer).
107 // This is an internal function that is called to report an error.
124 // the program crashes before ASan report is printed.
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 190 Report("LeakSanitizer: failed to set thread key.\n");
212 Report("LeakSanitizer: failed to set thread key.\n");
282 Report("LeakSanitizer: failed to create thread key.\n");
  /external/google-breakpad/src/client/solaris/handler/
exception_handler.h 80 // Breakpad will immediately report the exception as unhandled without
94 // it. If there are no other handlers, Breakpad will report the exception to
98 // not report an exception of handled, false. Callbacks will rarely want to
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_nesting_test.cc 69 // Breakpad will immediately report the exception as unhandled without
98 // If there are no other handlers, Breakpad will report the exception to the
102 // not report an exception of handled, false. Callbacks will rarely want to
  /external/kernel-headers/original/uapi/linux/
wimax.h 73 * for reply and _RE_ for report (aka: signal).
80 WIMAX_GNL_RE_STATE_CHANGE, /* Report: status change */
123 * Attributes for the Report State Change
  /external/lldb/test/functionalities/inferior-crashing/recursive-inferior/
TestRecursiveInferior.py 116 # And it should report a backtrace that includes main and the crash site.
120 # And it should report the correct line number.
195 # And it should report the correct line number.
  /frameworks/base/core/java/android/bluetooth/le/
ScanSettings.java 168 * Returns report delay timestamp based on the device clock.
293 * Set report delay timestamp for Bluetooth LE scan.
295 * @param reportDelayMillis Delay of report in milliseconds. Set to 0 to be notified of
  /frameworks/support/v4/java/android/support/v4/media/
TransportPerformer.java 105 * Report that a media button has been pressed. This is like
149 * Report that a media button has been released. This is like
177 * Report that audio focus has changed on the app. This only happens if
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
loc_api_log.c 175 /* Logs parsed report */
190 /* Logs status report */
210 /* Logs valid fields in the GNSS SV constellation report */

Completed in 344 milliseconds

<<31323334353637383940>>