Searched defs:suggestion (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/profilers/powertop/src/ |
D | suggestions.c | 42 struct suggestion { struct 43 struct suggestion *next; argument 51 suggestion_func *func; argument 55 static struct suggestion *suggestions; argument
|
/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | NameAllocator.java | 99 public String newName(String suggestion) { in newName() 108 public String newName(String suggestion, Object tag) { in newName() 128 public static String toJavaIdentifier(String suggestion) { in toJavaIdentifier()
|
/external/libtextclassifier/native/utils/intents/ |
D | intent-generator-test-lib.cc | 277 ActionSuggestion suggestion = {/*response_text=""*/ "", local 318 ActionSuggestion suggestion = {/*response_text=""*/ "", local 367 ActionSuggestion suggestion = {/*response_text=""*/ "", local 413 ActionSuggestion suggestion = {/*response_text=""*/ "", local 487 ActionSuggestion suggestion = {/*response_text=""*/ "", local
|
/external/libtextclassifier/native/actions/ |
D | utils.cc | 32 ActionSuggestion* suggestion) { in FillSuggestionFromSpec() 65 ActionSuggestion suggestion; in SuggestTextRepliesFromCapturingMatch() local
|
D | grammar-actions.cc | 119 ActionSuggestion suggestion; in InstantiateActionsFromMatch() local
|
D | regex-actions.cc | 254 ActionSuggestion suggestion; in SuggestActions() local
|
D | actions-suggestions.cc | 861 ActionSuggestion suggestion; in PopulateIntentTriggering() local 934 ActionSuggestion suggestion; in ReadModelOutput() local 1232 ActionSuggestion suggestion; in SuggestActionsFromAnnotation() local
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | tf_data_stats.proto | 109 string suggestion = 6; field
|
/external/rust/crates/structopt-derive/src/ |
D | parse.rs | 237 let suggestion = if exprs.len() == 1 { in raw_method_suggestion() localVariable
|
/external/rust/crates/proc-macro-error/src/ |
D | diagnostic.rs | 206 pub fn suggestion(self, suggestion: &str, msg: String) -> Self { in suggestion() method
|
/external/glide/library/src/main/java/com/bumptech/glide/request/ |
D | GenericRequest.java | 232 private static void check(String name, Object object, String suggestion) { in check()
|