Searched refs:report (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DMsgHandling.h46 return getDiagnosticEngine().report(pID, DiagnosticEngine::Unreachable);
51 return getDiagnosticEngine().report(pID, DiagnosticEngine::Fatal);
56 return getDiagnosticEngine().report(pID, DiagnosticEngine::Error);
61 return getDiagnosticEngine().report(pID, DiagnosticEngine::Warning);
66 return getDiagnosticEngine().report(pID, DiagnosticEngine::Debug);
71 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note);
76 return getDiagnosticEngine().report(pID, DiagnosticEngine::Ignore);
/frameworks/base/core/java/android/bluetooth/
H A DIBluetoothInputDevice.aidl54 boolean setReport(in BluetoothDevice device, byte reportType, String report);
58 boolean sendData(in BluetoothDevice device, String report);
H A DBluetoothInputDevice.java600 * @param report Report receiving buffer size
605 public boolean setReport(BluetoothDevice device, byte reportType, String report) { argument
606 if (DBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report);
609 return mService.setReport(device, reportType, report);
630 public boolean sendData(BluetoothDevice device, String report) { argument
631 if (DBG) log("sendData(" + device + "), report=" + report);
634 return mService.sendData(device, report);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DTest.java24 void report(String key, float value) {
H A DAutomaticActivity.java63 abstract void report(String name, float value); method in class:AutomaticActivity.FinalCallback
148 void report(String name, float value) {
208 c.report("averageError", (mTotalError / mTotalTests));
210 c.report(String.format("tests with error over %1.3f", ERROR_CUTOFFS[i]),
214 c.report("tests regressed", mTestsRegressed);
215 c.report("tests improved", mTestsImproved);
/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp70 DiagnosticEngine::report(uint16_t pID, DiagnosticEngine::Severity pSeverity) function in class:DiagnosticEngine
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticEngine.h27 * \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/base/services/java/com/android/server/am/
H A DAppErrorDialog.java68 res.getText(com.android.internal.R.string.report),
H A DStrictModeViolationDialog.java72 res.getText(com.android.internal.R.string.report),
H A DNativeCrashListener.java58 * Spin the actual work of handling a debuggerd crash report into a
67 NativeCrashReporter(ProcessRecord app, int signal, String report) { argument
71 mCrashReport = report;
89 Slog.e(TAG, "Unable to report native crash", e);
197 // Read the crash report from the debuggerd connection
232 Slog.v(TAG, "Skipping report for persistent app " + pr);
256 // Okay, we've got the report.
260 // cleanup mechanism knows we're still submitting the report
280 Slog.e(TAG, "Exception dealing with report", e);
H A DAppNotRespondingDialog.java87 res.getText(com.android.internal.R.string.report),
138 Slog.w(TAG, "bug report receiver dissappeared", e);
H A DActivityManagerService.java3702 // The low memory report is overriding any current
9469 ActivityManager.ProcessErrorStateInfo report = new ActivityManager.ProcessErrorStateInfo();
9471 report.condition = condition;
9472 report.processName = app.processName;
9473 report.pid = app.pid;
9474 report.uid = app.info.uid;
9475 report.tag = activity;
9476 report.shortMsg = shortMsg;
9477 report.longMsg = longMsg;
9478 report
9937 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
13902 reportStartInstrumentationFailure(IInstrumentationWatcher watcher, ComponentName cn, String report) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettings.java804 builder.setPositiveButton(com.android.internal.R.string.report, new OnClickListener() {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java266 // next: bug report, if enabled
278 builder.setPositiveButton(com.android.internal.R.string.report,
/frameworks/base/core/java/android/os/
H A DStrictMode.java144 // How many Span tags (e.g. animations) to report.
1423 public void report (String message, Throwable allocationSite) { method in class:StrictMode.AndroidCloseGuardReporter
2019 * to report violations that happened during a cross-process call.
/frameworks/base/core/java/android/app/
H A DActivityThread.java846 // and the activity manager will wait for us to report back that
4944 public void report (int code, Object... list) { method in class:ActivityThread.EventLoggingReporter

Completed in 1093 milliseconds