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:
251 if '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/libweave/src/
Ddevice_registration_info_unittest.cc632 const base::ListValue* command_list = nullptr; in SetUp() local
633 ASSERT_TRUE(commands_json->GetAsList(&command_list)); in SetUp()
634 PublishCommands(*command_list); in SetUp()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1785 ID3D11CommandList *command_list, in ExecuteCommandList()