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:251 if '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:
632 const base::ListValue* command_list = nullptr; in SetUp() local633 ASSERT_TRUE(commands_json->GetAsList(&command_list)); in SetUp()634 PublishCommands(*command_list); in SetUp()
1785 ID3D11CommandList *command_list, in ExecuteCommandList()