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

1 2 3 4 5

  /system/core/toolbox/
getevent.h 3 struct label { struct
8 #define LABEL(constant) { #constant, constant }
11 static struct label input_prop_labels[] = {
12 LABEL(INPUT_PROP_POINTER),
13 LABEL(INPUT_PROP_DIRECT),
14 LABEL(INPUT_PROP_BUTTONPAD),
15 LABEL(INPUT_PROP_SEMI_MT),
19 static struct label ev_labels[] = {
20 LABEL(EV_SYN),
21 LABEL(EV_KEY)
    [all...]
  /external/clang/test/SemaCXX/
qualified-member-enum.cpp 5 enum {LABEL};
8 return A().A::LABEL;
  /packages/apps/Contacts/src/com/android/contacts/calllog/
PhoneQuery.java 29 PhoneLookup.LABEL,
39 public static final int LABEL = 3;
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
CompletionInfoTest.java 28 private static final String LABEL = "CompletionInfoLabel";
32 CompletionInfo info = new CompletionInfo(ID, POSITION, TEXT, LABEL);
50 assertEquals(LABEL, info.getLabel().toString());
  /external/mdnsresponder/mDNSShared/
DebugServices.h 515 expression does not evaluate to 0, the resulting value is used as the case label and it compiles without error.
727 function name, etc.) using the default debugging output method then jumps to a label.
734 #define require( X, LABEL ) \
740 goto LABEL; \
754 function name, etc.) and a custom explanation string using the default debugging output method then jumps to a label.
761 #define require_string( X, LABEL, STR ) \
767 goto LABEL; \
780 If expression evalulates to false, this jumps to a label. No debugging information is printed.
787 #define require_quiet( X, LABEL ) \
792 goto LABEL; \
    [all...]
  /external/openssl/crypto/perlasm/
x86nasm.pl 7 $::lbdecor="L\$"; # local label decoration
101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
133 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); }
137 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
173 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\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"); }
187 { &::call(&::label("PIC_me_up"));
191 $reflabel=&::label("PIC_me_up");
x86masm.pl 7 $::lbdecor="\$L"; # local label decoration
100 &::LABEL($func,$global?"$begin":"$nmdecor$func");
153 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
157 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
193 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
x86asm.pl 134 # label management
135 $lbdecor="L"; # local label decoration, set by package
136 $label="000";
138 sub ::islabel # see is argument is a known label
140 foreach $i (values %label) { return $i if ($i eq $_[0]); }
141 $label{$_[0]}; # can be undef
144 sub ::label # instantiate a function-scope label
145 { if (!defined($label{$_[0]}))
146 { $label{$_[0]}="${lbdecor}${label}${_[0]}"; $label++;
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
Queries.java 34 Phone.LABEL, // 3
42 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
43 return Phone.getTypeLabel(res, type, label);
52 Email.LABEL, // 3
60 public CharSequence getTypeLabel(Resources res, int type, CharSequence label) {
61 return Email.getTypeLabel(res, type, label);
98 public abstract CharSequence getTypeLabel(Resources res, int type, CharSequence label);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List3.java 60 String label = null;
61 //Custom type? Then get the custom label
63 label = cursor.getString(COLUMN_LABEL);
66 String text = (String) Phone.getTypeLabel(getResources(), type, label);
78 Phone.LABEL,
List7.java 45 Phone.LABEL,
85 String label = null; local
86 //Custom type? Then get the custom label
88 label = c.getString(COLUMN_PHONE_LABEL);
91 String numberType = (String) Phone.getTypeLabel(getResources(), type, label);
  /external/javassist/src/main/javassist/compiler/
TokenId.java 119 int LABEL = 'L'; // label statement
  /frameworks/base/wifi/java/android/net/wifi/
WpsInfo.java 37 /** Label pin method configuration - pin is labelled on device */
38 public static final int LABEL = 3;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForIm.java 32 super(context, dbHelper, aggregator, Im.CONTENT_ITEM_TYPE, Im.TYPE, Im.LABEL);
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...]
  /external/elfutils/backends/
sh_reloc.def 45 RELOC_TYPE (LABEL, REL)
  /packages/apps/Contacts/src/com/android/contacts/list/
PostalAddressListAdapter.java 40 StructuredPostal.LABEL, // 2
49 StructuredPostal.LABEL, // 2
126 CharSequence label = null; local
132 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
134 view.setLabel(label);
LegacyPhoneNumberListAdapter.java 38 Phones.LABEL, // 2
97 CharSequence label = null; local
103 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
105 view.setLabel(label);
LegacyPostalAddressListAdapter.java 38 ContactMethods.LABEL, // 2
99 CharSequence label = null; local
105 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
107 view.setLabel(label);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
MathDetector.java 129 if (type == AbstractInsnNode.LINE || type == AbstractInsnNode.LABEL) {
142 if (type == AbstractInsnNode.LINE || type == AbstractInsnNode.LABEL) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactTileLoaderFactory.java 59 * and status data and the addition of phone number and label.
69 Phone.LABEL // ............................................7
  /packages/apps/Contacts/src/com/android/contacts/model/
GoogleAccountType.java 91 .setCustomColumn(Phone.LABEL));
109 Email.LABEL));
140 .setCustomColumn(Relation.LABEL));
166 .setCustomColumn(Event.LABEL));
  /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/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...]

Completed in 712 milliseconds

1 2 3 4 5