HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 426 - 450 of 1399) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/localepicker/
LocaleDragAndDropAdapter.java 154 final String label = feedItem.getFullNameNative(); local
156 dragCell.setLabelAndDescription(label, description);
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentBackend.java 45 CharSequence label; field in class:PaymentBackend.PaymentAppInfo
93 appInfo.label = service.loadLabel(pm);
94 if (appInfo.label == null) {
95 appInfo.label = service.loadAppLabel(pm);
  /packages/apps/Settings/src/com/android/settings/notification/
ZenAccessSettings.java 122 final CharSequence label = app.loadLabel(mPkgMan); local
126 pref.setTitle(label);
138 .setPkgInfo(pkg, label)
142 .setPkgInfo(pkg, label)
210 public ScaryWarningDialogFragment setPkgInfo(String pkg, CharSequence label) {
213 args.putString(KEY_LABEL, TextUtils.isEmpty(label) ? pkg : label.toString());
223 final String label = args.getString(KEY_LABEL); local
226 label);
256 public FriendlyWarningDialogFragment setPkgInfo(String pkg, CharSequence label) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/sim/
SimPreferenceDialog.java 215 holder.label = (TextView) rowView.findViewById(R.id.color_text);
224 holder.label.setText(getItem(position));
247 TextView label; field in class:SimPreferenceDialog.SelectColorAdapter.ViewHolder
  /packages/apps/TV/src/com/android/tv/search/
TvProviderSearch.java 433 String label = canonicalizeLabel(input.loadLabel(mContext)); local
435 if (TextUtils.equals(query, label) || TextUtils.equals(query, customLabel)) {
445 String label = canonicalizeLabel(input.loadLabel(mContext)); local
447 if ((label != null && label.contains(query)) ||
  /packages/apps/TV/src/com/android/tv/util/
PipInputManager.java 370 * Gets a label of the input.
381 * Gets a long label including a customized label.
386 String label = getLabel(); local
387 if (label.equals(customizedLabel)) {
390 return customizedLabel + " (" + label + ")";
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 52 // Try finding the type and label for this mimetype
58 // Reset to phone mimetype so we generate a label for SMS case
61 colLabel = cursor.getColumnIndex(Phone.LABEL);
64 colLabel = cursor.getColumnIndex(Email.LABEL);
67 colLabel = cursor.getColumnIndex(StructuredPostal.LABEL);
70 colLabel = cursor.getColumnIndex(Organization.LABEL);
76 final CharSequence label = cursor.getString(colLabel); local
78 return getDisplayLabel(context, mimeType, type, label);
82 CharSequence label) {
105 // Can't return display label for given mimetype
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java 322 final String label = spec.mLabel; local
323 // If the label is single letter, minKeyWidth is enough to hold the label.
324 if (label != null && StringUtils.codePointCount(label) > 1) {
326 (int)(TypefaceUtils.getStringWidth(label, paint) + padding));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesm.h 527 inline void label(const char *topLabel, const char *bottomLabel) { function in class:NCursesMenu
529 NCursesPanel::label(topLabel,bottomLabel);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 83 * @brief Base class for checking address and label information
86 * numbers corresponding to label and allocated size.
92 label();
98 { label() = l; }
102 { return label(); }
156 // See if a given label has been allocated.
158 check_allocated(size_t label)
165 if (beg->second.first == label)
172 std::string error("annotate_base::check_allocated by label\n");
197 s += "label: "
214 label() function in struct:annotate_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 527 inline void label(const char *topLabel, const char *bottomLabel) { function in class:NCursesMenu
529 NCursesPanel::label(topLabel,bottomLabel);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 83 * @brief Base class for checking address and label information
86 * numbers corresponding to label and allocated size.
92 label();
98 { label() = l; }
102 { return label(); }
156 // See if a given label has been allocated.
158 check_allocated(size_t label)
165 if (beg->second.first == label)
172 std::string error("annotate_base::check_allocated by label\n");
197 s += "label: "
214 label() function in struct:annotate_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 153 tree label;
151 tree label; member in struct:cp_label_binding
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 83 * @brief Base class for checking address and label information
86 * numbers corresponding to label and allocated size.
92 label();
98 { label() = l; }
102 { return label(); }
156 // See if a given label has been allocated.
158 check_allocated(size_t label)
165 if (beg->second.first == label)
172 std::string error("annotate_base::check_allocated by label\n");
197 s += "label: "
214 label() function in struct:annotate_base
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
EasyDialogs.py 11 bar = Progress(label, maxvalue) -- Display a progress bar
14 bar.label( *newlabel ) -- get or set text label.
255 def __init__(self, title="Working...", maxval=0, label="", id=263):
261 self.label(label)
280 def label(self, *newstr): member in class:ProgressBar
281 """label(text) - Set text in progress box"""
384 label = item[0]
386 label = ite
    [all...]
findertools.py 332 def label(object, index=None): function
333 """label: set or get the label of the item. Specify file by name or fsspec."""
343 """label: Get the label for the object."""
357 """label: Set the label for the object."""
787 label(f, 2) # set the label of this file to something orange
788 print '\tlabel', label(f) # get the label of this fil
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
throw_allocator.h 83 * @brief Base class for checking address and label information
86 * numbers corresponding to label and allocated size.
92 label();
98 { label() = l; }
102 { return label(); }
186 // See if a given label has been allocated.
188 check(size_t label)
196 if (beg->second.first == label)
208 if (beg->second == label)
217 std::string error("annotate_base::check by label\n")
351 label() function in struct:annotate_base
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 11 bar = Progress(label, maxvalue) -- Display a progress bar
14 bar.label( *newlabel ) -- get or set text label.
255 def __init__(self, title="Working...", maxval=0, label="", id=263):
261 self.label(label)
280 def label(self, *newstr): member in class:ProgressBar
281 """label(text) - Set text in progress box"""
384 label = item[0]
386 label = ite
    [all...]
findertools.py 332 def label(object, index=None): function
333 """label: set or get the label of the item. Specify file by name or fsspec."""
343 """label: Get the label for the object."""
357 """label: Set the label for the object."""
787 label(f, 2) # set the label of this file to something orange
788 print '\tlabel', label(f) # get the label of this fil
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 86 * Creates a label widget and an associated text field.
97 StringBuilder label = new StringBuilder(); local
98 label.append("<form><p><a href='unused'>"); //$NON-NLS-1$
99 label.append(desc.getUiName());
100 label.append("</a></p></form>"); //$NON-NLS-1$
102 label.toString(), true /* setupLayoutData */);
203 * Handles response to the Label hyper link being activated.
297 * This is invoked by doLabelClick() when clicking on the hyperlink label with an
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 79 LabelWidget label = new LabelWidget(this); local
80 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 12.0f));
81 label.setLabel(shortName);
82 label.setBorder(BorderFactory.createEmptyBorder(6, 6, 0, 6));
83 label.setAlignment(LabelWidget.Alignment.CENTER);
85 box.addChild(label);
87 label = new LabelWidget(this);
88 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f));
89 label.setLabel(getAddress(nodeName));
90 label.setBorder(BorderFactory.createEmptyBorder(3, 6, 0, 6))
    [all...]
  /system/bt/stack/avdt/
avdt_msg.c 1206 UINT8 label; local
1693 UINT8 label; local
    [all...]
  /system/core/fs_mgr/
fs_mgr.c 370 char *label; local
374 if (strncmp(rec->blk_device, "LABEL=", 6))
377 label = rec->blk_device + 6;
378 label_len = strlen(label);
381 ERROR("FS label is longer than allowed by filesystem\n");
421 if (!strncmp(label, sb->s_volume_name, label_len)) {
429 INFO("resolved label %s to %s\n", rec->blk_device, new_blk_device);
526 /* Translate LABEL= file system labels into block devices */
532 ERROR("Could not translate label to block device\n");
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 94 ssize_t label = mLabelsInverseMapping.indexOfKey(i); local
95 if (label >= 0) {
96 printf("%s:\n", mLabelsInverseMapping.valueAt(label));
113 void ARMAssembler::label(const char* theLabel) function in class:android::ARMAssembler
119 void ARMAssembler::B(int cc, const char* label)
121 mBranchTargets.add(branch_target_t(label, mPC));
125 void ARMAssembler::BL(int cc, const char* label)
127 mBranchTargets.add(branch_target_t(label, mPC));
173 uint32_t* target_pc = mLabels.valueFor(bt.label);
204 uint32_t* ARMAssembler::pcForLabel(const char* label)
    [all...]
ARMAssemblerProxy.cpp 198 void ARMAssemblerProxy::label(const char* theLabel) { function in class:android::ARMAssemblerProxy
199 mTarget->label(theLabel);
201 void ARMAssemblerProxy::B(int cc, const char* label) {
202 mTarget->B(cc, label);
204 void ARMAssemblerProxy::BL(int cc, const char* label) {
205 mTarget->BL(cc, label);
208 uint32_t* ARMAssemblerProxy::pcForLabel(const char* label) {
209 return mTarget->pcForLabel(label);

Completed in 1309 milliseconds

<<11121314151617181920>>