Searched refs:summary (Results 1 - 25 of 132) sorted by relevance

123456

/netbsd-current/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-current/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-current/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 t
[all...]
/netbsd-current/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("Handove
[all...]
/netbsd-current/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("Handove
[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("Receivin
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsymbol-summary.h1 /* Callgraph summary data structure.
34 m_allocator ("function summary" PASS_MEM_STAT)
80 /* Internal summary insertion hook pointer. */
82 /* Internal summary removal hook pointer. */
84 /* Internal summary duplication hook pointer. */
86 /* Symbol table the summary is registered to. */
93 /* Return true when the summary uses GGC memory for allocation. */
119 /* Function summary is a helper class that is used to associate a data structure
121 create a temporary pass-related structures. The summary class registers
123 A user of a summary clas
251 function_summary *summary = (function_summary <T *> *) (data); local
262 function_summary *summary = (function_summary <T *> *) (data); local
271 function_summary *summary = (function_summary <T *> *) (data); local
280 gt_ggc_mx(function_summary<T *>* const &summary) argument
450 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
461 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
473 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
511 gt_ggc_mx(fast_function_summary<T *, va_gc>* const &summary) argument
722 call_summary *summary = (call_summary <T *> *) (data); local
731 call_summary *summary = (call_summary <T *> *) (data); local
746 gt_ggc_mx(call_summary<T *>* const &summary) argument
892 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
901 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
945 gt_ggc_mx(fast_call_summary<T *, va_gc>* const &summary) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsymbol-summary.h1 /* Callgraph summary data structure.
40 m_allocator ("function summary" PASS_MEM_STAT)
124 /* Symbol table the summary is registered to. */
127 /* Insertion function defined by a summary. */
129 /* Removal function defined by a summary. */
131 /* Duplication function defined by a summary. */
134 /* Internal summary insertion hook pointer. */
136 /* Internal summary removal hook pointer. */
138 /* Internal summary duplication hook pointer. */
142 /* Return true when the summary use
292 function_summary *summary = (function_summary <T *> *) (data); local
301 function_summary *summary = (function_summary <T *> *) (data); local
310 function_summary *summary = (function_summary <T *> *) (data); local
319 gt_ggc_mx(function_summary<T *>* const &summary) argument
482 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
491 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
503 fast_function_summary *summary = (fast_function_summary <T *, V> *) (data); local
541 gt_ggc_mx(fast_function_summary<T *, va_gc>* const &summary) argument
778 call_summary *summary = (call_summary <T *> *) (data); local
787 call_summary *summary = (call_summary <T *> *) (data); local
802 gt_ggc_mx(call_summary<T *>* const &summary) argument
940 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
949 fast_call_summary *summary = (fast_call_summary <T *, V> *) (data); local
993 gt_ggc_mx(fast_call_summary<T *, va_gc>* const &summary) argument
[all...]
/netbsd-current/external/bsd/nvi/docs/USD.doc/exref/
H A DMakefile10 SUBARTICLES= reference summary
12 SRCS.summary= ex.summary
/netbsd-current/external/gpl3/gcc/dist/contrib/header-tools/
H A Dshow-headers14 summary = list()
60 if bname not in summary:
61 summary.append (bname)
146 for h in summary:
149 if h not in summary:
/netbsd-current/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dshow-headers14 summary = list()
60 if bname not in summary:
61 summary.append (bname)
146 for h in summary:
149 if h not in summary:
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A DClangDataFormat.py25 debugger.HandleCommand("type summary add -F ClangDataFormat.SourceLocation_summary clang::SourceLocation")
26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
27 debugger.HandleCommand("type summary add -F ClangDataFormat.StringRef_summary llvm::StringRef")
30 return SourceLocation(srcloc).summary()
33 return QualType(qualty).summary()
36 return StringRef(strref).summary()
60 def summary(self): member in class:SourceLocation
76 def summary(self): member in class:QualType
88 def summary(self): member in class:StringRef
/netbsd-current/external/bsd/nvi/docs/USD.doc/vitut/
H A DMakefile10 SUBARTICLES= vitut summary
12 SRCS.summary= vi.summary
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h1 //===-- llvm/ModuleSummaryIndexYAML.h - YAML I/O for summary ----*- C++ -*-===//
132 static void mapping(IO &io, TypeIdSummary& summary) { argument
133 io.mapOptional("TTRes", summary.TTRes);
134 io.mapOptional("WPDRes", summary.WPDRes);
179 static void mapping(IO &io, FunctionSummaryYaml& summary) { argument
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
[all...]
/netbsd-current/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) { argument
662 ++summary.lines;
664 ++summary.linesExec;
672 void Context::collectSourceLine(SourceInfo &si, Summary *summary, argument
696 ++summary->lines;
698 ++summary
924 printSummary(const Summary &summary, raw_ostream &os) const argument
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/
H A DMakefile.in139 CONFIG_CLEAN_FILES = ntpver plot_summary summary
231 $(srcdir)/plot_summary.in $(srcdir)/summary.in README
552 summary \
569 invoke-summary.texi \
570 invoke-summary.menu \
571 summary.1summaryman \
572 summary.1summarymdoc \
573 summary.mdoc.in \
574 summary.man.in \
575 summary
[all...]
/netbsd-current/external/mit/libcbor/dist/docs/doxygen/
H A Ddynsections.js4 var summary = $('#'+base+'-summary');
10 summary.show();
15 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();
/netbsd-current/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/
H A Ddynsections.js28 var summary = $('#'+base+'-summary');
34 summary.show();
39 summary.hide();

Completed in 701 milliseconds

123456