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

1 2 3

  /cts/tests/tests/view/src/android/view/inputmethod/cts/
CompletionInfoTest.java 33 private static final String LABEL = "CompletionInfoLabel";
84 CompletionInfo info = new CompletionInfo(ID, POSITION, TEXT, LABEL);
102 assertEquals(LABEL, info.getLabel().toString());
  /external/openssl/crypto/perlasm/
x86nasm.pl 7 $::lbdecor="L\$"; # local label decoration
98 &::LABEL($func,$global?"$begin":"$nmdecor$func");
130 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
134 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
x86gas.pl 7 $::lbdecor=$::aout?"L":".L"; # local label decoration
105 &::LABEL($func,$global?"$begin":"$nmdecor$func");
123 push(@out,".size\t$nmdecor$func,.-".&::LABEL($func)."\n") if ($::elf);
146 { foreach(@_) { &::LABEL($_,$nmdecor.$_); } }
149 { push(@out,".globl\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
185 { &::call(&::label("PIC_me_up"));
189 $reflabel=&::label("PIC_me_up");
x86asm.pl 83 # label management
84 $lbdecor="L"; # local label decoration, set by package
85 $label="000";
87 sub ::islabel # see is argument is a known label
89 foreach $i (values %label) { return $i if ($i eq $_[0]); }
90 $label{$_[0]}; # can be undef
93 sub ::label # instantiate a function-scope label
94 { if (!defined($label{$_[0]}))
95 { $label{$_[0]}="${lbdecor}${label}${_[0]}"; $label++;
    [all...]
x86masm.pl 7 $::lbdecor="\$L"; # local label decoration
97 &::LABEL($func,$global?"$begin":"$nmdecor$func");
150 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
154 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
FieldContext.java 33 static final String LABEL = "label";
67 bundle.putString(LABEL, safeToString(info.label));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java 680 "person", "company", "title", "isprimary", "type", "label",
688 static int LABEL = 5;
700 Organization.LABEL +
710 int LABEL = 8;
737 bindString(insert, OrganizationInsert.LABEL, c.getString(OrganizationsQuery.LABEL));
745 "person", "kind", "data", "aux_data", "type", "label", "isprimary",
753 static int LABEL = 5;
765 Email.LABEL + "," +
775 int LABEL = 7
    [all...]
LegacyApiSupport.java 382 sPeopleProjectionMap.put(People.LABEL, People.LABEL);
409 sOrganizationProjectionMap.put(android.provider.Contacts.Organizations.LABEL,
410 android.provider.Contacts.Organizations.LABEL);
421 sContactMethodProjectionMap.put(ContactMethods.LABEL, ContactMethods.LABEL);
435 sPhoneProjectionMap.put(android.provider.Contacts.Phones.LABEL,
436 android.provider.Contacts.Phones.LABEL);
586 "phone." + Phone.LABEL
587 + " AS " + People.LABEL + ", "
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete5.java 50 Contacts.People.LABEL,
AutoComplete4.java 107 Contacts.People.LABEL,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
LegacyContactsProviderTest.java 329 values.put(Organizations.LABEL, "Club");
343 Organizations.LABEL);
362 values.put(Organizations.LABEL, "Club");
372 values.put(Organizations.LABEL, "Society");
390 values.put(Phones.LABEL, "Directory");
413 values.put(People.LABEL, "Directory");
420 Phones.TYPE_CUSTOM, Phones.TYPE_OTHER, Phones.LABEL);
431 values.put(Phones.LABEL, "Directory");
440 values.putNull(Phones.LABEL);
458 values.put(Phones.LABEL, "Directory")
    [all...]
  /external/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/apps/Contacts/src/com/android/contacts/
PhoneDisambigDialog.java 162 values.put(Phone.LABEL, item.label);
178 final String label; field in class:PhoneDisambigDialog.PhoneItem
180 public PhoneItem(long id, String phoneNumber, String accountType, int type, String label) {
185 this.label = label;
220 String label = phonesCursor.getString(phonesCursor.getColumnIndex(Phone.LABEL)); local
222 phoneList.add(new PhoneItem(id, phone, accountType, type, label));
ContactsUtils.java 61 // Try finding the type and label for this mimetype
67 // Reset to phone mimetype so we generate a label for SMS case
70 colLabel = cursor.getColumnIndex(Phone.LABEL);
73 colLabel = cursor.getColumnIndex(Email.LABEL);
76 colLabel = cursor.getColumnIndex(StructuredPostal.LABEL);
79 colLabel = cursor.getColumnIndex(Organization.LABEL);
85 final CharSequence label = cursor.getString(colLabel); local
87 return getDisplayLabel(context, mimeType, type, label);
91 CharSequence label) {
114 // Can't return display label for given mimetype
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 114 // TODO: handle type != 0,1,2, and use LABEL
115 Phone.LABEL,
130 final int labelColumn = cursor.getColumnIndexOrThrow(Phone.LABEL);
157 + " label=" + labelAtCursor
185 String label = labelAtCursor.toLowerCase(); local
186 if (label.contains("home") || label.contains("house")) {
189 else if (label.contains("mobile") || label.contains("cell")) {
192 else if (label.contains("work") || label.contains("office"))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/
elfos.h 112 /* This is how to store into the string LABEL
113 the symbol_ref name of an internal numbered label where
114 PREFIX is the class of label and NUM is the number within the class.
121 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
124 sprintf (LABEL, "*.%s%u", PREFIX, (unsigned) (NUM)); \
128 /* Output the label which precedes a jumptable. Note that for all svr4
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/
elfos.h 112 /* This is how to store into the string LABEL
113 the symbol_ref name of an internal numbered label where
114 PREFIX is the class of label and NUM is the number within the class.
121 #define ASM_GENERATE_INTERNAL_LABEL(LABEL, PREFIX, NUM) \
124 sprintf (LABEL, "*.%s%u", PREFIX, (unsigned) (NUM)); \
128 /* Output the label which precedes a jumptable. Note that for all svr4
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardJapanizationTests.java 216 .put(StructuredPostal.LABEL, "\u304A\u3082\u3061\u304B\u3048\u308A");
225 // LABEL must be ignored in vCard 2.1. As for vCard 3.0, the current behavior is
265 .put(StructuredPostal.LABEL, "custom")
290 .put(StructuredPostal.LABEL, "custom")
309 .put(StructuredPostal.LABEL, "custom1")
316 .put(StructuredPostal.LABEL, "custom2")
VCardExporterTests.java 566 .put(Phone.LABEL, "Modem");
570 .put(Phone.LABEL, "MSG");
574 .put(Phone.LABEL, "BBS");
578 .put(Phone.LABEL, "VIDEO");
585 .put(Phone.LABEL, "_AUTO_CELL"); // The old indicator for the type mobile.
589 .put(Phone.LABEL, "\u643A\u5E2F"); // Mobile phone in Japanese Kanji
593 .put(Phone.LABEL, "invalid");
    [all...]
VCardImporterTests.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
GoogleSource.java 92 Phone.LABEL));
112 Email.LABEL));
FallbackSource.java 205 Phone.LABEL));
218 .setCustomColumn(Phone.LABEL));
245 Email.LABEL));
272 .setCustomColumn(StructuredPostal.LABEL));
364 .setCustomColumn(Organization.LABEL));
544 return Phone.LABEL;
547 protected CharSequence getTypeLabel(Resources res, Integer type, CharSequence label) {
552 return res.getString(labelRes, label == null ? "" : label);
560 final String label = cursor.getString(cursor.getColumnIndex(getLabelColumn())) local
566 final String label = values.getAsString(getLabelColumn()); local
    [all...]
  /external/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)
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 255 Phones.NUMBER_KEY, Phones.LABEL, Phones.ISPRIMARY};
300 value.put(Phones.LABEL, customeLabel);
334 Organizations.ISPRIMARY, Organizations.TYPE, Organizations.LABEL,
384 value.put(Organizations.LABEL, customOrganizationsLabel);
513 ContactMethods.LABEL, ContactMethods.ISPRIMARY};
566 value.put(ContactMethods.LABEL, customLabel);
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
RecipientsAdapter.java 58 Phone.LABEL, // 4
90 String label = cursor.getString(RecipientsAdapter.LABEL_INDEX); local
91 CharSequence displayLabel = Phone.getDisplayLabel(mContext, type, label);
122 out.setSpan(new Annotation("label", displayLabel.toString()), 0, len,
135 TextView label = (TextView) view.findViewById(R.id.label); local
139 // When there's no label, getDisplayLabel() returns a CharSequence of length==1 containing
140 // a unicode non-breaking space. Need to check for that and consider that as "no label".
143 label.setVisibility(View.GONE);
145 label.setText(labelText)
    [all...]

Completed in 1164 milliseconds

1 2 3