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

1 2 34 5 6 7 8 91011>>

  /external/ceres-solver/include/ceres/
iteration_callback.h 165 // true). Solver returns with Solver::Summary::termination_type set to
170 // been met). Solver returns with Solver::Summary::termination_type
189 // CallbackReturnType operator()(const IterationSummary& summary) {
194 // summary.iteration,
195 // summary.cost,
196 // summary.cost_change,
197 // summary.gradient_max_norm,
198 // summary.step_norm,
199 // summary.relative_decrease,
200 // summary.trust_region_radius
    [all...]
  /external/icu/icu4c/source/test/intltest/
cpdtrtst.h 25 * @summary General test of Compound Transliterator
56 const UnicodeString& summary, UBool pass,
  /packages/apps/Email/src/com/android/email/activity/setup/
PolicyListPreference.java 43 ((TextView)view.findViewById(android.R.id.summary)).setMaxLines(MAX_POLICIES);
  /frameworks/rs/api/
rs_atomic.spec 18 summary: Atomic Update Functions
39 summary: Thread-safe addition
58 summary: Thread-safe bitwise and
79 summary: Thread-safe compare and set
102 summary: Thread-safe decrement
119 summary: Thread-safe increment
137 summary: Thread-safe maximum
157 summary: Thread-safe minimum
177 summary: Thread-safe bitwise or
197 summary: Thread-safe subtractio
    [all...]
rs_io.spec 18 summary: Input/Output Functions
30 summary: Receive new content from the queue
45 summary: Send new content to the queue
59 summary: Send a message to the client, non-blocking
82 summary: Send a message to the client, blocking
  /external/chromium-trace/catapult/telemetry/telemetry/value/
summary_unittest.py 16 from telemetry.value import summary as summary_module
54 summary = summary_module.Summary(results.all_page_specific_values)
55 values = summary.interleaved_computed_per_page_values_and_summaries
83 summary = summary_module.Summary(results.all_page_specific_values)
84 values = summary.interleaved_computed_per_page_values_and_summaries
128 summary = summary_module.Summary(results.all_page_specific_values)
129 values = summary.interleaved_computed_per_page_values_and_summarie
    [all...]
  /cts/tests/app/src/android/app/cts/
ConditionTest.java 31 private final String mSummary = "summary";
48 assertEquals(mSummary, condition.summary);
63 assertEquals(mSummary, condition1.summary);
  /external/ceres-solver/internal/ceres/
cgnr_solver.cc 53 LinearSolver::Summary CgnrSolver::SolveImpl(
81 LinearSolver::Summary summary = local
84 return summary;
solver_impl_test.cc 87 Solver::Summary summary; local
88 SolverImpl::Solve(options, &problem, &summary);
coordinate_descent_minimizer.cc 124 Solver::Summary* summary) {
180 Solver::Summary inner_summary;
206 Solver::Summary* summary) {
207 *summary = Solver::Summary();
208 summary->initial_cost = 0.0;
209 summary->fixed_cost = 0.0;
210 summary->final_cost = 0.0
    [all...]
c_api.cc 185 ceres::Solver::Summary summary; local
186 ceres::Solve(options, problem, &summary);
187 std::cout << summary.FullReport() << "\n";
  /external/valgrind/none/tests/amd64/
aes.c 29 static void expand ( V128* dst, char* summary )
32 assert( strlen(summary) == 32 );
35 UChar x = summary[31-2*i];
37 UChar y = summary[31-2*i-1];
56 static void unexpand ( V128* dst, char* summary )
60 *summary++ = tohex((dst->uChar[i] >> 4) & 0xf);
61 *summary++ = tohex(dst->uChar[i] & 0xf);
63 *summary = 0;
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceViewHolder.java 39 mCachedViews.put(android.R.id.summary, itemView.findViewById(android.R.id.summary));
  /packages/apps/Settings/src/com/android/settings/applications/
AppDomainsPreference.java 50 // The superclass summary is the text of the first entry in the list
51 final CharSequence summary = super.getSummary(); local
55 return context.getString(whichVersion, summary);
  /system/core/toolbox/upstream-netbsd/bin/dd/
extern.h 62 void summary(void);
  /art/tools/ahat/src/
HeapTable.java 99 // Print a summary of the remaining entries if there are any.
102 Map<Heap, Long> summary = new HashMap<Heap, Long>(); local
104 summary.put(heap, 0L);
109 summary.put(heap, summary.get(heap) + config.getSize(elem, heap));
116 long size = summary.get(heap);
  /packages/services/Telephony/src/com/android/phone/
CLIRListPreference.java 96 // set the string summary to reflect the value
97 int summary = R.string.sum_default_caller_id; local
100 summary = R.string.sum_show_caller_id;
103 summary = R.string.sum_hide_caller_id;
106 summary = R.string.sum_default_caller_id;
109 setSummary(summary);
  /external/autotest/site_utils/
test_push.py 372 summary = []
374 summary.append(('Results of %d test(s) do not match expected '
376 summary.extend(mismatch_errors)
377 summary.append('\n')
380 summary.append('%d test(s) are not expected to be run:' %
382 summary.extend(extra_test_errors)
383 summary.append('\n')
386 summary.append('%d test(s) are missing from the results:' %
388 summary.extend(missing_test_errors)
389 summary.append('\n'
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsTestActivity.java 57 private static final String EXTRA_SUMMARY = "camera.its.extra.SUMMARY";
74 Log.i(TAG, "ITS summary path is: " + summaryPath);
76 // Create summary report
78 StringBuilder summary = new StringBuilder(); local
81 appendFileContentToSummary(summary, path);
84 summary.toString(), 1.0, ResultType.NEUTRAL, ResultUnit.NONE);
102 private void appendFileContentToSummary(StringBuilder summary, String path) {
110 summary.append(line);
114 Log.e(TAG, "Cannot find ITS summary file at " + path);
115 summary.append("Cannot find ITS summary file at " + path)
    [all...]
  /cts/suite/cts/utils/
get_csv_report.py 37 def __init__(self, name, summary, details, result):
39 self.summary = summary
47 return self.summary
72 summary = {}
75 sts = getChildrenWithTag(test, "Summary")
78 summary[sts[0].getAttribute("message")] = getText(sts[0])
86 testCase = TestCase(caseName, summary, details, result)
180 values["summary"] = result.getSummary()
210 if 'summary' in report
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
file_bug.py 45 The default summary, description and label strings are constructed there.
48 summary: Bug summary string.
68 summary = self.request.get('summary')
80 self._CreateBug(summary, description, labels, components, keys)
82 self._ShowBugDialog(summary, description, keys)
84 def _ShowBugDialog(self, summary, description, urlsafe_keys):
88 summary: The default bug summary string
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java 88 public String summary; field in class:RootInfo
109 summary = null;
129 summary = DurableUtils.readNullableString(in);
148 DurableUtils.writeNullableString(out, summary);
185 root.summary = getCursorString(cursor, Root.COLUMN_SUMMARY);
363 // Sort by root type, then title, then summary.
374 return compareToIgnoreCaseNullable(summary, other.summary);
390 return !TextUtils.isEmpty(summary) ? summary : title
    [all...]
  /external/autotest/frontend/health/
passing_experimental.py 84 summary = ('This bug has been automatically filed to track the '
95 reporting.submit_generic_bug_report(title=title, summary=summary,
  /external/ceres-solver/examples/
curve_fitting.cc 157 Solver::Summary summary; local
158 Solve(options, &problem, &summary);
159 std::cout << summary.BriefReport() << "\n";
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
Tile.java 41 * Optional summary describing what this tile controls.
44 public CharSequence summary; field in class:Tile
94 TextUtils.writeToParcel(summary, dest, flags);
120 summary = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(in);

Completed in 616 milliseconds

1 2 34 5 6 7 8 91011>>