Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 1264) sorted by relevance

12345678910>>...51

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.gdb/
H A Dselftest.exp51 set description "step over context initialization"
55 set description "step over argc initialization"
59 set description "step over argv initialization"
63 set description "step over quiet initialization"
67 set description "step over batch initialization"
71 set description "step over symarg initialization"
75 set description "step over execarg initialization"
79 set description "step over corearg initialization"
83 set description "step over cdarg initialization"
87 set description "step over ttyarg initialization"
[all …]
H A Dxfullpath.exp77 set description "run until breakpoint at captured_main"
81 pass "$description"
84 xfail "$description (line numbers scrambled?)"
87 fail "$description (out of virtual memory)"
93 fail "$description"
99 fail "$description (timeout)"
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dregression.t64 description => "Interlock activated",
81 description => "Megathrusters are go",
92 description => "Head formed",
103 description => "Blazing sword formed",
114 description => "Robeast destroyed",
139 description => "Interlock activated",
156 description => "Megathrusters are go",
167 description => "Head formed",
178 description => "Blazing sword formed",
189 description => "Robeast destroyed",
[all …]
/openbsd-src/regress/lib/libssl/verify/
H A Dverify.c40 const char *description; member
48 .description = "unusual wildcard cert, no CA given to client",
66 .description = "unusual wildcard cert, CA given to client",
83 .description = "common wildcard cert, no CA given to client",
101 .description = "common wildcard cert, CA given to client",
118 .description = "server sends all chain certificates",
181 connect_peers(SSL *client_ssl, SSL *server_ssl, const char *description) in connect_peers() argument
188 description); in connect_peers()
193 description); in connect_peers()
198 description); in connect_peers()
[all …]
/openbsd-src/regress/lib/libssl/unit/
H A Dssl_get_shared_ciphers.c37 const char *description; member
49 .description = "TLSv1.3 defaults",
77 .description = "TLSv1.3, client without ChaCha",
103 .description = "TLSv1.2",
140 .description = "TLSv1.2, server without ECDSA",
171 .description = "TLSv1.3 ciphers are prepended",
250 connect_peers(SSL *client_ssl, SSL *server_ssl, const char *description) in connect_peers() argument
257 description); in connect_peers()
262 description); in connect_peers()
267 description); in connect_peers()
296 push_data_to_peer(SSL * ssl,int * ret,int (* func)(SSL *),const char * func_name,const char * description) push_data_to_peer() argument
333 handshake(SSL * client_ssl,SSL * server_ssl,const char * description) handshake() argument
356 shutdown_peers(SSL * client_ssl,SSL * server_ssl,const char * description) shutdown_peers() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dreg_posixcc.t79 my $description = "";
139 $description||=" Error:\n";
140 $description .= "/[$yes][$no]/\n";
143 $description .= "\tmatches $type codepoints:\t";
144 $description .= rangify($err_by_type{$type});
145 $description .= "\n";
147 $description .= "\n";
150 $description .= "Unicode/Nonunicode mismatches:\n";
152 $description .= "\t$type:\t";
153 $description .= rangify($singles{$type});
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPluginManager.h57 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
65 static void RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
74 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
87 RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
101 RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
111 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
124 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
137 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
146 llvm::StringRef name, llvm::StringRef description,
163 static bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description,
[all …]
/openbsd-src/regress/lib/libcrypto/x509/rfc3779/
H A Drfc3779.c40 report_hexdump(const char *func, const char *description, const char *msg, in report_hexdump() argument
44 fprintf(stderr, "%s: \"%s\" %s\nwant:\n", func, description, msg); in report_hexdump()
63 const char *description; member
74 .description = "address 10.5.0.4",
88 .description = "prefix 10.5.0/23",
102 .description = "address 2001:0:200:3::1",
120 .description = "prefix 2001:0:200/39",
138 .description = "prefix 10.5.0/23 as a range",
157 .description = "prefix 2001:0:200/39 as a range",
178 .description = "prefix 0/0",
[all …]
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp188 PluginInstance(llvm::StringRef name, llvm::StringRef description, in PluginInstance()
191 : name(name), description(description), create_callback(create_callback), in PluginInstance()
195 llvm::StringRef description; member
203 bool RegisterPlugin(llvm::StringRef name, llvm::StringRef description, in RegisterPlugin() argument
210 Instance(name, description, callback, std::forward<Args>(args)...); in RegisterPlugin()
237 return instance->description; in GetDescriptionAtIndex()
288 llvm::StringRef description, in RegisterPlugin() argument
290 return GetABIInstances().RegisterPlugin(name, description, create_callback); in RegisterPlugin()
312 llvm::StringRef description, in RegisterPlugin() argument
314 GetArchitectureInstances().push_back({name, description, create_callback}); in RegisterPlugin()
[all …]
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A DMETA.llvm.in3 description = "LLVM OCaml bindings"
11 description = "Intermediate representation analysis for LLVM"
19 description = "Bitcode reader for LLVM"
27 description = "Bitcode writer for LLVM"
35 description = "JIT and Interpreter for LLVM"
43 description = "IPO Transforms for LLVM"
51 description = "DebugInfo support for LLVM"
59 description = "IR assembly reader for LLVM"
67 description = "Scalar Transforms for LLVM"
75 description = "Transform utilities for LLVM"
[all …]
/openbsd-src/regress/lib/libcrypto/ec/
H A Dec_point_conversion.c205 const char *description;
214 .description = "point at infinity on secp256r1",
222 .description = "point at infinity on secp256r1 (flipped y_bit)",
230 .description = "zero x compressed point on secp256r1",
243 .description =
257 .description = "generic compressed point on secp256r1",
270 .description =
284 .description = "zero x uncompressed point #1 on secp256r1",
301 .description =
319 .description
204 const char *description; global() member
[all...]
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dcall.t58 # flags args expected description
69 my ($flags, $args, $expected, $description) = @$test;
72 "$description call_sv(\\&f)");
75 "$description call_sv(*f)");
78 "$description call_sv('f')");
81 "$description call_pv('f')");
84 "$description call_argv('f')") or warn "@{[call_argv('f', $flags, @$args)]}";
87 $expected), "$description eval_sv('f(args)')");
90 "$description call_method('meth')");
95 my $desc = $description
[all...]
/openbsd-src/lib/libmenu/
H A Dm_item_new.c113 new_item(const char *name, const char *description) in new_item() argument
119 description ? description : "")); in new_item()
138 if (description && (*description != '\0') && in new_item()
139 Is_Printable_String(description)) in new_item()
141 item->description.length = (unsigned short)strlen(description); in new_item()
142 item->description.str = description; in new_item()
146 item->description.length = 0; in new_item()
147 item->description.str = (char *)0; in new_item()
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/
H A DAggregator.pm105 $aggregate->add( $description => $parser );
107 The C<$description> is usually a test file name (but only by
109 L<"parsers">.) Reusing a description is a fatal error.
116 my ( $self, $description, $parser ) = @_;
117 if ( exists $self->{parser_for}{$description} ) {
118 $self->_croak( "You already have a parser for ($description)."
121 push @{ $self->{parse_order} } => $description;
122 $self->{parser_for}{$description} = $parser;
134 push @{ $self->{"descriptions_for_$summary"} } => $description;
176 for my $description (
[all...]
/openbsd-src/regress/bin/ksh/
H A Darith.t2 description:
20 description:
39 description:
50 description:
60 description:
69 description:
81 description:
93 description:
103 description:
115 description:
[all …]
H A Dunclass2.t2 description:
15 description:
27 description:
39 description:
76 description:
93 description:
119 description:
128 description:
141 description:
148 description:
[all …]
H A Dbksl-nl.t9 description:
20 description:
33 description:
46 description:
71 description:
87 description:
100 description:
125 description:
151 description:
174 description:
[all …]
H A Dstrsub.t2 description:
30 description:
45 description:
62 description:
76 description:
93 description:
105 description:
116 description:
127 description:
139 description:
H A Dregress.t8 description:
21 description:
84 description:
127 description:
155 description:
170 description:
184 description:
202 description:
223 description:
240 description:
[all …]
H A Dheredoc.t2 description:
15 description:
35 description:
48 description:
59 description:
85 description:
101 description:
121 description:
146 description:
171 description:
[all …]
H A Dinteger.t2 description:
15 description:
29 description:
50 description:
63 description:
75 description:
129 description:
152 description:
168 description:
197 description:
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/libnet/
H A DMakefile.PL85 description => 'APOP support',
96 description => 'AUTH support',
108 description => 'SSL support',
119 description => 'IPv6 support',
131 description => 'Changes testing',
142 description => 'Perl::Critic testing',
153 description => 'POD testing',
164 description => 'POD coverage testing',
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCSKYAttributeParser.cpp124 std::string description; in fpuHardFP() local
127 description += LS; in fpuHardFP()
128 description += "Half"; in fpuHardFP()
131 description += LS; in fpuHardFP()
132 description += "Single"; in fpuHardFP()
135 description += LS; in fpuHardFP()
136 description += "Double"; in fpuHardFP()
139 if (description.empty()) { in fpuHardFP()
146 printAttribute(tag, value, description); in fpuHardFP()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A DSpreadsheet-Read.tml31 description: Provides parsing of CSV streams
39 description: Provides parsing of Microsoft Excel files
46 description: Provides parsing of Microsoft Excel 2007 files
50 description: Provides parsing of OpenOffice spreadsheets
54 description: Spreadsheet tools
104 'description' => 'Provides parsing of CSV streams'
116 'description' => 'Provides parsing of Microsoft Excel files'
124 'description' => 'Provides parsing of Microsoft Excel 2007 files'
132 'description' => 'Provides parsing of OpenOffice spreadsheets'
142 'description' => 'Spreadsheet tools'
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Doptional_feature-merge.t43 'description' => 'desc',
52 'description' => 'desc',
78 'description' => 'desc',
93 'description' => 'other desc',
100 like $@, qr/^Cannot merge two optional_features named 'FeatureName' with different 'description' va…
105 'description' => 'desc',
118 'description' => 'desc',
131 'description' => 'desc',
136 'description' => 'desc',

12345678910>>...51