Home
last modified time | relevance | path

Searched refs:foundFiles (Results 1 – 25 of 134) sorted by relevance

123456

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Helpers/
H A DQueueRecoveryHelper.cs55 …IEnumerable<FileInfo> foundFiles = info.GetFiles("*.json").Where(f => f.Name.StartsWith(QueueFileN… in CheckQueueRecovery()
56 var queueFiles = GetFilesExcludingActiveProcesses(foundFiles, filterQueueFiles); in CheckQueueRecovery()
183 …IEnumerable<FileInfo> foundFiles = info.GetFiles("*.archive").Where(f => f.Name.StartsWith(QueueFi… in ArchivesExist()
185 return foundFiles.Any(); in ArchivesExist()
192 IEnumerable<FileInfo> foundFiles = info.GetFiles("*.last"); in RecoverFromBackupFailure()
194 foreach (FileInfo file in foundFiles) in RecoverFromBackupFailure()
211 foreach (FileInfo file in foundFiles) in GetFilesExcludingActiveProcesses()
277 …IEnumerable<FileInfo> foundFiles = info.GetFiles("*.archive").Where(f => f.Name.StartsWith(QueueFi… in TidyArchiveFiles()
281 foreach (FileInfo file in foundFiles) in TidyArchiveFiles()
295 …IEnumerable<FileInfo> foundFiles = info.GetFiles("*.archive").Where(f => f.Name.StartsWith(QueueFi… in ResetArchives()
[all …]
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/ryancurrah/gomodguard/
H A Dcmd.go152 foundFiles = []string{}
160 foundFiles = append(foundFiles, expandGoWildcard(dir)...)
166 foundFiles = append(foundFiles, f)
171 for _, f := range foundFiles {
230 foundFiles := []string{}
238 foundFiles = append(foundFiles, path)
243 return foundFiles
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/ryancurrah/gomodguard/
H A Dcmd.go152 foundFiles = []string{}
160 foundFiles = append(foundFiles, expandGoWildcard(dir)...)
166 foundFiles = append(foundFiles, f)
171 for _, f := range foundFiles {
230 foundFiles := []string{}
238 foundFiles = append(foundFiles, path)
243 return foundFiles
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/kunwardeep/paralleltest/tools/vendor/github.com/ryancurrah/gomodguard/
H A Dcmd.go147 foundFiles = []string{}
155 foundFiles = append(foundFiles, expandGoWildcard(dir)...)
161 foundFiles = append(foundFiles, f)
166 for _, f := range foundFiles {
225 foundFiles := []string{}
233 foundFiles = append(foundFiles, path)
238 return foundFiles
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javadoc/api/basic/
H A DAPITest.java128 Set<String> foundFiles = new HashSet<String>();
131 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
132 checkFiles(foundFiles, expectFiles, dir);
138 Set<String> foundFiles = new HashSet<String>();
140foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
142 checkFiles(foundFiles, expectFiles, dir);
145 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
146 if (!foundFiles.equals(expectFiles)) {
148 missing.removeAll(foundFiles);
151 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javadoc/api/basic/
H A DAPITest.java128 Set<String> foundFiles = new HashSet<String>();
131 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
132 checkFiles(foundFiles, expectFiles, dir);
138 Set<String> foundFiles = new HashSet<String>();
140foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
142 checkFiles(foundFiles, expectFiles, dir);
145 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
146 if (!foundFiles.equals(expectFiles)) {
148 missing.removeAll(foundFiles);
151 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javadoc/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javadoc/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java130 Set<String> foundFiles = new HashSet<String>();
133 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
134 checkFiles(foundFiles, expectFiles, dir);
140 Set<String> foundFiles = new HashSet<String>();
142foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
144 checkFiles(foundFiles, expectFiles, dir);
147 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
148 if (!foundFiles.equals(expectFiles)) {
150 missing.removeAll(foundFiles);
153 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javadoc/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java129 Set<String> foundFiles = new HashSet<String>();
132 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
133 checkFiles(foundFiles, expectFiles, dir);
139 Set<String> foundFiles = new HashSet<String>();
141foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
143 checkFiles(foundFiles, expectFiles, dir);
146 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
147 if (!foundFiles.equals(expectFiles)) {
149 missing.removeAll(foundFiles);
152 Set<String> unexpected = new TreeSet<String>(foundFiles);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/javadoc/tool/api/basic/
H A DAPITest.java130 Set<String> foundFiles = new HashSet<String>();
133 foundFiles.add(dirURI.relativize(f.toURI()).getPath());
134 checkFiles(foundFiles, expectFiles, dir);
140 Set<String> foundFiles = new HashSet<String>();
142foundFiles.add(dir.relativize(f).toString().replace(f.getFileSystem().getSeparator(), "/"));
144 checkFiles(foundFiles, expectFiles, dir);
147 private void checkFiles(Set<String> foundFiles, Set<String> expectFiles, Object where) {
148 if (!foundFiles.equals(expectFiles)) {
150 missing.removeAll(foundFiles);
153 Set<String> unexpected = foundFiles.stream()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsfileutils.cpp155 QStringList foundFiles; in findFile() local
188 foundFiles << localFinder.next(); in findFile()
189 return foundFiles; in findFile()
204 foundFiles << possibleFile; in findFile()
205 return foundFiles; in findFile()
208 foundFiles << possibleFile; in findFile()
211 foundFiles << subDirFinder.next(); in findFile()
213 return foundFiles; in findFile()
228 return foundFiles; in findFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/scripts/component_bridges/
H A Dregenerate-all-bridges.ts34 const searchForBridgeFiles = (directory: string, foundFiles: string[] = []) => {
36 return foundFiles;
43 searchForBridgeFiles(fullPath, foundFiles);
45 foundFiles.push(fullPath);
48 return foundFiles;
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_iwad.cpp217 TArray<BaseFile> foundFiles; in LookForGameData() local
234 for(unsigned int j = 0;j < foundFiles.Size();++j) in LookForGameData()
237 if(foundFiles[j].extension.CompareNoCase(extension) == 0) in LookForGameData()
239 if(foundFiles[j].extension.Compare(extension) == 0) in LookForGameData()
242 base = &foundFiles[j]; in LookForGameData()
248 int index = foundFiles.Push(BaseFile()); in LookForGameData()
249 base = &foundFiles[index]; in LookForGameData()
267 for(unsigned int i = 0;i < foundFiles.Size();++i) in LookForGameData()
269 if(!foundFiles[i].isValid) in LookForGameData()
273 wadStuff.Extension = foundFiles[i].extension; in LookForGameData()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DSource.java188 Map<String,Source> foundFiles, in scanRoot() argument
205 foundFiles, foundModules, currentModule, in scanRoot()
214 false, foundFiles, foundModules, currentModule, inGensrc, inLinksrc); in scanRoot()
280 Map<String,Source> foundFiles, in addFilesInDir() argument
324 Source of = foundFiles.get(f.getPath()); in addFilesInDir()
342 foundFiles.put(f.getPath(), of); in addFilesInDir()
357 foundFiles.put(f.getPath(), s); in addFilesInDir()
372 Map<String,Source> foundFiles, in scanDirectory() argument
388foundFiles, foundModules, currentModule, inGensrc, inLinksrc); in scanDirectory()
396 foundFiles, foundModules, currentModule, inGensrc, inLinksrc); in scanDirectory()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DSource.java188 Map<String,Source> foundFiles, in scanRoot() argument
205 foundFiles, foundModules, currentModule, in scanRoot()
214 false, foundFiles, foundModules, currentModule, inGensrc, inLinksrc); in scanRoot()
280 Map<String,Source> foundFiles, in addFilesInDir() argument
324 Source of = foundFiles.get(f.getPath()); in addFilesInDir()
342 foundFiles.put(f.getPath(), of); in addFilesInDir()
357 foundFiles.put(f.getPath(), s); in addFilesInDir()
372 Map<String,Source> foundFiles, in scanDirectory() argument
388foundFiles, foundModules, currentModule, inGensrc, inLinksrc); in scanDirectory()
396 foundFiles, foundModules, currentModule, inGensrc, inLinksrc); in scanDirectory()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/fsouza/go-dockerclient/
H A Dbuild_test.go91 foundFiles := []string{}
93 foundFiles = append(foundFiles, file.Name())
108 if !reflect.DeepEqual(expectedFiles, foundFiles) {
111 expectedFiles, foundFiles,
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/bombsimon/wsl/v3/cmd/wsl/
H A Dmain.go107 foundFiles := []string{}
115 foundFiles = append(foundFiles, path)
120 return foundFiles
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsfileutils.cpp207 QStringList foundFiles; in findFile() local
240 foundFiles << localFinder.next(); in findFile()
241 return foundFiles; in findFile()
256 foundFiles << possibleFile; in findFile()
257 return foundFiles; in findFile()
260 foundFiles << possibleFile; in findFile()
263 foundFiles << subDirFinder.next(); in findFile()
265 return foundFiles; in findFile()
280 return foundFiles; in findFile()

123456