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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xtensa/
entry_align.s 2 l4: label
entry_misalign.s 2 l4: label
loop_align.s 0 l4:
1 l4: label
loop_misalign.s 0 l4:
1 l4: label
entry_misalign2.s 3 l4: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sparc/
edge.s 9 edge8cc %l4, %g2, %g1
10 edge8 %l4, %g2, %g1
11 edge8n %l4, %g2, %g1
12 edge8lcc %g2, %g1, %l4
13 edge8l %g2, %g1, %l4
14 edge8ln %g2, %g1, %l4
edge.d 16 18: 83 b5 00 02 edge8cc %l4, %g2, %g1
17 1c: 83 b5 00 02 edge8cc %l4, %g2, %g1
18 20: 83 b5 00 22 edge8n %l4, %g2, %g1
19 24: a9 b0 80 41 edge8lcc %g2, %g1, %l4
20 28: a9 b0 80 41 edge8lcc %g2, %g1, %l4
21 2c: a9 b0 80 61 edge8ln %g2, %g1, %l4
cfr.s 8 rd %cfr, %l4
cbcond.s 19 cwbcs %l3, %l4, 1f
21 cxbcs %l4, %l5, 1f
22 cxbcs %l4, 11, 1f
59 cwbz %l3, %l4, 1f
61 cxbz %l4, %l5, 1f
62 cxbz %l4, 29, 1f
cfr.d 15 14: a9 46 80 00 rd %cfr, %l4
  /external/annotation-tools/annotation-file-utilities/tests/source-extension/
Wildcards.java 8 Map<? extends Map<?, String>, Object> l4; field in class:Wildcards
  /external/annotation-tools/asmx/test/conform/annotations/
ExtendedValuesDump.class 
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p3-generic-lambda-1y.cpp 44 auto l4 = [](decltype(auto) a) -> int { return 0; }; //expected-error{{decltype(auto)}} local
52 auto l4 = [](auto (*fp)(int)) -> int { return fp(3); }; //expected-error{{no viable conversion from returned value of type 'Local' to function return type 'int'}} local
53 l4(&Local::ifi);
54 l4(&Local::cfi);
55 l4(&Local::dfi);
56 l4(&Local::localfi); //expected-note{{in instantiation of function template specialization}}
  /art/test/646-checker-long-const-to-int/src/
Main.java 46 long l4 = longField4; local
50 if (l0 != 0 || l1 != 0 || l2 != 0 || l3 != 0 || l4 != 0 || l5 != 0 || l6 != 0 || l7 != 0) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-1.s 15 bal l4
20 l4: label
elf-rel9-mips16.s 40 lw $4,%gprel(l4)($2)
41 lw $4,%gprel(l4 + 4)($2)
57 l4: .word 2 label
elf-rel9.s 38 lw $4,%gp_rel(l4)($28)
39 lw $4,%gp_rel(l4 + 4)($28)
55 l4: .word 2 label
branch-misc-1.d 19 0+0054 <[^>]*> 0411000a bal 00000080 <l4>
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sparc/
tlssunbin32.s 27 sethi %hi(_GLOBAL_OFFSET_TABLE_), %l4
28 or %l4, %lo(_GLOBAL_OFFSET_TABLE_), %l4
34 ld [%l4 + %o3], %o2, %tie_ld(sG6)
41 ld [%l4 + %o5], %o2, %tie_ld(bg6)
48 ld [%l4 + %o5], %l2, %tie_ld(bl6)
55 ld [%l4 + %o5], %l2, %tie_ld(bl8)
62 ld [%l4 + %o5], %l2, %tie_ld(sh6)
69 ld [%l4 + %o5], %l2, %tie_ld(bl8)
  /external/clang/test/SemaCXX/
exceptions.cpp 40 goto l4; // expected-error {{cannot jump}}
47 goto l4; // expected-error {{cannot jump}}
54 goto l4; // expected-error {{cannot jump}}
59 l4:
61 goto l4;
68 goto l4; // expected-error {{cannot jump}}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
fragtest.d 19 [ ]+1e6:[ ]+ffed 6604[ ]+ba (0x[0]?650|650 <l4>)
24 0+650 <l4>:
28 [ ]+6d2:[ ]+08e0[ ]+ba[ ]+(0x[0]?6dc|[0]?6dc <l4\+0x8c>)
32 [ ]+6dc:[ ]+f9e0[ ]+ba[ ]+(0x[0]?6d6|6d6 <l4\+0x86>)
rd-fragtest-pic.d 21 [ ]+1e6:[ ]+ffed 6604[ ]+ba (0x[0]?650|650 <l4>)
26 0+650 <l4>:
30 [ ]+6d2:[ ]+0ae0[ ]+ba[ ]+(0x[0]?6de|[0]?6de <l4\+0x8e>)
33 [ ]+6de:[ ]+f7e0[ ]+ba[ ]+(0x[0]?6d6|6d6 <l4\+0x86>)
fragtest.s 18 ba l4 ; 4, 1126 = 0x0466
23 l4: label
  /external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java 79 PropertyChangeListener l4 = new PropertyChangeListenerProxy("myProp", local
97 sup.addPropertyChangeListener(l4);
407 PropertyChangeListener l4 = new MockPropertyChangeListener(); local
411 sup.addPropertyChangeListener("myProp2", l4);
437 PropertyChangeListener l4 = new MockPropertyChangeListener(); local
441 sup.addPropertyChangeListener("myProp2", l4);
462 PropertyChangeListener l4 = new MockPropertyChangeListener(); local
466 sup.addPropertyChangeListener("myProp3", l4);
594 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
598 sup.addPropertyChangeListener("myProp", l4);
623 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
652 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
681 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
710 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
738 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
784 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
816 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
848 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
880 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
912 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
943 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src2, local
1000 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1029 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1057 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1097 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1126 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
1155 MockPropertyChangeListener l4 = new MockPropertyChangeListener(src, local
    [all...]
  /external/wayland/tests/
signal-test.c 60 struct wl_listener l4 = {.notify = signal_notify}; local
67 wl_signal_add(&signal, &l4);
69 assert(wl_signal_get(&signal, signal_notify) == &l4);
75 assert(wl_signal_get(&signal, signal_notify) == &l4);

Completed in 437 milliseconds

1 2 3 4 5 6