/frameworks/rs/tests/lldb/tests/testcases/ |
D | test_allocation_dump_1.py | 39 def test_setup(self): argument 49 def test_dump_to_file1(self): argument 61 def test_dump_to_file2(self): argument 72 def test_dump_char(self): argument 99 def test_dump_char2(self): argument 114 def test_dump_char3(self): argument 123 def test_dump_char4(self): argument 132 def test_dump_short(self): argument 159 def test_dump_short2(self): argument 174 def test_dump_short3(self): argument [all …]
|
D | test_read_local.py | 37 def _try_inspecting_local(self, local_name, expected_output, argument 64 def test_setup(self): argument 77 def test_list_rs_kernel_frame_variables(self): argument 147 def test_inspect_primitive_types(self): argument 182 def test_inspect_uchar2(self): argument 186 def test_inspect_vec2_types(self): argument 223 def test_inspect_short3(self): argument 228 def test_inspect_vec3_types(self): argument 270 def test_inspect_ushort4(self): argument 275 def test_inspect_vec4_types(self): argument [all …]
|
D | test_read_global.py | 36 def _try_inspecting_global(self, global_name, expected_output, argument 63 def test_setup(self): argument 76 def test_list_script_globals(self): argument 147 def test_read_char_global(self): argument 153 def test_read_primitive_global(self): argument 186 def test_write_global2(self): argument 190 def test_write_global3(self): argument 224 def test_global_write_short3(self): argument 229 def test_read_vec3(self): argument 271 def test_read_ushort4(self): argument [all …]
|
D | test_reduction.py | 67 def _delete_breakpoints(self): argument 73 def setup(self, android): argument 77 def teardown(self, android): argument 83 def test_setup(self): argument 90 def test_renderscript_module_dump(self): argument 110 def test_module_dump_with_foreach_kernel_separate(self): argument 133 def test_reduction_breakpoint_set_all_roles_resolved(self): argument 164 def test_reduce_iterations(self): argument 219 def test_function_role_breakpoints_combinations(self): argument 228 def test_resolve_function_role_all_reduce_functions(self): argument [all …]
|
D | test_write_global.py | 36 def _try_modifying_global(self, global_name, new_value, data_type_in, argument 69 def test_setup(self): argument 82 def test_char_global(self): argument 87 def test_write_primitive_types(self): argument 120 def test_write_uchar2(self): argument 124 def test_write_vec2(self): argument 156 def test_write_short3(self): argument 160 def test_write_vec3(self): argument 195 def test_write_ushort4(self): argument 200 def test_write_vec4_global(self): argument [all …]
|
D | test_write_local.py | 35 def _try_modifying_local(self, local_name, new_value, data_type_in, argument 69 def test_setup(self): argument 82 def test_modify_char(self): argument 87 def test_modify_primitive(self): argument 120 def test_modify_uchar2(self): argument 124 def test_modify_vec2(self): argument 156 def test_modify_short3(self): argument 160 def test_modify_vec3(self): argument 195 def test_modify_ushort4(self): argument 200 def test_modify_vec4(self): argument
|
D | test_write_global_element.py | 36 def _try_inspecting_global(self, global_name, expected_output): argument 48 def _try_modifying_global(self, global_name, new_value, expected_output, argument 78 def test_setup(self): argument 91 def test_modify_global(self): argument 97 def test_vec2(self): argument 156 def test_uchar3(self): argument 164 def test_vec3(self): argument 232 def test_short4(self): argument 239 def test_vec4(self): argument 288 def test_cpp_cleanup(self): argument
|
D | test_allocation_list.py | 39 def test_allocation_list_single(self): argument 61 def test_allocation_list_all(self): argument 202 def test_continue_1(self): argument 213 def test_allocation_list_all2_java(self): argument 362 def test_continue_2(self): argument 373 def test_allocation_list_all3(self): argument 485 def test_allocation_list_all4(self): argument 543 def test_cpp_cleanup(self): argument
|
D | test_write_local_element.py | 35 def _try_inspecting_local(self, local_name, expected_output): argument 47 def _try_modifying_local(self, local_name, new_value, expected_output, argument 77 def test_setup(self): argument 90 def test_modify_char2(self): argument 96 def test_modify_vec2(self): argument 160 def test_modify_uchar3(self): argument 169 def test_modify_vec3(self): argument 246 def test_modify_short4(self): argument 253 def test_modify_vec4(self): argument
|
/frameworks/ml/nn/tools/systrace_parser/parser/test/ |
D | test_stats.py | 7 def setUp(self): argument 16 def from_spectime(self, spectime): argument 19 def feed_spec_text(self, text): argument 35 def check_overall_time(self, tag, spec_interval, app_phase=None): argument 47 def check_self_time(self, tag, spec_interval): argument 54 def test_baseline(self): argument 62 def test_local_call_to_other_layer(self): argument 74 def test_local_call_to_other_layer_wrong_nesting(self): argument 84 def test_switch_phase_during_execution(self): argument 95 def test_subphases(self): argument [all …]
|
/frameworks/rs/tests/lldb/ |
D | config.py | 33 def adb_path(self): argument 38 def host_port(self): argument 47 def device_port(self): argument 55 def lldb_server_path_device(self): argument 60 def lldb_server_path_host(self): argument 65 def aosp_product_path(self): argument 70 def log_file_path(self): argument 75 def results_file_path(self): argument 80 def lldb_path(self): argument 85 def blocklist(self): argument [all …]
|
/frameworks/compile/libbcc/gdb_plugin/ |
D | android-commands.py | 70 def __init__(self): argument 74 def get_name(self): argument 77 def get_intent(self): argument 80 def get_data_directory(self): argument 83 def get_gdbserver_path(self): argument 86 def set_info(self, name, intent, data_directory): argument 102 def __init__(self, device=None, verbose=False): argument 131 def _prepare_adb_args(self, args): argument 143 def _background_adb(self, *args): argument 158 def _call_adb(self, *args): argument [all …]
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | util_android.py | 40 def __init__(self, adb_path, lldb_server_path_device, device): argument 60 def adb(self, args, async=False, device=True, timeout=None): argument 115 def adb_retry(self, args, max_num_attempts, timeout): argument 156 def _adb_log_output(self, cmd, output, return_code): argument 189 def check_adb_alive(self): argument 233 def shell(self, cmd, async=False, timeout=None): argument 250 def find_app_pid(self, process_name): argument 287 def adb_root(self): argument 291 def _adb_remount(self): argument 295 def validate_adb(self): argument [all …]
|
D | util_bundle.py | 65 def __init__(self, android, aosp_product_path): argument 71 def is_apk(self, name): argument 92 def uninstall_all(self): argument 102 def uninstall_all_apk(self): argument 130 def _uninstall_all_jni(self): argument 142 def _delete_all_ndk(self): argument 154 def push_all(self): argument 166 def _install_apk(self, app, package): argument 201 def _push_all_java(self): argument 212 def _push_all_ndk(self): argument [all …]
|
D | test_base.py | 44 def __init__(self, device_port, device, timer, app_type, wimpy=False, **kwargs): argument 54 def setup(self, android): argument 66 def teardown(self, android): argument 77 def run(self, dbg, remote_pid, lldb): argument 119 def post_run(self): argument 123 def assert_true(self, cond): argument 135 def assert_lang_renderscript(self): argument 155 def do_command(self, cmd): argument 190 def try_command(self, cmd, expected=None, expected_regex=None): argument 247 def _match_literals(self, text, literals): argument [all …]
|
/frameworks/ml/nn/tools/systrace_parser/parser/ |
D | tree.py | 23 def __init__(self): argument 28 def push(self, start_time_s, mark, layer, phase, app_phase, subtract): argument 33 def push_dummy(self, start_time_s): argument 38 def pop(self, end_time_s): argument 47 def remove_dummies(self): argument 59 def remove_ignored(self): argument 75 def copy_subtracted_init_and_wrong_la(self): argument 122 def add_missing_la_nodes(self): argument 143 def validate_nesting(self): argument 174 def print(self): argument [all …]
|
D | tracker.py | 21 def __init__(self): argument 24 def current(self): argument 30 def push(self, phase): argument 33 def pop(self): argument 36 def reset(self): argument 50 def __init__(self, tgid, is_driver, app_phase): argument 62 def reset(self): argument 70 def handle_mark(self, time, mark): argument 137 def is_complete(self): argument 142 def calculate_stats(self): argument [all …]
|
/frameworks/ml/nn/tools/test_generator/ |
D | test_generator.py | 86 def __init__(self, *args, sep="_", showZero=False, startsFrom=0, skipRenaming=False): argument 99 def __str__(self): argument 104 def __eq__(self, other): argument 107 def __ne__(self, other): argument 110 def __hash__(self): argument 113 def __lt__(self, other): argument 119 def __init__(self, *args, sep="_", showZero=False, startsFrom=0, skipRenaming=False): argument 125 def __init__(self, *args, skipRenaming=False): argument 131 def __init__(self, *args, startsFrom=0, skipRenaming=False): argument 158 def __init__(self, vt, dimensions, scale, zeroPoint, name="type", skipRenaming=False, argument [all …]
|
/frameworks/base/media/mca/ |
D | structgen.py | 99 def __init__(self, lineno, message): argument 103 def __str__(self): argument 107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval): argument 117 def cString(self): argument 120 def javaGetter(self): argument 126 def javaSetter(self): argument 132 def javaNativeGetter(self): argument 136 def javaNativeSetter(self): argument 140 def jniGetterDefString(self): argument 145 def jniGetterImplString(self): argument [all …]
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 100 def __init__(self, elem): argument 104 def resetState(self): argument 112 def __init__(self, elem): argument 119 def __init__(self, elem): argument 128 def __init__(self, elem): argument 142 def __init__(self, elem): argument 158 def __init__(self, elem): argument 236 def __init__(self, argument 258 def emptyRegex(self,pat): argument 290 def __init__(self, argument [all …]
|
/frameworks/ml/nn/tools/api/ |
D | generate_api.py | 13 def __init__(self, filename): argument 17 def finish(self): argument 21 def handle_line(self): argument 25 def read(self): argument 32 def context(self): argument 47 def __init__(self, filename, kind): argument 58 def finish(self): argument 65 def macro_substitution(self): argument 103 def match_kind(self, patterns_string): argument 133 def handle_line(self): argument [all …]
|
/frameworks/base/tools/orientationplot/ |
D | orientationplot.py | 40 def __init__(self, stream): argument 46 def readline(self): argument 74 def __init__(self, adbout): argument 190 def _on_click(self, ev): argument 199 def _make_timeseries(self): argument 203 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None): argument 229 def _add_timeseries_line(self, axes, label, color, linewidth=1): argument 233 def _add_timeseries_legend(self, axes): argument 242 def _reset_parse_state(self): argument 263 def update(self): argument [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IEnvironmentalReverb.cpp | 41 static SLresult IEnvironmentalReverb_SetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel room) in IEnvironmentalReverb_SetRoomLevel() 71 static SLresult IEnvironmentalReverb_GetRoomLevel(SLEnvironmentalReverbItf self, SLmillibel *pRoom) in IEnvironmentalReverb_GetRoomLevel() 102 SLEnvironmentalReverbItf self, SLmillibel roomHF) in IEnvironmentalReverb_SetRoomHFLevel() 133 SLEnvironmentalReverbItf self, SLmillibel *pRoomHF) in IEnvironmentalReverb_GetRoomHFLevel() 163 SLEnvironmentalReverbItf self, SLmillisecond decayTime) in IEnvironmentalReverb_SetDecayTime() 192 SLEnvironmentalReverbItf self, SLmillisecond *pDecayTime) in IEnvironmentalReverb_GetDecayTime() 222 SLEnvironmentalReverbItf self, SLpermille decayHFRatio) in IEnvironmentalReverb_SetDecayHFRatio() 251 SLEnvironmentalReverbItf self, SLpermille *pDecayHFRatio) in IEnvironmentalReverb_GetDecayHFRatio() 281 SLEnvironmentalReverbItf self, SLmillibel reflectionsLevel) in IEnvironmentalReverb_SetReflectionsLevel() 312 SLEnvironmentalReverbItf self, SLmillibel *pReflectionsLevel) in IEnvironmentalReverb_GetReflectionsLevel() [all …]
|
D | IRecord.cpp | 22 static SLresult IRecord_SetRecordState(SLRecordItf self, SLuint32 state) in IRecord_SetRecordState() 50 static SLresult IRecord_GetRecordState(SLRecordItf self, SLuint32 *pState) in IRecord_GetRecordState() 69 static SLresult IRecord_SetDurationLimit(SLRecordItf self, SLmillisecond msec) in IRecord_SetDurationLimit() 87 static SLresult IRecord_GetPosition(SLRecordItf self, SLmillisecond *pMsec) in IRecord_GetPosition() 116 static SLresult IRecord_RegisterCallback(SLRecordItf self, slRecordCallback callback, in IRecord_RegisterCallback() 132 static SLresult IRecord_SetCallbackEventsMask(SLRecordItf self, SLuint32 eventFlags) in IRecord_SetCallbackEventsMask() 160 static SLresult IRecord_GetCallbackEventsMask(SLRecordItf self, SLuint32 *pEventFlags) in IRecord_GetCallbackEventsMask() 179 static SLresult IRecord_SetMarkerPosition(SLRecordItf self, SLmillisecond mSec) in IRecord_SetMarkerPosition() 207 static SLresult IRecord_ClearMarkerPosition(SLRecordItf self) in IRecord_ClearMarkerPosition() 232 static SLresult IRecord_GetMarkerPosition(SLRecordItf self, SLmillisecond *pMsec) in IRecord_GetMarkerPosition() [all …]
|
/frameworks/base/tools/velocityplot/ |
D | velocityplot.py | 44 def __init__(self, stream): argument 50 def readline(self): argument 78 def __init__(self, adbout): argument 125 def _make_timeseries(self): argument 129 def _add_timeseries_axes(self, index, title, ylabel, ylim, yticks, sharex=None): argument 155 def _add_timeseries_line(self, axes, label, color, linewidth=1): argument 159 def _add_timeseries_legend(self, axes): argument 168 def _reset_parse_state(self): argument 177 def update(self): argument 236 def _scroll(self, timeseries, bottom): argument [all …]
|