Home
last modified time | relevance | path

Searched refs:command_list (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/site_tests/firmware_Mosys/
Dfirmware_Mosys.py38 self.command_list = []
44 self.command_list.append(cmdlst[1])
47 logging.info('Availabe commands: %s', ' '.join(self.command_list))
180 if 'smbios' in self.command_list:
252 if self.faft_config.chrome_usbpd and 'pd' in self.command_list:
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dclient_lib_test.py107 command_list = c_client.list_commands(device['id'])['commands']
108 command_ids = [c['id'] for c in command_list]
/external/autotest/client/site_tests/security_ReservedPrivileges/
Dsecurity_ReservedPrivileges.py15 def reserved_commands(self, command_list): argument
17 for line in command_list:
/external/autotest/site_utils/
Dacts_lib.py520 command_list = [command_setup, env_command, act_cmd]
521 full_command = '; '.join(command_list)
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1785 ID3D11CommandList *command_list, in ExecuteCommandList()