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

1 2 3 4 5 6 7

  /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 6 enum {LABEL};
9 return A().A::LABEL;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneQuery.java 29 PhoneLookup.LABEL,
39 public static final int LABEL = 3;
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
EventDataItem.java 38 return getContentValues().getAsString(Event.LABEL);
NicknameDataItem.java 38 return getContentValues().getAsString(Nickname.LABEL);
RelationDataItem.java 38 return getContentValues().getAsString(Relation.LABEL);
SipAddressDataItem.java 38 return getContentValues().getAsString(SipAddress.LABEL);
WebsiteDataItem.java 38 return getContentValues().getAsString(Website.LABEL);
EmailDataItem.java 46 return getContentValues().getAsString(Email.LABEL);
OrganizationDataItem.java 38 return getContentValues().getAsString(Organization.LABEL);
StructuredPostalDataItem.java 38 return getContentValues().getAsString(StructuredPostal.LABEL);
ImDataItem.java 57 return getContentValues().getAsString(Im.LABEL);
  /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/chromium_org/third_party/openssl/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
101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
154 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
158 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
194 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
  /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
101 &::LABEL($func,$global?"$begin":"$nmdecor$func");
154 { push(@out, "EXTERN\t".&::LABEL($_,$nmdecor.$_).":NEAR\n"); }
158 { push(@out,"PUBLIC\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); }
194 push(@out,".SAFESEH ".&::LABEL($nm,$nmdecor.$nm)."\n");
  /cts/tests/tests/provider/src/android/provider/cts/contacts/account/
StaticAccountAuthenticator.java 38 private static final String LABEL = "test_auth_token_label";
85 return LABEL;
  /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,
  /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;

Completed in 227 milliseconds

1 2 3 4 5 6 7