Home
last modified time | relevance | path

Searched refs:command_name (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py869 command_name = command_obj.get_command_name()
871 option_dict = self.get_option_dict(command_name)
874 self.announce(" setting options for '%s' command:" % command_name)
899 % (source, command_name, option))
924 command_name = command
925 command = self.get_command_obj(command_name)
927 command_name = command.get_command_name()
933 self.have_run[command_name] = 0
Dcmd.py276 return self.command_name
/device/google/contexthub/util/nanotool/
Dnanotool.cpp63 static NanotoolCommand StrToCommand(const char *command_name) { in StrToCommand() argument
77 if (!command_name) { in StrToCommand()
86 if (name.compare(command_name) == 0) { in StrToCommand()