Home
last modified time | relevance | path

Searched refs:text_reply (Results 1 – 7 of 7) sorted by relevance

/external/libtextclassifier/actions/
Dlua-actions_test.cc67 type = "text_reply",
74 type = "text_reply",
Dlua-ranker_test.cc180 if action.type ~= "text_reply" then in TEST()
210 if action.type ~= "text_reply" then in TEST()
Dranker_test.cc244 if action.type ~= "text_reply" then in TEST()
Dactions-suggestions_test.cc812 code_group->text_reply.reset(new ActionSuggestionSpecT); in TEST_F()
813 code_group->text_reply->score = 1.0f; in TEST_F()
814 code_group->text_reply->priority_score = 1.0f; in TEST_F()
Dactions-suggestions.cc1267 if (group->text_reply() != nullptr) { in SuggestActionsFromRules()
1280 group->text_reply(), in SuggestActionsFromRules()
Dactions_model.fbs385 text_reply:ActionSuggestionSpec;
/external/libchrome/mojo/public/cpp/bindings/tests/
Dhandle_passing_unittest.cc166 const std::string& text_reply) { in DoStuff() argument
167 *got_text_reply = text_reply; in DoStuff()
191 const std::string& text_reply) { in DoStuff2() argument
193 *got_text_reply = text_reply; in DoStuff2()