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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 176 # 'command_options' is where we store command options between
180 # command_options = { command_name : { option : (source, value) } }
181 self.command_options = {}
295 dict = self.command_options.get(command)
297 dict = self.command_options[command] = {}
304 commands = self.command_options.keys()
316 opt_dict = self.command_options.get(cmd_name)
408 if 'global' in self.command_options:
409 for (opt, (src, val)) in self.command_options['global'].items():
587 # holding pen, the 'command_options' dictionary
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 176 # 'command_options' is where we store command options between
180 # command_options = { command_name : { option : (source, value) } }
181 self.command_options = {}
295 dict = self.command_options.get(command)
297 dict = self.command_options[command] = {}
304 commands = self.command_options.keys()
316 opt_dict = self.command_options.get(cmd_name)
408 if 'global' in self.command_options:
409 for (opt, (src, val)) in self.command_options['global'].items():
587 # holding pen, the 'command_options' dictionary
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 42 self.distribution.command_options['check'] = check_options
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 42 self.distribution.command_options['check'] = check_options
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 1725 Options *command_options = cmd_obj->GetOptions(); local
    [all...]

Completed in 176 milliseconds