HomeSort by relevance Sort by last modified time
    Searched full:get_command_packages (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 87 self.assertEqual(d.get_command_packages(), ["distutils.command"])
98 self.assertEqual(d.get_command_packages(),
115 self.assertEqual(d.get_command_packages(),
121 self.assertEqual(d.get_command_packages(),
128 self.assertEqual(d.get_command_packages(), ["distutils.command"])
190 cmds = dist.get_command_packages()
196 cmds = dist.get_command_packages()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dist.py 87 self.assertEqual(d.get_command_packages(), ["distutils.command"])
98 self.assertEqual(d.get_command_packages(),
115 self.assertEqual(d.get_command_packages(),
121 self.assertEqual(d.get_command_packages(),
128 self.assertEqual(d.get_command_packages(), ["distutils.command"])
190 cmds = dist.get_command_packages()
196 cmds = dist.get_command_packages()
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 167 # searched for. (Always access using get_command_packages().)
782 def get_command_packages(self): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 167 # searched for. (Always access using get_command_packages().)
782 def get_command_packages(self): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 167 # searched for. (Always access using get_command_packages().)
782 def get_command_packages(self): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 167 # searched for. (Always access using get_command_packages().)
782 def get_command_packages(self): function
    [all...]

Completed in 293 milliseconds