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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
install.py 517 path_file = extra_dirs = self.extra_path[0]
519 (path_file, extra_dirs) = self.extra_path
530 path_file = None
533 # XXX should we warn if path_file and not extra_dirs? (in which
535 self.path_file = path_file
577 if self.path_file:
596 not (self.path_file and self.install_path_file) and
607 self.path_file + ".pth")
629 if self.path_file and self.install_path_file:
    [all...]
  /external/python/cpython2/Lib/distutils/command/
install.py 517 path_file = extra_dirs = self.extra_path[0]
519 (path_file, extra_dirs) = self.extra_path
530 path_file = None
533 # XXX should we warn if path_file and not extra_dirs? (in which
535 self.path_file = path_file
577 if self.path_file:
596 not (self.path_file and self.install_path_file) and
607 self.path_file + ".pth")
629 if self.path_file and self.install_path_file
    [all...]
  /external/python/cpython3/Lib/distutils/command/
install.py 490 """Set `path_file` and `extra_dirs` using `extra_path`."""
503 path_file = extra_dirs = self.extra_path[0]
505 path_file, extra_dirs = self.extra_path
515 path_file = None
518 # XXX should we warn if path_file and not extra_dirs? (in which
520 self.path_file = path_file
559 if self.path_file:
578 not (self.path_file and self.install_path_file) and
588 self.path_file + ".pth"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
install.py 554 path_file = extra_dirs = self.extra_path[0]
556 (path_file, extra_dirs) = self.extra_path
567 path_file = None
570 # XXX should we warn if path_file and not extra_dirs? (in which
572 self.path_file = path_file
614 if self.path_file:
633 not (self.path_file and self.install_path_file) and
644 self.path_file + ".pth")
666 if self.path_file and self.install_path_file
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
install.py 554 path_file = extra_dirs = self.extra_path[0]
556 (path_file, extra_dirs) = self.extra_path
567 path_file = None
570 # XXX should we warn if path_file and not extra_dirs? (in which
572 self.path_file = path_file
614 if self.path_file:
633 not (self.path_file and self.install_path_file) and
644 self.path_file + ".pth")
666 if self.path_file and self.install_path_file
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 554 path_file = extra_dirs = self.extra_path[0]
556 (path_file, extra_dirs) = self.extra_path
567 path_file = None
570 # XXX should we warn if path_file and not extra_dirs? (in which
572 self.path_file = path_file
614 if self.path_file:
633 not (self.path_file and self.install_path_file) and
644 self.path_file + ".pth")
666 if self.path_file and self.install_path_file
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 554 path_file = extra_dirs = self.extra_path[0]
556 (path_file, extra_dirs) = self.extra_path
567 path_file = None
570 # XXX should we warn if path_file and not extra_dirs? (in which
572 self.path_file = path_file
614 if self.path_file:
633 not (self.path_file and self.install_path_file) and
644 self.path_file + ".pth")
666 if self.path_file and self.install_path_file
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_install.py 132 self.assertEqual(cmd.path_file, 'path')
139 self.assertEqual(cmd.path_file, 'path')
146 self.assertEqual(cmd.path_file, None)
  /external/python/cpython3/Lib/distutils/tests/
test_install.py 131 self.assertEqual(cmd.path_file, 'path')
138 self.assertEqual(cmd.path_file, 'path')
145 self.assertEqual(cmd.path_file, None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 134 self.assertEqual(cmd.path_file, 'path')
141 self.assertEqual(cmd.path_file, 'path')
148 self.assertEqual(cmd.path_file, None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install.py 134 self.assertEqual(cmd.path_file, 'path')
141 self.assertEqual(cmd.path_file, 'path')
148 self.assertEqual(cmd.path_file, None)

Completed in 128 milliseconds