Searched refs:description (Results 101 - 125 of 367) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h83 bool GetDescription(lldb::SBStream &description);
H A DSBSymbol.h56 bool GetDescription(lldb::SBStream &description);
H A DSBSymbolContext.h55 bool GetDescription(lldb::SBStream &description);
H A DSBTypeEnumMember.h39 bool GetDescription(lldb::SBStream &description,
H A DSBTypeFilter.h45 bool GetDescription(lldb::SBStream &description,
H A DSBTypeFormat.h47 bool GetDescription(lldb::SBStream &description,
H A DSBTypeSynthetic.h51 bool GetDescription(lldb::SBStream &description,
H A DSBWatchpoint.h61 bool GetDescription(lldb::SBStream &description, DescriptionLevel level);
H A DSBError.h53 bool GetDescription(lldb::SBStream &description);
H A DSBBreakpointLocation.h85 bool GetDescription(lldb::SBStream &description, DescriptionLevel level);
H A DSBInstruction.h62 bool GetDescription(lldb::SBStream &description);
H A DSBBreakpoint.h118 bool GetDescription(lldb::SBStream &description);
120 bool GetDescription(lldb::SBStream &description, bool include_locations);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.h37 std::string &description) override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h27 const char *description; member in struct:lldb_private::OptionValueEnumeration::EnumeratorInfo
H A DProperty.h31 const char *description; member in struct:lldb_private::PropertyDefinition
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_report.cpp193 const char *description = sig.Describe(); local
196 SanitizerToolName, description, (void *)sig.pc, (void *)sig.bp,
200 SanitizerToolName, description, (void *)sig.addr, (void *)sig.pc,
227 ReportErrorSummary(description, stack);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp165 const char *description) {
169 options, description);
185 description ? description : "callback summary formatter")));
316 bool SBTypeSummary::GetDescription(lldb::SBStream &description, argument
319 (lldb::SBStream &, lldb::DescriptionLevel), description,
325 description.Printf("%s\n", m_opaque_sp->GetDescription().c_str());
163 CreateWithCallback(FormatCallback cb, uint32_t options, const char *description) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp22 const char *description, const char *alias)
26 if (description)
27 m_description.assign(description);
121 const char *description, const char *alias) {
123 description, alias);
20 Signal(const char *name, bool default_suppress, bool default_stop, bool default_notify, const char *description, const char *alias) argument
119 AddSignal(int signo, const char *name, bool default_suppress, bool default_stop, bool default_notify, const char *description, const char *alias) argument
/freebsd-11-stable/contrib/libpcap/
H A Dpcap.c695 * Try to get a description for a given device.
696 * Returns a mallocated description if it could and NULL if it couldn't.
699 * "dev.{adapter family name}.{adapter unit}.%desc" to get a description
702 * "dev.an.0.%pnpinfo" has a better description, although one might argue
705 * that in the description.
708 * and OpenBSD let you get a description, but it's not generated by the OS,
710 * a description in FreeBSD and OpenBSD, but if there is no such
711 * description available, it still might be nice to get some description
741 * description
747 char *description = NULL; local
[all...]
/freebsd-11-stable/sys/dev/acpi_support/
H A Dacpi_ibm.c195 char *description; member in struct:__anon4340
201 .description = "ACPI events enable",
206 .description = "ACPI eventmask",
211 .description = "Key Status",
217 .description = "LCD Brightness",
222 .description = "Volume",
227 .description = "Mute",
232 .description = "Thinklight enable",
237 .description = "Bluetooth enable",
242 .description
[all...]
H A Dacpi_fujitsu.c179 char *description; member in struct:__anon8999
184 .description = "Speakers/headphones mute status"
189 .description = "Enable and disable the internal pointer"
194 .description = "Brightness level of the LCD panel"
199 .description = "Brightness level of the LCD panel"
204 .description = "Speakers/headphones volume level"
209 .description = "Number of volume level steps"
214 .description = "Number of brightness level steps"
424 sysctl_table[i].description);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dapplication.cpp104 impl::app::app(const std::string& description, argument
109 m_description(description),
/freebsd-11-stable/contrib/binutils/opcodes/
H A Ds390-mkopc.c178 char description[64]; local
189 opcode, mnemonic, format, description,
/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dgen-normalize.py110 (key, value, description) = k, v[0], v[1]
117 % (key, len(vec), offset, description))
/freebsd-11-stable/sys/dev/jedec_ts/
H A Djedec_ts.c59 const char *description; member in struct:ts_dev
142 return (d->description);

Completed in 117 milliseconds

1234567891011>>