/freebsd/contrib/ntp/scripts/ |
H A D | Makefile.am | 31 summary \ 50 invoke-summary.texi \ 51 invoke-summary.menu \ 52 summary.1summaryman \ 53 summary.1summarymdoc \ 54 summary.mdoc.in \ 55 summary.man.in \ 56 summary.texi \ 57 summary.html \ 58 summary-opts \ [all …]
|
H A D | summary.html | 6 <title>Summary User’s Manual</title> 8 <meta name="description" content="Summary User’s Manual"> 9 <meta name="keywords" content="Summary User’s Manual"> 17 a.summary-letter {text-decoration: none} 38 <h1 class="settitle" align="center">Summary User’s Manual</h1> 48 <span id="Summary-User-Manual"></span><h1 class="top">Summary User Manual</h1> 50 <p>This document describes the use of the NTP Project’s <code>summary</code> program. 51 This document applies to version 4.2.8p18 of <code>summary</code>. 58 <li><a id="stoc-Invoking-summary" hre [all...] |
H A D | invoke-summary.texi | 1 @node summary Invocation 2 @section Invoking summary 3 @pindex summary 7 # EDIT THIS FILE WITH CAUTION (invoke-summary.texi) 10 # From the definitions summary-opts.def 18 using the @code{agtexi-cmd} template and the option descriptions for the @code{summary} program. 21 * summary usage:: summary help/usage (@option{--help}) 22 * summary directory:: directory option 23 * summary en [all...] |
H A D | summary.texi | 3 @setfilename summary.info 4 @settitle Summary User's Manual 10 This file documents the use of @code{summary}, 15 * summary: (summary). Summarize (something) 19 @title summary User's Manual 20 @subtitle summary, version @value{VERSION}, @value{UPDATED} 27 @node Top, summary Description, (dir), (dir) 28 @top Summary User Manual 30 This document describes the use of the NTP Project's @code{summary} program. 31 This document applies to version @value{VERSION} of @code{summary}. [all …]
|
H A D | Makefile.in | 139 CONFIG_CLEAN_FILES = ntpver plot_summary summary 229 $(srcdir)/plot_summary.in $(srcdir)/summary.in README 551 summary \ 568 invoke-summary.texi \ 569 invoke-summary.menu \ 570 summary.1summaryman \ 571 summary.1summarymdoc \ 572 summary.mdoc.in \ 573 summary.man.in \ 574 summary [all...] |
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | dpp-nfc.py | 50 def summary(txt, color=None): function 61 summary(txt) 72 summary("Could not find wpa_supplicant: %s", str(error)) 76 summary("No wpa_supplicant control interface found") 86 summary("Trying to use control interface " + ctrl) 91 summary("Could not connect to wpa_supplicant") 100 summary("Could not parse DPP URI from NFC URI record", color=C_RED) 103 summary("peer_id=%d for URI from NFC Tag: %s" % (peer_id, uri)) 112 summary("Initiate DPP authentication: " + cmd) 115 summary("Failed to initiate DPP Authentication", color=C_RED) [all …]
|
H A D | wps-nfc.py | 32 def summary(txt): function 39 summary(txt) 148 summary("received handover request {}".format(request.type)) 151 summary("not a handover request") 156 summary("error decoding 'Hr' message: {}".format(e)) 159 summary("send handover response {}".format(response.type)) 164 summary("HandoverServer - request received") 175 summary("WPS carrier type match - add WPS carrier record") 178 summary("Could not get handover select carrier record from wpa_supplicant") 186 summary("Handover report rejected (responder)") [all …]
|
H A D | p2p-nfc.py | 39 def summary(txt): function 46 summary(txt) 161 summary("Could not get handover request carrier record from wpa_supplicant") 190 summary("Trying to initiate NFC connection handover") 192 summary("Connected for handover") 194 summary("Handover connection refused") 198 summary("Other exception: " + str(e)) 202 summary("Sending handover request") 205 summary("Failed to send handover request") 209 summary("Receiving handover response") [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsDriver/ |
H A D | MSVCSetupApi.h | 48 /// <summary> 50 /// </summary> 52 /// <summary> 54 /// </summary> 57 /// <summary> 59 /// </summary> 62 /// <summary> 64 /// </summary> 67 /// <summary> 69 /// </summary> [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | zfs-qemu.yml | 124 - name: Test Summary 126 …run: .github/workflows/scripts/qemu-8-summary.sh '${{ steps.artifact-upload.outputs.artifact-url }… 139 - name: Generating summary 140 run: .github/workflows/scripts/qemu-9-summary-page.sh 141 - name: Generating summary... 142 run: .github/workflows/scripts/qemu-9-summary-page.sh 2 143 - name: Generating summary... 144 run: .github/workflows/scripts/qemu-9-summary-page.sh 3 145 - name: Generating summary... 146 run: .github/workflows/scripts/qemu-9-summary-page.sh 4 [all …]
|
H A D | README.md | 6 subgraph CleanUp and Summary 7 CleanUp+Summary 39 sanity-checks-20.04-->CleanUp+Summary 40 Part1-20.04-->CleanUp+Summary 41 Part2-20.04-->CleanUp+Summary 42 Part3-20.04-->CleanUp+Summary 43 Part4-20.04-->CleanUp+Summary 44 Part1-22.04-->CleanUp+Summary 45 Part2-22.04-->CleanUp+Summary 46 Part3-22.04-->CleanUp+Summary [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonShuffler.cpp | 196 void HexagonShuffler::restrictSlot1AOK(HexagonPacketSummary const &Summary) { 197 if (Summary.Slot1AOKLoc) in restrictSlot1AOK() argument 211 *Summary.Slot1AOKLoc, "Instruction can only be combined " in restrictSlot1AOK() 220 HexagonPacketSummary const &Summary) { in restrictNoSlot1Store() 225 if (!Summary.NoSlot1StoreLoc) in restrictNoSlot1Store() 245 std::make_pair(*Summary.NoSlot1StoreLoc, in restrictNoSlot1Store() 249 bool HexagonShuffler::applySlotRestrictions(HexagonPacketSummary const &Summary, 254 restrictSlot1AOK(Summary); in applySlotRestrictions() 255 restrictNoSlot1Store(Summary); in applySlotRestrictions() 263 restrictStoreLoadOrder(Summary); in applySlotRestrictions() 221 restrictNoSlot1Store(HexagonPacketSummary const & Summary) restrictNoSlot1Store() argument 250 applySlotRestrictions(HexagonPacketSummary const & Summary,const bool DoShuffle) applySlotRestrictions() argument 272 restrictBranchOrder(HexagonPacketSummary const & Summary) restrictBranchOrder() argument 320 ValidResourceUsage(HexagonPacketSummary const & Summary) ValidResourceUsage() argument 359 restrictStoreLoadOrder(HexagonPacketSummary const & Summary) restrictStoreLoadOrder() argument 454 HexagonPacketSummary Summary = HexagonPacketSummary(); GetPacketSummary() local 586 restrictPreferSlot3(HexagonPacketSummary const & Summary,const bool DoShuffle) restrictPreferSlot3() argument 613 const HexagonPacketSummary Summary = GetPacketSummary(); check() local 629 tryAuction(HexagonPacketSummary const & Summary) tryAuction() argument 707 reportResourceError(HexagonPacketSummary const & Summary,StringRef Err) reportResourceError() argument 714 reportResourceUsage(HexagonPacketSummary const & Summary) reportResourceUsage() argument [all...] |
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | ObjCLanguage.cpp | 259 "SEL summary provider", "SEL", objc_flags); in LoadObjCFormatters() 262 "SEL summary provider", "struct objc_selector", objc_flags); in LoadObjCFormatters() 265 "SEL summary provider", "objc_selector", objc_flags); in LoadObjCFormatters() 268 "SEL summary provider", "objc_selector *", objc_flags); in LoadObjCFormatters() 271 "SEL summary provider", "SEL *", objc_flags); in LoadObjCFormatters() 275 "Class summary provider", "Class", objc_flags); in LoadObjCFormatters() 353 "NSArray summary provider", "NSArray", appkit_flags); in LoadObjCFormatters() 356 "NSArray summary provider", "NSConstantArray", appkit_flags); in LoadObjCFormatters() 359 "NSArray summary provider", "NSMutableArray", appkit_flags); in LoadObjCFormatters() 362 "NSArray summary provide in LoadObjCFormatters() [all...] |
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StdLibraryFunctionsChecker.cpp | 11 // This checker provides a specification format - `Summary' - and 23 // `Summary' provides only two branches for this function. However, 33 // side effects), for which their `Summary' is a precise model. This avoids 67 class Summary; 130 /// however, we cannot default initialize that. unique_ptr makes the Summary 132 /// requirement would render the initialization of the Summary map infeasible. 143 /// Another use is as conditions for summary cases, to create different 145 /// constraint is needed because the summary cases have an own (not generated) 155 const Summary &Summary, 165 /// This can be used when a precondition is satisfied, or when a summary [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | tap_parser_test.cpp | 70 const engine::tap_summary summary = engine::tap_summary::new_bailed_out(); in ATF_TEST_CASE_BODY() local 71 ATF_REQUIRE(summary.bailed_out()); in ATF_TEST_CASE_BODY() 78 const engine::tap_summary summary = engine::tap_summary::new_results( in ATF_TEST_CASE_BODY() local 80 ATF_REQUIRE(!summary.bailed_out()); in ATF_TEST_CASE_BODY() 81 ATF_REQUIRE_EQ(engine::tap_plan(1, 5), summary.plan()); in ATF_TEST_CASE_BODY() 82 ATF_REQUIRE_EQ(3, summary.ok_count()); in ATF_TEST_CASE_BODY() 83 ATF_REQUIRE_EQ(2, summary.not_ok_count()); in ATF_TEST_CASE_BODY() 90 const engine::tap_summary summary = engine::tap_summary::new_all_skipped( in ATF_TEST_CASE_BODY() local 92 ATF_REQUIRE(!summary.bailed_out()); in ATF_TEST_CASE_BODY() 93 ATF_REQUIRE_EQ(engine::tap_plan(1, 0), summary.plan()); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-7-prepare.sh | 5 # - this script pre-creates all needed logfiles for later summary 20 | tee summary.txt | tee /tmp/summary.txt 39 # prepare result files for summary 70 cat $file >> summary 75 # create summary of tests 76 if [ -s summary ]; then 77 $MERGE summary | grep -v '^/' > summary.txt 78 $MERGE summary | $BASE/scripts/zfs-tests-color.sh > /tmp/summary.txt 79 rm -f summary 81 touch summary.txt /tmp/summary.txt [all …]
|
/freebsd/contrib/wpa/hostapd/ |
H A D | wps-ap-nfc.py | 28 def summary(txt): function 35 summary(txt) 119 summary("received handover request {}".format(request.type)) 122 summary("not a handover request") 127 summary("error decoding 'Hr' message: {}".format(e)) 130 summary("send handover response {}".format(response.type)) 134 summary("HandoverServer - request received") 146 summary("WPS carrier type match - add WPS carrier record") 149 summary("Could not get handover select carrier record from hostapd") 156 summary("Handover report rejected") [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 34 // -- Summary: dict => Object summarizing the coverage for this file 43 // -- Summary: dict => Object summarizing the coverage for the entire binary 176 json::Object renderSummary(const FileCoverageSummary &Summary) { in renderSummary() argument 179 json::Object({{"count", int64_t(Summary.LineCoverage.getNumLines())}, in renderSummary() 180 {"covered", int64_t(Summary.LineCoverage.getCovered())}, in renderSummary() 181 {"percent", Summary.LineCoverage.getPercentCovered()}})}, in renderSummary() 184 {{"count", int64_t(Summary.FunctionCoverage.getNumFunctions())}, in renderSummary() 185 {"covered", int64_t(Summary.FunctionCoverage.getExecuted())}, in renderSummary() 186 {"percent", Summary.FunctionCoverage.getPercentCovered()}})}, in renderSummary() 190 int64_t(Summary.InstantiationCoverage.getNumFunctions())}, in renderSummary() [all …]
|
H A D | CoverageSummaryInfo.cpp | 1 //===- CoverageSummaryInfo.cpp - Coverage summary for function/file -------===// 114 FunctionCoverageSummary Summary(Name); 115 Summary.ExecutionCount = Group.getTotalExecutionCount(); 116 Summary.RegionCoverage = Summaries[0].RegionCoverage; 117 Summary.LineCoverage = Summaries[0].LineCoverage; 118 Summary.BranchCoverage = Summaries[0].BranchCoverage; 119 Summary.MCDCCoverage = Summaries[0].MCDCCoverage; 121 Summary.RegionCoverage.merge(FCS.RegionCoverage); 122 Summary.LineCoverage.merge(FCS.LineCoverage); 123 Summary 95 FunctionCoverageSummary Summary(Name); get() local [all...] |
/freebsd/contrib/sqlite3/ |
H A D | Replace.cs | 46 /// <summary> 49 /// </summary> 52 /// <summary> 54 /// </summary> 57 /// <summary> 60 /// </summary> 63 /// <summary> 65 /// </summary> 68 /// <summary> 71 /// </summary> [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 1 //===- llvm/ModuleSummaryIndex.h - Module Summary Index ---------*- C++ -*-===// 11 /// hold the module index and summary for function importing. 147 /// The GlobalValue corresponding to this summary. This is only used in 149 /// analysis is being run, or when parsing both the IR and the summary 153 /// Summary string representation. This StringRef points to BC module 157 /// is only valid if summary index was loaded from BC file. 163 /// List of global value summary structures for a particular value held 169 /// Map from global value GUID to corresponding summary structures. Use a 179 /// summary. 300 /// Summary of memprof callsite metadata. [all …]
|
H A D | ModuleSummaryIndexYAML.h | 1 //===-- llvm/ModuleSummaryIndexYAML.h - YAML I/O for summary ----*- C++ -*-===// 132 static void mapping(IO &io, TypeIdSummary& summary) { 133 io.mapOptional("TTRes", summary.TTRes); 134 io.mapOptional("WPDRes", summary.WPDRes); 180 static void mapping(IO &io, FunctionSummaryYaml& summary) { 181 io.mapOptional("Linkage", summary.Linkage); 182 io.mapOptional("Visibility", summary.Visibility); 183 io.mapOptional("NotEligibleToImport", summary.NotEligibleToImport); 184 io.mapOptional("Live", summary.Live); 185 io.mapOptional("Local", summary.IsLocal); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ProfileSummaryBuilder.cpp | 1 //=-- ProfilesummaryBuilder.cpp - Profile summary computation ---------------=// 9 // This file contains support for computing profile summary data. 23 "profile-summary-contextless", cl::Hidden, 34 "profile-summary-cutoff-hot", cl::Hidden, cl::init(990000), 39 "profile-summary-cutoff-cold", cl::Hidden, cl::init(999999), 44 "profile-summary-huge-working-set-size-threshold", cl::Hidden, 47 " blocks required to reach the -profile-summary-cutoff-hot" 51 "profile-summary-large-working-set-size-threshold", cl::Hidden, 54 " blocks required to reach the -profile-summary-cutoff-hot" 57 // The next two options override the counts derived from summary computatio [all...] |
H A D | GCOV.cpp | 46 struct Summary { struct 47 Summary(StringRef Name) : Name(Name) {} in Summary() function 83 void printSummary(const Summary &summary, raw_ostream &os) const; 85 void collectFunction(GCOVFunction &f, Summary &summary); 86 void collectSourceLine(SourceInfo &si, Summary *summary, LineInfo &line, 88 void collectSource(SourceInfo &si, Summary &summary) const; 696 void Context::collectFunction(GCOVFunction &f, Summary &summary) { in collectFunction() argument 712 ++summary.lines; in collectFunction() 714 ++summary.linesExec; in collectFunction() 722 void Context::collectSourceLine(SourceInfo &si, Summary *summary, in collectSourceLine() argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ProfileSummaryInfo.cpp | 1 //===- ProfileSummaryInfo.cpp - Global profile summary information --------===// 9 // This file contains a pass that provides access to the global profile summary 46 // The profile summary metadata may be attached either by the frontend or by 48 // checks if the Summary is null and if so checks if the summary metadata is now 49 // available in the module and parses it to get the Summary object. 56 Summary.reset(ProfileSummary::getFromMD(SummaryMD)); 59 // This will actually return PSK_Instr or PSK_Sample summary. 62 Summary.reset(ProfileSummary::getFromMD(SummaryMD)); in refresh() 112 auto &DetailedSummary = Summary in isFunctionEntryCold() [all...] |