Home
last modified time | relevance | path

Searched refs:descriptions (Results 1 – 25 of 158) sorted by relevance

1234567

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DCompletionRequest.cpp77 void CompletionResult::GetDescriptions(StringList &descriptions) const { in GetDescriptions()
78 descriptions.Clear(); in GetDescriptions()
80 descriptions.AppendString(completion.GetDescription()); in GetDescriptions()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DCompletionRequest.h88 void GetDescriptions(StringList &descriptions) const;
234 const StringList &descriptions) { in AddCompletions() argument
235 lldbassert(completions.GetSize() == descriptions.GetSize()); in AddCompletions()
238 descriptions.GetStringAtIndex(i)); in AddCompletions()
/freebsd/sys/contrib/device-tree/Bindings/soc/dove/
H A Dpmu.txt13 - domains: sub-node containing domain descriptions
20 Power domain descriptions are listed as child nodes of the "domains"
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h296 StringList *descriptions = nullptr) const;
300 StringList *descriptions = nullptr) const;
304 StringList *descriptions = nullptr) const;
445 StringList &descriptions);
707 StringList *descriptions = nullptr) const;
H A DCommandObject.h40 StringList *descriptions = nullptr) {
48 if (descriptions)
49 descriptions->AppendString(cmd->GetHelp());
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp246 SBStringList &descriptions) { in HandleCompletionWithDescriptions() argument
248 max_return_elements, matches, descriptions); in HandleCompletionWithDescriptions()
318 descriptions.AppendList(temp_descriptions_list); in HandleCompletionWithDescriptions()
325 SBStringList &descriptions) { in HandleCompletionWithDescriptions() argument
327 max_return_elements, matches, descriptions); in HandleCompletionWithDescriptions()
333 matches, descriptions); in HandleCompletionWithDescriptions()
/freebsd/contrib/smart/
H A DREADME.md55 …converts numeric values (Log Page, Attribute ID and Value tuples) into human-readable descriptions.
57 …ardized descriptions will match the text in the specification. ATA, however, allows vendors to def…
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsEVAInstrInfo.td48 // Instruction descriptions
52 // Memory Load/Store EVA descriptions
88 // Load/Store Left/Right EVA descriptions
123 // Load-linked EVA, Store-conditional EVA descriptions
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp950 StringList &descriptions) { in GetCommandNamesMatchingPartialString() argument
952 &descriptions); in GetCommandNamesMatchingPartialString()
956 &descriptions); in GetCommandNamesMatchingPartialString()
1048 StringList *descriptions) const { in GetCommandSP()
1098 *matches, descriptions); in GetCommandSP()
1110 *matches, descriptions); in GetCommandSP()
1122 *matches, descriptions); in GetCommandSP()
1136 m_user_mw_dict, cmd_str, *matches, descriptions); in GetCommandSP()
1178 cmd_str, lang_matches, descriptions); in GetCommandSP()
1192 if (descriptions) in GetCommandSP()
[all …]
/freebsd/contrib/libxo/doc/
H A Dformat-strings.rst10 more field descriptions, which describe independent data fields. Each
18 field descriptions within the format string.
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h240 lldb::SBStringList &matches, lldb::SBStringList &descriptions);
248 lldb::SBStringList &descriptions);
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dcategories.subr102 # Load descriptions for package categories. Note that we don't internationalize
105 # provide internationalized names. The descriptions can be used to provide i18n
203 f_dprintf "%s: Initialized %u package category descriptions." \
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp268 StringList new_matches, descriptions; in HandleCompletion() local
270 &descriptions); in HandleCompletion()
271 request.AddCompletions(new_matches, descriptions); in HandleCompletion()
/freebsd/contrib/less/
H A DREADME92 to remove the descriptions of the features which you are removing.
129 to remove the descriptions of the features which you are removing.
166 to remove the descriptions of the features which you are removing.
195 to remove the descriptions of the features which you are removing.
229 to remove the descriptions of the features which you are removing.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARC.td20 // Registers, calling conventions, instruction descriptions
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dmarvell,pxa2xx-ac97.txt3 This descriptions matches the AC97 controller found in pxa2xx and pxa3xx series.
/freebsd/crypto/openssl/doc/life-cycles/
H A DREADME.md8 The various .dot files are graph descriptions for the
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIICScalar.td9 // These itinerary class descriptions are based on the instruction timing
/freebsd/usr.bin/tip/
H A DTODO15 6. change remote file descriptions so that acu attributes are
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dpkgbase.in79 local descriptions = {
162 local description = descriptions[component] or ""
/freebsd/contrib/tcsh/nls/ja/
H A Dset31 $ Editor function descriptions
/freebsd/contrib/tcsh/nls/greek/
H A Dset31 $ Editor function descriptions
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DPLATFORMS2 descriptions of the options mentioned here.
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp509 StringList matches, descriptions; in IOHandlerComplete() local
515 sub_result.GetDescriptions(descriptions); in IOHandlerComplete()
516 request.AddCompletions(matches, descriptions); in IOHandlerComplete()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributes.def9 // This file contains descriptions of the various function attributes

1234567