Searched defs:report (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DDiagnosticEngine.cpp70 DiagnosticEngine::report(uint16_t pID, DiagnosticEngine::Severity pSeverity) function in class:DiagnosticEngine
/frameworks/base/services/core/java/com/android/server/am/
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 DActivityManagerService.java4651 // The low memory report is overriding any current
11425 ActivityManager.ProcessErrorStateInfo report = new ActivityManager.ProcessErrorStateInfo();
11427 report.condition = condition;
11428 report.processName = app.processName;
11429 report.pid = app.pid;
11430 report.uid = app.info.uid;
11431 report.tag = activity;
11432 report.shortMsg = shortMsg;
11433 report.longMsg = longMsg;
11434 report
11913 addErrorToDropBox(String eventType, ProcessRecord process, String processName, ActivityRecord activity, ActivityRecord parent, String subject, final String report, final File logFile, final ApplicationErrorReport.CrashInfo crashInfo) argument
16517 reportStartInstrumentationFailure(IInstrumentationWatcher watcher, ComponentName cn, String report) argument
[all...]
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
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/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java618 * @param report Report receiving buffer size
623 public boolean setReport(BluetoothDevice device, byte reportType, String report) { argument
624 if (VDBG) log("setReport(" + device + "), reportType=" + reportType + " report=" + report);
627 return mService.setReport(device, reportType, report);
643 * @param report Report to send
648 public boolean sendData(BluetoothDevice device, String report) { argument
649 if (DBG) log("sendData(" + device + "), report=" + report);
652 return mService.sendData(device, report);
[all...]
/frameworks/base/core/java/android/os/
H A DStrictMode.java146 // How many Span tags (e.g. animations) to report.
1425 public void report (String message, Throwable allocationSite) { method in class:StrictMode.AndroidCloseGuardReporter
1734 // so we'll report it and bail on all of the current strict mode violations
1743 // Now report the problem.
2055 * to report violations that happened during a cross-process call.
/frameworks/base/core/java/android/app/
H A DActivityThread.java911 // and the activity manager will wait for us to report back that
5195 public void report (int code, Object... list) { method in class:ActivityThread.EventLoggingReporter

Completed in 1776 milliseconds