Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/netbsd-src/external/bsd/ntp/dist/scripts/
H A Dsummary.texi3 @setfilename summary.info
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)
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}.
36 * summary Description:: Description
37 * summary Invocation:: Invoking summary
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsymbol-summary.h251 function_summary *summary = (function_summary <T *> *) (data); in symtab_insertion() local
253 if (summary->m_insertion_enabled) in symtab_insertion()
254 summary->insert (node, summary->get_create (node)); in symtab_insertion()
262 function_summary *summary = (function_summary <T *> *) (data); in symtab_removal() local
263 summary->remove (node); in symtab_removal()
271 function_summary *summary = (function_summary <T *> *) (data); in symtab_duplication() local
272 T *v = summary->get (node); in symtab_duplication()
275 summary->duplicate (node, node2, v, summary->get_create (node2)); in symtab_duplication()
280 gt_ggc_mx(function_summary<T *>* const &summary) in gt_ggc_mx() argument
282 gcc_checking_assert (summary->m_ggc); in gt_ggc_mx()
[all …]
H A Dtree-diagnostic-path.cc481 path_summary summary (*path, true); in default_tree_diagnostic_path_printer() local
484 summary.print (context, context->show_path_depths); in default_tree_diagnostic_path_printer()
567 path_summary summary (path, false); in test_empty_path() local
568 ASSERT_EQ (summary.get_num_ranges (), 0); in test_empty_path()
571 summary.print (&dc, true); in test_empty_path()
591 path_summary summary (path, false); in test_intraprocedural_path() local
592 ASSERT_EQ (summary.get_num_ranges (), 1); in test_intraprocedural_path()
595 summary.print (&dc, true); in test_intraprocedural_path()
640 path_summary summary (path, false); in test_interprocedural_path_1() local
641 ASSERT_EQ (summary.get_num_ranges (), 9); in test_interprocedural_path_1()
[all …]
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/
H A Dwps-nfc.py32 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 Dp2p-nfc.py39 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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymbol-summary.h292 function_summary *summary = (function_summary <T *> *) (data); in symtab_insertion() local
293 summary->insert (node, summary->get_create (node)); in symtab_insertion()
301 function_summary *summary = (function_summary <T *> *) (data); in symtab_removal() local
302 summary->remove (node); in symtab_removal()
310 function_summary *summary = (function_summary <T *> *) (data); in symtab_duplication() local
311 T *v = summary->get (node); in symtab_duplication()
314 summary->duplicate (node, node2, v, summary->get_create (node2)); in symtab_duplication()
319 gt_ggc_mx(function_summary<T *>* const &summary) in gt_ggc_mx() argument
321 gcc_checking_assert (summary->m_ggc); in gt_ggc_mx()
322 gt_ggc_mx (&summary->m_map); in gt_ggc_mx()
[all …]
H A Dtree-diagnostic-path.cc476 path_summary summary (*path, true); in default_tree_diagnostic_path_printer() local
479 print_path_summary_as_text (&summary, context, in default_tree_diagnostic_path_printer()
571 path_summary summary (path, false); in test_empty_path() local
572 ASSERT_EQ (summary.get_num_ranges (), 0); in test_empty_path()
575 print_path_summary_as_text (&summary, &dc, true); in test_empty_path()
595 path_summary summary (path, false); in test_intraprocedural_path() local
596 ASSERT_EQ (summary.get_num_ranges (), 1); in test_intraprocedural_path()
599 print_path_summary_as_text (&summary, &dc, true); in test_intraprocedural_path()
644 path_summary summary (path, false); in test_interprocedural_path_1() local
645 ASSERT_EQ (summary.get_num_ranges (), 9); in test_interprocedural_path_1()
[all …]
H A Dipa-modref.cc939 modref_access_analysis (bool ipa, modref_summary *summary, in modref_access_analysis() argument
941 : m_summary (summary), m_summary_lto (summary_lto), m_ipa (ipa) in modref_access_analysis()
2900 analyze_parms (modref_summary *summary, modref_summary_lto *summary_lto, in analyze_parms() argument
2961 if (summary) in analyze_parms()
2963 if (parm_index >= summary->arg_flags.length ()) in analyze_parms()
2964 summary->arg_flags.safe_grow_cleared (count, true); in analyze_parms()
2965 summary->arg_flags[parm_index] = EAF_UNUSED; in analyze_parms()
3017 if (summary) in analyze_parms()
3019 if (parm_index >= summary->arg_flags.length ()) in analyze_parms()
3020 summary->arg_flags.safe_grow_cleared (count, true); in analyze_parms()
[all …]
H A Dgcov-io.cc350 gcov_write_summary (gcov_unsigned_t tag, const struct gcov_summary *summary) in gcov_write_summary() argument
354 gcov_write_unsigned (summary->runs); in gcov_write_summary()
355 gcov_write_unsigned (summary->sum_max); in gcov_write_summary()
494 gcov_read_summary (struct gcov_summary *summary) in gcov_read_summary() argument
496 summary->runs = gcov_read_unsigned (); in gcov_read_summary()
497 summary->sum_max = gcov_read_unsigned (); in gcov_read_summary()
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dwps-ap-nfc.py28 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 …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dtests-results.css83 table.summary {
92 table.summary th {
99 table.summary td {
105 table.summary td.numeric p {
109 table.summary td.numeric-error p {
114 table.summary td.numeric-warning p {
119 table.summary tr.group {
123 table.summary tr.entry td p {
127 table.tcs-summary {
137 table.tcs-summary td {
[all …]
/netbsd-src/external/bsd/nvi/dist/docs/vitut/
H A DMakefile7 all: vitut.ps summary.ps viapwh.ps ../html/vitut.html ../html/vi-summary.html \
14 summary.ps: vi.summary
15 ${TBL} vi.summary | ${ROFF} ${MACROS} > $@
29 ../html/vi-summary.html: vi.summary
42 rm -f vitut.ps summary.ps viapwh.ps ../html/vitut.html \
43 ../html/vi-summary.html ../html/viapwh.html
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp82 void printSummary(const Summary &summary, raw_ostream &os) const;
84 void collectFunction(GCOVFunction &f, Summary &summary);
85 void collectSourceLine(SourceInfo &si, Summary *summary, LineInfo &line,
87 void collectSource(SourceInfo &si, Summary &summary) const;
648 void Context::collectFunction(GCOVFunction &f, Summary &summary) { in collectFunction() argument
662 ++summary.lines; in collectFunction()
664 ++summary.linesExec; in collectFunction()
672 void Context::collectSourceLine(SourceInfo &si, Summary *summary, in collectSourceLine() argument
696 ++summary->lines; in collectSourceLine()
698 ++summary->linesExec; in collectSourceLine()
[all …]
/netbsd-src/external/bsd/nvi/dist/docs/exref/
H A DMakefile6 ALL= exref.ps summary.ps ../html/exref.html ../html/ex-summary.html
17 ../html/ex-summary.html: ex.summary
28 summary.ps: ex.summary
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h132 static void mapping(IO &io, TypeIdSummary& summary) {
133 io.mapOptional("TTRes", summary.TTRes);
134 io.mapOptional("WPDRes", summary.WPDRes);
179 static void mapping(IO &io, FunctionSummaryYaml& summary) {
180 io.mapOptional("Linkage", summary.Linkage);
181 io.mapOptional("Visibility", summary.Visibility);
182 io.mapOptional("NotEligibleToImport", summary.NotEligibleToImport);
183 io.mapOptional("Live", summary.Live);
184 io.mapOptional("Local", summary.IsLocal);
185 io.mapOptional("CanAutoHide", summary.CanAutoHide);
[all …]
/netbsd-src/sys/ufs/lfs/
H A DREADME19 segment summary
23 The segment summary and inode/data blocks start after the super block (if
28 | summary | data/inode | summary | data/inode |
32 The data/inode blocks following a summary block are described by the
33 summary block. In order to permit the segment to be written in any order
35 blocks described by the summary. Additionally, the summary is checksummed
37 to make it easy to determine that it *is* a summary block and the latter
98 | 8K pad | Super | summary | inode | ifile | root | l + f |
120 summary and data/inode blocks. Sprite writes summary blocks synchronously
122 summary block validates the data/inode blocks. This permits us to write
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dreduce-headers235 summary = ""
266 summary = src_file + ": Target builds are required for config files. None found."
267 print summary
268 return summary
270 summary =src_file + ": Cannot find any targets which build this file."
271 print summary
272 return summary
280 summary = src_file + " does not build on host."
286 return summary
487 summary = src_file + ": No change."
[all …]
H A Dshow-headers14 summary = list() variable
60 if bname not in summary:
61 summary.append (bname)
146 for h in summary:
149 if h not in summary:
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dreduce-headers235 summary = ""
266 summary = src_file + ": Target builds are required for config files. None found."
267 print summary
268 return summary
270 summary =src_file + ": Cannot find any targets which build this file."
271 print summary
272 return summary
280 summary = src_file + " does not build on host."
286 return summary
487 summary = src_file + ": No change."
[all …]
H A Dshow-headers14 summary = list() variable
60 if bname not in summary:
61 summary.append (bname)
146 for h in summary:
149 if h not in summary:
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A DClangDataFormat.py30 return SourceLocation(srcloc).summary()
33 return QualType(qualty).summary()
36 return StringRef(strref).summary()
60 def summary(self): member in SourceLocation
76 def summary(self): member in QualType
88 def summary(self): member in StringRef
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-driver.c69 struct gcov_summary summary; member
268 struct gcov_summary *summary) in merge_one_data() argument
294 gcov_read_summary (summary); in merge_one_data()
453 merge_summary (int run_counted, struct gcov_summary *summary, in merge_summary() argument
458 summary->runs++; in merge_summary()
459 summary->sum_max += run_max; in merge_summary()
474 struct gcov_summary summary = {}; in dump_one_gcov() local
496 error = merge_one_data (gf->filename, gi_ptr, &summary); in dump_one_gcov()
503 merge_summary (run_counted, &summary, run_max); in dump_one_gcov()
505 write_one_data (gi_ptr, &summary); in dump_one_gcov()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dmem.c1376 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "summary")); in isc__mempool_put()
1388 TRY0(xmlTextWriterEndElement(writer)); /* summary */ in isc__mempool_put()
1528 xml_renderctx(isc_mem_t * ctx,summarystat_t * summary,xmlTextWriterPtr writer) xml_renderctx() argument
1617 summarystat_t summary = { 0 }; isc_mem_renderxml() local
1676 json_renderctx(isc_mem_t * ctx,summarystat_t * summary,json_object * array) json_renderctx() argument
1759 summarystat_t summary = { 0 }; isc_mem_renderjson() local
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dmem.c2051 xml_renderctx(isc__mem_t *ctx, summarystat_t *summary, in xml_renderctx() argument
2071 summary->contextsize += sizeof(*ctx) + in xml_renderctx()
2077 summary->contextsize += DEBUG_TABLE_COUNT * in xml_renderctx()
2088 summary->total += ctx->total; in xml_renderctx()
2094 summary->inuse += ctx->inuse; in xml_renderctx()
2105 summary->malloced += ctx->malloced; in xml_renderctx()
2118 summary->blocksize += ctx->basic_table_count * in xml_renderctx()
2132 summary->contextsize += ctx->poolcnt * sizeof(isc_mempool_t); in xml_renderctx()
2155 summarystat_t summary; in isc_mem_renderxml() local
2160 memset(&summary, 0, sizeof(summary)); in isc_mem_renderxml()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-driver.c97 struct gcov_summary summary; member
251 struct gcov_summary *summary) in merge_one_data() argument
280 gcov_read_summary (summary); in merge_one_data()
600 struct gcov_summary summary = {}; in dump_one_gcov() local
619 error = merge_one_data (gf->filename, gi_ptr, &summary); in dump_one_gcov()
629 summary.runs++; in dump_one_gcov()
630 summary.sum_max += run_max; in dump_one_gcov()
633 summary = gi_ptr->summary; in dump_one_gcov()
636 write_one_data (gi_ptr, &summary, gcov_dump_handler, gcov_allocate_handler, in dump_one_gcov()

12345678910>>...25