Searched refs:description (Results 26 - 50 of 367) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf125 # description - optional build target description
149 description = Subversion Client
160 description = Subversion Repository Administrator
170 description = Subversion Dumpfile Filter
179 description = Subversion Repository Browser
187 description = Subversion Server
197 description = Subversion repository replicator
205 description = Subversion Revision Extractor
213 description
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueList.i107 lldb::SBStream description;
112 $self->GetValueAtIndex(i).GetDescription(description);
116 description.Printf("<empty> lldb.SBValueList()");
118 const char *desc = description.GetData();
119 size_t desc_len = description.GetSize();
H A DSBModuleSpec.i92 GetDescription (lldb::SBStream &description);
129 GetDescription (lldb::SBStream &description);
H A DSBDeclaration.i39 GetDescription (lldb::SBStream &description);
H A DSBEvent.i19 Event description: 0x103d0bb70 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { process = 0x1009c8400 (pid = 21528), state = running}
24 Event description: 0x103a700a0 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { process = 0x1009c8400 (pid = 21528), state = stopped}
29 Event description: 0x103d0d4a0 Event: broadcaster = 0x1009c8410, type = 0x00000001, data = { process = 0x1009c8400 (pid = 21528), state = exited}
85 print('Event description:', desc)
150 GetDescription (lldb::SBStream &description) const;
H A DSBTypeNameSpecifier.i47 GetDescription (lldb::SBStream &description,
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-errorlist.py104 (start, length, description, tables) = x
107 print "no symbol for %s" % description
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py120 (key, value, description, table) = x
130 (key, value, description, tables) = x
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/freebsd-11-stable/release/powerpc/
H A Dmkisoimages.sh41 <description>FreeBSD Install</description>
/freebsd-11-stable/crypto/openssl/util/
H A Dmkrc.pl25 if ($extname =~ /dll/i) { $description = "OpenSSL shared library"; }
26 else { $description = "OpenSSL application"; }
52 VALUE "FileDescription", "$description\\0"
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h46 char const *description; member in struct:hci_command
/freebsd-11-stable/sys/netgraph/
H A Dng_nat.h69 char description[NG_NAT_DESC_LENGTH]; member in struct:ng_nat_redirect_port
81 { "description", (desctype) }, \
89 char description[NG_NAT_DESC_LENGTH]; member in struct:ng_nat_redirect_addr
96 { "description", (desctype) }, \
106 char description[NG_NAT_DESC_LENGTH]; member in struct:ng_nat_redirect_proto
115 { "description", (desctype) }, \
145 char description[NG_NAT_DESC_LENGTH]; member in struct:ng_nat_listrdrs_entry
159 { "description", (desctype) }, \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DASanRuntime.cpp97 const char *description;
107 t.description = __asan_get_report_description();
169 return_value_sp->GetValueForExpressionPath(".description")
171 std::string description; local
173 process_sp->ReadCStringFromMemory(description_ptr, description, error);
186 dict->AddStringItem("description", description);
193 std::string description = report->GetAsDictionary() local
194 ->GetValueForKey("description")
197 return llvm::StringSwitch<std::string>(description)
254 std::string description; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_libm.h59 #define ATF_LIBM_TEST(name, description) \
61 ATF_TC_HEAD(name, tc) { atf_tc_set_md_var(tc, "descr", description); } \
/freebsd-11-stable/contrib/libucl/python/tests/
H A Dtest_validation.py16 def perform_test(schema, data, valid, description):
17 msg = '%s (valid=%r)' % (description, valid)
35 test['valid'], test['description'])
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBEvent.h58 bool GetDescription(lldb::SBStream &description);
60 bool GetDescription(lldb::SBStream &description) const;
H A DSBModuleSpec.h80 bool GetDescription(lldb::SBStream &description);
114 bool GetDescription(lldb::SBStream &description);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp46 // We build a unique key for this pair of completion:description. We
62 llvm::StringRef description,
64 Completion r(completion, description, mode);
61 AddResult(llvm::StringRef completion, llvm::StringRef description, CompletionMode mode) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp169 bool SBError::GetDescription(SBStream &description) { argument
171 description);
175 description.Printf("success");
178 description.Printf("error: %s",
182 description.Printf("error: <NULL>");
H A DSBSymbolContextList.cpp108 bool SBSymbolContextList::GetDescription(lldb::SBStream &description) { argument
110 (lldb::SBStream &), description);
112 Stream &strm = description.ref();
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp78 CXXFunctionSummaryFormat::Callback funct, const char *description,
81 new CXXFunctionSummaryFormat(flags, funct, description));
93 const char *description, ConstString type_name,
96 new CXXSyntheticChildren(flags, description, generator));
107 std::vector<std::string> children, const char *description,
76 AddCXXSummary( TypeCategoryImpl::SharedPointer category_sp, CXXFunctionSummaryFormat::Callback funct, const char *description, ConstString type_name, TypeSummaryImpl::Flags flags, bool regex) argument
90 AddCXXSynthetic( TypeCategoryImpl::SharedPointer category_sp, CXXSyntheticChildren::CreateFrontEndCallback generator, const char *description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
105 AddFilter( TypeCategoryImpl::SharedPointer category_sp, std::vector<std::string> children, const char *description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
/freebsd-11-stable/contrib/apr-util/
H A Dapr-util.spec16 %description
28 %description devel
40 %description dbm
49 %description pgsql
59 %description mysql
69 %description sqlite
79 %description odbc
89 %description ldap
98 %description openssl
107 %description ns
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_program.c91 char *description; member in struct:program_bidder
107 struct archive_string description; member in struct:program_filter
410 archive_string_ensure(&state->description, l) == NULL) {
414 archive_string_free(&state->description);
420 archive_strcpy(&state->description, prefix);
421 archive_strcat(&state->description, cmd);
424 self->name = state->description.s;
433 archive_string_free(&state->description);
499 archive_string_free(&state->description);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c132 const char *description;
1116 describe_local_file_node_change(const char **description,
1133 *description = _("A file containing uncommitted changes was "
1136 *description = _("A file which differs from the corresponding "
1141 *description = _("A file which already occupies this path was found "
1145 *description = _("An unversioned file was found in the working "
1149 *description = _("A deleted file was found in the working copy.");
1154 *description = _("No such file was found in the working copy.");
1158 *description = _("No such file was found in the merge target "
1168 *description
130 const char *description; member in struct:svn_client_conflict_option_t
1114 describe_local_file_node_change(const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1338 describe_local_dir_node_change(const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3102 describe_local_none_node_change(const char **description, svn_client_conflict_t *conflict, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3165 append_moved_to_chain_description(const char *description, apr_array_header_t *next, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3195 conflict_tree_get_local_description_generic(const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3230 conflict_tree_get_description_local_missing(const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3498 svn_client_conflict_prop_get_description(const char **description, svn_client_conflict_t *conflict, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3710 const char *description = local
3736 const char *description = local
3762 const char *description = local
3789 const char *description = local
3816 const char *description = local
3841 const char *description = local
3870 const char *description; local
3899 const char *description; local
3923 const char *description; local
4042 const char *description = local
4070 const char *description = local
4098 const char *description = local
4128 const char *description = local
4157 const char *description = local
4184 const char *description = local
4217 const char *description; local
4249 const char *description; local
4280 const char *description; local
4429 const char *description = local
4457 const char *description = local
4496 const char *description = local
4525 const char *description = local
4552 const char *description = local
4585 const char *description; local
4617 const char *description; local
4648 const char *description; local
9905 add_resolution_option(apr_array_header_t *options, svn_client_conflict_t *conflict, svn_client_conflict_option_id_t id, const char *label, const char *description, conflict_option_resolve_func_t resolve_func) argument
10201 const char *description; local
10276 const char *description; local
10345 const char *description; local
10403 const char *description; local
10473 const char *description; local
10528 const char *description; local
10576 const char *description; local
10666 const char *description; local
10691 describe_incoming_move_merge_conflict_option( const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, const char *moved_to_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
10815 const char *description; local
10884 const char *description; local
10963 const char *description; local
11046 const char *description; local
11618 conflict_tree_get_description_update_both_moved_file_merge( const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
11678 conflict_tree_get_description_update_both_moved_file_move_merge( const char **description, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
11777 const char *description; local
11852 const char *description; local
[all...]
/freebsd-11-stable/contrib/apr/include/
H A Dapr_getopt.h90 /** a description of the option */
91 const char *description; member in struct:apr_getopt_option_t

Completed in 394 milliseconds

1234567891011>>