Searched refs:Report (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java36 ArrayList<Report> mPendingReports;
50 ArrayList<Report> reports;
74 final Report rep = reports.get(i);
98 final class Report { class in class:InstrumentationReporter
105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, method in class:InstrumentationReporter.Report
117 if (DEBUG) Slog.d(TAG, "Report status to " + watcher
120 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results));
125 if (DEBUG) Slog.d(TAG, "Report finished to " + watcher
128 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results));
131 private void report(Report repor
[all...]
/frameworks/compile/slang/
H A Dslang_rs_context.h315 // Report an error or a warning to the user.
317 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, function in class:slang::RSContext
320 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
324 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, function in class:slang::RSContext
329 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
337 return Report<N>(clang::DiagnosticsEngine::Error, Message);
343 return Report<N>(clang::DiagnosticsEngine::Error, Loc, Message);
348 return Report<N>(clang::DiagnosticsEngine::Warning, Message);
354 return Report<N>(clang::DiagnosticsEngine::Warning, Loc, Message);
H A Drs_cc_options.cpp117 DiagEngine.Report(clang::diag::err_drv_missing_argument)
125 DiagEngine.Report(clang::diag::err_drv_unknown_argument)
193 DiagEngine.Report(clang::diag::err_drv_argument_not_allowed_with)
213 DiagEngine.Report(clang::diag::err_drv_invalid_value)
245 DiagEngine.Report(
H A Dllvm-rs-cc.cpp211 DiagEngine->Report(clang::diag::err_fe_error_backend) << Message;
261 // Report error if no input file
263 DiagEngine.Report(clang::diag::err_drv_no_input_files);
H A Dslang.cpp144 // Report error here.
145 DiagEngine->Report(clang::diag::err_fe_error_opening)
305 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile;
546 getDiagnostics().Report(DiagID) << Reflected->getName()
621 getDiagnostics().Report(DiagID);
654 getDiagnostics().Report(DiagID) << mTargetAPI << SLANG_MINIMUM_TARGET_API
H A Dslang_backend.cpp134 mDiagEngine.Report(clang::diag::err_fe_unable_to_create_target) << Error;
200 mDiagEngine.Report(clang::diag::err_fe_unable_to_interface_with_target);
444 // Report a compiler error on kernel launches inside a kernel.
471 mDiagEngine.Report(
481 mDiagEngine.Report(
H A Dslang_rs_context.cpp249 DiagEngine->Report(VD->getLocation(), DiagEngine->getCustomDiagID(
H A Dslang_rs_object_ref_count.cpp971 DiagEngine.Report(
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 569 milliseconds