Searched refs:suggestions (Results 1 – 25 of 427) sorted by relevance
12345678910>>...18
/external/autotest/client/profilers/powertop/src/ |
D | suggestions.c | 55 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()
|
D | Makefile | 18 OBJS = powertop.o config.o process.o misctips.o bluetooth.o display.o suggestions.o wireless.o cpuf…
|
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/ |
D | overview.md | 7 Our smart reply model generates reply suggestions based on chat messages. The 8 suggestions are intended to be contextually relevant, one-touch responses that 25 The model generates reply suggestions to conversational chat messages.
|
/external/libchrome/third_party/jinja2/ |
D | AUTHORS | 22 Patches and suggestions:
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | dqLogB.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 122 -- suggestions from Ilan Nehama
|
D | ddLogB.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 121 -- suggestions from Ilan Nehama
|
D | decSingle.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | logb.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 123 -- suggestions from Ilan Nehama
|
D | decQuad.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | decDouble.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | ddLogB.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 121 -- suggestions from Ilan Nehama
|
D | dqLogB.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 122 -- suggestions from Ilan Nehama
|
D | decSingle.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | logb.decTest | 15 -- Please send comments, suggestions, and corrections to the author: -- 123 -- suggestions from Ilan Nehama
|
D | decDouble.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
D | decQuad.decTest | 15 -- Please send comments, suggestions, and corrections to the author: --
|
/external/swiftshader/third_party/LLVM/ |
D | README.txt | 15 suggestions.
|
/external/autotest/client/site_tests/policy_AlternateErrorPages/ |
D | control | 15 When the policy is Enabled, the URL error page will give the user suggestions
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | README.txt | 17 suggestions.
|
/external/llvm/ |
D | README.txt | 17 suggestions.
|
/external/swiftshader/third_party/llvm-subzero/ |
D | README.txt | 25 suggestions.
|
/external/e2fsprogs/ |
D | README | 17 suggestions of what sort of information to include when submitting bug
|
/external/hyphenation-patterns/nb/ |
D | hyph-nb.lic.txt | 28 % Please send bugs or suggestions to karl@huftis.org.
|
/external/hyphenation-patterns/nn/ |
D | hyph-nn.lic.txt | 28 % Please send bugs or suggestions to karl@huftis.org.
|
/external/libtextclassifier/actions/ |
D | actions_model.fbs | 344 // When true, actions suggestions are deduplicated by `type`, `response_text` 351 // Optional script to run for ranking and filtering the action suggestions. 353 // * input: (optionally deduplicated) action suggestions, via the `actions` 448 // Configuration for mapping annotations to action suggestions.
|
12345678910>>...18