/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:
|
align_arm_2_thumb.s | 9 @ ARM_2_THUMB-LABEL: foo
|
align_thumb_2_arm.s | 9 @ THUMB_2_ARM-LABEL: foo
|
/external/llvm/test/MC/AsmParser/ |
directive_rept.s | 12 # CHECK-LABEL: two_bad_calls 23 # CHECK-LABEL: half_a_dozen_daffodils
|
/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:
|
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/ |
x86nasm.pl | 7 $::lbdecor="L\$"; # local label decoration 103 &::LABEL($func,$global?"$begin":"$nmdecor$func"); 135 { push(@out,"${drdecor}extern\t".&::LABEL($_,$nmdecor.$_)."\n"); } 139 { push(@out,"${drdecor}global\t".&::LABEL($_[0],$nmdecor.$_[0])."\n"); } 175 push(@out,"safeseh ".&::LABEL($nm,$nmdecor.$nm)."\n");
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
asm_mov_no_instrumentation.s | 7 # CHECK-LABEL: mov1b
|
asm_mov.s | 7 # CHECK-LABEL: mov1b: 36 # CHECK-LABEL: mov16b:
|
/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");
|
/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;
|