| /openbsd-src/gnu/llvm/lldb/examples/summaries/ |
| H A D | lldb | 1 type summary add -w lldb lldb_private::Error -s "Type: ${var.m_ty… 2 type summary add -w lldb lldb_private::ConstString -s "${var.m_string}" 3 type summary add -w lldb lldb_private::Language -s "${var.m_language… 4 type summary add -w lldb lldb_private::RegularExpression -s "${var.m_re}" 5 type summary add -w lldb lldb_private::UserID -s "UserID(${var.m_u… 6 type summary add -w lldb lldb_private::ValueObject -s "${var.m_name}" 7 type summary add -w lldb lldb_private::ValueObjectSP -s "${var.ptr_.m_nam… 8 type summary add -w lldb lldb_private::ValueObjectRegister -s "${var.m_reg_info… 9 type summary add -w lldb lldb_private::ClangExpression -s "{${var.m_expr_te… 10 type summary add -w lldb lldb_private::CommandObject -s "Command name: ${… [all …]
|
| H A D | essentials | 1 type summary add -s "${var._M_dataplus._M_p}" std::string std::basic_string<char> "std::basic_strin… 2 type summary add -s "\"${var%@}\"" "NSString *" 3 type summary add -s "${svar%#} items" -e -x std::map< 4 type summary add -s "${svar%#} items" -e -x std::vector< 5 type summary add -s "${svar%#} items" -e -x std::list<
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | NSData.py | 133 summary = provider.length() 135 summary = None 136 logger >> "got a summary: it is " + str(summary) 137 if summary is None: 138 summary = '<variable is not NSData>' 139 elif isinstance(summary, str): 142 if summary == 1: 143 summary = '1 byte' 145 summary = str(summary) + ' bytes' 146 return summary [all …]
|
| H A D | NSSet.py | 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 != 1 else ' object') 250 return summary 263 summary = provider.count() [all …]
|
| H A D | CFDictionary.py | 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) + (" key/value pairs" if summary != 241 summary = provider.num_children() 243 summary = None 244 logger >> "got summary " + str(summary) [all …]
|
| H A D | CFBag.py | 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 = summary & ~0x1fff000000000000 153 if summary == 1: 154 summary = '@"1 value"' 156 summary = '@"' + str(summary) + ' values"' [all …]
|
| H A D | CFBinaryHeap.py | 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 = summary & ~0x1fff000000000000 151 if summary == 1: 154 summary = '@"' + str(summary) + ' items"' 155 return summary
|
| H A D | NSIndexSet.py | 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 169 summary = str(summary) + (' indexes' if summary != 1 else ' index') 170 return summary
|
| H A D | CFString.py | 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 = '<variable is not NSString>' 34 return '@' + summary 42 summary = '<variable is not NSAttributedString>' 54 summary = provider.get_child_at_index( [all …]
|
| H A D | CFArray.py | 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): 225 summary = '@"' + str(summary) + \ 226 (" objects" if summary != 1 else " object") + '"' 227 return summary
|
| H A D | NSMachPort.py | 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)
|
| H A D | NSBundle.py | 133 summary = provider.url_text() 135 summary = None 136 logger >> "got summary " + str(summary) 137 if summary is None or summary == '': 138 summary = '<variable is not NSBundle>' 139 return summary
|
| H A D | NSDate.py | 262 summary = provider.value() 264 summary = None 265 if summary is None: 266 summary = '<variable is not NSDate>' 267 return str(summary) 280 summary = provider.timezone() 282 summary = None 283 logger >> "got summary " + str(summary) 284 if summary is None: 285 summary = '<variable is not NSTimeZone>' [all …]
|
| H A D | NSURL.py | 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
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/ |
| H A D | file.t | 78 my $summary = pop @output; 84 like $summary, $expected_summary, 85 '... and the report summary should look correct'; 107 $summary = pop @output; 113 like $summary, $expected_summary, 114 '... and the report summary should look correct'; 142 $summary = pop @output; 148 like $summary, $expected_summary, 149 '... and the report summary should look correct'; 166 $summary [all...] |
| H A D | harness.t | 137 my $summary = pop @output; 143 like $summary, $expected_summary, 144 '... and the report summary should look correct'; 172 $summary = pop @output; 178 like $summary, $expected_summary, 179 '... and the report summary should look correct'; 217 $summary = pop @output; 223 like $summary, $expected_summary, 224 '... and the report summary should look correct'; 240 $summary [all...] |
| /openbsd-src/usr.bin/vi/docs/USD.doc/exref/ |
| H A D | Makefile | 6 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 | ${ROFF} -Tascii > ${.TARGET}
|
| /openbsd-src/usr.bin/vi/docs/USD.doc/vitut/ |
| H A D | Makefile | 6 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 | ${ROFF} -Tascii > ${.TARGET}
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | lldbtk.py | 29 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 = '%u frames' % (num_frames) 94 'summary': summary, 115 summary = self.process.target.executable.fullpath 118 'summary': summary, [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | llvm-mca-compare.py | 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.total_uops += array_of_code_regions[i].total_uops 412 summary.uops_per_cycle += array_of_code_regions[i].uops_per_cycle 413 summary.block_rthroughput = round( [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/ |
| H A D | Subtest.t | 20 is($one->summary, "foo", "simple summary"); 22 is($one->summary, "foo (TODO)", "simple summary + TODO"); 24 is($one->summary, "foo (TODO: foo)", "simple summary + TODO + Reason"); 28 is($one->summary, "Nameless Subtest", "unnamed summary");
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
| H A D | Aggregator.pm | 29 my $summary = <<'END_SUMMARY'; 34 printf $summary, 60 BEGIN { # install summary methods 85 } # end install summary methods 91 for my $summary ( keys %SUMMARY_METHOD_FOR ) { 92 $self->{$summary} = 0; 93 next if 'total' eq $summary; 94 $self->{"descriptions_for_$summary"} = []; 124 while ( my ( $summary, $method ) = each %SUMMARY_METHOD_FOR ) { 133 $self->{$summary} [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 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; 662 void Context::collectFunction(GCOVFunction &f, Summary &summary) { in collectFunction() argument 678 ++summary.lines; in collectFunction() 680 ++summary.linesExec; in collectFunction() 688 void Context::collectSourceLine(SourceInfo &si, Summary *summary, in collectSourceLine() argument 712 ++summary->lines; in collectSourceLine() 714 ++summary->linesExec; in collectSourceLine() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 132 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 …]
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | variable.rst | 88 It's worth mentioning that the ``size=5`` string is produced by a summary 101 type summary 338 before adding a summary... 349 after adding a summary... 356 There are two ways to use type summaries: the first one is to bind a summary 358 string to be used as summary. Both options are enabled by the type summary add 365 (lldb) type summary add --summary-string "int = ${var.x}, float = ${var.y}, char = ${var.z%u}" i_am… 367 Initially, we will focus on summary strings, and then describe the Python 374 snippet above. A summary string contains a sequence of tokens that are 375 processed by LLDB to generate the summary. [all …]
|