Home
last modified time | relevance | path

Searched refs:suggestions (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/third_party/python/Python/
Dsuggestions.c190 PyObject *suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_attribute_error() local
192 return suggestions; in offer_suggestions_for_attribute_error()
229 PyObject *suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_name_error() local
231 if (suggestions != NULL) { in offer_suggestions_for_name_error()
232 return suggestions; in offer_suggestions_for_name_error()
239 suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_name_error()
241 if (suggestions != NULL) { in offer_suggestions_for_name_error()
242 return suggestions; in offer_suggestions_for_name_error()
249 suggestions = calculate_suggestions(dir, name); in offer_suggestions_for_name_error()
252 return suggestions; in offer_suggestions_for_name_error()
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs26 pub(crate) suggestions: Vec<(SuggestionKind, String, Option<SpanRange>)>, field
75 suggestions: vec![], in spanned_range()
86 self.suggestions in span_range_help()
92 self.suggestions in span_range_note()
145 self.suggestions.push((SuggestionKind::Help, msg, None)); in help()
166 self.suggestions.push((SuggestionKind::Note, msg, None)); in note()
231 suggestions: &[(SuggestionKind, String, Option<SpanRange>)], in to_tokens()
237 let message = if suggestions.is_empty() { in to_tokens()
244 for (kind, note, _span) in suggestions { in to_tokens()
265 &self.suggestions, in to_tokens()
/third_party/cef/libcef_dll/cpptoc/
Dcontext_menu_params_cpptoc.cc286 cef_string_list_t suggestions) { in context_menu_params_get_dictionary_suggestions() argument
295 DCHECK(suggestions); in context_menu_params_get_dictionary_suggestions()
296 if (!suggestions) in context_menu_params_get_dictionary_suggestions()
301 transfer_string_list_contents(suggestions, suggestionsList); in context_menu_params_get_dictionary_suggestions()
309 cef_string_list_clear(suggestions); in context_menu_params_get_dictionary_suggestions()
310 transfer_string_list_contents(suggestionsList, suggestions); in context_menu_params_get_dictionary_suggestions()
/third_party/cef/libcef/browser/
Dcontext_menu_params_impl.cc113 std::vector<CefString>& suggestions) { in GetDictionarySuggestions() argument
116 if (!suggestions.empty()) in GetDictionarySuggestions()
117 suggestions.clear(); in GetDictionarySuggestions()
125 suggestions.push_back(*it); in GetDictionarySuggestions()
Dcontext_menu_params_impl.h39 bool GetDictionarySuggestions(std::vector<CefString>& suggestions) override;
/third_party/node/deps/npm/lib/
Drun-script.js153 let suggestions = didYouMean(cmd, Object.keys(pkg.scripts))
154 suggestions = suggestions ? '\n' + suggestions : ''
155 return cb(new Error('missing script: ' + cmd + suggestions))
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dsearch_demo.dart157 final Iterable<int> suggestions = query.isEmpty
163 suggestions: suggestions.map<String>((int i) => '$i').toList(),
260 const _SuggestionList({this.suggestions, this.query, this.onSelected});
262 final List<String> suggestions;
270 itemCount: suggestions.length,
272 final String suggestion = suggestions[i];
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dsearch.dart59 delegate._currentBody = _SearchBody.suggestions;
77 /// and should be used to build the suggestions and results.
80 /// and you can go back to showing the suggestions by calling
110 /// Widget buildSuggestions(BuildContext context) => Text("suggestions");
130 /// The suggestions should be based on the current [query] string. If the query
172 /// clear the query and show the suggestions again (via [showSuggestions]) if
216 /// Transition from the suggestions returned by [buildSuggestions] to the
226 /// * [showSuggestions] to show the search suggestions again.
233 /// the suggestions returned by [buildSuggestions].
239 /// to showing the search suggestions.
[all …]
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
Dsub_subcommands.fig.js43 suggestions: [ property
133 suggestions: [ property
Dfeature_sample.fig.js67 suggestions: [ property
Dspecial_commands.fig.js135 suggestions: [ property
/third_party/cef/libcef_dll/ctocpp/
Dcontext_menu_params_ctocpp.cc290 std::vector<CefString>& suggestions) { in GetDictionarySuggestions() argument
303 transfer_string_list_contents(suggestions, suggestionsList); in GetDictionarySuggestions()
310 suggestions.clear(); in GetDictionarySuggestions()
311 transfer_string_list_contents(suggestionsList, suggestions); in GetDictionarySuggestions()
Dcontext_menu_params_ctocpp.h54 bool GetDictionarySuggestions(std::vector<CefString>& suggestions) override;
/third_party/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs29 suggestions, in emit_diagnostic()
46 for (kind, msg, span) in suggestions { in emit_diagnostic()
/third_party/rust/crates/clap/src/error/
Dmod.rs23 use crate::parser::features::suggestions;
401 let suggestion = suggestions::did_you_mean(&bad_val, good_vals.iter()).pop(); in invalid_value()
663 let mut suggestions = vec![]; in unknown_argument() localVariable
672 suggestions.push(styled_suggestion); in unknown_argument()
690 suggestions.push(styled_suggestion); in unknown_argument()
700 if !suggestions.is_empty() { in unknown_argument()
703 ContextValue::StyledStrs(suggestions), in unknown_argument()
Dformat.rs94 let suggestions = error.get(ContextKind::Suggested); in format_error() localVariable
95 if let Some(ContextValue::StyledStrs(suggestions)) = suggestions { in format_error()
99 for suggestion in suggestions { in format_error()
/third_party/flutter/flutter/packages/flutter/test/material/
Dsearch_test.dart108 testWidgets('Requests suggestions', (WidgetTester tester) async {
173 testWidgets('Can switch between results and suggestions', (WidgetTester tester) async {
182 // Showing suggestions
209 // Tapping search field to go back to suggestions
349 suggestions: 'Nested Suggestions',
414 suggestions: 'Nested Suggestions',
695 this.suggestions = 'Suggestions',
702 final String suggestions;
736 child: Text(suggestions),
/third_party/rust/crates/clap/
DBUILD.gn40 "suggestions",
70 "suggestions",
/third_party/rust/crates/clap/src/parser/features/
Dmod.rs1 pub(crate) mod suggestions; module
/third_party/libsnd/
DCODEOWNERS1 # The owners of this repository. In order of suggestions as reviewers.
/third_party/typescript/tests/baselines/reference/
Dmaximum10SpellingSuggestions.symbols3 // the last two bobs should not have did-you-mean spelling suggestions
Dmaximum10SpellingSuggestions.types3 // the last two bobs should not have did-you-mean spelling suggestions
/third_party/flutter/flutter/
DCODEOWNERS4 # These names are just suggestions. It is fine to have your changes
/third_party/node/tools/inspector_protocol/jinja2/
DAUTHORS22 Patches and suggestions:
/third_party/python/Lib/test/decimaltestdata/
DdqLogB.decTest15 -- Please send comments, suggestions, and corrections to the author: --
122 -- suggestions from Ilan Nehama

12345678910>>...13