Home
last modified time | relevance | path

Searched refs:Files (Results 1 – 25 of 1210) sorted by relevance

12345678910>>...49

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMerge.cpp69 Files.resize(NumFiles); in Parse()
71 if (!std::getline(IS, Files[i].Name, '\n')) in Parse()
89 ISS1 >> Files[ExpectedStartMarker].Size; in Parse()
91 assert(ExpectedStartMarker < Files.size()); in Parse()
104 Files[CurrentFileIdx].Features = TmpFeatures; in Parse()
111 LastFailure = Files[LastSeenStartMarker].Name; in Parse()
119 for (const auto &F: Files) in ApproximateMemoryConsumption()
129 assert(NumFilesInFirstCorpus <= Files.size()); in Merge()
134 auto &Cur = Files[i].Features; in Merge()
140 for (size_t i = NumFilesInFirstCorpus; i < Files.size(); i++) { in Merge()
[all …]
H A DFuzzerIO.cpp74 Vector<std::string> Files; in ReadDirToVectorOfUnits() local
75 ListFilesInDirRecursive(Path, Epoch, &Files, /*TopDir*/true); in ReadDirToVectorOfUnits()
77 for (size_t i = 0; i < Files.size(); i++) { in ReadDirToVectorOfUnits()
78 auto &X = Files[i]; in ReadDirToVectorOfUnits()
82 Printf("Loaded %zd/%zd files from %s\n", NumLoaded, Files.size(), Path); in ReadDirToVectorOfUnits()
91 Vector<std::string> Files; in GetSizedFilesFromDir() local
92 ListFilesInDirRecursive(Dir, 0, &Files, /*TopDir*/true); in GetSizedFilesFromDir()
93 for (auto &File : Files) in GetSizedFilesFromDir()
H A DFuzzerDataFlowTrace.cpp27 Vector<SizedFile> Files; in Init() local
28 GetSizedFilesFromDir(DirPath, &Files); in Init()
40 if (!NumFunctions || FocusFuncIdx == SIZE_MAX || Files.size() <= 1) in Init()
45 for (auto &SF : Files) { in Init()
84 assert(NumTraceFiles == Files.size() - 1); in Init()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp191 llvm::IntrusiveRefCntPtr<FileManager> Files( in runToolOnCodeWithArgs() local
196 std::move(ToolAction), Files.get(), std::move(PCHContainerOps)); in runToolOnCodeWithArgs()
304 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps) in ToolInvocation() argument
306 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {} in ToolInvocation()
310 std::unique_ptr<FrontendAction> FAction, FileManager *Files, in ToolInvocation() argument
314 OwnsAction(true), Files(Files), in ToolInvocation()
339 SourceManager SrcMgr(Diagnostics, *Files); in run()
343 newDriver(&Diagnostics, BinaryName, &Files->getVirtualFileSystem())); in run()
348 if (!Files->getFileSystemOpts().WorkingDir.empty()) in run()
375 return Action->runInvocation(std::move(Invocation), Files, in runInvocation()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY368 user+foo@domain" message header. Files: qmgr/qmgr_message.c,
399 whitespace where we permit it. Files: global/is_header.c,
703 transparent. Files: global/smtp_stream.c, smtp/smtp_proto.c.
817 are gone and have become db (dbm, nis, etc) maps. Files:
949 Files: util/set_eugid.c global/pipe_command.c pipe/pipe.c
1043 it is "skipping further client input". Files: cleanup/*.c.
1048 connection. Files: global/smtp_stream.c, smtp/smtp.c.
1100 without creating a mailer loop. Files: cleanup_envelope.c,
1111 recipient has an on-disk status record. Files: qmgr.c,
1196 bailing out on a peer lookup problem. Files: smtpd/smtpd.c,
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCCodeView.cpp41 if (Idx < Files.size()) in isValidFileNumber()
42 return Files[Idx].Assigned; in isValidFileNumber()
54 if (Idx >= Files.size()) in addFile()
55 Files.resize(Idx + 1); in addFile()
60 if (Files[Idx].Assigned) in addFile()
69 Files[Idx].StringTableOffset = Offset; in addFile()
70 Files[Idx].ChecksumTableOffset = ChecksumOffsetSymbol; in addFile()
71 Files[Idx].Assigned = true; in addFile()
72 Files[Idx].Checksum = ChecksumBytes; in addFile()
73 Files[Idx].ChecksumKind = ChecksumKind; in addFile()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A Dunicode-license.txt3 Unicode Data Files include all data files under the directories
5 http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
25 Files") or Unicode software and any associated documentation (the "Software")
26 to deal in the Data Files or Software without restriction, including without
28 sell copies of the Data Files or Software, and to permit persons to whom the
29 Data Files or Software are furnished to do so, provided that (a) the above
31 Data Files or Software, (b) both the above copyright notice(s) and this
49 dealings in these Data Files or Software without prior written authorization
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A Dunicode-license.txt3 Unicode Data Files include all data files under the directories
5 http://www.unicode.org/cldr/data/. Unicode Data Files do not include PDF
25 Files") or Unicode software and any associated documentation (the "Software")
26 to deal in the Data Files or Software without restriction, including without
28 sell copies of the Data Files or Software, and to permit persons to whom the
29 Data Files or Software are furnished to do so, provided that (a) the above
31 Data Files or Software, (b) both the above copyright notice(s) and this
49 dealings in these Data Files or Software without prior written authorization
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageReport.cpp94 void adjustColumnWidths(ArrayRef<StringRef> Files, in adjustColumnWidths() argument
96 for (StringRef Filename : Files) in adjustColumnWidths()
309 void CoverageReport::renderFunctionReports(ArrayRef<std::string> Files, in renderFunctionReports() argument
313 for (StringRef Filename : Files) { in renderFunctionReports()
387 ArrayRef<std::string> Files, const CoverageViewOptions &Options, in prepareFileReports() argument
389 unsigned LCP = getRedundantPrefixLen(Files); in prepareFileReports()
395 S = heavyweight_hardware_concurrency(Files.size()); in prepareFileReports()
401 FileReports.reserve(Files.size()); in prepareFileReports()
403 for (StringRef Filename : Files) { in prepareFileReports()
428 raw_ostream &OS, ArrayRef<std::string> Files) const { in renderFileReports()
[all …]
H A DCoverageReport.h36 void renderFunctionReports(ArrayRef<std::string> Files,
42 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
59 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files) const;
63 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files,
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp658 EXPECT_EQ(M.Files.size(), 1U); in TEST()
660 EXPECT_EQ(M.Files[0].Name, "AA"); in TEST()
665 EXPECT_EQ(M.Files.size(), 2U); in TEST()
667 EXPECT_EQ(M.Files[0].Name, "AA"); in TEST()
668 EXPECT_EQ(M.Files[1].Name, "BB"); in TEST()
679 EXPECT_EQ(M.Files.size(), 3U); in TEST()
681 EXPECT_EQ(M.Files[0].Name, "AA"); in TEST()
682 EXPECT_EQ(M.Files[0].Size, 1000U); in TEST()
683 EXPECT_EQ(M.Files[1].Name, "BB"); in TEST()
684 EXPECT_EQ(M.Files[1].Size, 1001U); in TEST()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h80 FileManager *Files,
97 FileManager *Files,
246 std::unique_ptr<FrontendAction> FAction, FileManager *Files,
258 FileManager *Files,
282 FileManager *Files; variable
314 IntrusiveRefCntPtr<FileManager> Files = nullptr);
362 FileManager &getFiles() { return *Files; } in getFiles()
373 llvm::IntrusiveRefCntPtr<FileManager> Files; variable
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop.double-history6 cleanup server enters the chroot jail Files cleanup cleanup h
12 Fix by Viktor Dukhovni Files tls tls h tls tls_dane c
18 attacks Fix by Viktor Dukhovni Files tls tls h tls_client c
25 arguments Files src dns dns h src dns dns_rr_eq_sa c
26 only a subset of all arguments Files src dns dns h
42 Files postconf postconf h postconf postconf_dbms c
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h74 std::vector<file_type> Files; member
129 llvm::DenseSet<file_type> Files; in removeOverriddenTables() local
130 Files.insert(PendingOverrides.begin(), PendingOverrides.end()); in removeOverriddenTables()
132 auto ShouldRemove = [&Files](void *T) -> bool { in removeOverriddenTables()
134 bool Remove = Files.count(ODT->File); in removeOverriddenTables()
167 Merged->Files.push_back(ODT->File); in condense()
321 Writer.write<uint32_t>(Merged->Files.size()); in emit()
322 for (const auto &F : Merged->Files) in emit()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DTokens.cpp234 auto FileIt = Files.find( in spelledForExpandedToken()
236 assert(FileIt != Files.end() && "no file for an expanded token"); in spelledForExpandedToken()
339 auto It = Files.find(FID); in spelledTokens()
340 assert(It != Files.end()); in spelledTokens()
382 const MarkedFile &File = Files.find(FID)->second; in spelledForExpanded()
429 auto FileIt = Files.find(SourceMgr->getFileID(Spelled.front().location())); in fileForSpelled()
430 assert(FileIt != Files.end() && "file not tracked by token buffer"); in fileForSpelled()
516 auto FileIt = Files.find(FID); in macroExpansions()
517 assert(FileIt != Files.end() && "file not tracked by token buffer"); in macroExpansions()
693 for (const auto &File : Result.Files) in build()
[all …]
/netbsd-src/share/locale/numeric/
H A Dnb_NO.UTF-8.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Dfr_BE.UTF-8.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Dpl_PL.UTF-8.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Dsl_SI.UTF-8.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Duk_UA.UTF-8.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
/netbsd-src/share/locale/numeric/converted/
H A Dfi_FI.ISO8859-15.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Dde_CH.ISO8859-1.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Det_EE.ISO8859-15.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Dpl_PL.ISO8859-2.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,
H A Dfr_CH.ISO8859-1.src10 # data files and any associated documentation (the "Data Files") or Unicode software and any
11 # associated documentation (the "Software") to deal in the Data Files or Software without
13 # distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom
14 # the Data Files or Software are furnished to do so, provided that (a) the above copyright
15 # notice(s) and this permission notice appear with all copies of the Data Files or Software,

12345678910>>...49