Home
last modified time | relevance | path

Searched refs:matched_files (Results 1 – 25 of 37) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/test/
H A Dtest_util_unittest.cc24 FilePathSet matched_files; in TEST() local
27 matched_files.Insert(base::FilePath(kFileName1)); in TEST()
29 ExpectEqualFilePathSets(matched_files, expected_files), ""); in TEST()
35 ExpectEqualFilePathSets(matched_files, expected_files); in TEST()
40 ExpectEqualFilePathSets(matched_files, expected_files), ""); in TEST()
H A Dtest_util.cc323 void ExpectEqualFilePathSets(const FilePathSet& matched_files, in ExpectEqualFilePathSets() argument
325 EXPECT_TRUE(IsSubsetOf(matched_files, expected_files, in ExpectEqualFilePathSets()
328 IsSubsetOf(expected_files, matched_files, "Missing expected footprint")); in ExpectEqualFilePathSets()
/dports/misc/libemos/libemos-4.5.9-Source/cmake/
H A Decbuild_list_add_pattern.cmake62 unset( matched_files )
68 file( GLOB_RECURSE matched_files ${pattern} )
74 file( GLOB_RECURSE matched_files ${_p_SOURCE_DIR}/${pattern} )
77 …file( GLOB_RECURSE matched_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${_p_SOURCE_DIR}/${pattern} )
81 file( GLOB_RECURSE matched_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${pattern} )
86 if(matched_files)
87 ecbuild_debug( "ecbuild_list_add_pattern: Found ${matched_files}" )
88 list( APPEND input_list ${matched_files} )
/dports/science/grib_api/grib_api-1.28.0-Source/cmake/
H A Decbuild_list_add_pattern.cmake62 unset( matched_files )
68 file( GLOB_RECURSE matched_files ${pattern} )
74 file( GLOB_RECURSE matched_files ${_p_SOURCE_DIR}/${pattern} )
77 …file( GLOB_RECURSE matched_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${_p_SOURCE_DIR}/${pattern} )
81 file( GLOB_RECURSE matched_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${pattern} )
86 if(matched_files)
87 ecbuild_debug( "ecbuild_list_add_pattern: Found ${matched_files}" )
88 list( APPEND input_list ${matched_files} )
/dports/science/eccodes/eccodes-2.23.0-Source/cmake/
H A Decbuild_list_add_pattern.cmake62 unset( matched_files )
68 file( GLOB_RECURSE matched_files ${pattern} )
74 file( GLOB_RECURSE matched_files ${_p_SOURCE_DIR}/${pattern} )
77 …file( GLOB_RECURSE matched_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${_p_SOURCE_DIR}/${pattern} )
81 file( GLOB_RECURSE matched_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${pattern} )
86 if(matched_files)
87 ecbuild_debug( "ecbuild_list_add_pattern: Found ${matched_files}" )
88 list( APPEND input_list ${matched_files} )
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dfind-commit-for-patch.py58 matched_files = 0
67 if actual_hash.startswith(expected_hash): matched_files += 1
68 return matched_files
76 matched_files = CountMatchingFiles(commit, files)
77 if verbose: print("Commit %s matched %d files" % (commit, matched_files))
78 if matched_files == num_files:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dfind-commit-for-patch.py58 matched_files = 0
67 if actual_hash.startswith(expected_hash): matched_files += 1
68 return matched_files
76 matched_files = CountMatchingFiles(commit, files)
77 if verbose: print("Commit %s matched %d files" % (commit, matched_files))
78 if matched_files == num_files:
/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dfind-commit-for-patch.py55 matched_files = 0
64 if actual_hash.startswith(expected_hash): matched_files += 1
65 return matched_files
73 matched_files = CountMatchingFiles(commit, files)
74 if verbose: print("Commit %s matched %d files" % (commit, matched_files))
75 if matched_files == num_files:
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dfind-commit-for-patch.py58 matched_files = 0
67 if actual_hash.startswith(expected_hash): matched_files += 1
68 return matched_files
76 matched_files = CountMatchingFiles(commit, files)
77 if verbose: print("Commit %s matched %d files" % (commit, matched_files))
78 if matched_files == num_files:
/dports/print/hplip/hplip-3.20.6/
H A Dunload.py202 matched_files = self.pc.match_files(args)
204 if len(matched_files) == 0:
285 matched_files = self.pc.match_files(args)
287 if len(matched_files) == 0:
290 for f in matched_files:
454 if len(matched_files) == 1:
467 elif len(matched_files) == 0:
486 if len(matched_files) == 1:
513 elif len(matched_files) == 0:
529 if len(matched_files) == 1:
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/doc/book/tools/src/bin/
H A Dconcat_chapters.rs39 let mut matched_files = match_files(source_dir, target_dir); in main() localVariable
40 matched_files.sort(); in main()
42 for (target_path, source_paths) in group_by_target(matched_files) { in main()
74 matched_files: Vec<(PathBuf, PathBuf)>, in group_by_target()
77 for (source, target) in matched_files { in group_by_target()
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/src/evalresp/
H A Devresp.h172 struct matched_files { struct
175 struct matched_files *ptr_next; argument
363 struct matched_files *find_files(char *, struct scn_list *, int *);
364 int get_names(char *, struct matched_files *);
376 struct matched_files *alloc_matched_files(void);
399 void free_matched_files(struct matched_files *);
H A Dalloc_fctns.c185 struct matched_files *alloc_matched_files() in alloc_matched_files()
187 struct matched_files *flst_ptr; in alloc_matched_files()
190 if((flst_ptr = (struct matched_files *) malloc(sizeof(struct matched_files))) in alloc_matched_files()
191 == (struct matched_files *)NULL) { in alloc_matched_files()
196 flst_ptr->ptr_next = (struct matched_files *)NULL; in alloc_matched_files()
506 void free_matched_files(struct matched_files *lst) { in free_matched_files()
507 if(lst != (struct matched_files *)NULL) { in free_matched_files()
514 lst = (struct matched_files *)NULL; in free_matched_files()
H A Dfile_ops.c81 struct matched_files *find_files(char *file, struct scn_list *scn_lst, int *mode) { in find_files()
86 struct matched_files *flst_head, *flst_ptr, *tmp_ptr; in find_files()
204 int get_names(char *in_file, struct matched_files *files) { in get_names()
256 int get_names(char *in_file, struct matched_files *files) in get_names()
H A Devresp.c261 struct matched_files *flst_head = (struct matched_files *)NULL; in evresp_itp()
262 struct matched_files *flst_ptr = NULL, *output_files = NULL; in evresp_itp()
879 if(flst_head != (struct matched_files *)NULL) in evresp_itp()
/dports/www/mod_rivet/rivet-3.2.0/tests/apachetest/
H A Dapachetest.tcl294 set matched_files [glob -nocomplain $file]
295 set matched_files_n [llength $matched_files]
297 foreach fl $matched_files {
304 set file $matched_files
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pathspec/pathspec/
H A Dpathspec.py113 matched_files = util.match_files(self.patterns, iterkeys(file_map))
114 for path in matched_files:
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pathspec/pathspec/
H A Dpathspec.py136 matched_files = util.match_files(self.patterns, iterkeys(file_map))
137 for path in matched_files:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pathspec/pathspec/
H A Dpathspec.py136 matched_files = util.match_files(self.patterns, iterkeys(file_map))
137 for path in matched_files:
/dports/www/firefox/firefox-99.0/third_party/python/pathspec/pathspec/
H A Dpathspec.py191 matched_files = util.match_files(self.patterns, iterkeys(file_map))
192 for norm_file in matched_files:
/dports/devel/py-pathspec/pathspec-0.9.0/pathspec/
H A Dpathspec.py191 matched_files = util.match_files(self.patterns, iterkeys(file_map))
192 for norm_file in matched_files:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/
H A Dgenerate_def_files.py96 matched_files = fnmatch.filter(filenames, '*.obj')
97 obj_files.extend((os.path.join(root, f) for f in matched_files))
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/
H A Dgenerate_def_files.py96 matched_files = fnmatch.filter(filenames, '*.obj')
97 obj_files.extend((os.path.join(root, f) for f in matched_files))
/dports/science/py-chainer/chainer-7.8.0/chainer/training/extensions/
H A D_snapshot.py34 matched_files = (file for file in os.listdir(path)
41 return sorted(_prepend_mtime(file) for file in matched_files)
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Dsorting.py527 matched_files = check_for_sequence(regex, files)
528 if matched_files:
529 return matched_files
779 matched_files = check_for_multiple(files)
781 if matched_files:
782 logging.debug("Renaming a series of generic files (%s)", matched_files)
783 renamed = list(matched_files.values())
784 for index, file in matched_files.items():

12