Searched refs:command_list (Results 1 – 5 of 5) sorted by relevance
38 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:
107 command_list = c_client.list_commands(device['id'])['commands']108 command_ids = [c['id'] for c in command_list]
15 def reserved_commands(self, command_list): argument17 for line in command_list:
520 command_list = [command_setup, env_command, act_cmd]521 full_command = '; '.join(command_list)
1785 ID3D11CommandList *command_list, in ExecuteCommandList()