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

1 2 3 45 6 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
idctllm_altivec.asm 14 .macro load_c V, LABEL, OFF, R0, R1
15 lis \R0, \LABEL@ha
16 la \R1, \LABEL@l(\R0)
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 387 sPeopleProjectionMap.put(People.LABEL, People.LABEL);
414 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.LABEL,
415 android.provider.Contacts.Organizations.LABEL);
426 sContactMethodProjectionMap.put(ContactMethods.LABEL, ContactMethods.LABEL);
440 sPhoneProjectionMap.put(android.provider.Contacts.Phones.LABEL,
441 android.provider.Contacts.Phones.LABEL);
591 "phone." + Phone.LABEL
592 + " AS " + People.LABEL + ", "
    [all...]
DataRowHandlerForEmail.java 33 super(context, dbHelper, aggregator, Email.CONTENT_ITEM_TYPE, Email.TYPE, Email.LABEL);
DataRowHandlerForNickname.java 35 Nickname.LABEL);
  /external/llvm/test/MC/ARM/
vfp-aliases.s 32 @ CHECK-LABEL: aliases
symbol-variants.s 4 @ CHECK-LABEL: RELOCATION RECORDS FOR [.rel.text]
target-expressions.s 48 @ CHECK-LABEL: test:
  /external/llvm/test/MC/Mips/
oddspreg.s 41 # CHECK-OBJ-ALL-LABEL: Name: .MIPS.abiflags ({{[0-9]+}})
62 # CHECK-OBJ-ALL-LABEL: }
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
SamsungAccountType.java 144 .setCustomColumn(Phone.LABEL));
162 Email.LABEL));
193 .setCustomColumn(Relation.LABEL));
219 .setCustomColumn(Event.LABEL));
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 59 LABEL,
71 ClockDatabaseHelper.ALARMS_TABLE_NAME + "." + LABEL,
82 ClockDatabaseHelper.INSTANCES_TABLE_NAME + "." + ClockContract.InstancesColumns.LABEL,
123 values.put(LABEL, alarm.label);
252 public String label; field in class:Alarm
269 this.label = "";
281 label = c.getString(LABEL_INDEX);
305 label = p.readString();
311 return label.isEmpty() ? context.getString(R.string.default_label) : label
    [all...]
  /packages/apps/EmergencyInfo/tests/src/com/android/emergency/
ContactTestUtils.java 96 values.put(ContactsContract.CommonDataKinds.Phone.LABEL, "Mobile");
  /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...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 219 | LABEL
ANTLRTreePrinter.g 451 | LABEL {out(" $"+$LABEL.text);} // used in -> rewrites
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 160 # label management
161 $lbdecor="L"; # local label decoration, set by package
162 $label="000";
164 sub ::islabel # see is argument is a known label
166 foreach $i (values %label) { return $i if ($i eq $_[0]); }
167 $label{$_[0]}; # can be undef
170 sub ::label # instantiate a function-scope label
171 { if (!defined($label{$_[0]}))
172 { $label{$_[0]}="${lbdecor}${label}${_[0]}"; $label++;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java 45 Email.LABEL, // 2
55 Email.LABEL, // 2
145 CharSequence label = null; local
151 label = Email.getTypeLabel(getContext().getResources(), type, customLabel);
153 view.setLabel(label);
PostalAddressListAdapter.java 44 StructuredPostal.LABEL, // 2
54 StructuredPostal.LABEL, // 2
136 CharSequence label = null; local
142 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
144 view.setLabel(label);
  /toolchain/binutils/binutils-2.25/gas/config/
tc-nds32.h 135 #define tc_check_label(label) nds32_check_label (label)
136 #define tc_frob_label(label) nds32_frob_label (label)
141 #define md_do_align(N, FILL, LEN, MAX, LABEL) \
146 goto LABEL;
164 /* To Save previos label fixup if existence. */
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 218 .put(StructuredPostal.LABEL, "\u304A\u3082\u3061\u304B\u3048\u308A");
227 // LABEL must be ignored in vCard 2.1. As for vCard 3.0, the current behavior is
267 .put(StructuredPostal.LABEL, "custom")
292 .put(StructuredPostal.LABEL, "custom")
311 .put(StructuredPostal.LABEL, "custom1")
318 .put(StructuredPostal.LABEL, "custom2")
VCardExporterTests.java 603 .put(Phone.LABEL, "Modem");
607 .put(Phone.LABEL, "MSG");
611 .put(Phone.LABEL, "BBS");
615 .put(Phone.LABEL, "VIDEO");
622 .put(Phone.LABEL, "_AUTO_CELL"); // The old indicator for the type mobile.
626 .put(Phone.LABEL, "\u643A\u5E2F"); // Mobile phone in Japanese Kanji
630 .put(Phone.LABEL, "invalid");
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 202 struct sljit_label *label; member in struct:label_addr_list
523 #define LABEL() \
527 #define JUMPTO(type, label) \
528 sljit_set_label(sljit_emit_jump(compiler, (type)), (label))
531 #define SET_LABEL(jump, label) \
532 sljit_set_label((jump), (label))
535 #define CMPTO(type, src1, src1w, src2, src2w, label) \
536 sljit_set_label(sljit_emit_cmp(compiler, (type), (src1), (src1w), (src2), (src2w)), (label))
2868 struct sljit_label *label; local
4500 struct sljit_label *label; local
4529 struct sljit_label *label; local
5294 struct sljit_label *label; local
6090 struct sljit_label *label; local
7913 struct sljit_label *label; local
8605 struct sljit_label *label = NULL; local
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailFragment.java 392 data.getString(ContactAddressQuery.LABEL),
429 * {@link android.provider.ContactsContract.CommonDataKinds.StructuredPostal#LABEL}
458 // Gets postal address label type
459 CharSequence label = local
463 headerTextView.setText(label);
673 StructuredPostal.LABEL,
685 final static int LABEL = 3;
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallerInfo.java 58 PhoneLookup.LABEL,
73 PhoneLookup.LABEL,
131 /* Split up the phoneLabel into number type and label name */
252 // Look for the label/type combo
253 columnIndex = cursor.getColumnIndex(PhoneLookup.LABEL);
407 * Mark this CallerInfo as a voicemail call. The voicemail label
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 88 String label; field in class:PhoneNumberInteraction.PhoneItem
101 this.label = in.readString();
112 dest.writeString(label);
170 item.label, mInteractionType, getContext());
267 Phone.LABEL, // 6
278 private static final int LABEL = 6;
427 item.label = cursor.getString(LABEL);
  /packages/apps/Messaging/src/com/android/messaging/util/
ContactUtil.java 88 Phone.LABEL, // 5
106 PhoneLookup.LABEL, // 5
137 Email.LABEL, // 5
155 // Phone number, type, label and data_id is not provided in this projection since

Completed in 917 milliseconds

1 2 3 45 6 7 8 91011>>