HomeSort by relevance Sort by last modified time
    Searched refs:LABEL (Results 126 - 150 of 296) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/
SmaliElementTypes.java 86 public static final SmaliCompositeElementType LABEL =
87 new SmaliCompositeElementType("LABEL", SmaliLabel.FACTORY);
  /packages/apps/Contacts/src/com/android/contacts/list/
LegacyPhoneNumberListAdapter.java 41 Phones.LABEL, // 2
103 CharSequence label = null; local
109 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
111 view.setLabel(label);
LegacyPostalAddressListAdapter.java 41 ContactMethods.LABEL, // 2
104 CharSequence label = null; local
110 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
112 view.setLabel(label);
  /packages/apps/EmergencyInfo/src/com/android/emergency/
EmergencyContactManager.java 50 ContactsContract.CommonDataKinds.Phone.LABEL,
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForOrganization.java 37 Organization.CONTENT_ITEM_TYPE, Organization.TYPE, Organization.LABEL);
DataRowHandlerForPhoneNumber.java 38 super(context, dbHelper, aggregator, Phone.CONTENT_ITEM_TYPE, Phone.TYPE, Phone.LABEL);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
GoogleSource.java 97 Phone.LABEL));
117 Email.LABEL));
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/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
PhoneBook.java 70 PhoneLookup.LABEL,
209 Contact(Resources resources, String number, int id, String name, String label, int type) {
213 mType = Phone.getTypeLabel(resources, type, label);
313 String label = cursor.getString(cursor.getColumnIndex(PhoneLookup.LABEL)); local
316 contact = new Contact(resources, mNumber, id, name, label, type);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 15 .macro load_c V, LABEL, OFF, R0, R1
16 lis \R0, \LABEL@ha
17 la \R1, \LABEL@l(\R0)
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/dataitem/
DataItemTests.java 162 mValues1.put(Event.LABEL, customLabel1);
163 mValues2.put(Event.LABEL, customLabel1);
164 mValues3.put(Event.LABEL, customLabel2);
346 mValues1.put(Relation.LABEL, customRelation1);
347 mValues2.put(Relation.LABEL, customRelation1);
348 mValues3.put(Relation.LABEL, customRelation2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 114 /* The flags and bitfields of an ADDR_DIFF_VEC. BASE is the base label
122 unsigned min_after_vec: 1; /* minimum address target label is
124 unsigned max_after_vec: 1; /* maximum address target label is
126 unsigned min_after_base: 1; /* minimum address target label is
128 unsigned max_after_base: 1; /* maximum address target label is
294 non-local label.
303 1 in a CODE_LABEL if the label is used for nonlocal gotos
441 /* Predicate yielding nonzero iff X is a label insn. */
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardImporterTests.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 254 Phones.NUMBER_KEY, Phones.LABEL, Phones.ISPRIMARY};
299 value.put(Phones.LABEL, customeLabel);
333 Organizations.ISPRIMARY, Organizations.TYPE, Organizations.LABEL,
383 value.put(Organizations.LABEL, customOrganizationsLabel);
554 ContactMethods.LABEL, ContactMethods.ISPRIMARY};
607 value.put(ContactMethods.LABEL, customLabel);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
AlarmInstance.java 72 LABEL,
108 values.put(LABEL, instance.mLabel);
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 63 LABEL; // $x used in rewrite rules
389 | d='$' id -> LABEL[$d,$id.text] // reference to a label in a rewrite rule
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 61 LABEL; // $x used in rewrite rules
393 | d='$' id -> LABEL[$d,$id.text] // reference to a label in a rewrite rule
DefineGrammarItemsWalker.g 636 $start.getType()==LABEL ||
665 | LABEL
ANTLR.g 99 LABEL; // $x used in rewrite rules
955 | DOLLAR! label // reference to a label in a rewrite rule
959 label
960 : TOKEN_REF -> LABEL[$TOKEN_REF]
961 | RULE_REF -> LABEL[$RULE_REF]
  /external/llvm/test/MC/ARM/
vfp-aliases-diagnostics.s 33 @ CHECK-LABEL: aliases
  /external/llvm/test/MC/Mips/
macro-bcc-imm.s 5 foo: # ALL-LABEL: foo:
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
EnterpriseContactsCursorWrapperTest.java 52 /* column 18 */ PhoneLookup.LABEL,
83 null, // PhoneLookup.LABEL,
106 "label", // PhoneLookup.LABEL,
129 null, // PhoneLookup.LABEL,
152 null, // PhoneLookup.LABEL,
175 null, // PhoneLookup.LABEL,
232 assertEquals("label", rewritten.getString(column++));
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame1.s 18 # Use LABEL to mark the start of the entry and AUG as the augmentation
20 .macro start_cie label,aug
22 \label:
77 .macro cie_basic label
78 start_cie \label,""
88 .macro cie_zP label,encoding,value
89 start_cie \label,"zP"
101 .macro cie_zPR label,encoding,value
102 start_cie \label,"zPR"
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
forms.js 28 var LABEL = {
206 form.required = form.label == LABEL.REQUIRED;
278 form.repeated = form.field.label == LABEL.REPEATED;
290 if (form.field.label != LABEL.REQUIRED && allowRepeated) {
294 $('<label for="' + checkbox_id + '">Enabled</label>').appendTo(controlData);
450 if (subForm.field.label == LABEL.REPEATED)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 274 buildPhoneType(Phone.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Phone.LABEL));
307 buildEmailType(Email.TYPE_CUSTOM).setSecondary(true).setCustomColumn(Email.LABEL));
326 .setCustomColumn(StructuredPostal.LABEL));
513 return Phone.LABEL;
516 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) {
521 return res.getString(labelRes, label == null ? "" : label);
530 final String label = values.getAsString(getLabelColumn()); local
531 return getTypeLabel(context.getResources(), type, label);
    [all...]

Completed in 907 milliseconds

1 2 3 4 56 7 8 91011>>