/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
H A D | LogRecordTest.java | 37 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 D | SimpleFormatterTest.java | 35 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 D | XMLFormatterTest.java | 42 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 D | LineRegionTest.java | 39 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 D | switch16.S | 17 // 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 D | switch32.S | 17 // 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 D | switch8.S | 17 // 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 D | switchu8.S | 17 // 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 D | negdf2vfp.S | 22 bx lr
|
H A D | negsf2vfp.S | 22 bx lr
|
H A D | restore_vfp_d8_d15_regs.S | 31 bx lr // return to prolog
|
H A D | save_vfp_d8_d15_regs.S | 31 bx lr // return to prolog
|
H A D | fixsfsivfp.S | 25 bx lr
|
H A D | fixunssfsivfp.S | 26 bx lr
|
H A D | floatsisfvfp.S | 25 bx lr
|
H A D | floatunssisfvfp.S | 25 bx lr
|
/external/libunwind/src/arm/ |
H A D | siglongjmp.S | 8 bx lr
|
/external/clang/test/Modules/ |
H A D | diamond-pch.c | 23 struct left_and_right lr; local 24 lr.left = 17;
|
H A D | diamond.c | 24 struct left_and_right lr; local 25 lr.left = 17;
|
/external/llvm/test/MC/ARM/ |
H A D | elf-thumbfunc-reloc2.s | 10 bx lr 17 push {r7, lr}
|
H A D | arm-ldrd.s | 35 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 D | label.c | 102 struct selabel_lookup_rec *lr; local 103 lr = rec->func_lookup(rec, key, type); 104 if (!lr) 107 return lr; 113 struct selabel_lookup_rec *lr; local 115 lr = selabel_lookup_common(rec, key, type); 116 if (!lr) 119 *con = strdup(lr->ctx_raw); 138 struct selabel_lookup_rec *lr; local 145 lr [all...] |
/external/clang/test/PCH/ |
H A D | cxx-reference.h | 8 char &lr = c; variable
|
/external/compiler-rt/test/builtins/Unit/arm/ |
H A D | call_apsr.S | 25 push {lr} 39 push {lr}
|
/external/llvm/test/MC/MachO/ARM/ |
H A D | llvm-objdump-macho.s | 5 push {r7, lr} 9 push {r7, lr} 13 # CHECK: 0: 80 b5 push {r7, lr} 16 # CHECK: 4: 80 b5 push {r7, lr}
|