HomeSort by relevance Sort by last modified time
    Searched refs:LABEL (Results 26 - 50 of 63) sorted by null

12 3

  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 17 .macro load_c V, LABEL, OFF, R0, R1
18 lis \R0, \LABEL@ha
19 la \R1, \LABEL@l(\R0)
filter_altivec.asm 17 .macro load_c V, LABEL, OFF, R0, R1
18 lis \R0, \LABEL@ha
19 la \R1, \LABEL@l(\R0)
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 106 #define GOOGLE_DCHECK_TYPE(EXTENSION, LABEL, CPPTYPE) \
109 FieldDescriptor::LABEL_##LABEL); \
generated_message_reflection.cc 156 USAGE_CHECK_NE(field->label(), FieldDescriptor::LABEL_REPEATED, METHOD, \
159 USAGE_CHECK_EQ(field->label(), FieldDescriptor::LABEL_REPEATED, METHOD, \
162 #define USAGE_CHECK_ALL(METHOD, LABEL, CPPTYPE) \
164 USAGE_CHECK_##LABEL(METHOD); \
    [all...]
extension_set.cc 207 #define GOOGLE_DCHECK_TYPE(EXTENSION, LABEL, CPPTYPE) \
208 GOOGLE_DCHECK_EQ((EXTENSION).is_repeated ? REPEATED : OPTIONAL, LABEL); \
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfo.java 82 /* Split up the phoneLabel into number type and label name */
155 // Look for the label/type combo
156 columnIndex = cursor.getColumnIndex(PhoneLookup.LABEL);
354 * Mark this CallerInfo as a voicemail call. The voicemail label
  /frameworks/base/core/java/android/provider/
Contacts.java     [all...]
ContactsContract.java 433 * The package containing resources for this status: label and icon.
439 * The resource ID of the label describing the source of contact
836 * <td> The package containing resources for this status: label and icon.</td>
842 * <td>The resource ID of the label describing the source of contact status,
    [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 18 .macro load_c V, LABEL, OFF, R0, R1
19 lis \R0, \LABEL@ha
20 la \R1, \LABEL@l(\R0)
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 86 PhoneLookup.LABEL,
232 entry.label = callLabel;
289 public String label = null; field in class:CallDetailActivity.ViewEntry
340 boolean labelEmpty = TextUtils.isEmpty(entry.label) || numberEmpty;
346 TextView label = (TextView) convertView.findViewById(R.id.label); local
348 label.setVisibility(View.GONE);
350 label.setText(entry.label);
351 label.setVisibility(View.VISIBLE)
    [all...]
ContactsListActivity.java 363 Phone.LABEL, //2
371 Phones.LABEL, //2
385 StructuredPostal.LABEL, //2
392 ContactMethods.LABEL, //2
463 * In the {@link #MODE_JOIN_CONTACT} determines whether we display a list item with the label
3241 final String label = cursor.getString(labelColumnIndex); local
3246 label)); local
3249 view.setLabel(Phone.getTypeLabel(context.getResources(), type, label)); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
arm.h 131 /* The label of the current constant pool. */
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
arm.h 131 /* The label of the current constant pool. */
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapTiger.c 956 #ifdef LABEL
957 #undef LABEL
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java 178 values.putNull(Phone.LABEL);
204 values.putNull(Phone.LABEL);
238 values.putNull(PhoneLookup.LABEL);
311 values.putNull(Email.LABEL);
333 values.putNull(Email.LABEL);
357 values.putNull(Email.LABEL);
561 values.putNull(Phone.LABEL);
572 values.putNull(Phone.LABEL);
    [all...]
  /frameworks/base/core/java/android/pim/vcard/
VCardBuilder.java 824 final String label = contentValues.getAsString(Phone.LABEL); local
932 final String label = contentValues.getAsString(Email.LABEL); local
1012 final String label = currentContentValues.getAsString(StructuredPostal.LABEL); local
1024 final String label = contentValues.getAsString(StructuredPostal.LABEL); local
1196 final String label = contentValues.getAsString(Im.LABEL); local
    [all...]
VCardEntry.java 84 public final String label; field in class:VCardEntry.PhoneData
88 public PhoneData(int type, String data, String label, boolean isPrimary) {
91 this.label = label;
102 label.equals(phoneData.label) && isPrimary == phoneData.isPrimary);
107 return String.format("type: %d, data: %s, label: %s, isPrimary: %s",
108 type, data, label, isPrimary);
116 public final String label; field in class:VCardEntry.EmailData
118 public EmailData(int type, String data, String label, boolean isPrimary)
155 public final String label; field in class:VCardEntry.PostalData
873 String label = ""; local
914 String label = null; local
987 final String label; local
    [all...]
VCardUtils.java 117 * when not, which should be set to label.
125 String label = null; local
164 label = typeString;
187 return label;
194 public static boolean isMobilePhoneLabel(final String label) {
197 // To support mobile type at that time, this custom label had been used.
198 return ("_AUTO_CELL".equals(label) || sMobilePhoneLabelSet.contains(label));
201 public static boolean isValidInV21ButUnknownToContactsPhoteType(final String label) {
202 return sPhoneTypesUnknownToContactsSet.contains(label);
    [all...]
  /packages/apps/Tag/src/com/android/vcard/
VCardBuilder.java 823 final String label = contentValues.getAsString(Phone.LABEL); local
944 final String label = contentValues.getAsString(Email.LABEL); local
1024 final String label = currentContentValues.getAsString(StructuredPostal.LABEL); local
1036 final String label = contentValues.getAsString(StructuredPostal.LABEL); local
1208 final String label = contentValues.getAsString(Im.LABEL); local
    [all...]
VCardEntry.java 82 public final String label; field in class:VCardEntry.PhoneData
86 public PhoneData(int type, String data, String label, boolean isPrimary) {
89 this.label = label;
100 label.equals(phoneData.label) && isPrimary == phoneData.isPrimary);
105 return String.format("type: %d, data: %s, label: %s, isPrimary: %s",
106 type, data, label, isPrimary);
114 public final String label; field in class:VCardEntry.EmailData
116 public EmailData(int type, String data, String label, boolean isPrimary)
153 public final String label; field in class:VCardEntry.PostalData
872 String label = ""; local
913 String label = null; local
1013 final String label; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 76 CommonDataKinds.Phone.LABEL, // 2
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeSource.java 146 .setSpecificMax(1).setCustomColumn(Phone.LABEL));
  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 97 return String.format("{ number=%s, name=%s, nameAndNumber=%s, label=%s, person_id=%d, hash=%d }",
309 Phone.LABEL, // 1
480 if (V) Log.d(TAG, String.format("label changed: %s -> %s", oldLabel, newLabel));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabasePerformanceTests.java 153 Contacts.People.LABEL, // 4
    [all...]

Completed in 1439 milliseconds

12 3