Searched refs:lr (Results 1 - 25 of 386) sorted by relevance

1234567891011>>

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogRecordTest.java37 private LogRecord lr; field in class:LogRecordTest
43 lr = new LogRecord(Level.CONFIG, MSG);
64 assertNull(lr.getLoggerName());
65 lr.setLoggerName(null);
66 assertNull(lr.getLoggerName());
67 lr.setLoggerName("test logger name");
68 assertEquals("test logger name", lr.getLoggerName());
72 assertNull(lr.getResourceBundleName());
73 assertNull(lr.getResourceBundle());
75 lr
399 log(Logger logger, LogRecord lr) argument
[all...]
H A DSimpleFormatterTest.java35 LogRecord lr; field in class:SimpleFormatterTest
45 lr = new LogRecord(Level.FINE, MSG);
61 lr.setResourceBundle(rb);
62 lr.setMessage("msg");
64 String str = sf.format(lr);
68 lr.setResourceBundle(null);
69 lr.setResourceBundleName("bundles/com/android/java/util/logging/res");
70 lr.setMessage("msg");
71 str = sf.format(lr);
77 String str = sf.format(lr);
[all...]
H A DXMLFormatterTest.java42 LogRecord lr = null; field in class:XMLFormatterTest
48 lr = new LogRecord(Level.SEVERE, "pattern");
57 lr.setResourceBundle(rb);
58 lr.setMessage("pattern");
59 String result = formatter.format(lr);
64 lr.setMessage("msg");
65 result = formatter.format(lr);
70 lr.setMessage("pattern {0, number}");
71 result = formatter.format(lr);
76 lr
[all...]
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/
H A DLineRegionTest.java39 LineRegion lr = new LineRegion(0d, 0d);
40 assertEquals(0d, lr.getMinVal());
41 assertEquals(0d, lr.getMaxVal());
43 lr = new LineRegion(1.5d, -2d);
44 assertEquals(-2d, lr.getMinVal());
45 assertEquals(1.5d, lr.getMaxVal());
47 lr = new LineRegion(10d, 20d);
48 assertEquals(10d, lr.getMinVal());
49 assertEquals(20d, lr.getMaxVal());
78 LineRegion lr
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Dswitch16.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrh ip, [lr, #-1] // get first 16-bit word in table
36 add r0, lr, r0, lsl #1 // compute address of element in table
37 add ip, lr, ip, lsl #1 // compute address of last element in table
41 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitch32.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldr ip, [lr, #-1] // get first 32-bit word in table
36 add r0, lr, r0, lsl #2 // compute address of element in table
37 add ip, lr, ip, lsl #2 // compute address of last element in table
41 add ip, lr, r0 // compute label = lr + element
H A Dswitch8.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrb ip, [lr, #-1] // get first byte in table
37 ldrsblo r0, [lr, r0] // get indexed byte out of table
38 ldrsbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dswitchu8.S17 // function uses the return address in lr to find the start of the table.
22 // the distance from lr to the label, thus making the tables PIC.
30 // from lr to the target label.
34 ldrb ip, [lr, #-1] // get first byte in table
37 ldrblo r0, [lr, r0] // get indexed byte out of table
38 ldrbhs r0, [lr, ip] // if out of range, use last entry in table
39 add ip, lr, r0, lsl #1 // compute label = lr + element*2
H A Dnegdf2vfp.S22 bx lr
H A Dnegsf2vfp.S22 bx lr
H A Drestore_vfp_d8_d15_regs.S31 bx lr // return to prolog
H A Dsave_vfp_d8_d15_regs.S31 bx lr // return to prolog
H A Dfixsfsivfp.S25 bx lr
H A Dfixunssfsivfp.S26 bx lr
H A Dfloatsisfvfp.S25 bx lr
H A Dfloatunssisfvfp.S25 bx lr
H A Dadddf3vfp.S25 bx lr
/external/libunwind/src/arm/
H A Dsiglongjmp.S8 bx lr
/external/clang/test/Modules/
H A Ddiamond-pch.c23 struct left_and_right lr; local
24 lr.left = 17;
H A Ddiamond.c24 struct left_and_right lr; local
25 lr.left = 17;
/external/llvm/test/MC/ARM/
H A Darm-ldrd.s35 ldrd lr, pc, [pc, #0]
36 ldrd lr, pc, [r3, #4]
37 ldrd lr, pc, [r3], #4
38 ldrd lr, pc, [r3, #4]!
39 ldrd lr, pc, [r3, -r4]!
40 ldrd lr, pc, [r3, r4]
41 ldrd lr, pc, [r3], r4
/external/libselinux/src/
H A Dlabel.c101 struct selabel_lookup_rec *lr; local
102 lr = rec->func_lookup(rec, key, type);
103 if (!lr)
106 return lr;
112 struct selabel_lookup_rec *lr; local
114 lr = selabel_lookup_common(rec, key, type);
115 if (!lr)
118 *con = strdup(lr->ctx_raw);
137 struct selabel_lookup_rec *lr; local
144 lr
[all...]
/external/clang/test/PCH/
H A Dcxx-reference.h8 char &lr = c; variable
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho.s5 push {r7, lr}
9 push {r7, lr}
13 # CHECK: 0: 80 b5 push {r7, lr}
16 # CHECK: 4: 80 b5 push {r7, lr}
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A 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, l
[all...]

Completed in 539 milliseconds

1234567891011>>