Home
last modified time | relevance | path

Searched refs:file_paths (Results 1 – 25 of 504) sorted by relevance

12345678910>>...21

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/os/
H A Dfile_path_set_unittest.cc23 FilePathSet file_paths; in TEST() local
25 EXPECT_TRUE(file_paths.empty()); in TEST()
27 file_paths.clear(); in TEST()
31 FilePathSet file_paths; in TEST() local
34 EXPECT_TRUE(file_paths.Insert(file_path1)); in TEST()
36 EXPECT_EQ(1UL, file_paths.size()); in TEST()
63 FilePathSet file_paths; in TEST() local
85 FilePathSet file_paths; in TEST() local
113 FilePathSet file_paths; in TEST() local
114 EXPECT_TRUE(file_paths.Insert(folder)); in TEST()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py135 count = len(file_paths)
140 for path in file_paths:
158 for path in file_paths:
173 for path in file_paths:
190 def docs_modified(file_paths): argument
192 return bool(file_paths)
196 def credit_given(file_paths): argument
202 def reported_news(file_paths): argument
205 for p in file_paths)
210 if 'configure.ac' in file_paths:
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py135 count = len(file_paths)
140 for path in file_paths:
158 for path in file_paths:
173 for path in file_paths:
190 def docs_modified(file_paths): argument
192 return bool(file_paths)
196 def credit_given(file_paths): argument
202 def reported_news(file_paths): argument
205 for p in file_paths)
210 if 'configure.ac' in file_paths:
[all …]
/dports/lang/python-tools/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py135 count = len(file_paths)
140 for path in file_paths:
158 for path in file_paths:
173 for path in file_paths:
190 def docs_modified(file_paths): argument
192 return bool(file_paths)
196 def credit_given(file_paths): argument
202 def reported_news(file_paths): argument
205 for p in file_paths)
210 if 'configure.ac' in file_paths:
[all …]
/dports/lang/python38/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py135 count = len(file_paths)
140 for path in file_paths:
158 for path in file_paths:
173 for path in file_paths:
190 def docs_modified(file_paths): argument
192 return bool(file_paths)
196 def credit_given(file_paths): argument
202 def reported_news(file_paths): argument
205 for p in file_paths)
210 if 'configure.ac' in file_paths:
[all …]
/dports/lang/python37/Python-3.7.12/Tools/scripts/
H A Dpatchcheck.py135 count = len(file_paths)
140 for path in file_paths:
158 for path in file_paths:
173 for path in file_paths:
190 def docs_modified(file_paths): argument
192 return bool(file_paths)
196 def credit_given(file_paths): argument
202 def reported_news(file_paths): argument
205 for p in file_paths)
210 if 'configure.ac' in file_paths:
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/scripts/
H A Dpatchcheck.py135 count = len(file_paths)
140 for path in file_paths:
158 for path in file_paths:
173 for path in file_paths:
190 def docs_modified(file_paths): argument
192 return bool(file_paths)
196 def credit_given(file_paths): argument
202 def reported_news(file_paths): argument
205 for p in file_paths)
210 if 'configure.ac' in file_paths:
[all …]
/dports/lang/python311/Python-3.11.0a3/Tools/scripts/
H A Dpatchcheck.py160 count = len(file_paths)
165 for path in file_paths:
183 for path in file_paths:
198 for path in file_paths:
215 def docs_modified(file_paths): argument
217 return bool(file_paths)
221 def credit_given(file_paths): argument
227 def reported_news(file_paths): argument
230 for p in file_paths)
235 if 'configure.ac' in file_paths:
[all …]
/dports/lang/python310/Python-3.10.1/Tools/scripts/
H A Dpatchcheck.py160 count = len(file_paths)
165 for path in file_paths:
183 for path in file_paths:
198 for path in file_paths:
215 def docs_modified(file_paths): argument
217 return bool(file_paths)
221 def credit_given(file_paths): argument
227 def reported_news(file_paths): argument
230 for p in file_paths)
235 if 'configure.ac' in file_paths:
[all …]
/dports/lang/python39/Python-3.9.9/Tools/scripts/
H A Dpatchcheck.py160 count = len(file_paths)
165 for path in file_paths:
183 for path in file_paths:
198 for path in file_paths:
215 def docs_modified(file_paths): argument
217 return bool(file_paths)
221 def credit_given(file_paths): argument
227 def reported_news(file_paths): argument
230 for p in file_paths)
235 if 'configure.ac' in file_paths:
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dpatchcheck.py61 count = len(file_paths)
66 for path in file_paths:
72 def normalize_whitespace(file_paths): argument
86 for path in file_paths:
100 for path in file_paths:
116 def docs_modified(file_paths): argument
118 return bool(file_paths)
122 def credit_given(file_paths): argument
124 return 'Misc/ACKS' in file_paths
128 def reported_news(file_paths): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Dzucchini_commands.cc40 CHECK_EQ(3U, params.file_paths.size()); in MainGen()
42 params.file_paths[0], params.file_paths[1], params.file_paths[2], in MainGen()
49 CHECK_EQ(3U, params.file_paths.size()); in MainApply()
50 return zucchini::Apply(params.file_paths[0], params.file_paths[1], in MainApply()
51 params.file_paths[2], in MainApply()
56 CHECK_EQ(1U, params.file_paths.size()); in MainRead()
57 base::File input_file(params.file_paths[0], in MainRead()
76 CHECK_EQ(1U, params.file_paths.size()); in MainDetect()
77 base::File input_file(params.file_paths[0], in MainDetect()
96 CHECK_EQ(2U, params.file_paths.size()); in MainMatch()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Dzucchini_commands.cc40 CHECK_EQ(3U, params.file_paths.size()); in MainGen()
42 params.file_paths[0], params.file_paths[1], params.file_paths[2], in MainGen()
49 CHECK_EQ(3U, params.file_paths.size()); in MainApply()
50 return zucchini::Apply(params.file_paths[0], params.file_paths[1], in MainApply()
51 params.file_paths[2], in MainApply()
56 CHECK_EQ(1U, params.file_paths.size()); in MainRead()
57 base::File input_file(params.file_paths[0], in MainRead()
75 CHECK_EQ(1U, params.file_paths.size()); in MainDetect()
76 base::File input_file(params.file_paths[0], in MainDetect()
94 CHECK_EQ(2U, params.file_paths.size()); in MainMatch()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Tools/scripts/
H A Dpatchcheck.py130 def report_modified_files(file_paths): argument
131 count = len(file_paths)
136 for path in file_paths:
142 def normalize_whitespace(file_paths): argument
156 for path in file_paths:
171 for path in file_paths:
188 def docs_modified(file_paths): argument
190 return bool(file_paths)
194 def credit_given(file_paths): argument
200 def reported_news(file_paths): argument
[all …]
/dports/lang/python27/Python-2.7.18/Tools/scripts/
H A Dpatchcheck.py130 def report_modified_files(file_paths): argument
131 count = len(file_paths)
136 for path in file_paths:
142 def normalize_whitespace(file_paths): argument
156 for path in file_paths:
171 for path in file_paths:
188 def docs_modified(file_paths): argument
190 return bool(file_paths)
194 def credit_given(file_paths): argument
200 def reported_news(file_paths): argument
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/System/
H A DHtaccessTest.php68 $file_paths["$path/access_test.$file_ext"] = 403;
74 $file_paths['vendor/composer/installed.json'] = 403;
77 $file_paths['core/lib/Drupal.php'] = 403;
78 $file_paths['vendor/autoload.php'] = 403;
79 $file_paths['autoload.php'] = 403;
87 $file_paths["$path/access_test.$file_ext"] = 200;
91 $file_paths["$path/composer.json"] = 403;
92 $file_paths["$path/composer.lock"] = 403;
95 $file_paths["$path/.htaccess"] = 403;
96 $file_paths["$path/web.config"] = 403;
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/System/
H A DHtaccessTest.php68 $file_paths["$path/access_test.$file_ext"] = 403;
74 $file_paths['vendor/composer/installed.json'] = 403;
77 $file_paths['core/lib/Drupal.php'] = 403;
78 $file_paths['vendor/autoload.php'] = 403;
79 $file_paths['autoload.php'] = 403;
87 $file_paths["$path/access_test.$file_ext"] = 200;
91 $file_paths["$path/composer.json"] = 403;
92 $file_paths["$path/composer.lock"] = 403;
95 $file_paths["$path/.htaccess"] = 403;
96 $file_paths["$path/web.config"] = 403;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/traffic_annotation/scripts/
H A Dcheck_annotations.py57 file_paths = self.tools.GetModifiedFiles() or []
60 self.IsAnnotationsFile(file_path) for file_path in file_paths)
69 file_paths = [
70 file_path for file_path in file_paths if self.ShouldCheckFile(
72 if not file_paths:
78 if len(file_paths) > CHANGELIST_SIZE_TO_TRIGGER_FULL_TEST:
79 file_paths = []
81 return file_paths
101 file_paths = self.GetFilePaths(complete_run, limit)
102 if file_paths is None:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/traffic_annotation/scripts/
H A Dcheck_annotations.py57 file_paths = self.tools.GetModifiedFiles() or []
60 self.IsAnnotationsFile(file_path) for file_path in file_paths)
69 file_paths = [
70 file_path for file_path in file_paths if self.ShouldCheckFile(
72 if not file_paths:
78 if len(file_paths) > CHANGELIST_SIZE_TO_TRIGGER_FULL_TEST:
79 file_paths = []
81 return file_paths
101 file_paths = self.GetFilePaths(complete_run, limit)
102 if file_paths is None:
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/webshare/chromeos/
H A Dsharesheet_client_browsertest.cc71 std::vector<base::FilePath> file_paths; in IN_PROC_BROWSER_TEST_F() local
80 file_paths = std::move(in_file_paths); in IN_PROC_BROWSER_TEST_F()
90 EXPECT_EQ(file_paths.size(), 2U); in IN_PROC_BROWSER_TEST_F()
91 CheckSize(file_paths[0], /*expected_size=*/345); in IN_PROC_BROWSER_TEST_F()
92 CheckSize(file_paths[1], /*expected_size=*/67890); in IN_PROC_BROWSER_TEST_F()
104 std::vector<base::FilePath> file_paths; in IN_PROC_BROWSER_TEST_F() local
108 [contents, &file_paths]( in IN_PROC_BROWSER_TEST_F()
115 file_paths = std::move(in_file_paths); in IN_PROC_BROWSER_TEST_F()
125 EXPECT_EQ(file_paths.size(), 1U); in IN_PROC_BROWSER_TEST_F()
126 CheckSize(file_paths[0], /*expected_size=*/12); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/
H A Dpath_utils.cc57 std::vector<base::FilePath> file_paths; in GetAllPrivateDownloadsDirectories() local
59 file_paths.emplace_back(dir); in GetAllPrivateDownloadsDirectories()
60 return file_paths; in GetAllPrivateDownloadsDirectories()
69 std::vector<base::FilePath> file_paths; in GetSecondaryStorageDownloadDirectories() local
71 file_paths.emplace_back(dir); in GetSecondaryStorageDownloadDirectories()
72 return file_paths; in GetSecondaryStorageDownloadDirectories()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dfile_manifest.cpp114 vector<string> file_paths; in GetAllFilePaths() local
120 file_paths.push_back(path); in GetAllFilePaths()
123 return file_paths; in GetAllFilePaths()
153 void CFileManifest::WriteManyFilePaths( const vector<string> & file_paths ) in WriteManyFilePaths() argument
161 copy( file_paths.begin(), file_paths.end(), manifest_iterator ); in WriteManyFilePaths()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dfile_manifest.cpp114 vector<string> file_paths; in GetAllFilePaths() local
120 file_paths.push_back(path); in GetAllFilePaths()
123 return file_paths; in GetAllFilePaths()
153 void CFileManifest::WriteManyFilePaths( const vector<string> & file_paths ) in WriteManyFilePaths() argument
161 copy( file_paths.begin(), file_paths.end(), manifest_iterator ); in WriteManyFilePaths()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Driver/ToolChains/
H A DNaCl.cpp209 path_list &file_paths = getFilePaths(); in NaClToolChain() local
212 file_paths.clear(); in NaClToolChain()
226 file_paths.push_back(FilePath + "x86_64-nacl/lib32"); in NaClToolChain()
229 file_paths.push_back(ToolPath + "i686-nacl"); in NaClToolChain()
232 file_paths.push_back(FilePath + "x86_64-nacl/lib"); in NaClToolChain()
235 file_paths.push_back(ToolPath + "x86_64-nacl"); in NaClToolChain()
238 file_paths.push_back(FilePath + "arm-nacl/lib"); in NaClToolChain()
239 file_paths.push_back(FilePath + "arm-nacl/usr/lib"); in NaClToolChain()
241 file_paths.push_back(ToolPath + "arm-nacl"); in NaClToolChain()
244 file_paths.push_back(FilePath + "mipsel-nacl/lib"); in NaClToolChain()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Driver/ToolChains/
H A DNaCl.cpp209 path_list &file_paths = getFilePaths(); in NaClToolChain() local
212 file_paths.clear(); in NaClToolChain()
226 file_paths.push_back(FilePath + "x86_64-nacl/lib32"); in NaClToolChain()
229 file_paths.push_back(ToolPath + "i686-nacl"); in NaClToolChain()
232 file_paths.push_back(FilePath + "x86_64-nacl/lib"); in NaClToolChain()
235 file_paths.push_back(ToolPath + "x86_64-nacl"); in NaClToolChain()
238 file_paths.push_back(FilePath + "arm-nacl/lib"); in NaClToolChain()
239 file_paths.push_back(FilePath + "arm-nacl/usr/lib"); in NaClToolChain()
241 file_paths.push_back(ToolPath + "arm-nacl"); in NaClToolChain()
244 file_paths.push_back(FilePath + "mipsel-nacl/lib"); in NaClToolChain()
[all …]

12345678910>>...21