Home
last modified time | relevance | path

Searched refs:push_prop (Results 1 – 10 of 10) sorted by relevance

/frameworks/rs/tests/lldb/tests/testcases/
Dtest_allocation_dump_struct.py31 android.push_prop('debug.rs.max-threads', 1)
Dtest_script_group.py30 android.push_prop('debug.rs.max-threads', 1)
Dtest_coordinates.py44 android.push_prop('debug.rs.max-threads', 1)
Dtest_source_step.py49 android.push_prop('debug.rs.max-threads', 1)
Dtest_breakpoint_coordinate.py46 android.push_prop('debug.rs.max-threads', 1)
Dtest_single_source.py34 android.push_prop('debug.rs.max-threads', 1)
Dtest_language_subcmds.py39 android.push_prop('debug.rs.max-threads', 1)
Dtest_reduction_combiner.py77 android.push_prop('debug.rs.max-threads', self.cpu_count + 1)
Dtest_reduction.py75 android.push_prop('debug.rs.max-threads', 1)
/frameworks/rs/tests/lldb/tests/harness/
Dutil_android.py592 def push_prop(self, name, new_value): member in UtilAndroid