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

123456

/openbsd-current/usr.bin/vi/docs/USD.doc/exref/
H A DMakefile6 EXTRA= ex.summary
8 CLEANFILES=summary.*
10 paper.ps: ${SRCS} summary.ps
12 paper.txt: ${SRCS} summary.txt
15 summary.ps: ex.summary
16 ${TBL} ex.summary | ${ROFF} > ${.TARGET}
17 summary.txt: ex.summary
18 ${TBL} ex.summary |
[all...]
/openbsd-current/usr.bin/vi/docs/USD.doc/vitut/
H A DMakefile6 EXTRA= vi.apwh.ms vi.summary
8 CLEANFILES+=summary.* viapwh.*
10 paper.ps: ${SRCS} summary.ps viapwh.ps
12 paper.txt: ${SRCS} summary.txt viapwh.txt
15 summary.ps: vi.summary
16 ${TBL} vi.summary | ${ROFF} > ${.TARGET}
17 summary.txt: vi.summary
18 ${TBL} vi.summary |
[all...]
/openbsd-current/gnu/llvm/lldb/examples/summaries/cocoa/
H A DNSData.py8 # example summary provider for NSData
9 # the real summary is now C++ code built into LLDB
106 logger >> "got a wrapper summary - using it"
130 logger >> "found a summary provider, it is: " + str(provider)
133 summary = provider.length()
135 summary = None
136 logger >> "got a summary: it is " + str(summary)
137 if summary is None:
138 summary
[all...]
H A DCFDictionary.py8 # example summary provider for NSDictionary
9 # the real summary is now C++ code built into LLDB
219 summary = provider.num_children()
221 summary = None
222 logger >> "got summary " + str(summary)
223 if summary is None:
225 if isinstance(summary, str):
226 return summary
227 return str(summary)
[all...]
H A DCFBag.py8 # example summary provider for CFBag
9 # the real summary is now C++ code built into LLDB
137 summary = provider.length()
139 summary = None
140 logger >> "summary got from provider: " + str(summary)
146 if summary is None:
147 summary = '<variable is not CFBag>'
148 elif isinstance(summary, str):
152 summary
[all...]
H A DCFBinaryHeap.py8 # example summary provider for CFBinaryHeap
9 # the real summary is now C++ code built into LLDB
135 summary = provider.length()
137 summary = None
138 logger >> "summary got from provider: " + str(summary)
144 if summary is None:
145 summary = '<variable is not CFBinaryHeap>'
146 elif isinstance(summary, str):
150 summary
[all...]
H A DNSSet.py8 # summary provider for NSSet
240 summary = provider.count()
242 summary = None
243 if summary is None:
244 summary = '<variable is not NSSet>'
245 if isinstance(summary, str):
246 return summary
248 summary = str(summary) + \
249 (' objects' if summary !
[all...]
H A DCFString.py8 # example synthetic children and summary provider for CFString (and related NSString class)
24 summary = provider.get_child_at_index(
26 if isinstance(summary, lldb.SBValue):
27 summary = summary.GetSummary()
29 summary = '"' + summary + '"'
31 summary = None
32 if summary is None:
33 summary
[all...]
H A DNSIndexSet.py8 # example summary provider for NS(Mutable)IndexSet
9 # the real summary is now C++ code built into LLDB
160 summary = provider.count()
162 summary = None
163 logger >> "got summary " + str(summary)
164 if summary is None:
165 summary = '<variable is not NSIndexSet>'
166 if isinstance(summary, str):
167 return summary
[all...]
H A DNSBundle.py8 # example summary provider for NSBundle
9 # the real summary is now C++ code built into LLDB
24 # trying to provide anything but a summary for an NSURL, so they need not
133 summary = provider.url_text()
135 summary = None
136 logger >> "got summary " + str(summary)
137 if summary is None or summary == '':
138 summary
[all...]
H A DNSURL.py8 # summary provider for NSURL
23 # trying to provide anything but a summary for an NSURL, so they need not
141 summary = provider.url_text()
143 summary = None
144 logger >> "got summary " + str(summary)
145 if summary is None or summary == '':
146 summary = '<variable is not NSURL>'
147 return summary
[all...]
H A DNSMachPort.py8 # example summary provider for NSMachPort
9 # the real summary is now C++ code built into LLDB
127 summary = provider.port()
129 summary = None
130 logger >> "got summary " + str(summary)
131 if summary is None:
132 summary = '<variable is not NSMachPort>'
133 if isinstance(summary, str):
135 return 'mach port: ' + str(summary)
[all...]
H A DCFArray.py8 # example summary provider for NSArray
9 # the real summary is now C++ code built into LLDB
214 summary = int(provider.num_children())
216 summary = None
217 logger >> "provider gave me " + str(summary)
218 if summary is None:
219 summary = '<variable is not NSArray>'
220 elif isinstance(summary, str):
224 # the summary from Xcode
225 summary
[all...]
H A DNSException.py8 # summary provider for class NSException
122 summary = provider.description()
124 summary = None
125 logger >> "got summary " + str(summary)
126 if summary is None:
127 summary = '<variable is not NSException>'
128 return str(summary)
134 "type summary add -F NSException.NSException_SummaryProvider NSException")
H A DNSNotification.py8 # example summary provider for NSNotification
9 # the real summary is now C++ code built into LLDB
114 summary = provider.name()
116 summary = None
117 logger >> "got summary " + str(summary)
118 if summary is None:
119 summary = '<variable is not NSNotification>'
120 return str(summary)
126 "type summary ad
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dfile.t77 my $summary = pop @output;
83 like $summary, $expected_summary,
84 '... and the report summary should look correct';
106 $summary = pop @output;
112 like $summary, $expected_summary,
113 '... and the report summary should look correct';
141 $summary = pop @output;
147 like $summary, $expected_summary,
148 '... and the report summary should look correct';
164 $summary
[all...]
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dlldbtk.py29 summary = self.value.summary
30 if summary is None:
31 summary = ''
36 'summary': summary,
60 summary = stream.GetData().split("`")[1]
64 'summary': summary,
91 summary
[all...]
/openbsd-current/bin/dd/
H A Dextern.h47 void summary(void);
H A Dmisc.c49 summary(void) function
89 summary();
96 summary();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxAtomic.cpp75 std::string summary; local
76 if (atomic_value->GetSummaryAsCString(summary, options) &&
77 summary.size() > 0) {
78 stream.Printf("%s", summary.c_str());
/openbsd-current/gnu/llvm/llvm/utils/
H A Dllvm-mca-compare.py301 # Based on the obtained results (summary view) of llvm-mca tool, draws plots for multiple input files.
401 # Calculates the average value (summary view) per region.
403 summary = Summary(file_name, 0, 0, 0, 0, 0, 0, 0, 0, None, None)
405 summary.block_rthroughput += array_of_code_regions[i].block_rthroughput
406 summary.dispatch_width += array_of_code_regions[i].dispatch_width
407 summary.ipc += array_of_code_regions[i].ipc
408 summary.instructions += array_of_code_regions[i].instructions
409 summary.iterations += array_of_code_regions[i].iterations
410 summary.total_cycles += array_of_code_regions[i].total_cycles
411 summary
[all...]
/openbsd-current/gnu/llvm/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp45 {LLDB_OPT_SET_1, false, "summary", 'y', OptionParser::eRequiredArgument,
47 "Specify the summary that the variable output should use."},
48 {LLDB_OPT_SET_2, false, "summary-string", 'z',
50 "Specify a summary string to use to format the variable output."},
55 return Status("must specify a valid named summary");
59 return Status("must specify a valid named summary");
65 return Status("must specify a non-empty summary string");
73 summary(ValidateNamedSummary), summary_string(ValidateSummaryString) {}
106 error = summary.SetCurrentValue(option_arg);
127 summary
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h39 OptionValueString summary; // the name of a named summary member in class:lldb_private::OptionGroupVariable
40 OptionValueString summary_string; // a summary string
/openbsd-current/gnu/llvm/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...]
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DGCOV.cpp83 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;
662 void Context::collectFunction(GCOVFunction &f, Summary &summary) { argument
678 ++summary.lines;
680 ++summary.linesExec;
688 void Context::collectSourceLine(SourceInfo &si, Summary *summary, argument
712 ++summary->lines;
714 ++summary
940 printSummary(const Summary &summary, raw_ostream &os) const argument
[all...]

Completed in 454 milliseconds

123456