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.h334 // Report an error or a warning to the user.
336 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, function in class:slang::RSContext
339 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message));
343 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, function in class:slang::RSContext
348 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM),
356 return Report<N>(clang::DiagnosticsEngine::Error, Message);
362 return Report<N>(clang::DiagnosticsEngine::Error, Loc, Message);
367 return Report<N>(clang::DiagnosticsEngine::Warning, Message);
373 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.cpp212 DiagEngine->Report(clang::diag::err_fe_error_backend) << Message;
262 // Report error if no input file
264 DiagEngine.Report(clang::diag::err_drv_no_input_files);
H A Dslang.cpp145 // Report error here.
146 DiagEngine->Report(clang::diag::err_fe_error_opening)
301 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile;
506 getDiagnostics().Report(DiagID) << Reflected->getName()
582 getDiagnostics().Report(DiagID);
615 getDiagnostics().Report(DiagID) << mTargetAPI << SLANG_MINIMUM_TARGET_API
H A Dslang_backend.cpp171 mDiagEngine.Report(clang::diag::err_fe_unable_to_create_target) << Error;
237 mDiagEngine.Report(clang::diag::err_fe_unable_to_interface_with_target);
683 // Report a compiler error on kernel launches inside a kernel.
710 mDiagEngine.Report(
720 mDiagEngine.Report(
H A Dslang_rs_context.cpp250 DiagEngine->Report(VD->getLocation(), DiagEngine->getCustomDiagID(
H A Dslang_rs_object_ref_count.cpp976 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 45 milliseconds