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

  /frameworks/compile/libbcc/runtime/make/
AppleBI.mk 15 # Log full compile lines in B&I logs and omit summary lines.
17 Summary := @true
config.mk 34 ifndef Summary
35 Summary = $(Echo)
  /external/compiler-rt/make/
AppleBI.mk 23 # Log full compile lines in B&I logs and omit summary lines.
25 Summary := @true
config.mk 39 ifndef Summary
40 Summary = $(Echo)
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 24 class Summary {
AccessPoint.java 318 /** Updates the title and summary; may indirectly call notifyChanged() */
324 setSummary(Summary.get(context, mState));
340 StringBuilder summary = new StringBuilder(); local
342 summary.append(context.getString(R.string.wifi_remembered));
347 if (summary.length() == 0) {
352 summary.append(String.format(securityStrFormat, getSecurityString(true)));
356 if (summary.length() == 0) {
357 summary.append(context.getString(R.string.wifi_wps_available_first_item));
359 summary.append(context.getString(R.string.wifi_wps_available_second_item));
362 setSummary(summary.toString())
    [all...]
WifiSettingsForSetupWizardXL.java 291 showDisconnectedState(Summary.get(this, state));
  /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/chromium/chrome/browser/sync/engine/
syncapi.h 655 // Summary is a distilled set of important information that the end-user may
657 // summary state requires user interaction (such as auth failures), more
659 enum Summary {
682 Summary summary; member in struct:sync_api::SyncManager::Status
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 

Completed in 150 milliseconds