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

1 2 3 45 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/accounts/
SyncStateSwitchPreference.java 82 * Override the summary. Fill in the %1$s with the existing summary
83 * (what ends up happening is the old summary is shown on the next
86 TextView summary = (TextView) view.findViewById(android.R.id.summary); local
87 summary.setText(getContext().getString(R.string.sync_one_time_sync, getSummary()));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
SyncStateSwitchPreference.java 77 * Override the summary. Fill in the %1$s with the existing summary
78 * (what ends up happening is the old summary is shown on the next
81 TextView summary = (TextView) view.findViewById(android.R.id.summary); local
82 summary.setText(getContext().getString(R.string.sync_one_time_sync, getSummary()));
  /external/chromium-trace/catapult/dashboard/dashboard/
stats.py 43 summary = ndb.JsonProperty() variable in class:StatContainer
129 if container.summary.get('name'):
130 title_prefix = '%s: ' % container.summary.get('name')
133 revision = container.summary.get('revision')
134 num_around = container.summary.get('num_around')
139 start = container.summary.get('start_date')
140 end = container.summary.get('end_date')
154 'revision': int(container.summary['revision']),
155 'num_around': int(container.summary['num_around']),
163 """Gets all the template variables needed to display alert summary stats
    [all...]
  /frameworks/rs/api/
rs_for_each.spec 18 summary: Kernel Invocation Functions and Types
36 summary: Suggested cell processing order
48 summary: Handle to a kernel invocation context
75 summary: Cell iteration information
89 summary: Handle to a kernel function
103 summary: Launches a kernel
196 summary: Launches a kernel with options
226 summary: (Internal API) Launch a kernel in the current Script (with the slot number)
236 summary: Index in the Array0 dimension for the specified kernel context
262 summary: Index in the Array1 dimension for the specified kernel contex
    [all...]
rs_quaternion.spec 18 summary: Quaternion Functions
28 summary: Add two quaternions
43 summary: Conjugate a quaternion
58 summary: Dot product of two quaternions
71 summary: Get a rotation matrix from a quaternion
107 summary: Quaternion that represents a rotation about an arbitrary unit vector
130 summary: Create a quaternion
165 summary: Create a rotation quaternion
185 summary: Normalize a quaternion
205 summary: Multiply a quaternion by a scalar or another quaternio
    [all...]
rs_convert.spec 18 summary: Conversion Functions
32 summary: Convert numerical vectors
102 summary: Create a uchar4 RGBA from floats
148 summary: Create a float4 RGBA from uchar4
162 summary: Convert a YUV value to RGBA
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 57 /// <summary>
60 /// </summary>
67 /// <summary>
69 /// </summary>
72 /// <summary>
76 /// </summary>
80 /// <summary>Tell the stream to start buffering if it hasn't already.</summary>
92 /// <summary>
96 /// </summary>
    [all...]
  /external/ltrace/
options.h 41 int summary; /* count time, calls, and report a summary on program exit */ member in struct:options_t
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 81 --summary="JARs, source JAR, and documentation for version $VERSION." \
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
EmergencyEditTextPreference.java 28 * Custom {@link EditTextPreference} that allows us to refresh and update the summary.
59 com.android.internal.R.id.summary);
  /packages/apps/Settings/src/com/android/settings/
SingleLineSummaryPreference.java 38 com.android.internal.R.id.summary);
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ResultHandlerTest.java 102 " <Summary pass=\"%d\" failed=\"%d\" not_executed=\"%d\" " +
124 " <Summary>\n" +
128 " </Summary>\n" +
170 ReportLog.Metric summary = new ReportLog.Metric(SUMMARY_SOURCE, SUMMARY_MESSAGE, local
172 report.setSummary(summary);
195 String summary = String.format(XML_SUMMARY, 2, 1, 1); local
220 buildInfo, summary, modules);
320 ReportLog.Metric summary = report.getSummary(); local
321 assertNotNull("Expected report summary", summary);
    [all...]
  /external/ceres-solver/internal/ceres/
dogleg_strategy.cc 77 TrustRegionStrategy::Summary DoglegStrategy::ComputeStep(
100 TrustRegionStrategy::Summary summary; local
101 summary.num_iterations = 0;
102 summary.termination_type = LINEAR_SOLVER_SUCCESS;
103 return summary;
130 LinearSolver::Summary linear_solver_summary =
133 TrustRegionStrategy::Summary summary; local
134 summary.residual_norm = linear_solver_summary.residual_norm
    [all...]
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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/reporting/
GnssTestDetails.java 41 this(name, resultCode, null /* summary */);
44 public GnssTestDetails(String name, ResultCode resultCode, String summary) {
47 mSummary = summary;
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
testharnessreport.js 39 var summary = document.getElementById('summary'); variable
40 if (summary) {
41 summary.parentNode.insertBefore(messageElement, summary);
359 var summary = document.getElementById('summary');
360 if (summary) {
361 summary.parentNode.insertBefore(messageElement, summary);
    [all...]
  /external/curl/tests/
symbol-scan.pl 58 my $summary=0;
164 if($summary) {
165 print "Summary:\n";
  /cts/apps/CameraITS/tools/
run_all_tests.py 26 a summary/report of the results.
123 summary = "ITS test result summary for camera " + camera_id + "\n"
169 summary += msg + "\n"
174 summary += errors + "\n"
187 summary += test_result + "\n"
192 summary += msg + "\n"
196 summary_path = os.path.join(topdir, camera_id, "summary.txt")
198 f.write(summary)
  /external/autotest/site_utils/
server_manager_utils.py 75 def get_server_details(servers, table=False, summary=False):
91 A summary view:
101 The method returns detail view of each server and a summary view by default.
103 If `summary` is set to True, only summary view will be returned.
108 @param summary: True to only show the summary of roles and status of
119 if not table and not summary:
136 elif summary:
  /external/clang/utils/
ClangDataFormat.py 25 debugger.HandleCommand("type summary add -F ClangDataFormat.SourceLocation_summary clang::SourceLocation")
26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
27 debugger.HandleCommand("type summary add -F ClangDataFormat.StringRef_summary llvm::StringRef")
30 return SourceLocation(srcloc).summary()
33 return QualType(qualty).summary()
36 return StringRef(strref).summary()
60 def summary(self): member in class:SourceLocation
76 def summary(self): member in class:QualType
88 def summary(self): member in class:StringRef
  /frameworks/base/core/java/android/preference/
ListPreference.java 56 /* Retrieve the Preference summary attribute since it's private
156 * Returns the summary of this ListPreference. If the summary
161 * @return the summary with appropriate string substitution
174 * Sets the summary for this Preference with a CharSequence.
175 * If the summary has a
180 * @param summary The summary for the preference.
183 public void setSummary(CharSequence summary) {
184 super.setSummary(summary);
    [all...]
MultiCheckPreference.java 59 /* Retrieve the Preference summary attribute since it's private
182 * Returns the summary of this ListPreference. If the summary
187 * @return the summary with appropriate string substitution
199 * Sets the summary for this Preference with a CharSequence.
200 * If the summary has a
205 * @param summary The summary for the preference.
208 public void setSummary(CharSequence summary) {
209 super.setSummary(summary);
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
ListPreference.java 60 /* Retrieve the Preference summary attribute since it's private
164 * Returns the summary of this ListPreference. If the summary
169 * @return the summary with appropriate string substitution
182 * Sets the summary for this Preference with a CharSequence.
183 * If the summary has a
188 * @param summary The summary for the preference.
191 public void setSummary(CharSequence summary) {
192 super.setSummary(summary);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsFragment.java 270 final String summary = mRingtone != null ? mRingtone.getTitle(mContext) local
273 mInboxRingtone.setSummary(summary);
301 String summary = newValue.toString().trim(); local
302 if (TextUtils.isEmpty(summary)) {
303 summary = mUiAccount.getEmailAddress();
305 mAccountDescription.setSummary(summary);
306 mAccountDescription.setText(summary);
307 cv.put(AccountColumns.DISPLAY_NAME, summary);
309 final String summary = newValue.toString().trim(); local
310 if (!TextUtils.isEmpty(summary)) {
328 final String summary = newValue.toString(); local
360 final String summary = newValue.toString(); local
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
SoundSettings.java 375 final CharSequence summary = updateRingtoneName(
377 if (summary != null) {
378 mHandler.obtainMessage(H.UPDATE_PHONE_RINGTONE, summary).sendToTarget();
382 final CharSequence summary = updateRingtoneName(
384 if (summary != null) {
385 mHandler.obtainMessage(H.UPDATE_NOTIFICATION_RINGTONE, summary).sendToTarget();
389 final CharSequence summary =
391 if (summary != null) {
392 mHandler.obtainMessage(H.UPDATE_ALARM_RINGTONE, summary).sendToTarget();
404 CharSequence summary = context.getString(com.android.internal.R.string.ringtone_unknown) local
    [all...]

Completed in 1378 milliseconds

1 2 3 45 6 7 8 91011>>