HomeSort by relevance Sort by last modified time
    Searched refs:summary (Results 251 - 275 of 587) sorted by null

<<11121314151617181920>>

  /external/autotest/server/cros/dynamic_suite/
reporting.py 48 def __init__(self, title, summary, search_marker=None, labels=None,
54 @param summary: The summary of the bug.
64 self._summary = summary
77 def summary(self): member in class:Bug
78 """Combines information about this bug into a summary string."""
138 def summary(self): member in class:TestBug
139 """Combines information about this bug into a summary string."""
246 def summary(self): member in class:MachineKillerBug
247 """Combines information about this bug into a summary string.""
306 def summary(self): member in class:PoolHealthBug
356 def summary(self): member in class:SuiteSchedulerBug
    [all...]
  /external/autotest/cli/
job.py 185 def _merge_results(self, summary, qes):
195 for job in summary:
216 return summary
220 summary = self.execute_on_ids_and_names(op='get_jobs_summary')
228 self._convert_status(summary)
230 return self._merge_results(summary, qes)
  /external/ceres-solver/examples/
nist.cc 435 ceres::Solver::Summary summary; local
436 Solve(options, &problem, &summary);
467 summary.initial_cost,
468 summary.final_cost,
470 (summary.num_successful_steps + summary.num_unsuccessful_steps));
ellipse_approximation.cc 364 ceres::Solver::Summary summary; local
365 ceres::Solve(options, problem, &summary);
370 std::cout << summary.FullReport() << std::endl;
372 return summary.termination_type == ceres::CONVERGENCE;
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 303 String summary; local
305 summary = getString(R.string.disabled_by_policy_title);
308 summary = "";
313 summary = "";
322 summary = getString(R.string.screen_timeout_summary, entries[best]);
325 preference.setSummary(summary);
PrivacySettings.java 209 private void setConfigureSummary(String summary) {
210 if (summary != null) {
211 mConfigure.setSummary(summary);
AppListPreference.java 95 // Summaries are describing why a item is disabled, so anything with a summary
100 TextView summary = (TextView) view.findViewById(android.R.id.summary); local
101 summary.setText(mSummaries[position]);
102 summary.setVisibility(View.VISIBLE);
  /cts/common/util/src/com/android/compatibility/common/util/
ReportLog.java 46 private static final String SUMMARY_TAG = "Summary";
282 * Sets the double metric summary of the report.
325 Metric summary = reportLog.getSummary(); local
326 // Summary is optional. Details are not included in result report.
327 if (summary != null) {
329 summary.serialize(serializer);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
MultivariateSummaryStatistics.java 31 import org.apache.commons.math.stat.descriptive.summary.Sum;
32 import org.apache.commons.math.stat.descriptive.summary.SumOfLogs;
33 import org.apache.commons.math.stat.descriptive.summary.SumOfSquares;
38 * <p>Computes summary statistics for a stream of n-tuples added using the
44 * summary state and compute statistics are configurable via setters.
302 * summary statistics from values that
  /external/selinux/libsepol/cil/test/unit/
CuTest.c 317 void CuSuiteSummary(CuSuite* testSuite, CuString* summary)
323 CuStringAppend(summary, testCase->failed ? "F" : ".");
325 CuStringAppend(summary, "\n\n");
  /system/extras/tests/sdcard/
plot_sdcard.py 48 """Dataset holds the summary and data (time,value pairs)."""
58 self.summary = re.match('([a-z_]+)_total', self.name)
151 if dataset.summary:
169 if dataset and not dataset.summary:
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
Mean.java 23 import org.apache.commons.math.stat.descriptive.summary.Sum;
  /external/autotest/frontend/tko/
rpc_interface.py 216 Gets the count summary of all passed and failed tests per suite.
217 @param job_names: Names of the suite jobs to get the summary from.
218 @returns: A summary of all the passed and failed tests per suite job.
239 summary = summaries.setdefault(result['job_name'], {})
240 summary[status] = result['num']
248 @param job_names: Names of the suite jobs to get the summary from.
249 @returns: A summary of all the passed and failed tests per suite job.
265 summary = summaries.setdefault(job_name, {})
268 summary[status] = result['num']
  /external/autotest/server/cros/
repair_utils.py 125 bug.title(), email_prefix + bug.summary())
  /external/icu/icu4c/source/test/intltest/
transtst.h 22 * @summary General test of Transliterator
405 const UnicodeString& summary, UBool pass,
  /external/ltrace/
libltrace.c 40 #include "summary.h"
95 if (options.summary)
  /frameworks/base/core/java/com/android/internal/widget/
AccountItemView.java 64 mAccountNumber = (TextView)view.findViewById(android.R.id.summary);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/
RestrictedPreferenceHelper.java 89 final TextView summaryView = (TextView) holder.findViewById(android.R.id.summary);
  /frameworks/support/v7/preference/src/android/support/v7/preference/
CheckBoxPreference.java 115 View summaryView = view.findViewById(android.R.id.summary);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipSettings.java 101 String summary = ""; local
104 summary = getString(R.string.third_party_account_summary,
107 summary = registrationStatus;
109 setSummary(summary);
  /packages/services/Telephony/src/com/android/phone/
RestrictedSwitchPreference.java 61 final TextView summaryView = (TextView) view.findViewById(android.R.id.summary);
  /system/core/toolbox/upstream-netbsd/bin/dd/
position.c 118 summary();
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 115 -s, --summary Write a brief summary on stdout for each file.
266 def write_results(self, show_missing=True, summary=False, coverdir=None):
303 # accumulate summary info, if needed
337 if summary and n_lines:
341 if summary and sums:
667 "report", "no-report", "summary",
688 summary = 0
742 if opt == "-s" or opt == "--summary":
743 summary =
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 115 -s, --summary Write a brief summary on stdout for each file.
266 def write_results(self, show_missing=True, summary=False, coverdir=None):
303 # accumulate summary info, if needed
337 if summary and n_lines:
341 if summary and sums:
667 "report", "no-report", "summary",
688 summary = 0
742 if opt == "-s" or opt == "--summary":
743 summary =
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 115 -s, --summary Write a brief summary on stdout for each file.
266 def write_results(self, show_missing=True, summary=False, coverdir=None):
303 # accumulate summary info, if needed
337 if summary and n_lines:
341 if summary and sums:
667 "report", "no-report", "summary",
688 summary = 0
742 if opt == "-s" or opt == "--summary":
743 summary =
    [all...]

Completed in 782 milliseconds

<<11121314151617181920>>