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

1 2

  /test/framework/harnesses/host_controller/campaigns/
vts.py 117 sub_commands = []
126 sub_commands.append(new_cmd_list)
127 result.append(sub_commands)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build.py 143 sub_commands = [('build_py', has_pure_modules), variable in class:build
register.py 31 sub_commands = [('check', lambda self: True)] variable in class:register
sdist.py 100 sub_commands = [('check', checking_metadata)] variable in class:sdist
  /external/python/cpython2/Lib/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
  /external/python/cpython3/Lib/distutils/command/
build.py 153 sub_commands = [('build_py', has_pure_modules), variable in class:build
register.py 29 sub_commands = [('check', lambda self: True)] variable in class:register
  /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
  /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
  /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
  /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
  /external/python/cpython3/Lib/distutils/tests/
test_core.py 43 sub_commands = _install.sub_commands + ['cmd']
98 self.assertIn('cmd', install.sub_commands)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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:
  /external/python/cpython2/Lib/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:
  /external/python/cpython3/Lib/distutils/
cmd.py 28 # 'sub_commands' formalizes the notion of a "family" of commands,
31 # defines 'sub_commands' as a class attribute; it's a list of
39 # 'sub_commands' is usually defined at the *end* of a class, because
42 sub_commands = [] variable in class:Command
318 'sub_commands' class attribute: each tuple in that list may include
323 for (cmd_name, method) in self.sub_commands:
  /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 1001 milliseconds

1 2