| /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_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_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_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_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_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_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
|
| D | test_reduction_combiner.py | 53 def _delete_breakpoints(self): argument 59 def setup(self, android): argument 79 def teardown(self, android): argument 86 def test_setup(self): argument 101 def test_function_role_breakpoints_combinations(self): argument 109 def test_reduction_breakpoint_set_single_type_user_comb(self): argument 123 def test_reduction_breakpoint_set_single_type_auto_comb(self): argument
|
| /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/base/startop/scripts/app_startup/lib/ |
| D | data_frame.py | 6 def __init__(self, data: Dict[str, List[object]] = {}): argument 35 def concat_rows(self, other: 'DataFrame') -> None: argument 50 def _append_row(self, headers: List[str], data: List[object]): argument 58 def __repr__(self): argument 75 def __eq__(self, other): argument 83 def headers(self) -> List[str]: argument 87 def data_table(self) -> List[List[object]]: argument 91 def data_table_transposed(self) -> List[List[object]]: argument 95 def data_row_len(self) -> int: argument 98 def data_row_at(self, idx) -> List[object]: 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/base/api/ |
| D | api_versions_trimmer_unittests.py | 64 def setUp(self): argument 68 def test_read_classes(self): argument 77 def test_read_classes_ignore_dex(self): argument 88 def test_read_classes_ignore_manifest(self): argument 98 def test_filter_method_signature(self): argument 108 def test_filter_method_signature_with_L_in_method(self): argument 118 def test_filter_method_signature_with_L_in_class(self): argument 128 def test_filter_method_signature_with_inner_class(self): argument 138 def _run_filter_db_test(self, database_str, expected): argument 162 def test_filter_lint_database_updates_method_signature_params(self): 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/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 …]
|
| D | IAudioIODeviceCapabilities.cpp | 25 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumInputs, SLuint32 *pInputDeviceIDs) in IAudioIODeviceCapabilities_GetAvailableAudioInputs() 48 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioInputDescriptor *pDescriptor) in IAudioIODeviceCapabilities_QueryAudioInputCapabilities() 71 SLAudioIODeviceCapabilitiesItf self, slAvailableAudioInputsChangedCallback callback, in IAudioIODeviceCapabilities_RegisterAvailableAudioInputsChangedCallback() 88 SLAudioIODeviceCapabilitiesItf self, SLint32 *pNumOutputs, SLuint32 *pOutputDeviceIDs) in IAudioIODeviceCapabilities_GetAvailableAudioOutputs() 114 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, SLAudioOutputDescriptor *pDescriptor) in IAudioIODeviceCapabilities_QueryAudioOutputCapabilities() 141 SLAudioIODeviceCapabilitiesItf self, slAvailableAudioOutputsChangedCallback callback, in IAudioIODeviceCapabilities_RegisterAvailableAudioOutputsChangedCallback() 158 SLAudioIODeviceCapabilitiesItf self, slDefaultDeviceIDMapChangedCallback callback, in IAudioIODeviceCapabilities_RegisterDefaultDeviceIDMapChangedCallback() 175 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, in IAudioIODeviceCapabilities_GetAssociatedAudioInputs() 193 SLAudioIODeviceCapabilitiesItf self, SLuint32 deviceID, in IAudioIODeviceCapabilities_GetAssociatedAudioOutputs() 211 SLAudioIODeviceCapabilitiesItf self, SLuint32 defaultDeviceID, in IAudioIODeviceCapabilities_GetDefaultAudioDevices() [all …]
|
| D | I3DSource.cpp | 22 static SLresult I3DSource_SetHeadRelative(SL3DSourceItf self, SLboolean headRelative) in I3DSource_SetHeadRelative() 36 static SLresult I3DSource_GetHeadRelative(SL3DSourceItf self, SLboolean *pHeadRelative) in I3DSource_GetHeadRelative() 55 static SLresult I3DSource_SetRolloffDistances(SL3DSourceItf self, in I3DSource_SetRolloffDistances() 76 static SLresult I3DSource_GetRolloffDistances(SL3DSourceItf self, in I3DSource_GetRolloffDistances() 97 static SLresult I3DSource_SetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean mute) in I3DSource_SetRolloffMaxDistanceMute() 111 static SLresult I3DSource_GetRolloffMaxDistanceMute(SL3DSourceItf self, SLboolean *pMute) in I3DSource_GetRolloffMaxDistanceMute() 130 static SLresult I3DSource_SetRolloffFactor(SL3DSourceItf self, SLpermille rolloffFactor) in I3DSource_SetRolloffFactor() 148 static SLresult I3DSource_GetRolloffFactor(SL3DSourceItf self, SLpermille *pRolloffFactor) in I3DSource_GetRolloffFactor() 163 static SLresult I3DSource_SetRoomRolloffFactor(SL3DSourceItf self, SLpermille roomRolloffFactor) in I3DSource_SetRoomRolloffFactor() 181 static SLresult I3DSource_GetRoomRolloffFactor(SL3DSourceItf self, SLpermille *pRoomRolloffFactor) in I3DSource_GetRoomRolloffFactor() [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 …]
|