Searched refs:try_command (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_reduction.py84 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...]
H A Dtest_allocation_dump_struct.py39 self.try_command(
44 self.try_command('process continue',
50 self.try_command('language renderscript allocation dump 49',
H A Dtest_coordinates.py57 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('exp
[all...]
H A Dtest_language.py34 self.try_command('language', ['renderscript'])
35 self.try_command('language renderscript', ['kernel',
H A Dtest_write_local_element.py45 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('fram
[all...]
H A Dtest_write_global.py59 self.try_command('expr %s = %s%s' %
63 self.try_command('target variable ' + global_name,
70 self.try_command('language renderscript status',
74 self.try_command('b -f simple.rs -l 145', [])
76 self.try_command('process continue',
228 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
230 self.try_command('process continue', ['exited with status = 0'])
H A Dtest_read_global.py53 self.try_command('expr ' + global_name,
57 self.try_command('target variable ' + global_name,
64 self.try_command('language renderscript status',
68 self.try_command('b -f simple.rs -l 145', [])
70 self.try_command('process continue',
79 self.try_command('target variable',
342 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
344 self.try_command('process continue', ['exited with status = 0'])
H A Dtest_read_local.py54 self.try_command('expr ' + local_name,
58 self.try_command('frame variable ' + local_name,
65 self.try_command('language renderscript status',
69 self.try_command('breakpoint set --file simple.rs --line 145', [])
71 self.try_command('process continue',
80 self.try_command('frame variable',
342 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
344 self.try_command('process continue', ['exited with status = 0'])
H A Dtest_write_global_element.py46 self.try_command('expr ' + global_name, expected_output)
69 self.try_command('expr %s = %s' % (global_name, new_value),
72 self.try_command('target variable ' + global_name,
79 self.try_command('language renderscript status',
83 self.try_command('b -f simple.rs -l 145', [])
85 self.try_command('process continue',
289 self.try_command('breakpoint delete 1', ['1 breakpoints deleted'])
291 self.try_command('process continue',
H A Dreduce_common.py37 self.try_command(
50 output = self.try_command(
89 self.try_command(
94 self.try_command(
H A Dtest_write_local.py59 self.try_command('expr %s = %s%s'
63 self.try_command('frame variable ' + local_name,
70 self.try_command('language renderscript status',
74 self.try_command('b -f simple.rs -l 145', [])
76 self.try_command('process continue',
H A Dtest_reduction_combiner.py87 self.try_command('language renderscript status', [])
90 self.try_command(
92 self.try_command(
/frameworks/rs/tests/lldb/tests/harness/
H A Dassert_mixins.py50 self.try_command(
79 self.try_command(
90 self.try_command(
99 self.try_command(
H A Dtest_base_remote.py74 self.try_command('settings set target.source-map %s %s'
H A Dtest_base.py190 def try_command(self, cmd, expected=None, expected_regex=None): member in class:TestBase

Completed in 1965 milliseconds

12