Home
last modified time | relevance | path

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

12345678910>>...18

/external/autotest/client/profilers/powertop/src/
Dsuggestions.c55 static struct suggestion *suggestions; variable
64 ptr = suggestions; in reset_suggestions()
73 suggestions = NULL; in reset_suggestions()
96 new->next = suggestions; in add_suggestion()
98 suggestions = new; in add_suggestion()
112 if (total_weight==0 || suggestions==NULL) { in pick_suggestion()
122 ptr = suggestions; in pick_suggestion()
150 for (ptr = suggestions; ptr; ptr = ptr->next) in print_all_suggestions()
DMakefile18 OBJS = powertop.o config.o process.o misctips.o bluetooth.o display.o suggestions.o wireless.o cpuf…
/external/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()
/external/dagger2/java/dagger/android/
DDispatchingAndroidInjector.java154 List<String> suggestions = new ArrayList<>(); in errorMessageSuggestions() local
157 suggestions.add(clazz.getCanonicalName()); in errorMessageSuggestions()
161 return suggestions.isEmpty() in errorMessageSuggestions()
164 SUPERTYPES_BOUND_FORMAT, instance.getClass().getCanonicalName(), suggestions); in errorMessageSuggestions()
/external/rust/crates/structopt/
DCargo.toml.orig16 suggestions = ["clap/suggestions"]
DCargo.toml54 suggestions = ["clap/suggestions"]
/external/rust/crates/proc-macro-error/src/imp/
Ddelegate.rs29 suggestions, in emit_diagnostic()
46 for (kind, msg, span) in suggestions { in emit_diagnostic()
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/
Doverview.md7 Our smart reply model generates reply suggestions based on chat messages. The
8 suggestions are intended to be contextually relevant, one-touch responses that
29 The model generates reply suggestions to conversational chat messages.
/external/rust/crates/clap/
DCargo.toml106 default = ["suggestions", "color", "vec_map"]
111 suggestions = ["strsim"]
/external/libchrome/third_party/jinja2/
DAUTHORS22 Patches and suggestions:
/external/llvm-project/llvm/
DREADME.txt17 suggestions.
/external/llvm/
DREADME.txt17 suggestions.
/external/python/cpython2/Lib/test/decimaltestdata/
DddLogB.decTest15 -- Please send comments, suggestions, and corrections to the author: --
121 -- suggestions from Ilan Nehama
DdqLogB.decTest15 -- Please send comments, suggestions, and corrections to the author: --
122 -- suggestions from Ilan Nehama
DdecSingle.decTest15 -- Please send comments, suggestions, and corrections to the author: --
/external/python/cpython3/Lib/test/decimaltestdata/
DdqLogB.decTest15 -- Please send comments, suggestions, and corrections to the author: --
122 -- suggestions from Ilan Nehama
DddLogB.decTest15 -- Please send comments, suggestions, and corrections to the author: --
121 -- suggestions from Ilan Nehama
DdecSingle.decTest15 -- Please send comments, suggestions, and corrections to the author: --
Dlogb.decTest15 -- Please send comments, suggestions, and corrections to the author: --
123 -- suggestions from Ilan Nehama
/external/e2fsprogs/
DREADME17 suggestions of what sort of information to include when submitting bug
/external/rust/cxx/gen/cmd/
DAndroid.bp48 // clap-2.33.3 "ansi_term,atty,color,default,strsim,suggestions,vec_map"
/external/swiftshader/third_party/llvm-subzero/
DREADME.txt25 suggestions.
/external/python/cpython3/Doc/howto/
Dcporting.rst16 suggestions with supporting code.
/external/hyphenation-patterns/nn/
Dhyph-nn.lic.txt28 % Please send bugs or suggestions to karl@huftis.org.
/external/hyphenation-patterns/nb/
Dhyph-nb.lic.txt28 % Please send bugs or suggestions to karl@huftis.org.

12345678910>>...18