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

1 2 3 4 5 6 7 8 9

  /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;
  /external/llvm/test/MC/ARM/
directive-literals.s 9 @ CHECK-LABEL: short
17 @ CHECK-LABEL: hword
24 @ CHECK-LABEL: word
bkpt.s 12 @ CHECK-LABEL: thumb_default_bkpt
20 @ CHECK-LABEL: normal_bkpt
30 @ CEHCK-LABEL: arm_default_bkpt
directive-align.s 9 @ CHECK-LABEL: unaligned
17 @ CHECK-LABEL: aligned
25 @ CHECK-LABEL: trailer
pool.s 13 @ CHECK-LABEL: pool
16 @ CHECK-LABEL: .Ltmp0:
dot-req-case-insensitive.s 15 @ CHECK-LABEL: _foo:
19 @ CHECK-LABEL: _foo2:
ltorg-darwin.s 13 @ CHECK-LABEL: f2:
24 @ CHECK-LABEL: Ltmp0:
28 @ CHECK-LABEL: f3:
35 @ CHECK-LABEL: f4:
46 @ CHECK-LABEL: Ltmp1:
50 @ CHECK-LABEL: f5:
62 @ CHECK-LABEL: Ltmp2:
66 @ CHECK-LABEL: f6:
73 @ CHECK-LABEL: f7:
83 @ CHECK-LABEL: f9
    [all...]
ldr-pseudo-darwin.s 16 @ CHECK-LABEL: f3:
23 @ CHECK-LABEL: f4:
38 @ CHECK-LABEL: f5:
60 @ CHECK-LABEL: f6:
69 @ CHECK-LABEL: f7:
76 @ CHECK-LABEL: f8:
90 @ CHECK-LABEL: f9:
97 @ CHECK-LABEL: f10:
104 @ CHECK-LABEL: f11:
109 @ CHECK-LABEL: f12
    [all...]
complex-operands.s 27 @ CHECK-LABEL: arm_function
37 @ CHECK-LABEL: thumb_function
ltorg.s 13 @ CHECK-LABEL: f2:
26 @ CHECK-LABEL: f3:
33 @ CHECK-LABEL: f4:
46 @ CHECK-LABEL: f5:
60 @ CHECK-LABEL: f6:
67 @ CHECK-LABEL: f7:
77 @ CHECK-LABEL: f9:
93 @ CHECK-LABEL: f10:
100 @ CHECK-LABEL: f11:
112 @ CHECK-LABEL: f12
    [all...]
coff-relocations.s 17 @ CHECK-ENCODING-LABEL: branch24t
24 @ CHECK-ENCODING-LABEL: branch20t
31 @ CHECK-ENCODING-LABEL: blx23t
40 @ CHECK-ENCODING-LABEL: mov32t
53 @ CHECK-ENCODING-LABEL: addr32
68 @ CHECK-ENCODING-LABEL: addr32nb
83 @ CHECK-ENCODING-LABEL: secrel
ldr-pseudo.s 16 @ CHECK-LABEL: f3:
23 @ CHECK-LABEL: f4:
38 @ CHECK-LABEL: f5:
60 @ CHECK-LABEL: f6:
69 @ CHECK-LABEL: f7:
76 @ CHECK-LABEL: f8:
90 @ CHECK-LABEL: f9:
97 @ CHECK-LABEL: f10:
104 @ CHECK-LABEL: f11:
109 @ CHECK-LABEL: f12
    [all...]
comment.s 24 @CHECK-LABEL: foo:
36 @CHECK-LABEL: bar:
43 @CHECK-LABEL: far:
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
DocActivity.java 24 static final String LABEL = "label";
29 String label = getIntent().getStringExtra(LABEL); local
30 if (label != null) {
31 setTaskDescription(new ActivityManager.TaskDescription(label));
32 setTitle(label);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
PhoneQuery.java 29 PhoneLookup.LABEL,
39 public static final int LABEL = 3;
  /external/llvm/test/MC/AsmParser/
directive_rept.s 12 # CHECK-LABEL: two_bad_calls
23 # CHECK-LABEL: half_a_dozen_daffodils
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/dataitem/
NicknameDataItem.java 38 return getContentValues().getAsString(Nickname.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);
  /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/mockito/cglib-and-asm/src/org/mockito/asm/tree/
LabelNode.java 34 import org.mockito.asm.Label;
38 * An {@link AbstractInsnNode} that encapsulates a {@link Label}.
42 private Label label; field in class:LabelNode
48 public LabelNode(final Label label) {
50 this.label = label;
54 return LABEL;
57 public Label getLabel() {
    [all...]
  /external/llvm/test/MC/Mips/
mips-noat.s 6 # CHECK-LABEL: test1:
19 # CHECK-LABEL: test3:

Completed in 273 milliseconds

1 2 3 4 5 6 7 8 9