Home
last modified time | relevance | path

Searched refs:candidate_path (Results 1 – 25 of 74) sorted by relevance

123

/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/provider/
H A D__init__.py37 candidate_path = path
42 if provider_class.is_content_root(candidate_path):
43 return provider_class(candidate_path)
48 parent_path = os.path.dirname(candidate_path)
50 if parent_path == candidate_path:
53 candidate_path = parent_path
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/provider/
H A D__init__.py37 candidate_path = path
42 if provider_class.is_content_root(candidate_path):
43 return provider_class(candidate_path)
48 parent_path = os.path.dirname(candidate_path)
50 if parent_path == candidate_path:
53 candidate_path = parent_path
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/provider/
H A D__init__.py38 candidate_path = path
43 if provider_class.is_content_root(candidate_path):
44 return provider_class(candidate_path)
49 parent_path = os.path.dirname(candidate_path)
51 if parent_path == candidate_path:
54 candidate_path = parent_path
/dports/www/firefox-esr/firefox-91.8.0/js/src/tests/
H A Dcompare_bench.py59 def main(candidate_path, baseline_path): argument
60 candidate_file, baseline_file = open(candidate_path), open(baseline_path)
72 candidate_path = args.pop(0)
79 main(candidate_path, baseline_path)
/dports/www/firefox/firefox-99.0/js/src/tests/
H A Dcompare_bench.py59 def main(candidate_path, baseline_path): argument
60 candidate_file, baseline_file = open(candidate_path), open(baseline_path)
72 candidate_path = args.pop(0)
79 main(candidate_path, baseline_path)
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/tests/
H A Dcompare_bench.py59 def main(candidate_path, baseline_path): argument
60 candidate_file, baseline_file = open(candidate_path), open(baseline_path)
72 candidate_path = args.pop(0)
79 main(candidate_path, baseline_path)
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/tests/
H A Dcompare_bench.py57 def main(candidate_path, baseline_path): argument
58 candidate_file, baseline_file = open(candidate_path), open(baseline_path)
70 candidate_path = args.pop(0)
77 main(candidate_path, baseline_path)
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/tests/
H A Dcompare_bench.py57 def main(candidate_path, baseline_path): argument
58 candidate_file, baseline_file = open(candidate_path), open(baseline_path)
70 candidate_path = args.pop(0)
77 main(candidate_path, baseline_path)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/tests/
H A Dcompare_bench.py57 def main(candidate_path, baseline_path): argument
58 candidate_file, baseline_file = open(candidate_path), open(baseline_path)
70 candidate_path = args.pop(0)
77 main(candidate_path, baseline_path)
/dports/cad/opencascade/opencascade-7.6.0/adm/cmake/
H A Dflex.cmake21 foreach (candidate_path ${FLEX_PATHS})
22 if (IS_DIRECTORY ${candidate_path})
23 list (APPEND CMAKE_PROGRAM_PATH ${candidate_path})
24 list (APPEND CMAKE_INCLUDE_PATH ${candidate_path})
H A Dbison.cmake18 foreach (candidate_path ${BISON_PATHS})
19 if (IS_DIRECTORY ${candidate_path})
20 list (APPEND CMAKE_PROGRAM_PATH ${candidate_path})
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Bindings/Python/mlir/
H A D_dlloader.py48 candidate_path = os.path.join(search_dir, dll_basename)
49 if os.path.exists(candidate_path):
50 found_path = candidate_path
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Bindings/Python/mlir/
H A D_dlloader.py48 candidate_path = os.path.join(search_dir, dll_basename)
49 if os.path.exists(candidate_path):
50 found_path = candidate_path
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/python/mlir/
H A D_dlloader.py48 candidate_path = os.path.join(search_dir, dll_basename)
49 if os.path.exists(candidate_path):
50 found_path = candidate_path
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/python/mlir/
H A D_dlloader.py48 candidate_path = os.path.join(search_dir, dll_basename)
49 if os.path.exists(candidate_path):
50 found_path = candidate_path
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/python/mlir/
H A D_dlloader.py48 candidate_path = os.path.join(search_dir, dll_basename)
49 if os.path.exists(candidate_path):
50 found_path = candidate_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/sdk/
H A Dbuild_tools.py34 candidate_path = os.path.join(build_tools_path, build_tool)
35 if not os.path.exists(candidate_path):
39 return candidate_path
/dports/devel/py-pythran/pythran-0.11.0/omp/
H A D__init__.py96 candidate_path = os.path.join(
100 if os.path.isfile(candidate_path):
101 libomp_path = candidate_path
/dports/cad/cura/Cura-58bae31/
H A Drun_mypy.py25 candidate_path = os.path.join(path, exe_name)
26 if os.path.exists(candidate_path):
27 result = candidate_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/benchmarks/
H A Dblink_perf.py72 for candidate_path in os.listdir(dir_path):
73 if candidate_path == 'resources':
75 candidate_path = os.path.join(dir_path, candidate_path)
76 if candidate_path.startswith(skipped):
78 if os.path.isdir(candidate_path):
79 _AddDir(candidate_path, skipped)
81 _AddPage(candidate_path)
/dports/devel/awscli/awscli-1.20.61/awscli/customizations/eks/
H A Dupdate_kubeconfig.py210 for candidate_path in self._paths:
212 loaded_config = self._loader.load_kubeconfig(candidate_path)
216 candidate_path
220 LOG.warning("Passing {0}:{1}".format(candidate_path, e))
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Diosconfig.py358 candidate_path=None, argument
398 candidate_tree = tree(config=candidate_config, path=candidate_path, saltenv=saltenv)
405 candidate_path=None, argument
445 config=candidate_config, path=candidate_path, saltenv=saltenv
/dports/cad/uranium/Uranium-3ed9c4de/
H A Drun_mypy.py26 candidate_path = os.path.join(path, exe_name)
27 if os.path.exists(candidate_path):
28 result = candidate_path
/dports/devel/py-z3c.autoinclude/z3c.autoinclude-0.3.6/src/z3c/autoinclude/
H A Ddependency.py32 candidate_path = os.path.join(
34 if os.path.isfile(candidate_path):
/dports/sysutils/vector/vector-0.10.0/lib/file-source/src/paths_provider/
H A Dglob.rs59 .filter(|candidate_path: &PathBuf| -> bool { in paths()
61 let candidate_path_str = candidate_path.to_str().unwrap(); in paths()

123