/packages/apps/Settings/src/com/android/settings/voice/ |
VoiceInputHelper.java | 57 public final CharSequence label; field in class:VoiceInputHelper.BaseInfo 67 label = _service.loadLabel(pm); 68 labelStr = label.toString();
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
AppDialogFragment.java | 45 private static final String ARG_LABEL = "label"; 61 public static void show(Fragment parent, PackageInfo packageInfo, String label, 63 show(parent, null, packageInfo, label, managing, connected); 67 String label, boolean managing, boolean connected) { 73 args.putString(ARG_LABEL, label); 93 final String label = args.getString(ARG_LABEL); local 99 return new AppDialog(getActivity(), this, mPackageInfo, label); 103 .setTitle(label)
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/ |
ContactEntryAdapter.java | 42 public String label; field in class:ContactEntryAdapter.Entry 55 p.writeString(label); 69 label = p.readString();
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
FallbackSource.java | 200 Phone.LABEL)); 213 .setCustomColumn(Phone.LABEL)); 240 Email.LABEL)); 267 .setCustomColumn(StructuredPostal.LABEL)); 359 .setCustomColumn(Organization.LABEL)); 509 return Phone.LABEL; 512 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) { 517 return res.getString(labelRes, label == null ? "" : label); 525 final String label = cursor.getString(cursor.getColumnIndex(getLabelColumn())) local 531 final String label = values.getAsString(getLabelColumn()); local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpec.java | 40 * The key specification might have label or string resource reference in it. These references are 60 final String label = KeySpecParser.getLabel(moreKeySpec); local 61 mLabel = needsToUpperCase ? StringUtils.toTitleCaseOfKeyLabel(label, locale) : label; 92 final String label = mLabel; local 93 hashCode = hashCode * 31 + (label == null ? 0 : label.hashCode()); 116 final String label = (mIconId == KeyboardIconsSet.ICON_UNDEFINED ? mLabel local 120 if (StringUtils.codePointCount(label) == 1 && label.codePointAt(0) == mCode) [all...] |
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
trie_map.cpp | 253 const int label = getLabel(hashedKey, level); local 254 if (!exists(bitmapEntry.getBitmap(), label)) { 257 const int entryIndex = bitmapEntry.getTableIndex() + popCount(bitmapEntry.getBitmap(), label); 313 const int label = getLabel(hashedKey, level); local 316 if (!exists(bitmap, label)) { 317 // Current map doesn't contain the label. 318 return addNewEntryByExpandingTable(key, value, mapIndex, bitmap, bitmapEntryIndex, label); 320 const int entryIndex = mapIndex + popCount(bitmap, label); 399 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex, const int label) { 400 // Current map doesn't contain the label [all...] |
/packages/services/Telephony/src/com/android/phone/settings/ |
VoicemailProviderListPreference.java | 135 CharSequence label = ri.loadLabel(pm); local 136 if (TextUtils.isEmpty(label)) { 139 String nameForDisplay = (label != null) ? label.toString() : "";
|
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/ |
AppSmokeTest.java | 185 String label = info.getLabel().toString(); local 187 if (!debugApps.contains(label)) { 192 } else if (excludedApps.contains(label)) { 196 ret.add(new LaunchParameter(label, info
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
except.h | 82 block containing the post-landing-pad label. */ 89 into the block containing the landing-pad label. */ 114 thrown exception. This label is only maintained until 116 tree label; variable 148 not match the type list. This label is only maintained until 150 tree label; member in struct:eh_region_u::eh_region_u_allowed 152 we should execute the code at LABEL. This integer is assigned 224 /* Invokes CALLBACK for every exception handler label. Only used by old
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Type_Definitions.py | 22 class label(aetools.ComponentItem): class in inherits:aetools.ComponentItem 23 """label - (NOT AVAILABLE YET) A Finder label (name and color) """ 26 """color - the color associated with the label """ 34 """name - the name associated with the label """ 74 """shows label - Are labels displayed in default Finder list view windows? """ 210 label._superclassnames = [] 211 label._privpropdict = { 216 label._privelemdict = { 243 'label' : label [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Type_Definitions.py | 22 class label(aetools.ComponentItem): class in inherits:aetools.ComponentItem 23 """label - (NOT AVAILABLE YET) A Finder label (name and color) """ 26 """color - the color associated with the label """ 34 """name - the name associated with the label """ 74 """shows label - Are labels displayed in default Finder list view windows? """ 210 label._superclassnames = [] 211 label._privpropdict = { 216 label._privelemdict = { 243 'label' : label [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ActivityMenuListener.java | 91 String label = ConfigurationChooser.getActivityLabel(current, true); local 92 item.setText( String.format("Open %1$s...", label));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiManifestPkgAttrNode.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 */); 226 * Handles response to the Label hyper link being activated. 240 * When the label is clicked and there's already a package name, this method
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
NewItemSelectionDialog.java | 36 import org.eclipse.swt.widgets.Label; 283 // We don't want the builtin message area label (we use a radio control 286 Label label = createMessageArea(contents); local 287 if (label != null) { 288 GridData data = (GridData) label.getLayoutData();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
RunLintAction.java | 125 String label = String.format("Check %1$s", p.getName()); local 126 LintMenuAction projectAction = new LintMenuAction(label, icon, ACTION_RUN, p); 189 * @param text the label
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
UsagePermissionPage.java | 31 import org.eclipse.swt.widgets.Label; 66 Label label = new Label(container, SWT.WRAP); local 69 label.setLayoutData(gd_lblByChoosingTo); 70 label.setText(SdkStatsPermissionDialog.BODY_TEXT); 72 Label blankLine = new Label(container, SWT.NONE); 74 Label questionLabel = new Label(container, SWT.NONE) [all...] |
/sdk/emulator/mksdcard/src/source/ |
mksdcard.c | 30 * usage: mksdcard [-l label] <size> <filename> 113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label ) 121 if (label == NULL) 122 label = "SDCARD"; 151 strncpy( (char*)boot + 0x47, label, 11 ); /* Volume Label */ 210 fprintf(stderr, "usage: mksdcard [-l label] <size> <file>\n\n"); 227 const char* label = NULL; local 244 label = arg;
|
/system/bt/stack/avct/ |
avct_int.h | 117 UINT8 label; member in struct:__anon72415
|
/system/core/fs_mgr/ |
fs_mgr_fstab.c | 31 char *label; member in struct:fs_mgr_flag_values 157 * label, a colon and the partition number or the 169 flag_vals->label = strndup(label_start, 336 fstab->recs[cnt].label = flag_vals.label; 374 free(fstab->recs[i].label);
|
/system/extras/cpustats/ |
cpustats.c | 61 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu, 300 char label[8]; local 308 sprintf(label, "cpu%d", i); 309 print_cpu_stats(label, &new_cpus[i], &old_cpus[i], print_freq); 317 static void print_cpu_stats(char *label, struct cpu_info *new_cpu, struct cpu_info *old_cpu, 324 "%ld\n", label, 337 printf("%s,%ld,%ld,%ld,%ld,%ld,%ld,%ld", label,
|
/system/netd/server/ |
NetlinkHandler.cpp | 130 const char *label = evt->findParam("INTERFACE"); local 135 notifyInterfaceClassActivity(label, !strcmp("active", state),
|
/system/tpm/attestation/server/ |
pkcs11_key_store_test.cc | 183 std::string label = GetValue(attributes, CKA_LABEL); local 184 handles_[*new_object_handle] = label; 185 values_[label] = GetValue(attributes, CKA_VALUE); 186 labels_[label] = *new_object_handle; 194 std::string label = handles_[object_handle]; local 196 values_.erase(label); 197 labels_.erase(label); 207 std::string label = handles_[object_handle]; local 208 std::string value = values_[label]; 213 value = label; 242 std::string label = GetValue(attributes, CKA_LABEL); local [all...] |
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
AbstractDirectory.java | 37 * The maximum length of the volume label. 174 * volume label is set. 225 /* TODO: the label could be placed directly the dot entries */ 259 "volume label in non-root directory"); 296 * Returns the volume label that is stored in this directory. Reading the 297 * volume label is only supported for the root directory. 299 * @return the volume label stored in this directory, or {@code null} 349 * Sets the volume label that is stored in this directory. Setting the 350 * volume label is supported on the root directory only. 352 * @param label the new volume labe [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
DecisionProbe.java | 297 /** Return a List<Label> indicating an input sequence that can be matched 301 public List<Label> getSampleNonDeterministicInputSequence(DFAState targetState) { 304 List<Label> labels = new ArrayList<Label>(); // may access ith element; use array 315 /** Given List<Label>, return a String with a useful representation 323 Label label = (Label) it.next(); local 324 buf.append(label.toString(g)); 766 * nondeterministic with respect to this decision. Return List<Label> a 837 Label label = (Label)labels.get(labelIndex); local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 104 * catch dup label and label type mismatches. 184 public void defineLabel(Token label, GrammarAST elementRef, int type) { 185 Grammar.LabelElementPair pair = grammar.new LabelElementPair(label,elementRef); 187 labelNameSpace.put(label.getText(), pair); 191 tokenLabels.put(label.getText(), pair); 195 wildcardTreeLabels.put(label.getText(), pair); 199 wildcardTreeListLabels.put(label.getText(), pair); 203 ruleLabels.put(label.getText(), pair); 207 tokenListLabels.put(label.getText(), pair) 327 String label = grammar.generator.getTokenTypeAsTargetLabel(ttype); local 433 CommonToken label = new CommonToken(ANTLRParser.ID, labelName); local [all...] |