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

  /external/autotest/server/
site_server_job.py 90 sub_commands = []
105 sub_commands.append(subcommand.subcommand(mw.run,
142 subcommand.parallel(sub_commands)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build.py 143 sub_commands = [('build_py', has_pure_modules), variable in class:build
register.py 30 sub_commands = [('check', lambda self: True)] variable in class:register
sdist.py 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
install.py 700 # 'sub_commands': a list of commands this command might have to run to
702 sub_commands = [('install_lib', has_lib), variable in class:install
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build.py 143 sub_commands = [('build_py', has_pure_modules), variable in class:build
register.py 30 sub_commands = [('check', lambda self: True)] variable in class:register
sdist.py 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
install.py 700 # 'sub_commands': a list of commands this command might have to run to
702 sub_commands = [('install_lib', has_lib), variable in class:install
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build.py 143 sub_commands = [('build_py', has_pure_modules), variable in class:build
register.py 30 sub_commands = [('check', lambda self: True)] variable in class:register
sdist.py 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
install.py 700 # 'sub_commands': a list of commands this command might have to run to
702 sub_commands = [('install_lib', has_lib), variable in class:install
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build.py 143 sub_commands = [('build_py', has_pure_modules), variable in class:build
register.py 30 sub_commands = [('check', lambda self: True)] variable in class:register
sdist.py 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
install.py 700 # 'sub_commands': a list of commands this command might have to run to
702 sub_commands = [('install_lib', has_lib), variable in class:install
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cmd.py 30 # 'sub_commands' formalizes the notion of a "family" of commands,
33 # defines 'sub_commands' as a class attribute; it's a list of
41 # 'sub_commands' is usually defined at the *end* of a class, because
44 sub_commands = [] variable in class:Command
331 'sub_commands' class attribute: each tuple in that list may include
336 for (cmd_name, method) in self.sub_commands:
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cmd.py 30 # 'sub_commands' formalizes the notion of a "family" of commands,
33 # defines 'sub_commands' as a class attribute; it's a list of
41 # 'sub_commands' is usually defined at the *end* of a class, because
44 sub_commands = [] variable in class:Command
331 'sub_commands' class attribute: each tuple in that list may include
336 for (cmd_name, method) in self.sub_commands:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 30 # 'sub_commands' formalizes the notion of a "family" of commands,
33 # defines 'sub_commands' as a class attribute; it's a list of
41 # 'sub_commands' is usually defined at the *end* of a class, because
44 sub_commands = [] variable in class:Command
331 'sub_commands' class attribute: each tuple in that list may include
336 for (cmd_name, method) in self.sub_commands:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 30 # 'sub_commands' formalizes the notion of a "family" of commands,
33 # defines 'sub_commands' as a class attribute; it's a list of
41 # 'sub_commands' is usually defined at the *end* of a class, because
44 sub_commands = [] variable in class:Command
331 'sub_commands' class attribute: each tuple in that list may include
336 for (cmd_name, method) in self.sub_commands:

Completed in 520 milliseconds