HomeSort by relevance Sort by last modified time
    Searched refs:label (Results 901 - 925 of 2711) sorted by null

<<31323334353637383940>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsModel.java 67 String label; field in class:QuickSettingsModel.State
122 if (state.label != null) {
123 mView.setText(state.label);
358 mSettingsState.label = r.getString(R.string.quick_settings_settings_label);
369 mUserState.label = name;
395 mAlarmState.label = alarmText;
443 mAirplaneModeState.label = r.getString(R.string.quick_settings_airplane_mode_label);
487 mWifiState.label = removeDoubleQuotes(enabledDesc);
491 mWifiState.label = r.getString(R.string.quick_settings_wifi_label);
495 mWifiState.label = r.getString(R.string.quick_settings_wifi_off_label)
630 String label = mContext.getText(textResId).toString(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
treewizard.py 214 # "%label:" prefix
215 label = None
222 label = self.tokenizer.sval
234 if label is not None:
235 node.label = label
262 if label is not None and isinstance(node, TreePattern):
263 node.label = label
273 When using %label:TOKENNAME in a tree for parse(), we mus
    [all...]
  /external/smack/src/org/xbill/DNS/
Name.java 28 * of labels and the 7 higher order bytes store per-label offsets.
47 /** The maximum length of a label a Name */
99 throw new IllegalArgumentException("label out of range");
146 throw new IllegalStateException("invalid label");
220 byte [] label = new byte[MAXLABEL + 1];
241 throw parseException(s, "label too long");
243 label[pos++] = b;
251 throw parseException(s, "invalid empty label");
252 label[0] = (byte)(pos - 1);
253 appendFromString(s, label, 0, 1)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_view.cc 23 #include "views/controls/label.h"
29 // Background color and corner radius of the login status label and
73 active_user_label_ = new views::Label(
98 gfx::Size label = active_user_label_->GetPreferredSize(); local
101 kSignoutViewHorizontalInsets, (height() - label.height()) / 2,
102 label.width(), label.height());
110 gfx::Size label = active_user_label_->GetPreferredSize(); local
113 label.width() + button.width() + 2 * kSignoutViewHorizontalInsets;
115 std::max(kMinControlHeight, std::max(label.height(), button.height()))
    [all...]
user_controller.cc 28 #include "views/controls/label.h"
491 // Add user should have label only in activated state.
492 // When new user is the only, label is not needed.
499 views::Label* label = NULL; local
502 label = new views::Label(text);
504 label = UsernameView::CreateShapedUsernameView(text, false);
508 label = UsernameView::CreateShapedUsernameView(text, true);
513 label->SetFont(font)
    [all...]
  /external/chromium_org/ash/system/
tray_accessibility.cc 25 #include "ui/views/controls/label.h"
75 base::string16 label = bundle.GetLocalizedString( local
77 SetLabel(label);
78 SetAccessibleName(label);
96 views::Label* GetLabel() {
97 views::Label* label = new views::Label( local
100 label->SetMultiLine(true);
101 label->SetHorizontalAlignment(gfx::ALIGN_LEFT)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
desktop_notifications.cc 223 const std::string& system_path, const std::string& label, bool is_parent,
256 message = label.empty() ?
260 IDS_MULTIPART_DEVICE_UNSUPPORTED_MESSAGE, UTF8ToUTF16(label));
264 message = label.empty() ?
267 UTF8ToUTF16(label));
269 message = label.empty() ?
272 UTF8ToUTF16(label));
  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 106 * match's label. From the "label" attribute or, if not set, 0.
142 * Retrieve the current textual label associated with this resolution. This
143 * will call back on the given PackageManager to load the label from
146 * @param pm A PackageManager from which the label can be loaded; usually
149 * @return Returns a CharSequence containing the resolutions's label. If the
150 * item does not have a label, its name is returned.
156 CharSequence label; local
158 label = pm.getText(resolvePackageName, labelRes, null);
159 if (label != null)
    [all...]
  /frameworks/base/tools/velocityplot/
velocityplot.py 147 for label in axes.get_xticklabels():
148 label.set_fontsize(9)
149 for label in axes.get_yticklabels():
150 label.set_fontsize(9)
155 def _add_timeseries_line(self, axes, label, color, linewidth=1):
156 return axes.plot([], label=label, color=color, linewidth=linewidth)[0]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 184 public DisplayAppInfo(ApduServiceInfo serviceInfo, CharSequence label, Drawable icon,
188 displayLabel = label;
205 CharSequence label = service.getDescription(); local
206 if (label == null) label = service.loadLabel(pm);
212 Log.e(TAG, "Not showing " + label + " because no banner specified.");
216 DisplayAppInfo info = new DisplayAppInfo(service, label, icon, banner);
  /external/chromium_org/third_party/flot/
jquery.flot.pie.min.js 33 label: {
35 formatter: a user-defined function that modifies the text/style of the label text
46 label: any text value of what the combined slice should be labeled
56 */(function(e){function r(r){function p(t,n,r){l||(l=!0,s=t.getCanvas(),o=e(s).parent(),i=t.getOptions(),t.setData(d(t.getData())))}function d(t){var n=0,r=0,s=0,o=i.series.pie.combine.color,u=[];for(var a=0;a<t.length;++a){var f=t[a].data;e.isArray(f)&&f.length==1&&(f=f[0]),e.isArray(f)?!isNaN(parseFloat(f[1]))&&isFinite(f[1])?f[1]=+f[1]:f[1]=0:!isNaN(parseFloat(f))&&isFinite(f)?f=[1,+f]:f=[1,0],t[a].data=[f]}for(var a=0;a<t.length;++a)n+=t[a].data[0][1];for(var a=0;a<t.length;++a){var f=t[a].data[0][1];f/n<=i.series.pie.combine.threshold&&(r+=f,s++,o||(o=t[a].color))}for(var a=0;a<t.length;++a){var f=t[a].data[0][1];(s<2||f/n>i.series.pie.combine.threshold)&&u.push({data:[[1,f]],color:t[a].color,label:t[a].label,angle:f*Math.PI*2/n,percent:f/(n/100)})}return s>1&&u.push({data:[[1,r]],color:o,label:i.series.pie.combine.label,angle:r*Math.PI*2/n,percent:r/(n/100)}),u}function v(r,s){function y(){c.clearRect(0,0,h,p),o.children().filter(".pieLabel, .pieLabelBackground").remove()}function b(){var e=i.series.pie.shadow.left,t=i.series.pie.shadow.top,n=10,r=i.series.pie.shadow.alpha,s=i.series.pie.radius>1?i.series.pie.radius:u*i.series.pie.radius;if(s>=h/2-e||s*i.series.pie.tilt>=p/2-t||s<=n)return;c.save(),c.translate(e,t),c.globalAlpha=r,c.fillStyle="#000",c.translate(a,f),c.scale(1,i.series.pie.tilt);for(var o=1;o<=n;o++)c.beginPath(),c.arc(0,0,s,0,Math.PI*2,!1),c.fill(),s-=o;c.restore()}function w(){function l(e,t,i){if(e<=0||isNaN(e))return;i?c.fillStyle=t:(c.strokeStyle=t,c.lineJoin="round"),c.beginPath(),Math.abs(e-Math.PI*2)>1e-9&&c.moveTo(0,0),c.arc(0,0,n,r,r+e/2,!1),c.arc(0,0,n,r+e/2,r+e,!1),c.closePath(),r+=e,i?c.fill():c.stroke()}function d(){function l(t,n,s){if(t.data[0][1]==0)return!0;var u=i.legend.labelFormatter,l,c=i.series.pie.label.formatter;u?l=u(t.label,t):l=t.label,c&&(l=c(l,t));var d=(n+t.angle+n)/2,v=a+Math.round(Math.cos(d)*r),m=f+Math.round(Math.sin(d)*r)*i. (…)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 242 #define OP_CF(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, &label); label_to_sm4_insn_num.push_back(std::make_pair(label, program.cf_insn_linked[insn_num])); break;
249 unsigned label; local
358 ureg_IF(ureg, _src(0), &label);
360 ureg_fixup_label(ureg, label, ureg_get_instruction_number(ureg));
376 ureg_CAL(ureg, &label);
377 label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABEL)]));
392 ureg_IF(ureg, _src(0), &label);
395 ureg_fixup_label(ureg, label, ureg_get_instruction_number(ureg));
398 ureg_ELSE(ureg, &label);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 242 #define OP_CF(d, g) case SM4_OPCODE_##d: ureg_##g(ureg, &label); label_to_sm4_insn_num.push_back(std::make_pair(label, program.cf_insn_linked[insn_num])); break;
249 unsigned label; local
358 ureg_IF(ureg, _src(0), &label);
360 ureg_fixup_label(ureg, label, ureg_get_instruction_number(ureg));
376 ureg_CAL(ureg, &label);
377 label_to_sm4_insn_num.push_back(std::make_pair(label, program.label_to_insn_num[_idx(SM4_FILE_LABEL)]));
392 ureg_IF(ureg, _src(0), &label);
395 ureg_fixup_label(ureg, label, ureg_get_instruction_number(ureg));
398 ureg_ELSE(ureg, &label);
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.c 460 const char *label = "EAP-EKE Keys"; local
482 label_len = os_strlen(label);
487 os_memcpy(data, label, label_len);
513 const char *label = "EAP-EKE Ka"; local
523 label_len = os_strlen(label);
529 os_memcpy(pos, label, label_len);
559 const char *label = "EAP-EKE Exported Keys"; local
568 label_len = os_strlen(label);
574 os_memcpy(pos, label, label_len);
718 int eap_eke_auth(struct eap_eke_session *sess, const char *label,
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ActionTranslator.g 297 String label = $x.text;
299 // \$tokenref.attr gotta get old label or compute new one
301 label = enclosingRule.getElementLabel($x.text, outerAltNum, generator);
302 if ( label==null ) {
307 label = $x.text;
311 st.add("scope", label);
335 // This asserts that if it's a label or a ref to a rule proceed but only if the attribute
364 // This asserts that if it's a label or a ref to a rule proceed but only if the attribute
370 String label = $x.text;
372 // \$ruleref.attr gotta get old label or compute new on
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_av_api.h 372 UINT8 label; member in struct:__anon381
384 UINT8 label; member in struct:__anon382
392 UINT8 label; member in struct:__anon383
403 UINT8 label; member in struct:__anon384
677 BTA_API void BTA_AvRemoteCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_RC rc_id,
691 BTA_API void BTA_AvVendorCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE cmd_code,
706 BTA_API void BTA_AvVendorRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
745 BTA_API void BTA_AvMetaRsp(UINT8 rc_handle, UINT8 label, tBTA_AV_CODE rsp_code,
762 BTA_API void BTA_AvMetaCmd(UINT8 rc_handle, UINT8 label, tBTA_AV_CMD cmd_code, BT_HDR *p_pkt);
  /external/chromium_org/ui/views/controls/button/
label_button.cc 43 label_(new Label()),
112 void LabelButton::SetElideBehavior(Label::ElideBehavior elide_behavior) {
171 // Use a temporary label copy for sizing to avoid calculation side-effects.
173 Label label(GetText(), font);
174 label.SetMultiLine(GetTextMultiLine());
179 const int current_width = label.GetPreferredSize().width();
180 label.SetFont(font.DeriveFont(0, font.GetStyle() ^ gfx::Font::BOLD));
181 if (label.GetPreferredSize().width() < current_width)
182 label.SetFont(font)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 121 final StringBuffer label = new StringBuffer (101); local
123 label.append ("[");
124 label.append (IAppConstants.APP_NAME);
125 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG);
126 label.append (" report, generated ");
127 label.append (new Date (EMMAProperties.getTimeStamp ()));
128 label.append ("]");
130 m_out.write (label.toString ());
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 117 final StringBuffer label = new StringBuffer (101); local
119 label.append ("<!-- ");
120 label.append (IAppConstants.APP_NAME);
121 label.append (" v"); label.append (IAppConstants.APP_VERSION_WITH_BUILD_ID_AND_TAG);
122 label.append (" report, generated ");
123 label.append (new Date (EMMAProperties.getTimeStamp ()));
124 label.append (" -->");
126 m_out.write (label.toString ());
  /external/srec/srec/crec/
srec_results.c 283 int srec_nbest_get_result(void* rec_void, int n, char* label, int label_len, asr_int32_t* cost, int whether_strip_slot_markers)
293 *label = 0;
315 *label = 0;
318 strcpy(label + return_len, p);
322 if (label[return_len-2] == IMPORTED_RULES_DELIM)
324 label[return_len-2] = 0;
336 strcpy(label + return_len, et);
343 strcpy(label + return_len, " ");
346 *(label + return_len) = 0;
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 189 private void addDetailsItem(ViewGroup parent, CharSequence label, CharSequence value) {
194 TextView labelView = (TextView) item.findViewById(R.id.label);
196 labelView.setText(label);
265 String label = service.mName; local
266 int tail = label.lastIndexOf('.');
267 if (tail >= 0 && tail < (label.length()-1)) {
268 label = label.substring(tail+1);
272 addDetailsItem(mServicesParent, label, getActivity().getResources().getString(
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 231 String label, collection; local
233 label = item.getLabel();
236 label = getContext().getString(R.string.keyboard_layout_default_label);
242 return inflateOneLine(convertView, parent, label, checked);
244 return inflateTwoLine(convertView, parent, label, collection, checked);
249 String label, boolean checked) {
258 headline.setText(label);
264 String label, String collection, boolean checked) {
276 headline.setText(label);
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 137 int label = bb.getLabel(); local
141 System.out.println("\tn" + Hex.u2(label) + " -> returns;");
143 System.out.println("\tn" + Hex.u2(label) + " -> n"
146 System.out.print("\tn" + Hex.u2(label) + " -> {");
157 System.out.println("\tn" + Hex.u2(label) + " -> n"
159 + " [label=\"primary\"];");
  /development/apps/Development/src/com/android/development/
PackageBrowser.java 48 String label; field in class:PackageBrowser.MyPackageInfo
64 info.label = info.info.applicationInfo.loadLabel(getPackageManager()).toString();
79 name.setText(info.label);
100 return collator.compare(a.label, b.label);
  /development/scripts/
symbol.py 64 (label, platform, target) = toolchain_info
65 return os.path.join(ANDROID_BUILD_TOP, "prebuilts/gcc", Uname(), platform, label, "bin",
75 A pair of strings containing toolchain label and target prefix.
95 for (label, platform, target) in known_toolchains:
96 toolchain_info = (label, platform, target);
198 (label, platform, target) = FindToolchain()

Completed in 813 milliseconds

<<31323334353637383940>>