/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
support.py | 17 proj_dir = os.path.normpath(os.path.join(test_dir, ".."))
variable 49 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/external/python/cpython2/Lib/lib2to3/tests/ |
support.py | 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable 49 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/external/python/cpython3/Lib/lib2to3/tests/ |
support.py | 15 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable 47 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable 49 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable 49 for dirpath, dirnames, filenames in os.walk(proj_dir):
|
/tools/repohooks/ |
pre-upload.py | 217 def _run_project_hooks(project_name, proj_dir=None, 223 proj_dir: If non-None, this is the directory the project is in. If None, 232 if proj_dir is None: 246 proj_dir = proj_dirs[0] 250 os.chdir(proj_dir) 268 'REPO_PATH': proj_dir, 275 project = rh.Project(name=project_name, dir=proj_dir, remote=remote) 337 if not _run_project_hooks(project, proj_dir=worktree): 407 if _run_project_hooks(opts.project, proj_dir=opts.dir,
|