/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
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/ |
set.s | 4 .global AUX_R1, INDEX, LABEL, SYMTAB, NSYMS 9 LABEL .word 10 10 SYMTAB .set LABEL + 1
|
set.d | 14 0+004 <LABEL>:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mri/ |
label.d | 2 #name: MRI label 5 # Test using an MRI style label 7 0000* T LABEL
|
label.s | 1 ; Test using an MRI style label 4 XDEF LABEL 5 LABEL DC.L SYMBOL ; And yet another comment
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
DeltaCRLIndicatorExtension.java | 69 private static final String LABEL = "Base CRL Number"; 79 BigInteger.valueOf(crlNum), NAME, LABEL); 89 super(PKIXExtensions.DeltaCRLIndicator_Id, true, crlNum, NAME, LABEL); 103 value, NAME, LABEL);
|
/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);
|
/system/extras/ext4_utils/ |
mkuserimg.sh | 9 [-T TIMESTAMP] [-C FS_CONFIG] [-D PRODUCT_OUT] [-B BLOCK_LIST_FILE] [-d BASE_ALLOC_FILE_IN ] [-A BASE_ALLOC_FILE_OUT ] [-L LABEL] [FILE_CONTEXTS] 82 LABEL= 84 LABEL=$2 121 if [ -n "$LABEL" ]; then 122 OPT="$OPT -L $LABEL"
|
/external/llvm/test/MC/X86/AlignedBundling/ |
section-alignment.s | 9 # CHECK-LABEL: Name: .text 15 # CHECK-LABEL: Name: text1 21 # CHECK-LABEL: Name: text2
|
/external/llvm/test/MC/AsmParser/ |
directive_rept.s | 12 # CHECK-LABEL: two_bad_calls 23 # CHECK-LABEL: half_a_dozen_daffodils
|
/external/llvm/test/MC/Mips/ |
mips-noat.s | 6 # CHECK-LABEL: test1: 10 # CHECK-LABEL: test2: 21 # CHECK-LABEL: test3: 25 # CHECK-LABEL: test4:
|
elf_reginfo.s | 17 # CHECK_64-LABEL: Name: .MIPS.options 22 # CHECK_64-LABEL: } 27 # CHECK_32-LABEL: Name: .reginfo 32 # CHECK_32-LABEL: }
|
/external/guice/util/ |
publish-snapshot-on-commit.sh | 5 [ "$LABEL" == "mvn" ] && \
|
/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);
|
/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());
|