Home
last modified time | relevance | path

Searched refs:lr (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLogRecordTest.java37 private LogRecord lr; field in LogRecordTest
43 lr = new LogRecord(Level.CONFIG, MSG); in setUp()
64 assertNull(lr.getLoggerName()); in testGetSetLoggerName()
65 lr.setLoggerName(null); in testGetSetLoggerName()
66 assertNull(lr.getLoggerName()); in testGetSetLoggerName()
67 lr.setLoggerName("test logger name"); in testGetSetLoggerName()
68 assertEquals("test logger name", lr.getLoggerName()); in testGetSetLoggerName()
72 assertNull(lr.getResourceBundleName()); in testGetSetResourceBundle()
73 assertNull(lr.getResourceBundle()); in testGetSetResourceBundle()
75 lr.setResourceBundle(null); in testGetSetResourceBundle()
[all …]
DSimpleFormatterTest.java35 LogRecord lr; field in SimpleFormatterTest
45 lr = new LogRecord(Level.FINE, MSG); in setUp()
61 lr.setResourceBundle(rb); in testLocalizedFormat()
62 lr.setMessage("msg"); in testLocalizedFormat()
64 String str = sf.format(lr); in testLocalizedFormat()
68 lr.setResourceBundle(null); in testLocalizedFormat()
69 lr.setResourceBundleName("bundles/com/android/java/util/logging/res"); in testLocalizedFormat()
70 lr.setMessage("msg"); in testLocalizedFormat()
71 str = sf.format(lr); in testLocalizedFormat()
77 String str = sf.format(lr);
[all …]
DXMLFormatterTest.java42 LogRecord lr = null; field in XMLFormatterTest
48 lr = new LogRecord(Level.SEVERE, "pattern"); in setUp()
57 lr.setResourceBundle(rb); in testLocalFormat()
58 lr.setMessage("pattern"); in testLocalFormat()
59 String result = formatter.format(lr); in testLocalFormat()
64 lr.setMessage("msg"); in testLocalFormat()
65 result = formatter.format(lr); in testLocalFormat()
70 lr.setMessage("pattern {0, number}"); in testLocalFormat()
71 result = formatter.format(lr); in testLocalFormat()
76 lr.setMessage("bad key"); in testLocalFormat()
[all …]
/external/llvm/test/CodeGen/ARM/
D2011-02-04-AntidepMultidef.ll25 ; CHECK: umull [[REGISTER:lr|r[0-9]+]],
27 ; CHECK: {{lr|r[0-9]+}}, {{lr|r[0-9]+$}}
28 ; CHECK: umull [[REGISTER:lr|r[0-9]+]],
30 ; CHECK: {{lr|r[0-9]+}}, {{lr|r[0-9]+$}}
39 ; CHECK: umull [[REGISTER:lr|r[0-9]+]],
41 ; CHECK: {{lr|r[0-9]+}}, {{lr|r[0-9]+$}}
42 ; CHECK: umull [[REGISTER:lr|r[0-9]+]],
44 ; CHECK: {{lr|r[0-9]+}}, {{lr|r[0-9]+$}}
53 ; CHECK: umull [[REGISTER:lr|r[0-9]+]],
55 ; CHECK: {{lr|r[0-9]+}}, {{lr|r[0-9]+$}}
[all …]
Dehabi.ll142 ; CHECK-FP: .save {r4, r5, r6, r7, r8, r9, r10, r11, lr}
143 ; CHECK-FP: push {r4, r5, r6, r7, r8, r9, r10, r11, lr}
154 ; CHECK-FP-ELIM: .save {r4, r5, r6, r7, r8, r9, r10, r11, lr}
155 ; CHECK-FP-ELIM: push {r4, r5, r6, r7, r8, r9, r10, r11, lr}
164 ; CHECK-V7-FP: .save {r4, r10, r11, lr}
165 ; CHECK-V7-FP: push {r4, r10, r11, lr}
178 ; CHECK-V7-FP-ELIM: .save {r4, lr}
179 ; CHECK-V7-FP-ELIM: push {r4, lr}
192 ; DWARF-FP: push {r4, r5, r6, r7, r8, r9, r10, r11, lr}
194 ; DWARF-FP: .cfi_offset lr, -4
[all …]
/external/llvm/test/Transforms/LoopStrengthReduce/AMDGPU/
Ddifferent-addrspace-addressing-mode-loops.ll9 ; OPT: {{^}}.lr.ph:
10 ; OPT: %lsr.iv2 = phi i8 addrspace(1)* [ %scevgep3, %.lr.ph ], [ %arg1, %.lr.ph.preheader ]
16 br i1 %tmp, label %.lr.ph.preheader, label %._crit_edge
18 .lr.ph.preheader: ; preds = %bb
19 br label %.lr.ph
21 ._crit_edge.loopexit: ; preds = %.lr.ph
27 .lr.ph: ; preds = %.lr.ph, %.lr.ph.preheader
28 %indvars.iv = phi i64 [ %indvars.iv.next, %.lr.ph ], [ 0, %.lr.ph.preheader ]
40 br i1 %exitcond, label %._crit_edge.loopexit, label %.lr.ph
44 ; OPT: {{^}}.lr.ph.preheader:
[all …]
/external/llvm/test/Transforms/LoopVectorize/ARM/
Darm-unroll.ll18 br i1 %1, label %.lr.ph, label %._crit_edge
20 .lr.ph: ; preds = %0, %.lr.ph
21 %i.02 = phi i32 [ %5, %.lr.ph ], [ 0, %0 ]
22 %sum.01 = phi i32 [ %4, %.lr.ph ], [ 0, %0 ]
28 br i1 %exitcond, label %._crit_edge, label %.lr.ph
30 ._crit_edge: ; preds = %.lr.ph, %0
31 %sum.0.lcssa = phi i32 [ 0, %0 ], [ %4, %.lr.ph ]
41 br i1 %1, label %.lr.ph, label %._crit_edge
43 .lr.ph:
44 %i.02 = phi i32 [ %5, %.lr.ph ], [ 0, %0 ]
[all …]
Dwidth-detect.ll11 br i1 %1, label %.lr.ph, label %._crit_edge
13 .lr.ph: ; preds = %0, %.lr.ph
14 %indvars.iv = phi i64 [ %indvars.iv.next, %.lr.ph ], [ 0, %0 ]
15 %prod.01 = phi float [ %4, %.lr.ph ], [ 0.000000e+00, %0 ]
22 br i1 %exitcond, label %._crit_edge, label %.lr.ph
24 ._crit_edge: ; preds = %.lr.ph, %0
25 %prod.0.lcssa = phi float [ 0.000000e+00, %0 ], [ %4, %.lr.ph ]
34 br i1 %1, label %.lr.ph, label %._crit_edge
36 .lr.ph: ; preds = %0, %.lr.ph
37 %indvars.iv = phi i64 [ %indvars.iv.next, %.lr.ph ], [ 0, %0 ]
[all …]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
DLineRegionTest.java39 LineRegion lr = new LineRegion(0d, 0d); in testConstructor() local
40 assertEquals(0d, lr.getMinVal()); in testConstructor()
41 assertEquals(0d, lr.getMaxVal()); in testConstructor()
43 lr = new LineRegion(1.5d, -2d); in testConstructor()
44 assertEquals(-2d, lr.getMinVal()); in testConstructor()
45 assertEquals(1.5d, lr.getMaxVal()); in testConstructor()
47 lr = new LineRegion(10d, 20d); in testConstructor()
48 assertEquals(10d, lr.getMinVal()); in testConstructor()
49 assertEquals(20d, lr.getMaxVal()); in testConstructor()
78 LineRegion lr = new LineRegion(0, 10); in testLength() local
[all …]
/external/selinux/libselinux/src/
Dlabel.c244 struct selabel_lookup_rec *lr, in selabel_fini() argument
247 if (compat_validate(rec, lr, rec->spec_file, 0)) in selabel_fini()
250 if (translating && !lr->ctx_trans && in selabel_fini()
251 selinux_raw_to_trans_context(lr->ctx_raw, &lr->ctx_trans)) in selabel_fini()
261 struct selabel_lookup_rec *lr; in selabel_lookup_common() local
271 lr = rec->func_lookup(rec, ptr, type); in selabel_lookup_common()
274 lr = rec->func_lookup(rec, key, type); in selabel_lookup_common()
276 if (!lr) in selabel_lookup_common()
279 if (selabel_fini(rec, lr, translating)) in selabel_lookup_common()
282 return lr; in selabel_lookup_common()
[all …]
/external/libvpx/libvpx/vp8/common/arm/armv6/
Dfilter_v6.asm32 stmdb sp!, {r4 - r11, lr}
62 pkhbt lr, r8, r9, lsl #16 ; r9 | r8
67 smuad lr, lr, r4 ; apply the filter
72 smlad lr, r10, r5, lr
82 smlad lr, r9, r6, lr
87 add lr, lr, #0x40 ; round_shift_and_clamp
89 usat lr, #8, lr, asr #7
94 strh lr, [r1], r12 ; result is transposed and stored, which
119 stmdb sp!, {r4 - r11, lr}
152 pkhbt lr, r8, r9, lsl #16 ; r9 | r8
[all …]
Dloopfilter_v6.asm64 stmdb sp!, {r4 - r11, lr}
97 uqsub8 lr, r6, r2 ; compare to limit. lr: vp8_filter_mask
100 orr lr, lr, r8
107 orr lr, lr, r7
125 orr lr, lr, r12
134 orr lr, lr, r7
135 orr lr, lr, r10
146 orr lr, lr, r10
149 usub8 lr, r12, lr ; use usub8 instead of ssub8
150 sel lr, r11, r12 ; filter mask: lr
[all …]
Dsixtappredict8x4_v6.asm27 stmdb sp!, {r4 - r11, lr}
31 add lr, sp, #4 ;point to temporary buffer
88 strh r11, [lr], #20 ; result is transposed and stored, which
91 strh r12, [lr], #20
112 sub lr, lr, #158
131 add lr, r12, r3, lsl #4 ;calculate filter location
135 ldr r3, [lr] ; load up packed filter coefficients
136 ldr r4, [lr, #4]
137 ldr r5, [lr, #8]
149 smuad lr, r3, r6 ; apply filter
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-add.ll5 ; CHECK-NOT: bx lr
7 ; CHECK: bx lr
15 ; CHECK-NOT: bx lr
17 ; CHECK: bx lr
25 ; CHECK-NOT: bx lr
27 ; CHECK: bx lr
35 ; CHECK-NOT: bx lr
37 ; CHECK: bx lr
45 ; CHECK-NOT: bx lr
47 ; CHECK: bx lr
[all …]
/external/llvm/test/Transforms/IndVarSimplify/
Dpr20680.ll28 br i1 %tobool2, label %for.inc13, label %for.body3.lr.ph
30 for.body3.lr.ph: ; preds = %for.cond2.preheader
36 …br i1 %tobool5, label %for.body3.lr.ph.split.us, label %for.body3.lr.ph.for.body3.lr.ph.split_crit…
38 for.body3.lr.ph.for.body3.lr.ph.split_crit_edge: ; preds = %for.body3.lr.ph
39 br label %for.body3.lr.ph.split
41 for.body3.lr.ph.split.us: ; preds = %for.body3.lr.ph
42 …br i1 %tobool, label %for.body3.lr.ph.split.us.split.us, label %for.body3.lr.ph.split.us.for.body3…
44 for.body3.lr.ph.split.us.for.body3.lr.ph.split.us.split_crit_edge: ; preds = %for.body3.lr.ph.split…
45 br label %for.body3.lr.ph.split.us.split
47 for.body3.lr.ph.split.us.split.us: ; preds = %for.body3.lr.ph.split.us
[all …]
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym55150 STACK CFI INIT 15dc4 2 .cfa: sp 0 + .ra: lr
55151 STACK CFI INIT 15dc6 2 .cfa: sp 0 + .ra: lr
55152 STACK CFI INIT 15dc8 4 .cfa: sp 0 + .ra: lr
55153 STACK CFI INIT 15dcc 4 .cfa: sp 0 + .ra: lr
55154 STACK CFI INIT 15dd0 4 .cfa: sp 0 + .ra: lr
55155 STACK CFI INIT 15dd4 4 .cfa: sp 0 + .ra: lr
55156 STACK CFI INIT 15dd8 4 .cfa: sp 0 + .ra: lr
55157 STACK CFI INIT 15ddc 6 .cfa: sp 0 + .ra: lr
55158 STACK CFI INIT 15de2 2 .cfa: sp 0 + .ra: lr
55159 STACK CFI INIT 15dc8 4 .cfa: sp 0 + .ra: lr
[all …]
/external/libhevc/common/arm/
Dihevc_intra_pred_chroma_mode_27_to_33.s124 mov lr,#0 @row
154 vmov.u32 lr,d5[0] @(i row)extract idx to the r register
155 lsl lr,lr,#1
158 and r9,lr,#0xff @(i row) get the last byte
162 asr lr,lr,#8 @(ii)shift by 8
164 and r9,lr,#0xff @(ii)get the last byte
166 asr lr,lr,#8 @(iii)
170 and r9,lr,#0xff @(iii)
179 asr lr,lr,#8 @(iv)
183 and r9,lr,#0xff @(iv)
[all …]
/external/llvm/test/Transforms/LoopVectorize/
Dno_int_induction.ll19 br i1 %3, label %_ZSt10accumulateIPiiET0_T_S2_S1_.exit, label %.lr.ph.i
21 .lr.ph.i: ; preds = %0, %.lr.ph.i
22 %.03.i = phi i32* [ %6, %.lr.ph.i ], [ %A, %0 ]
23 %.012.i = phi i32 [ %5, %.lr.ph.i ], [ 0, %0 ]
28 br i1 %7, label %_ZSt10accumulateIPiiET0_T_S2_S1_.exit, label %.lr.ph.i
30 _ZSt10accumulateIPiiET0_T_S2_S1_.exit: ; preds = %.lr.ph.i, %0
31 %.01.lcssa.i = phi i32 [ 0, %0 ], [ %5, %.lr.ph.i ]
46 br i1 %3, label %_ZSt10accumulateIPiiET0_T_S2_S1_.exit, label %.lr.ph.i
48 .lr.ph.i: ; preds = %0, %.lr.ph.i
49 %.03.i = phi i32 addrspace(1)* [ %6, %.lr.ph.i ], [ %A, %0 ]
[all …]
/external/llvm/test/CodeGen/Hexagon/
Dhwloop-le.ll10 br i1 %cmp3, label %for.body.lr.ph, label %for.end
12 for.body.lr.ph: ; preds = %entry
15 for.body: ; preds = %for.body.lr.ph, %for.body
16 %i.04 = phi i32 [ 28395, %for.body.lr.ph ], [ %inc, %for.body ]
39 br i1 %cmp3, label %for.body.lr.ph, label %for.end
41 for.body.lr.ph: ; preds = %entry
44 for.body: ; preds = %for.body.lr.ph, %for.body
45 %i.04 = phi i32 [ 9073, %for.body.lr.ph ], [ %inc, %for.body ]
68 br i1 %cmp3, label %for.body.lr.ph, label %for.end
70 for.body.lr.ph: ; preds = %entry
[all …]
Dhwloop-ne.ll10 br i1 %cmp3, label %for.body.lr.ph, label %for.end
12 for.body.lr.ph: ; preds = %entry
15 for.body: ; preds = %for.body.lr.ph, %for.body
16 %i.04 = phi i32 [ 32623, %for.body.lr.ph ], [ %inc, %for.body ]
39 br i1 %cmp3, label %for.body.lr.ph, label %for.end
41 for.body.lr.ph: ; preds = %entry
44 for.body: ; preds = %for.body.lr.ph, %for.body
45 %i.04 = phi i32 [ 29554, %for.body.lr.ph ], [ %inc, %for.body ]
68 br i1 %cmp3, label %for.body.lr.ph, label %for.end
70 for.body.lr.ph: ; preds = %entry
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-lt.ll14 br i1 %cmp3, label %for.body.lr.ph, label %for.end
16 for.body.lr.ph: ; preds = %entry
19 for.body: ; preds = %for.body.lr.ph, %for.body
20 %i.04 = phi i32 [ 8531, %for.body.lr.ph ], [ %inc, %for.body ]
44 br i1 %cmp3, label %for.body.lr.ph, label %for.end
46 for.body.lr.ph: ; preds = %entry
49 for.body: ; preds = %for.body.lr.ph, %for.body
50 %i.04 = phi i32 [ 9152, %for.body.lr.ph ], [ %inc, %for.body ]
74 br i1 %cmp3, label %for.body.lr.ph, label %for.end
76 for.body.lr.ph: ; preds = %entry
[all …]
Dpr24636.ll10 br i1 undef, label %.lr.ph, label %4
17 .lr.ph: ; preds = %0
18 br i1 undef, label %.lr.ph.split, label %.preheader
20 .preheader: ; preds = %.preheader, %.lr.ph
21 br i1 undef, label %.lr.ph.split, label %.preheader
23 .lr.ph.split: ; preds = %.preheader, %.lr.ph
24 br i1 undef, label %._crit_edge, label %.lr.ph.split.split
26 .lr.ph.split.split: ; preds = %.lr.ph.split.split, %.lr.ph.split
27 %1 = phi i32 [ %2, %.lr.ph.split.split ], [ undef, %.lr.ph.split ]
30 br i1 %3, label %.lr.ph.split.split, label %._crit_edge
[all …]
/external/llvm/test/MC/Disassembler/ARM/
Dvirtexts-thumb.txt47 # CHECK-NOVIRT: subs pc, lr, #0
48 # CHECK-NOVIRT: subseq pc, lr, #0
49 # CHECK-NOVIRT: subsne pc, lr, #0
50 # CHECK-NOVIRT: subshs pc, lr, #0
51 # CHECK-NOVIRT: subslo pc, lr, #0
52 # CHECK-NOVIRT: subsmi pc, lr, #0
53 # CHECK-NOVIRT: subspl pc, lr, #0
54 # CHECK-NOVIRT: subsvs pc, lr, #0
55 # CHECK-NOVIRT: subsvc pc, lr, #0
56 # CHECK-NOVIRT: subshi pc, lr, #0
[all …]
/external/llvm/test/Analysis/DependenceAnalysis/
DConstraints.ll15 br i1 %1, label %.preheader.lr.ph, label %35
17 .preheader.lr.ph: ; preds = %0
29 .preheader: ; preds = %._crit_edge7, %.preheader.lr.ph
30 %10 = phi i32 [ %out_l.promoted, %.preheader.lr.ph ], [ %33, %._crit_edge7 ]
31 %iter.08 = phi i32 [ 0, %.preheader.lr.ph ], [ %34, %._crit_edge7 ]
32 br i1 %3, label %._crit_edge7, label %.lr.ph6
34 .loopexit: ; preds = %._crit_edge, %.lr.ph6
38 br i1 %11, label %.lr.ph6, label %._crit_edge7
40 .lr.ph6: ; preds = %.preheader, %.loopexit
46 br i1 %12, label %.lr.ph4, label %.loopexit
[all …]
/external/llvm/test/Analysis/Delinearization/
Dmultidim_ivs_and_integer_offsets_nts_3d.ll11 …p)) + %A),+,(8 * (%o + %p) * %m)}<%for.cond4.preheader.lr.ph.us>,+,(8 * (%o + %p))}<%for.body6.lr.…
14 ; CHECK: ArrayRef[{3,+,1}<nuw><%for.cond4.preheader.lr.ph.us>][{-4,+,1}<nw><%for.body6.lr.ph.us.us>…
20 br i1 %cmp22, label %for.cond1.preheader.lr.ph, label %for.end16
22 for.cond1.preheader.lr.ph: ; preds = %entry
25 br i1 %cmp220, label %for.cond4.preheader.lr.ph.us, label %for.end16
27 for.inc14.us: ; preds = %for.cond4.preheader.lr.ph.us, %for.inc…
30 br i1 %exitcond43, label %for.end16, label %for.cond4.preheader.lr.ph.us
32 for.cond4.preheader.lr.ph.us: ; preds = %for.inc14.us, %for.cond1.preheader.lr.…
33 %i.023.us = phi i64 [ %inc15.us, %for.inc14.us ], [ 0, %for.cond1.preheader.lr.ph ]
37 br i1 %cmp518, label %for.body6.lr.ph.us.us, label %for.inc14.us
[all …]

12345678910>>...34