/external/autotest/client/cros/ |
factory_setup_modules.py | 14 extra_path = ([os.path.join(sysroot, 'usr/local/factory/py_pkg')] variable 27 *imp.find_module('cros/factory', sys.path + extra_path))
|
/external/fonttools/ |
setup.py | 82 extra_path = 'FontTools',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 127 dist = Distribution({'name': 'xx', 'extra_path': 'path,dirs'}) 132 self.assertEqual(cmd.extra_path, ['path', 'dirs']) 137 cmd.extra_path = ['path'] 139 self.assertEqual(cmd.extra_path, ['path']) 144 dist.extra_path = cmd.extra_path = None 146 self.assertEqual(cmd.extra_path, None) 151 cmd.extra_path = 'path,dirs,again'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_install.py | 127 dist = Distribution({'name': 'xx', 'extra_path': 'path,dirs'}) 132 self.assertEqual(cmd.extra_path, ['path', 'dirs']) 137 cmd.extra_path = ['path'] 139 self.assertEqual(cmd.extra_path, ['path']) 144 dist.extra_path = cmd.extra_path = None 146 self.assertEqual(cmd.extra_path, None) 151 cmd.extra_path = 'path,dirs,again'
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
install.py | 226 # 'extra_path' comes from the setup file; 'install_path_file' can 232 self.extra_path = None 393 # have to deal with 'extra_path', which is the hack for allowing 546 if self.extra_path is None: 547 self.extra_path = self.distribution.extra_path 549 if self.extra_path is not None: 550 if type(self.extra_path) is StringType: 551 self.extra_path = string.split(self.extra_path, ',') [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
install.py | 226 # 'extra_path' comes from the setup file; 'install_path_file' can 232 self.extra_path = None 393 # have to deal with 'extra_path', which is the hack for allowing 546 if self.extra_path is None: 547 self.extra_path = self.distribution.extra_path 549 if self.extra_path is not None: 550 if type(self.extra_path) is StringType: 551 self.extra_path = string.split(self.extra_path, ',') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 226 # 'extra_path' comes from the setup file; 'install_path_file' can 232 self.extra_path = None 393 # have to deal with 'extra_path', which is the hack for allowing 546 if self.extra_path is None: 547 self.extra_path = self.distribution.extra_path 549 if self.extra_path is not None: 550 if type(self.extra_path) is StringType: 551 self.extra_path = string.split(self.extra_path, ',') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install.py | 226 # 'extra_path' comes from the setup file; 'install_path_file' can 232 self.extra_path = None 393 # have to deal with 'extra_path', which is the hack for allowing 546 if self.extra_path is None: 547 self.extra_path = self.distribution.extra_path 549 if self.extra_path is not None: 550 if type(self.extra_path) is StringType: 551 self.extra_path = string.split(self.extra_path, ',') [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
dist.py | 206 self.extra_path = None [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
dist.py | 206 self.extra_path = None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 206 self.extra_path = None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 206 self.extra_path = None [all...] |