Searched refs:description (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntimeStopInfo.cpp19 Thread &thread, std::string description,
23 m_description = description;
32 Thread &thread, std::string description,
35 new InstrumentationRuntimeStopInfo(thread, description, additionalData));
18 InstrumentationRuntimeStopInfo( Thread &thread, std::string description, StructuredData::ObjectSP additional_data) argument
31 CreateStopReasonWithInstrumentationData( Thread &thread, std::string description, StructuredData::ObjectSP additionalData) argument
/freebsd-11-stable/usr.sbin/bluetooth/l2control/
H A Dl2control.h44 char const *description; member in struct:l2cap_command
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h44 char const *description; member in struct:sdp_command
/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_item_new.c101 | Function : ITEM *new_item(char *name, char *description)
103 | Description : Create a new item with name and description. Return
110 new_item(const char *name, const char *description) argument
116 description ? description : ""));
133 if (description && (*description != '\0') &&
134 Is_Printable_String(description))
136 item->description.length = (unsigned short)strlen(description);
[all...]
H A Dm_item_nam.c35 * Get menus item name and description *
61 | Description : Returns description of item
69 returnCPtr((item) ? item->description.str : (char *)0);
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dpunycode_examples.h15 const char *description; member in struct:punycode_example
H A Dtest-punycode.c58 printf("punycode %u (%s) failed: %d\n", i, e->description, ret);
68 i, e->description,
77 i, e->description, (unsigned int)len, buf, e->pc);
/freebsd-11-stable/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h44 char const *description; member in struct:bthid_command
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DPluginManager.h38 static bool RegisterPlugin(ConstString name, const char *description,
53 llvm::StringRef description,
62 static bool RegisterPlugin(ConstString name, const char *description,
75 RegisterPlugin(ConstString name, const char *description,
89 RegisterPlugin(ConstString name, const char *description,
102 static bool RegisterPlugin(ConstString name, const char *description,
115 static bool RegisterPlugin(ConstString name, const char *description,
128 static bool RegisterPlugin(ConstString name, const char *description,
140 ConstString name, const char *description,
160 static bool RegisterPlugin(ConstString name, const char *description,
[all...]
/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_schema.c68 const ucl_object_t *valid, *data, *description; local
72 description = ucl_object_lookup (obj, "description");
75 if (data == NULL || description == NULL || valid == NULL) {
83 ucl_object_tostring (description),
99 const ucl_object_t *schema, *tests, *description, *test; local
108 description = ucl_object_lookup (obj, "description");
110 if (schema == NULL || tests == NULL || description == NULL) {
120 ucl_object_tostring (description));
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntimeStopInfo.h32 Thread &thread, std::string description,
36 InstrumentationRuntimeStopInfo(Thread &thread, std::string description,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DPluginManager.cpp203 ABIInstance() : name(), description(), create_callback(nullptr) {}
206 std::string description; member in struct:ABIInstance
223 const char *description,
229 if (description && description[0])
230 instance.description = description;
282 std::string description; member in struct:ArchitectureInstance
299 llvm::StringRef description,
302 GetArchitectureInstances().push_back({name, description, create_callbac
222 RegisterPlugin(ConstString name, const char *description, ABICreateInstance create_callback) argument
298 RegisterPlugin(ConstString name, llvm::StringRef description, ArchitectureCreateInstance create_callback) argument
335 std::string description; member in struct:DisassemblerInstance
351 RegisterPlugin(ConstString name, const char *description, DisassemblerCreateInstance create_callback) argument
418 std::string description; member in struct:DynamicLoaderInstance
435 RegisterPlugin( ConstString name, const char *description, DynamicLoaderCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
503 std::string description; member in struct:JITLoaderInstance
520 RegisterPlugin( ConstString name, const char *description, JITLoaderCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
585 std::string description; member in struct:EmulateInstructionInstance
601 RegisterPlugin( ConstString name, const char *description, EmulateInstructionCreateInstance create_callback) argument
667 std::string description; member in struct:OperatingSystemInstance
684 RegisterPlugin( ConstString name, const char *description, OperatingSystemCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
750 std::string description; member in struct:LanguageInstance
766 RegisterPlugin(ConstString name, const char *description, LanguageCreateInstance create_callback) argument
828 std::string description; member in struct:LanguageRuntimeInstance
846 RegisterPlugin( ConstString name, const char *description, LanguageRuntimeCreateInstance create_callback, LanguageRuntimeGetCommandObject command_callback, LanguageRuntimeGetExceptionPrecondition precondition_callback) argument
932 std::string description; member in struct:SystemRuntimeInstance
948 RegisterPlugin( ConstString name, const char *description, SystemRuntimeCreateInstance create_callback) argument
1015 std::string description; member in struct:ObjectFileInstance
1034 RegisterPlugin( ConstString name, const char *description, ObjectFileCreateInstance create_callback, ObjectFileCreateMemoryInstance create_memory_callback, ObjectFileGetModuleSpecifications get_module_specifications, ObjectFileSaveCore save_core) argument
1156 std::string description; member in struct:ObjectContainerInstance
1173 RegisterPlugin( ConstString name, const char *description, ObjectContainerCreateInstance create_callback, ObjectFileGetModuleSpecifications get_module_specifications) argument
1251 std::string description; member in struct:PlatformInstance
1268 RegisterPlugin( ConstString name, const char *description, PlatformCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
1369 std::string description; member in struct:ProcessInstance
1386 RegisterPlugin( ConstString name, const char *description, ProcessCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
1469 std::string description; member in struct:ScriptInterpreterInstance
1485 RegisterPlugin( ConstString name, const char *description, lldb::ScriptLanguage script_language, ScriptInterpreterCreateInstance create_callback) argument
1562 std::string description; member in struct:StructuredDataPluginInstance
1580 RegisterPlugin( ConstString name, const char *description, StructuredDataPluginCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback, StructuredDataFilterLaunchInfo filter_callback) argument
1666 std::string description; member in struct:SymbolFileInstance
1683 RegisterPlugin( ConstString name, const char *description, SymbolFileCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
1748 std::string description; member in struct:SymbolVendorInstance
1764 RegisterPlugin(ConstString name, const char *description, SymbolVendorCreateInstance create_callback) argument
1828 std::string description; member in struct:UnwindAssemblyInstance
1844 RegisterPlugin( ConstString name, const char *description, UnwindAssemblyCreateInstance create_callback) argument
1908 std::string description; member in struct:MemoryHistoryInstance
1924 RegisterPlugin( ConstString name, const char *description, MemoryHistoryCreateInstance create_callback) argument
1989 std::string description; member in struct:InstrumentationRuntimeInstance
2007 RegisterPlugin( ConstString name, const char *description, InstrumentationRuntimeCreateInstance create_callback, InstrumentationRuntimeGetType get_type_callback) argument
2087 std::string description; member in struct:TypeSystemInstance
2105 RegisterPlugin( ConstString name, const char *description, TypeSystemCreateInstance create_callback, LanguageSet supported_languages_for_types, LanguageSet supported_languages_for_expressions) argument
2190 std::string description; member in struct:REPLInstance
2207 RegisterPlugin(ConstString name, const char *description, REPLCreateInstance create_callback, LanguageSet supported_languages) argument
2444 CreateSettingForPlugin( Debugger &debugger, ConstString plugin_type_name, ConstString plugin_type_desc, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property, GetDebuggerPropertyForPluginsPtr get_debugger_property = GetDebuggerPropertyForPlugins) argument
2480 CreateSettingForDynamicLoaderPlugin( Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property) argument
2497 CreateSettingForPlatformPlugin( Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property) argument
2513 CreateSettingForProcessPlugin( Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property) argument
2528 CreateSettingForSymbolFilePlugin( Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property) argument
2544 CreateSettingForJITLoaderPlugin( Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property) argument
2568 CreateSettingForOperatingSystemPlugin( Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property) argument
2592 CreateSettingForStructuredDataPlugin( Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, ConstString description, bool is_global_property) argument
[all...]
/freebsd-11-stable/contrib/file/python/
H A Dsetup.py17 description='(official) libmagic Python bindings', variable
/freebsd-11-stable/usr.bin/mkimg/
H A Dformat.h35 const char *description; member in struct:mkimg_format
H A Draw.c56 .description = "Raw Disk",
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_asus_wmi.c121 char *description; member in struct:__anon8998
127 .description = "hw_switch",
132 .description = "Wireless LED control",
137 .description = "Alt+F2 function",
142 .description = "WLAN power control",
147 .description = "Bluetooth power control",
152 .description = "GPS power control",
157 .description = "WiMAX power control",
162 .description = "WWAN-3G power control",
167 .description
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h43 Completion(llvm::StringRef completion, llvm::StringRef description, argument
45 : m_completion(completion.str()), m_descripton(description.str()),
62 void AddResult(llvm::StringRef completion, llvm::StringRef description,
139 /// \param completion An optional description of the completion string. The
140 /// description will be displayed to the user alongside the completion.
143 llvm::StringRef description = "",
145 m_result.AddResult(completion, description, mode);
152 /// \param description An optional description of the completion string. The
153 /// description wil
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in84 description=
88 description="${other}"
119 echo "# ${description}" > nist2-passed-${name}.tmp
125 echo "$r ${name} ${description}"
126 echo "# ${description}" > nist2-failed-${name}.tmp
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBInstructionList.h53 bool GetDescription(lldb::SBStream &description);
63 bool GetDescription(lldb_private::Stream &description);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFileSpecList.i24 GetDescription (SBStream &description) const;
H A DSBMemoryRegionInfo.i56 GetDescription (lldb::SBStream &description);
H A DSBError.i106 GetDescription (lldb::SBStream &description);
115 description = property(GetCString, None, doc='''A read only property that returns the same result as GetCString().''')
/freebsd-11-stable/contrib/libucl/python/
H A Dsetup.py24 description = 'ucl parser and emmitter', variable
/freebsd-11-stable/contrib/tcpdump/missing/
H A Ddlnames.c48 const char *description; member in struct:dlt_choice
52 #define DLT_CHOICE(code, description) { #code, description, code }
168 return (dlt_choices[i].description);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h74 const char *description)
75 : BugType(checker, name, categories::LogicError), desc(description) {}
78 const char *description)
79 : BugType(checker, name, categories::LogicError), desc(description) {}
73 BuiltinBug(class CheckerNameRef checker, const char *name, const char *description) argument
77 BuiltinBug(const CheckerBase *checker, const char *name, const char *description) argument

Completed in 360 milliseconds

1234567891011>>