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

  /external/iproute2/lib/
fs.c 144 int get_command_name(const char *pid, char *comm, size_t len) function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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))
  /external/python/cpython2/Lib/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))
  /external/python/cpython3/Lib/distutils/
cmd.py 154 header = "command options for '%s':" % self.get_command_name()
265 def get_command_name(self): member in class:Command
332 log.warn("warning: %s: %s\n", self.get_command_name(), msg)
  /prebuilts/gdb/darwin-x86/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))
  /prebuilts/gdb/linux-x86/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))
  /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))
  /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))

Completed in 248 milliseconds