/frameworks/rs/tests/lldb/tests/testcases/ |
D | test_allocation_dump_2.py | 37 self.try_command('language renderscript kernel breakpoint all enable', 40 self.try_command('process continue', 45 self.try_command('breakpoint del 1', 49 self.try_command('process continue', 55 self.try_command('language renderscript allocation dump 20', 84 self.try_command('language renderscript allocation dump 21', 99 self.try_command('language renderscript allocation dump 22', 108 self.try_command('language renderscript allocation dump 23', 117 self.try_command('language renderscript allocation dump 24', 144 self.try_command('language renderscript allocation dump 25', [all …]
|
D | test_allocation_dump_2_cpp.py | 37 self.try_command('language renderscript kernel breakpoint all enable', 40 self.try_command('process continue', 45 self.try_command('breakpoint del 1', 49 self.try_command('process continue', 55 self.try_command('language renderscript allocation dump 20', 82 self.try_command('language renderscript allocation dump 21', 97 self.try_command('language renderscript allocation dump 22', 106 self.try_command('language renderscript allocation dump 23', 115 self.try_command('language renderscript allocation dump 24', 142 self.try_command('language renderscript allocation dump 25', [all …]
|
D | test_allocation_dump_2_jni.py | 37 self.try_command('language renderscript kernel breakpoint all enable', 40 self.try_command('process continue', 45 self.try_command('breakpoint del 1', 49 self.try_command('process continue', 55 self.try_command('language renderscript allocation dump 20', 82 self.try_command('language renderscript allocation dump 21', 97 self.try_command('language renderscript allocation dump 22', 106 self.try_command('language renderscript allocation dump 23', 115 self.try_command('language renderscript allocation dump 24', 142 self.try_command('language renderscript allocation dump 25', [all …]
|
D | test_language_subcmds.py | 53 self.try_command('language', 56 self.try_command('language renderscript status', 67 self.try_command('breakpoint set --file simple.rs --line 28', 70 self.try_command('process continue', 73 self.try_command('language renderscript kernel', 78 self.try_command('language renderscript kernel breakpoint', 82 self.try_command('language renderscript kernel list', 88 self.try_command('language renderscript kernel coordinate', 91 self.try_command('language renderscript context', 94 self.try_command('language renderscript context dump', [all …]
|
D | test_call_api_funs.py | 55 self.try_command(expr, [], [RS_funs.TYPE_MAP[ret]]) 59 self.try_command(expr, '(%s)' % ret) 87 self.try_command('language renderscript status', 91 self.try_command('b -f simple.rs -l 145', []) 93 self.try_command('process continue', 103 self.try_command('expr rsAtomicAdd(&int_global, 2)', 107 self.try_command('expr int_global', 112 self.try_command('expr rsAtomicAnd(&uint_global, 333)', 116 self.try_command('expr uint_global', 121 self.try_command('expr rsAtomicCas(&int_global, 1236, 2345)', [all …]
|
D | test_allocation_dump_1.py | 40 self.try_command('language renderscript kernel breakpoint all enable', 43 self.try_command('process continue', 53 self.try_command('language renderscript allocation dump 1 -f ' + 64 self.try_command('language renderscript allocation dump 2 -f ' + 73 self.try_command('language renderscript allocation dump 3', 100 self.try_command('language renderscript allocation dump 4', 115 self.try_command('language renderscript allocation dump 5', 124 self.try_command('language renderscript allocation dump 6', 133 self.try_command('language renderscript allocation dump 7', 160 self.try_command('language renderscript allocation dump 8', [all …]
|
D | test_language_subcmds_no_debug.py | 50 self.try_command('language renderscript status', 54 self.try_command('language renderscript kernel breakpoint set simple_kernel' 58 self.try_command('process continue', 61 self.try_command('language renderscript kernel', 66 self.try_command('language renderscript kernel list', 72 self.try_command('language renderscript context', 75 self.try_command('language renderscript context dump', 79 self.try_command('language renderscript allocation', 86 self.try_command('language renderscript allocation list', 89 self.try_command('language renderscript allocation list -i 0', [all …]
|
D | test_rs_consts.py | 36 self.try_command('language renderscript status', 40 self.try_command('language renderscript kernel breakpoint set kernel', 43 self.try_command('process continue', 49 self.try_command('expr M_1_PI', 52 self.try_command('expr M_2_PI', 55 self.try_command('expr M_2_SQRTPI', 58 self.try_command('expr M_E', 61 self.try_command('expr M_LN10', 64 self.try_command('expr M_LN2', 67 self.try_command('expr M_LOG10E', [all …]
|
D | test_breakpoint_kernel_all.py | 38 self.try_command('language renderscript kernel breakpoint all enable', 41 self.try_command('process continue', 46 self.try_command('breakpoint list', 51 self.try_command('language renderscript kernel breakpoint all disable', 55 self.try_command('breakpoint delete 1', 58 self.try_command('breakpoint delete 2', 61 self.try_command('breakpoint list', 65 self.try_command('language renderscript kernel breakpoint all enable', 68 self.try_command('breakpoint list', 72 self.try_command('process continue', [all …]
|
D | test_breakpoint_kernel_all_multiple_rs_files.py | 39 self.try_command('language renderscript kernel breakpoint all enable', 42 self.try_command('process continue', 47 self.try_command('breakpoint list', 54 self.try_command('language renderscript kernel breakpoint all disable', 58 self.try_command('breakpoint delete 1', 61 self.try_command('breakpoint delete 2', 64 self.try_command('breakpoint list', 70 self.try_command('language renderscript kernel breakpoint all enable', 73 self.try_command('breakpoint list', 77 self.try_command('process continue', [all …]
|
D | test_allocation_file.py | 39 self.try_command('language renderscript kernel breakpoint all enable', 42 self.try_command('process continue', 50 self.try_command('language renderscript allocation save 12 ' + 59 self.try_command('language renderscript allocation load 12 ' + 65 self.try_command('language renderscript allocation dump 12', 79 self.try_command('breakpoint del 1', 83 self.try_command('process continue', 91 self.try_command('language renderscript allocation save 28 ' + 99 self.try_command('language renderscript allocation load 7 ' + file_uint, 108 self.try_command('language renderscript allocation dump 7', [all …]
|
D | test_breakpoint_kernel_1.py | 38 self.try_command('language renderscript status', 42 self.try_command('language renderscript kernel breakpoint set simple_kernel', 47 self.try_command('language renderscript kernel breakpoint set imaginary_kernel', 51 self.try_command('breakpoint list', 55 self.try_command('process continue', 60 self.try_command('bt', 66 self.try_command('breakpoint list', 73 self.try_command('breakpoint delete 2', 76 self.try_command('breakpoint list', 79 self.try_command('process continue', [all …]
|
D | test_allocation_list.py | 41 self.try_command('language renderscript kernel breakpoint all enable', 44 self.try_command('process continue', 50 self.try_command('language renderscript allocation list -i 3', 62 self.try_command('language renderscript allocation list', 203 self.try_command('breakpoint del 1', 207 self.try_command('process continue', 229 self.try_command('language renderscript allocation list', 363 self.try_command('breakpoint del 2', 367 self.try_command('process continue', 374 self.try_command('language renderscript allocation list', [all …]
|
D | test_script_group.py | 41 self.try_command('language renderscript status', 46 self.try_command('language renderscript scriptgroup breakpoint set scriptgroup_test', 49 self.try_command('language renderscript scriptgroup list', 52 self.try_command('process continue', 59 self.try_command('breakpoint list', 63 self.try_command('language renderscript scriptgroup list', 69 …self.try_command('language renderscript scriptgroup breakpoint set --stop-on-all scriptgroup_test', 72 self.try_command('breakpoint list', 78 self.try_command('bt', 84 self.try_command('frame var', [all …]
|
D | test_source_step.py | 56 self.try_command('language renderscript status', 60 self.try_command('b -f scalars.rs -l 63', 63 self.try_command('process continue', 71 self.try_command('process status', 76 self.try_command('thread step-in', 79 self.try_command('thread step-in', 82 self.try_command('thread step-over', 85 self.try_command('thread step-in', 88 self.try_command('b -f scalars.rs -l 54', 91 self.try_command('c', [all …]
|
D | test_reduction.py | 84 self.try_command('language renderscript status', []) 85 self.try_command('b find_min_user_type_accum', []) 86 self.try_command('c', []) 97 self.try_command( 119 self.try_command( 138 self.try_command( 143 self.try_command( 152 self.try_command( 171 self.try_command( 174 self.try_command( [all …]
|
D | test_single_source.py | 46 self.try_command('language renderscript status', 50 self.try_command('breakpoint set --name check_in', 58 self.try_command('breakpoint set --name script_invoke_1', 61 self.try_command('process continue', 66 self.try_command( 73 self.try_command( 80 self.try_command('breakpoint set --name `kernel_1', 83 self.try_command('breakpoint set --name `kernel_2', 87 self.try_command('p global_alloc', 99 self.try_command( [all …]
|
D | test_breakpoint_kernel_multiple_rs_files.py | 44 self.try_command('language renderscript kernel breakpoint set first_kernel', 48 self.try_command('breakpoint list', 51 self.try_command('process continue', 58 self.try_command('breakpoint list', 61 self.try_command('language renderscript kernel breakpoint set second_kernel', 67 self.try_command('breakpoint list', 71 self.try_command('breakpoint delete 1', 74 self.try_command('breakpoint list', 77 self.try_command('process continue', 84 self.try_command('breakpoint delete 2', [all …]
|
D | test_breakpoint_coordinate.py | 72 self.try_command( 81 self.try_command('breakpoint delete 2', ['1 breakpoints deleted']) 84 self.try_command( 94 self.try_command( 105 self.try_command( 130 self.try_command( 138 self.try_command( 149 self.try_command('breakpoint delete 3', ['1 breakpoints deleted']) 151 self.try_command( 161 self.try_command('breakpoint delete 6', ['1 breakpoints deleted']) [all …]
|
D | test_backtrace.py | 37 self.try_command('language renderscript status', 41 self.try_command('language renderscript kernel breakpoint set simple_kernel', 45 self.try_command('process continue', 50 self.try_command('bt', 59 self.try_command('breakpoint delete 1', 62 self.try_command('b set_i', 67 self.try_command('breakpoint list', 70 self.try_command('process continue', 75 self.try_command('bt', 88 self.try_command('breakpoint delete 2', [all …]
|
D | test_breakpoint_fileline_multiple_rs_files.py | 44 self.try_command('language renderscript status', 48 self.try_command('breakpoint set --file first.rs --line 28', 51 self.try_command('process continue', 58 self.try_command('breakpoint set --file second.rs --line 23', 63 self.try_command('breakpoint list', 70 self.try_command('breakpoint delete 1', 73 self.try_command('process continue', 80 self.try_command('process status', 87 self.try_command('breakpoint delete 2', ['1 breakpoints deleted']) 89 self.try_command('process continue', ['exited with status = 0'])
|
D | test_invoke_fun.py | 37 self.try_command('language renderscript status', 41 self.try_command('breakpoint set --name addToGlobal', 44 self.try_command('process continue', 49 self.try_command('language renderscript kernel breakpoint set simple_kernel', 52 self.try_command('process continue', 58 self.try_command('expr glob', 65 self.try_command('breakpoint delete 1', ['1 breakpoints deleted']) 67 self.try_command('breakpoint delete 2', ['1 breakpoints deleted']) 69 self.try_command('process continue', ['exited with status = 0'])
|
D | test_coordinates.py | 57 self.try_command('language renderscript status', 61 self.try_command('language renderscript kernel breakpoint set simple_kernel', 83 self.try_command('breakpoint delete 1', ['1 breakpoints deleted']) 85 self.try_command('process continue', 90 self.try_command('process continue', 106 self.try_command('language renderscript kernel coordinate', 110 self.try_command('frame select 1', 115 self.try_command('expr p->dim', 121 self.try_command('expr rsIndex', 125 self.try_command('expr p->current',
|
D | test_breakpoint_fileline.py | 37 self.try_command('language renderscript status', 41 self.try_command('breakpoint set --file simple.rs --line 28', 44 self.try_command('process continue', 47 self.try_command('bt', 52 self.try_command('breakpoint list', 56 self.try_command('process status', 60 self.try_command('breakpoint delete 1', 66 self.try_command('process continue', ['exited with status = 0'])
|
D | test_write_local_element.py | 45 self.try_command('expr ' + local_name, expected_output) 68 self.try_command('expr %s = %s' % (local_name, new_value), 71 self.try_command('frame variable ' + local_name, 78 self.try_command('language renderscript status', 82 self.try_command('b -f simple.rs -l 145', []) 84 self.try_command('process continue', 148 self.try_command('expr char3_local[0] = 12', 151 self.try_command('frame variable char3_local[0]', 161 self.try_command('expr uchar3_local[1] = \'d\'', 164 self.try_command('frame variable uchar3_local[1]', [all …]
|