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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
qualified-member-enum.cpp 6 enum {LABEL};
9 return A().A::LABEL;
  /external/autotest/contrib/
count_labels 7 # count_labels: Print a summary of how many times a particular label
18 $USAGE -p | -b | -v | -l <label>
23 category of label to be counted:
24 -p: Count \"pool:\" label values.
25 -b: Count \"board:\" label values.
26 -m: Count \"model:\" label values.
27 -v: Count \"variant:\" label values.
28 -l <label>: Count values of labels named \"<label>:\"
30 Exactly one label selection option must be supplied; there is n
    [all...]
  /external/llvm/test/MC/Mips/
section-size.s 55 # CHECK-LABEL: Name: .talign1
58 # CHECK-LABEL: }
59 # CHECK-LABEL: Name: .talign2
62 # CHECK-LABEL: }
63 # CHECK-LABEL: Name: .talign3
66 # CHECK-LABEL: }
67 # CHECK-LABEL: Name: .talign4
70 # CHECK-LABEL: }
71 # CHECK-LABEL: Name: .dalign1
74 # CHECK-LABEL:
    [all...]
mips-noat.s 6 # CHECK-LABEL: test1:
10 # CHECK-LABEL: test2:
21 # CHECK-LABEL: test3:
25 # CHECK-LABEL: test4:
  /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...]
  /toolchain/binutils/binutils-2.27/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.27/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);
  /external/swiftshader/third_party/subzero/crosstest/
vectors.h 41 // Representing the types in Vectors<> requires a unique label for each
52 // Vectors<T> provides information about a vector type with label T:
60 #define DECLARE_VECTOR_TYPE(LABEL, TY, ELTTY, CASTTY, NUM_ELEMENTS) \
61 template <> struct Vectors<LABEL> { \
68 const size_t Vectors<LABEL>::NumElements = NUM_ELEMENTS; \
69 const char *const Vectors<LABEL>::TypeName = #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/X86/
reloc-directive.s 22 # OBJ-32-LABEL: Name: .text
24 # OBJ-32-LABEL: }
25 # OBJ-32-LABEL: Relocations [
32 # OBJ-64-LABEL: Name: .text
34 # OBJ-64-LABEL: }
35 # OBJ-64-LABEL: Relocations [
  /external/llvm/test/MC/AsmParser/
directive_rept.s 12 # CHECK-LABEL: two_bad_calls
23 # CHECK-LABEL: half_a_dozen_daffodils
  /external/annotation-tools/asmx/src/org/objectweb/asm/tree/
LabelNode.java 32 import org.objectweb.asm.Label;
36 * An {@link AbstractInsnNode} that encapsulates a {@link Label}.
40 public Label label; field in class:LabelNode
42 public LabelNode(final Label label) {
44 this.label = label;
48 cv.visitLabel(label);
52 return LABEL;
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
NicknameDataItem.java 37 return getContentValues().getAsString(Nickname.LABEL);
WebsiteDataItem.java 37 return getContentValues().getAsString(Website.LABEL);
  /frameworks/support/navigation/testing/ktx/src/androidTest/java/androidx/navigation/testing/
TestNavigatorDestinationBuilderTest.kt 48 label = LABEL
53 assertEquals("Destination should have label set",
54 LABEL, graph[DESTINATION_ID].label)
59 private const val LABEL = "Test"
  /external/guice/util/
publish-snapshot-on-commit.sh 5 [ "$LABEL" == "mvn" ] && \

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>