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

<<11121314151617181920>>

  /frameworks/support/preference/src/main/java/androidx/preference/
PreferenceViewHolder.java 41 mCachedViews.put(android.R.id.summary, itemView.findViewById(android.R.id.summary));
ListPreference.java 61 /* Retrieve the Preference summary attribute since it's private
165 * Returns the summary of this ListPreference. If the summary
170 * @return the summary with appropriate string substitution
183 * Sets the summary for this Preference with a CharSequence.
184 * If the summary has a
189 * @param summary The summary for the preference.
192 public void setSummary(CharSequence summary) {
193 super.setSummary(summary);
    [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
DetailsView.java 66 // We only show summary field when doc is partial (meaning an active download).
67 // The rest of the time "summary" tends to be less than useful. For example
69 // in the summary field. This is confusing to folks in-and-if-itself, but
72 if (doc.isPartial() && doc.summary != null) {
73 put(R.string.sort_dimension_summary, doc.summary);
  /packages/apps/Settings/src/com/android/settings/security/
ChangeProfileScreenLockPreferenceController.java 93 final String summary = mContext.getString( local
95 mPreference.setSummary(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
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
quantile_ops.py 57 num_quantiles: Number of quantiles to produce from the final summary.
62 If true, exactly `num_quantiles` will be produced in the final summary.
161 """Adds quantile summary to its stream in resource."""
162 summary = self._make_summary(column, example_weights)
166 summaries=[summary])
168 def add_prebuilt_summary(self, stamp_token, summary):
169 """Adds quantile summary to its stream in resource."""
173 summaries=[summary])
176 """Schedules to add a quantile summary to its stream in resource."""
177 summary = self._make_summary(column, example_weights
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/examples/gan/
mnist_graph_test.py 59 tf.contrib.summary.image('generated_images',
91 with tf.contrib.summary.create_file_writer(
93 tf.contrib.summary.record_summaries_every_n_global_steps(
99 tf.contrib.summary.initialize(graph=tf.get_default_graph(),
107 # Increment global step before evaluating summary ops to avoid
111 tf.contrib.summary.all_summary_ops()],
120 tf.contrib.summary.all_summary_ops()],
  /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...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/model/
CandidateSuggestion.java 62 * to specify the summary text that should be displayed for the preference.
65 public static final String META_DATA_PREFERENCE_SUMMARY = "com.android.settings.summary";
69 * to specify the content provider providing the summary text that should be displayed for the
72 * Summary provided by the content provider overrides any static summary.
173 CharSequence summary = null; local
203 // Get summary
204 summary = getStringFromBundle(overrideData, META_DATA_PREFERENCE_SUMMARY);
205 if (TextUtils.isEmpty(summary)
208 summary = res.getString(metaData.getInt(META_DATA_PREFERENCE_SUMMARY))
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DevicePrefFragment.java 206 CharSequence summary = ""; local
207 // append current keyboard to summary
213 summary = info.loadLabel(getContext().getPackageManager());
217 // append current autofill to summary
221 if (summary.length() > 0) {
222 getContext().getString(R.string.string_concat, summary, autofillInfo);
224 summary = autofillInfo;
227 keyboardPref.setSummary(summary);
  /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...]
  /external/deqp/external/openglcts/scripts/verify/
verify_es.py 39 from summary import *
155 messages.append(error(mustpassXML, "Configuration %s %s was not expected to be tested but present in cts-run-summary.xml" % (caseListFile, cmdLine)))
170 summary = parseRunSummary(os.path.join(package.basePath, package.summary))
174 if not summary.isConformant:
175 messages.append(error(package.summary, "Runner reported conformance failure (Conformant=\"False\" in <Summary>)"))
178 messages += verifyConfigFile(os.path.join(package.basePath, summary.configLogFilename), summary.type)
182 for runLog in summary.runLogAndCaselist
    [all...]
  /frameworks/rs/script_api/
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
  /frameworks/support/preference/src/androidTest/java/androidx/preference/
PreferenceGroupInitialExpandedChildrenCountTest.java 166 * Verifies that correct summary is set for the expand button.
174 CharSequence summary = mPreferenceList.get(INITIAL_EXPANDED_COUNT).getTitle(); local
176 summary = mContext.getString(R.string.summary_collapsed_preference_list,
177 summary, mPreferenceList.get(i).getTitle());
180 assertEquals(summary, expandButton.getSummary());
184 * Verifies that summary for the expand button only lists visible preferences.
194 CharSequence summary = mPreferenceList.get(INITIAL_EXPANDED_COUNT).getTitle(); local
195 summary = mContext.getString(R.string.summary_collapsed_preference_list,
196 summary, mPreferenceList.get(INITIAL_EXPANDED_COUNT + 2).getTitle());
197 summary = mContext.getString(R.string.summary_collapsed_preference_list
    [all...]
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_pruning.py 17 Summary of available functions:
73 Creates a summary that provides a histogram of activations.
74 Creates a summary that measures the sparsity of activations.
84 tf.summary.histogram(tensor_name + '/activations', x)
85 tf.summary.scalar(tensor_name + '/sparsity', tf.nn.zero_fraction(x))
276 Add summary for "Loss" and "Loss/avg".
313 # Attach a scalar summary to all individual losses and the total loss; do the
318 tf.summary.scalar(l.op.name + ' (raw)', l)
319 tf.summary.scalar(l.op.name, loss_averages.average(l))
348 tf.summary.scalar('learning_rate', lr
    [all...]
  /packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java 124 final String summary = service.loadLabel(mPm).toString(); local
129 if (title != null && !title.equals(summary)) {
131 pref.setSummary(summary);
133 pref.setTitle(summary);
144 return setEnabled(cn, summary, enable);
212 final String summary = getResources().getString(parent.mConfig.warningDialogSummary, local
215 .setMessage(summary)
  /tools/test/connectivity/acts/tests/google/net/
DnsOverTlsTest.py 101 summary = "%s" % pkt.summary()
103 "connectivitycheck.gstatic.com." not in summary and \
104 "www.google.com" not in summary:
105 asserts.fail("Found query to port 53: %s" % summary)
108 asserts.fail("Found query to port 853: %s" % summary)
115 asserts.fail("Found RST packets: %s" % pkt.summary())
  /external/autotest/site_utils/
test_push.py 463 summary = []
465 summary.append(('Results of %d test(s) do not match expected '
467 summary.extend(mismatch_errors)
468 summary.append('\n')
471 summary.append('%d test(s) are not expected to be run:' %
473 summary.extend(extra_test_errors)
474 summary.append('\n')
477 summary.append('%d test(s) are missing from the results:' %
479 summary.extend(missing_test_errors)
480 summary.append('\n'
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FileDescriptor.cs 39 /// <summary>
43 /// </summary>
70 /// <summary>
72 /// </summary>
86 /// <summary>
89 /// </summary>
133 /// <summary>
136 /// </summary>
184 /// <summary>
186 /// </summary>
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
optimizers.py 35 from tensorflow.python.summary import summary
199 summary.scalar("learning_rate", lr)
257 summary.scalar("global_norm/gradient_norm",
269 # Add scalar summary for loss.
271 summary.scalar("loss", loss)
283 summary.histogram("gradients/%s" % var_name, grad_values)
285 summary.scalar("gradient_norm/%s" % var_name,
290 summary.scalar("global_norm/clipped_gradient_norm",
385 summary.scalar("global_norm/adaptive_max_gradient_norm", max_norm
    [all...]
  /art/tools/ahat/src/main/com/android/ahat/
HeapTable.java 105 // Print a summary of the remaining entries if there are any.
108 Map<AhatHeap, Long> summary = new HashMap<AhatHeap, Long>(); local
111 summary.put(heap, 0L);
118 summary.put(heap, summary.get(heap) + size);
129 long size = summary.get(heap);
  /external/autotest/client/site_tests/graphics_GLBench/
graphics_GLBench.py 133 summary = None
139 summary = utils.run(cmd,
154 summary = utils.run(cmd,
167 results_path = os.path.join(self.outputdir, 'summary.txt')
171 f.write(summary)
179 results = summary.splitlines()
183 'test_that_latest/graphics_GLBench/summary.txt' +
197 # Analyze individual test results in summary.
286 'test_that_latest/graphics_GLBench/summary.txt'
  /external/pdfium/testing/tools/
safetynet_conclusions.py 75 self.summary = ComparisonSummary()
110 self.summary.ProcessCaseResult(case_result)
115 return self.summary
131 "summary": {
182 output_dict['summary'] = self.summary.GetOutputDict()
283 totals = conclusions_dict['summary']
  /external/skia/infra/bots/recipe_modules/swarming/examples/
full.py 122 data = step_result.swarming.summary
218 api.step_data('hello_world on Windows-7-SP1', api.swarming.summary(data)))
226 api.step_data('hello_world on Windows-7-SP1', api.swarming.summary(data)))
234 api.step_data('hello_world on Windows-7-SP1', api.swarming.summary(data)))
242 api.step_data('hello_world on Windows-7-SP1', api.swarming.summary(data)))

Completed in 1247 milliseconds

<<11121314151617181920>>