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

  /external/python/cpython3/Lib/test/
test_modulefinder.py 248 def _do_test(self, info, report=False, debug=0, replace_paths=[]):
253 replace_paths=replace_paths)
317 replace_paths=[(old_path, new_path)])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
freeze.py 122 replace_paths = [] # settable with -r option
200 replace_paths.append( (f,r) )
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
  /external/python/cpython2/Tools/freeze/
freeze.py 122 replace_paths = [] # settable with -r option
200 replace_paths.append( (f,r) )
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
  /external/python/cpython3/Tools/freeze/
freeze.py 122 replace_paths = [] # settable with -r option
198 replace_paths.append( (f,r) )
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
modulefinder.py 77 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]):
86 self.replace_paths = replace_paths
302 if self.replace_paths:
584 for f, r in self.replace_paths:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
modulefinder.py 77 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]):
86 self.replace_paths = replace_paths
302 if self.replace_paths:
582 for f, r in self.replace_paths:
  /external/python/cpython2/Lib/
modulefinder.py 96 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]):
105 self.replace_paths = replace_paths
321 if self.replace_paths:
590 for f, r in self.replace_paths:
  /external/python/cpython3/Lib/
modulefinder.py 72 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]):
81 self.replace_paths = replace_paths
301 if self.replace_paths:
543 for f, r in self.replace_paths:

Completed in 885 milliseconds