HomeSort by relevance Sort by last modified time
    Searched defs:Summary (Results 1 - 15 of 15) sorted by null

  /external/compiler-rt/make/
AppleBI.mk 23 # Log full compile lines in B&I logs and omit summary lines.
25 Summary := @true
config.mk 40 ifndef Summary
41 Summary = $(Echo)
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 24 class Summary {
AccessPoint.java 337 /** Updates the title and summary; may indirectly call notifyChanged() */
357 setSummary(Summary.get(context, mState));
359 StringBuilder summary = new StringBuilder(); local
361 summary.append(context.getString(R.string.wifi_remembered));
366 if (summary.length() == 0) {
371 summary.append(String.format(securityStrFormat, getSecurityString(true)));
375 if (summary.length() == 0) {
376 summary.append(context.getString(R.string.wifi_wps_available_first_item));
378 summary.append(context.getString(R.string.wifi_wps_available_second_item));
381 setSummary(summary.toString())
    [all...]
WifiSettingsForSetupWizardXL.java 288 showDisconnectedState(Summary.get(this, state));
  /external/ceres-solver/internal/ceres/
solver.cc 68 Solver::Summary* summary) {
72 internal::SolverImpl::Solve(options, problem_impl, summary);
73 summary->total_time_in_seconds =
79 Solver::Summary* summary) {
81 solver.Solve(options, problem, summary);
84 Solver::Summary::Summary()
129 string Solver::Summary::BriefReport() const
    [all...]
trust_region_strategy.h 105 struct Summary {
106 Summary()
133 virtual Summary ComputeStep(const PerSolveOptions& per_solve_options,
linear_solver.h 239 // Summary of a call to the Solve method. We should move away from
241 // let the summary object do the talking.
242 struct Summary {
243 Summary()
257 virtual Summary Solve(LinearOperator* A,
289 virtual LinearSolver::Summary Solve(
310 virtual LinearSolver::Summary SolveImpl(
line_search.h 177 struct Summary {
178 Summary()
206 // summary must not be null and will contain the result of the line
209 // Summary::success is true if a non-zero step size is found.
213 Summary* summary) = 0;
262 Summary* summary);
279 Summary* summary);
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 102 \paragraph{Summary of differences between 2.2 and 2.0.}
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 34 /** \brief Summary of the gain, as an optimization for the mixer */
40 } Summary;
213 Summary summaries[STEREO_CHANNELS];
218 Summary summary; local
220 summary = GAIN_MUTE;
222 summary = GAIN_UNITY;
224 summary = GAIN_OTHER;
226 summaries[channel] = summary;
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 655 // Summary is a distilled set of important information that the end-user may
657 // summary state requires user interaction (such as auth failures), more
659 enum Summary {
682 Summary summary; member in struct:sync_api::SyncManager::Status
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 696 // If non-empty, a summary of the execution of the solver is
701 struct Summary {
702 Summary();
712 // Minimizer summary -------------------------------------------------
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 286 milliseconds