Home
last modified time | relevance | path

Searched refs:potential_path (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/utils/
H A Dpath_service.cpp127 std::string potential_path = *path; in GetTestDataDir() local
128 potential_path.append("testing"); in GetTestDataDir()
132 *path = potential_path; in GetTestDataDir()
136 potential_path = *path; in GetTestDataDir()
139 potential_path.append("pdfium"); in GetTestDataDir()
141 potential_path.append("testing"); in GetTestDataDir()
145 *path = potential_path; in GetTestDataDir()
176 *path = potential_path; in GetThirdPartyFilePath()
181 potential_path = *path; in GetThirdPartyFilePath()
184 potential_path.append("pdfium"); in GetThirdPartyFilePath()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/testing/utils/
H A Dpath_service.cpp127 std::string potential_path = *path; in GetTestDataDir() local
128 potential_path.append("testing"); in GetTestDataDir()
129 potential_path.push_back(PATH_SEPARATOR); in GetTestDataDir()
130 potential_path.append("resources"); in GetTestDataDir()
132 *path = potential_path; in GetTestDataDir()
136 potential_path = *path; in GetTestDataDir()
137 potential_path.append("third_party"); in GetTestDataDir()
139 potential_path.append("pdfium"); in GetTestDataDir()
141 potential_path.append("testing"); in GetTestDataDir()
143 potential_path.append("resources"); in GetTestDataDir()
[all …]
/dports/math/vtk6/VTK-6.2.0/Utilities/Maintenance/
H A DArchiveTestingData.py131 potential_path = example_path
134 dir = os.path.join(potential_path, '.git')
136 repository_dir = potential_path
138 previous_path = potential_path
139 potential_path = os.path.split(potential_path)[0]
/dports/math/vtk8/VTK-8.2.0/Utilities/Maintenance/
H A DArchiveTestingData.py131 potential_path = example_path
134 dir = os.path.join(potential_path, '.git')
136 repository_dir = potential_path
138 previous_path = potential_path
139 potential_path = os.path.split(potential_path)[0]
/dports/math/vtk9/VTK-9.1.0/Utilities/Maintenance/
H A DArchiveTestingData.py131 potential_path = example_path
134 dir = os.path.join(potential_path, '.git')
136 repository_dir = potential_path
138 previous_path = potential_path
139 potential_path = os.path.split(potential_path)[0]
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/
H A Dfile_tools.cpp72 for (const QString& potential_path : potential_paths) { in initialize_assets() local
73 if (QFile(potential_path).exists()) { in initialize_assets()
74 assets_path = potential_path; in initialize_assets()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/isort_container/isort/
H A Dsettings.py151 potential_path = os.path.join(current_directory, native_str(name))
152 if os.path.exists(potential_path):
153 editor_config_file = potential_path
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dfind_anomalies.py317 potential_path = '%s/ref' % test.test_path
318 potential_test = utils.TestKey(potential_path).get()
321 potential_path = '%s_ref' % test.test_path
322 potential_test = utils.TestKey(potential_path).get()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/isort/
H A Dsettings.py195 potential_path = os.path.join(current_directory, str(name))
196 if os.path.exists(potential_path):
197 editor_config_file = potential_path
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/QS/regtest-negf-fft/
H A Dli_chain_kp.inp12 @SET potential_path GTH_POTENTIALS
155 POTENTIAL_FILE_NAME ${potential_path}
245 POTENTIAL_FILE_NAME ${potential_path}
316 POTENTIAL_FILE_NAME ${potential_path}
/dports/science/cp2k-data/cp2k-7.1.0/tests/QS/regtest-negf-fft/
H A Dli_chain_kp.inp12 @SET potential_path GTH_POTENTIALS
155 POTENTIAL_FILE_NAME ${potential_path}
245 POTENTIAL_FILE_NAME ${potential_path}
316 POTENTIAL_FILE_NAME ${potential_path}
/dports/emulators/qemu/qemu-6.2.0/meson/mesonbuild/
H A Dprograms.py382 for potential_path in default_names:
383 mlog.debug(f'Trying a default {display_name} fallback at', potential_path)
384 yield ExternalProgram(potential_path, silent=True)
/dports/devel/meson/meson-0.60.3/mesonbuild/
H A Dprograms.py380 for potential_path in default_names:
381 mlog.debug(f'Trying a default {display_name} fallback at', potential_path)
382 yield ExternalProgram(potential_path, silent=True)
/dports/devel/meson/stage/usr/local/lib/python3.8/site-packages/mesonbuild/
H A Dprograms.py380 for potential_path in default_names:
381 mlog.debug(f'Trying a default {display_name} fallback at', potential_path)
382 yield ExternalProgram(potential_path, silent=True)
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/mesonbuild/
H A Dprograms.py382 for potential_path in default_names:
383 mlog.debug(f'Trying a default {display_name} fallback at', potential_path)
384 yield ExternalProgram(potential_path, silent=True)
/dports/devel/meson/meson-0.60.3/build/lib/mesonbuild/
H A Dprograms.py380 for potential_path in default_names:
381 mlog.debug(f'Trying a default {display_name} fallback at', potential_path)
382 yield ExternalProgram(potential_path, silent=True)
/dports/shells/fish/fish-3.3.1/src/
H A Dhistory.cpp1308 static bool string_could_be_path(const wcstring &potential_path) { in string_could_be_path() argument
1310 return !(potential_path.empty() || potential_path.at(0) == L'-'); in string_could_be_path()
1365 wcstring potential_path = arg->source(str); in add_pending_with_file_detection() local
1366 if (string_could_be_path(potential_path)) { in add_pending_with_file_detection()
1367 potential_paths.push_back(std::move(potential_path)); in add_pending_with_file_detection()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/QS/regtest-negf/
H A Dli_chain.inp12 @SET potential_path GTH_POTENTIALS
155 POTENTIAL_FILE_NAME ${potential_path}
/dports/science/cp2k-data/cp2k-7.1.0/tests/QS/regtest-negf/
H A Dli_chain.inp12 @SET potential_path GTH_POTENTIALS
155 POTENTIAL_FILE_NAME ${potential_path}
/dports/emulators/qemu60/qemu-6.0.0/meson/mesonbuild/dependencies/
H A Dbase.py84 potential_path = env.lookup_binary_entry(for_machine, name)
85 if potential_path is not None:
87 'or env var as {}'.format(display_name, for_machine, potential_path))
88 yield ExternalProgram.from_entry(name, potential_path)
96 for potential_path in default_names:
97 mlog.debug('Trying a default {} fallback at'.format(display_name), potential_path)
98 yield ExternalProgram(potential_path, silent=True)
/dports/emulators/qemu5/qemu-5.2.0/meson/mesonbuild/dependencies/
H A Dbase.py84 potential_path = env.lookup_binary_entry(for_machine, name)
85 if potential_path is not None:
87 'or env var as {}'.format(display_name, for_machine, potential_path))
88 yield ExternalProgram.from_entry(name, potential_path)
96 for potential_path in default_names:
97 mlog.debug('Trying a default {} fallback at'.format(display_name), potential_path)
98 yield ExternalProgram(potential_path, silent=True)