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

  /external/compiler-rt/make/
AppleBI.mk 27 # Log full compile lines in B&I logs and omit summary lines.
29 Summary := @true
config.mk 40 ifndef Summary
41 Summary = $(Echo)
  /external/chromium_org/tools/telemetry/telemetry/value/
summary.py 9 class Summary(object):
10 """Computes summary values from the per-page-run values produced by a test.
29 In addition, it will produce a summary value:
52 """Returns the computed per page values and summary values interleaved.
55 values, then summary values.
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 24 class Summary {
AccessPoint.java 257 com.android.internal.R.id.summary);
418 * Shows or Hides the Summary of an AccessPoint.
420 * @param showSummary true will show the summary, false will hide the summary
574 * Updates the title and summary; may indirectly call notifyChanged().
582 // Force new summary
585 // Update to new summary
586 StringBuilder summary = new StringBuilder(); local
589 summary.append(Summary.get(context, mState))
    [all...]
WifiSettingsForSetupWizardXL.java 288 showDisconnectedState(Summary.get(this, state));
  /external/ceres-solver/internal/ceres/
trust_region_strategy.h 105 struct Summary {
106 Summary()
133 virtual Summary ComputeStep(const PerSolveOptions& per_solve_options,
solver.cc 314 Solver::Summary* summary) {
317 CHECK_NOTNULL(summary);
319 *summary = Summary();
320 if (!options.IsValid(&summary->message)) {
321 LOG(ERROR) << "Terminating: " << summary->message;
326 internal::SolverImpl::Solve(options, problem_impl, summary);
327 summary->total_time_in_seconds =
333 Solver::Summary* summary)
    [all...]
line_search.h 178 struct Summary {
179 Summary()
207 // summary must not be null and will contain the result of the line
210 // Summary::success is true if a non-zero step size is found.
214 Summary* summary) = 0;
263 Summary* summary);
280 Summary* summary);
    [all...]
linear_solver.h 261 // Summary of a call to the Solve method. We should move away from
263 // let the summary object do the talking.
264 struct Summary {
265 Summary()
288 virtual Summary Solve(LinearOperator* A,
320 virtual LinearSolver::Summary Solve(
341 virtual LinearSolver::Summary SolveImpl(
  /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/ceres-solver/include/ceres/
solver.h 728 struct CERES_EXPORT Summary {
729 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 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 6304 milliseconds