Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/firmware_Mosys/
Dfirmware_Mosys.py35 self.command_list = []
41 self.command_list.append(cmdlst[1])
44 logging.info('Available commands: %s', ' '.join(self.command_list))
163 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/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp296 StringList command_list; in GetCommandLineCommands() local
298 loc_sp->GetLocationOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
300 commands.AppendList(command_list); in GetCommandLineCommands()
DSBBreakpointName.cpp501 StringList command_list; in GetCommandLineCommands() local
503 bp_name->GetOptions().GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
505 commands.AppendList(command_list); in GetCommandLineCommands()
DSBBreakpoint.cpp519 StringList command_list; in GetCommandLineCommands() local
521 bkpt_sp->GetOptions()->GetCommandLineCallbacks(command_list); in GetCommandLineCommands()
523 commands.AppendList(command_list); in GetCommandLineCommands()
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointOptions.h201 bool GetCommandLineCallbacks(StringList &command_list);
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp468 bool BreakpointOptions::GetCommandLineCallbacks(StringList &command_list) { in GetCommandLineCallbacks() argument
478 command_list = data->user_source; in GetCommandLineCallbacks()