Home
last modified time | relevance | path

Searched refs:all_paths (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/tests/misc/
H A Dglob.c17 static const char *all_paths[] = {"glob.err", "glob.out", "home", "space dir", "space dir/xyz"}; in test_glob_minimalist() local
22 if (gdata.gl_pathc != sizeof(all_paths) / sizeof(*all_paths)) { in test_glob_minimalist()
26 if (strcmp(all_paths[i], gdata.gl_pathv[i])) { in test_glob_minimalist()
27 terror("ast_glob() %d expect != actual: |%s| != |%s|", i, all_paths[i], in test_glob_minimalist()
36 if (strcmp(all_paths[3], gdata.gl_pathv[0])) { in test_glob_minimalist()
45 if (strcmp(all_paths[i], gdata.gl_pathv[i])) { in test_glob_minimalist()
46 terror("ast_glob() %d expect != actual: |%s| != |%s|", i, all_paths[i], in test_glob_minimalist()
56 static const char *all_paths[] = {"space dir/xyz"}; in test_glob_complete() local
63 if (gdata.gl_pathc != sizeof(all_paths) / sizeof(*all_paths)) { in test_glob_complete()
67 if (strcmp(all_paths[i], gdata.gl_pathv[i])) { in test_glob_complete()
[all …]
/dports/sysutils/py-docker/docker-5.0.3/tests/unit/
H A Dutils_build_test.py64 all_paths = set(dirs + files) variable in ExcludePathsTest
92 self.all_paths
147 self.all_paths - {
201 self.all_paths - {
209 self.all_paths - {
217 self.all_paths - {
225 self.all_paths - {
235 self.all_paths - {
242 self.all_paths - {
262 self.all_paths - {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/config/tests/
H A Dtest_mozbuild_reading.py51 all_paths = self._mozbuilds(reader)
52 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
53 self.assertEqual(set(paths), all_paths)
67 all_paths = self._mozbuilds(reader)
68 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
69 self.assertEqual(set(paths.keys()), all_paths)
89 all_paths = self._mozbuilds(reader)
90 _, contexts = reader.read_relevant_mozbuilds(all_paths)
/dports/www/firefox/firefox-99.0/config/tests/
H A Dtest_mozbuild_reading.py51 all_paths = self._mozbuilds(reader)
52 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
53 self.assertEqual(set(paths), all_paths)
67 all_paths = self._mozbuilds(reader)
68 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
69 self.assertEqual(set(paths.keys()), all_paths)
89 all_paths = self._mozbuilds(reader)
90 _, contexts = reader.read_relevant_mozbuilds(all_paths)
/dports/mail/thunderbird/thunderbird-91.8.0/config/tests/
H A Dtest_mozbuild_reading.py51 all_paths = self._mozbuilds(reader)
52 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
53 self.assertEqual(set(paths), all_paths)
67 all_paths = self._mozbuilds(reader)
68 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
69 self.assertEqual(set(paths.keys()), all_paths)
89 all_paths = self._mozbuilds(reader)
90 _, contexts = reader.read_relevant_mozbuilds(all_paths)
/dports/lang/spidermonkey60/firefox-60.9.0/config/tests/
H A Dtest_mozbuild_reading.py50 all_paths = self._mozbuilds(reader)
51 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
52 self.assertEqual(set(paths), all_paths)
66 all_paths = self._mozbuilds(reader)
67 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
68 self.assertEqual(set(paths.keys()), all_paths)
89 all_paths = self._mozbuilds(reader)
90 _, contexts = reader.read_relevant_mozbuilds(all_paths)
/dports/www/firefox-legacy/firefox-52.8.0esr/config/tests/
H A Dtest_mozbuild_reading.py50 all_paths = self._mozbuilds(reader)
51 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
52 self.assertEqual(set(paths), all_paths)
66 all_paths = self._mozbuilds(reader)
67 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
68 self.assertEqual(set(paths.keys()), all_paths)
89 all_paths = self._mozbuilds(reader)
90 _, contexts = reader.read_relevant_mozbuilds(all_paths)
/dports/lang/spidermonkey78/firefox-78.9.0/config/tests/
H A Dtest_mozbuild_reading.py51 all_paths = self._mozbuilds(reader)
52 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
53 self.assertEqual(set(paths), all_paths)
67 all_paths = self._mozbuilds(reader)
68 paths, contexts = reader.read_relevant_mozbuilds(all_paths)
69 self.assertEqual(set(paths.keys()), all_paths)
89 all_paths = self._mozbuilds(reader)
90 _, contexts = reader.read_relevant_mozbuilds(all_paths)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/
H A Dminidump_unittest.py63 all_paths = self._browser.GetAllMinidumpPaths()
64 if all_paths is not None:
65 logging.info('testSymbolizeMinidump: all paths ' + ''.join(all_paths))
108 all_paths = self._browser.GetAllMinidumpPaths()
109 if all_paths is not None:
111 + ''.join(all_paths))
115 if len(all_paths) != 1:
117 self.assertEquals(len(all_paths), 1)
118 self.assertEqual(all_paths[0], first_crash_path)
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dissue2496-output-of-whatsnew-with-file-arguments.sh6 echo added >> ../all_paths
7 echo not-added >> ../all_paths
8 echo recorded >> ../all_paths
9 echo removed >> ../all_paths
10 echo not-existing >> ../all_paths
11 echo /not-repo-path >> ../all_paths
H A Dissue2494-output-of-record-with-file-arguments.sh6 echo added >> ../all_paths
7 echo not-added >> ../all_paths
8 echo recorded >> ../all_paths
9 echo removed >> ../all_paths
10 echo not-existing >> ../all_paths
11 echo /not-repo-path >> ../all_paths
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/rootcheck/
H A Dcheck_rc_trojans.c26 const char *(all_paths[]) = {"bin", "sbin", "usr/bin", "usr/sbin", NULL}; in check_rc_trojans() local
28 const char *(all_paths[]) = {"C:\\Windows\\", "D:\\Windows\\", NULL}; in check_rc_trojans() local
79 while (all_paths[i] != NULL) { in check_rc_trojans()
82 all_paths[i], in check_rc_trojans()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/rootcheck/
H A Dcheck_rc_trojans.c26 const char *(all_paths[]) = {"bin", "sbin", "usr/bin", "usr/sbin", NULL}; in check_rc_trojans() local
28 const char *(all_paths[]) = {"C:\\Windows\\", "D:\\Windows\\", NULL}; in check_rc_trojans() local
79 while (all_paths[i] != NULL) { in check_rc_trojans()
82 all_paths[i], in check_rc_trojans()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/rootcheck/
H A Dcheck_rc_trojans.c26 const char *(all_paths[]) = {"bin", "sbin", "usr/bin", "usr/sbin", NULL}; in check_rc_trojans() local
28 const char *(all_paths[]) = {"C:\\Windows\\", "D:\\Windows\\", NULL}; in check_rc_trojans() local
79 while (all_paths[i] != NULL) { in check_rc_trojans()
82 all_paths[i], in check_rc_trojans()
/dports/devel/py-docker-py/docker-py-1.7.2/tests/unit/
H A Dutils_test.py740 all_paths = set(dirs + files) variable in ExcludePathsTest
752 assert self.exclude(['']) == self.all_paths
786 assert self.exclude(['a.py']) == self.all_paths - set(['a.py'])
794 assert self.exclude(['*.py']) == self.all_paths - set([
804 assert self.exclude(['*.*', '!*.go']) == self.all_paths - set([
818 assert self.exclude(['foo/*.py']) == self.all_paths - set([
823 assert self.exclude(['*/a.py']) == self.all_paths - set([
828 assert self.exclude(['*/*.py']) == self.all_paths - set([
833 assert self.exclude(['foo']) == self.all_paths - set([
839 assert self.exclude(['foo']) == self.all_paths - set([
[all …]
/dports/cad/uranium/Uranium-3ed9c4de/
H A Drun_coverage.py8 all_paths = [] variable
15 all_paths.append(str(p))
17 for path in all_paths:
/dports/cad/cura/Cura-58bae31/
H A Drun_coverage.py8 all_paths = [] variable
15 all_paths.append(str(p))
17 for path in all_paths:
/dports/x11/kitty/kitty-0.23.1/kittens/diff/
H A Dcollect.py47 self.all_paths: List[str] = []
53 self.all_paths.append(left_path)
58 self.all_paths.append(left_path)
63 self.all_paths.append(right_path)
70 self.all_paths.append(left_path)
79 self.all_paths.sort(key=key)
82 for path in self.all_paths:
93 return len(self.all_paths)
/dports/games/ponscripter-07th-mod/ponscripter-fork-3.0.0/src/
H A DDirPaths.cpp111 pstring all_paths(""); in get_all_paths() local
114 all_paths += paths.at(n) + PATH_DELIMITER; in get_all_paths()
116 all_paths += paths.at(n); in get_all_paths()
118 return all_paths; in get_all_paths()
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dcp_model_lns.cc1142 for (auto& path : all_paths) { in Generate()
1170 DCHECK(!all_paths.empty()); in Generate()
1186 std::swap(all_paths[path_index], all_paths.back()); in Generate()
1187 all_paths.pop_back(); in Generate()
1205 if (all_paths.empty()) { in Generate()
1227 for (auto& path : all_paths) { in Generate()
1239 std::swap(all_paths[path_to_clean], all_paths.back()); in Generate()
1240 all_paths.pop_back(); in Generate()
1245 DCHECK(!all_paths.empty()); in Generate()
1252 std::swap(all_paths[path_index], all_paths.back()); in Generate()
[all …]
/dports/textproc/p5-WordNet-Similarity/WordNet-Similarity-2.07/utils/
H A DwnDepths.pl367 my @all_paths = ();
373 push @all_paths, findWPSDepths($hype, \%pathCopy);
376 @all_paths = map {[$_->[0] + 1, $_->[1]]} @all_paths;
377 push(@all_paths, [1, $wps]) if(scalar(@all_paths) <= 0);
378 $wpsDepths{$wps} = \@all_paths;
/dports/shells/fish/fish-3.3.1/src/
H A Dbuiltin_command.cpp23 bool all_paths = false; member
39 opts.all_paths = true; in parse_cmd_opts()
90 if (!opts.find_path && !opts.all_paths && !opts.quiet) { in builtin_command()
98 if (opts.all_paths) { in builtin_command()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/gui/src/
H A Dmain.cpp153 QStringList all_paths = settings.value("quests_paths").toStringList(); in add_quest() local
154 for (const QString& path : all_paths) { in add_quest()
167 all_paths.prepend(canonical_path); in add_quest()
168 settings.setValue("quests_paths", all_paths); in add_quest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/tools/
H A Dwebview_app.py79 all_paths = device.GetApplicationPaths(package_name)
80 system_paths = _FilterPaths(all_paths, True)
81 non_system_paths = _FilterPaths(all_paths, False)
133 all_paths = device.GetApplicationPaths(package_name)
134 user_paths = _FilterPaths(all_paths, False)
/dports/devel/py-anyio/anyio-3.4.0/tests/
H A Dtest_fileio.py266 all_paths = []
269 all_paths.append(path.name)
271 all_paths.sort()
272 assert all_paths == ['dummyfile1.txt', 'dummyfile2.txt']
275 all_paths = []
278 all_paths.append(path.name)
280 all_paths.sort()
284 all_paths = []
287 all_paths.append(path.name)
289 all_paths.sort()
[all …]

123456789