HomeSort by relevance Sort by last modified time
    Searched refs:get_command_name (Results 1 - 5 of 5) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 156 header = "command options for '%s':" % self.get_command_name()
274 def get_command_name(self): member in class:Command
346 (self.get_command_name(), msg))
dist.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 156 header = "command options for '%s':" % self.get_command_name()
274 def get_command_name(self): member in class:Command
346 (self.get_command_name(), msg))
dist.py     [all...]
  /external/qemu/hw/
goldfish_mmc.c 164 static const char* get_command_name(int command)
221 // fprintf(stderr, "goldfish_mmc_do_command opcode: %s (0x%04X), arg: %d\n", get_command_name(opcode), cmd, arg);

Completed in 116 milliseconds