/external/libtextclassifier/native/actions/ |
D | lua-ranker_test.cc | 69 const Conversation conversation = {{{/*user_id=*/1, "hello hello"}}}; in TEST() local 85 conversation, test_snippet, /*entity_data_schema=*/nullptr, in TEST() 95 const Conversation conversation = {{{/*user_id=*/1, "hello hello"}}}; in TEST() local 107 conversation, test_snippet, /*entity_data_schema=*/nullptr, in TEST() 114 const Conversation conversation = {{{/*user_id=*/1, "hello hello"}}}; in TEST() local 130 conversation, test_snippet, /*entity_data_schema=*/nullptr, in TEST() 140 const Conversation conversation = {{{/*user_id=*/1, "hello hello"}}}; in TEST() local 160 conversation, test_snippet, /*entity_data_schema=*/nullptr, in TEST() 170 const Conversation conversation = {{{/*user_id=*/1, "hello hello"}}}; in TEST() local 188 conversation, test_snippet, /*entity_data_schema=*/nullptr, in TEST() [all …]
|
D | ranker_test.cc | 38 const Conversation conversation = {{{/*user_id=*/1, "hello hello"}}}; in TEST() local 53 ranker->RankActions(conversation, &response); in TEST() 60 const Conversation conversation = {{{/*user_id=*/1, "hello hello"}}}; in TEST() local 80 ranker->RankActions(conversation, &response); in TEST() 89 const Conversation conversation = { in TEST() local 134 ranker->RankActions(conversation, &response); in TEST() 141 const Conversation conversation = { in TEST() local 186 ranker->RankActions(conversation, &response); in TEST() 196 const Conversation conversation = {{{/*user_id=*/1, "code A-911"}}}; in TEST() local 228 ranker->RankActions(conversation, &response); in TEST() [all …]
|
D | lua-actions_test.cc | 34 Conversation conversation; in TEST() local 40 test_snippet, conversation, in TEST() 51 Conversation conversation; local 52 conversation.messages.push_back({/*user_id=*/0, "hello there!"}); 53 conversation.messages.push_back({/*user_id=*/1, "general kenobi!"});
|
D | grammar-actions.cc | 55 bool GetActions(const Conversation& conversation, in GetActions() argument 61 UTF8ToUnicodeText(conversation.messages.back().text, in GetActions() 75 /*message_index=*/conversation.messages.size() - 1, in GetActions() 214 const Conversation& conversation, in SuggestActions() argument 222 if (!ParseLocales(conversation.messages.back().detected_text_language_tags, in SuggestActions() 242 UTF8ToUnicodeText(conversation.messages.back().text, /*do_copy=*/false); in SuggestActions() 246 /*annotations=*/&conversation.messages.back().annotations, in SuggestActions() 250 return callback_handler.GetActions(conversation, smart_reply_action_type_, in SuggestActions()
|
D | actions-suggestions.cc | 84 int NumMessagesToConsider(const Conversation& conversation, in NumMessagesToConsider() argument 87 conversation.messages.size() < max_conversation_history_length) in NumMessagesToConsider() 88 ? conversation.messages.size() in NumMessagesToConsider() 929 const Conversation& conversation, const int num_messages, in SuggestActionsFromModel() argument 933 TC3_CHECK_LE(num_messages, conversation.messages.size()); in SuggestActionsFromModel() 956 for (int i = conversation.messages.size() - num_messages; in SuggestActionsFromModel() 957 i < conversation.messages.size(); i++) { in SuggestActionsFromModel() 958 const ConversationMessage& message = conversation.messages[i]; in SuggestActionsFromModel() 1006 const Conversation& conversation, const Annotator* annotator) const { in AnnotateConversation() argument 1008 return conversation; in AnnotateConversation() [all …]
|
D | actions-suggestions.h | 105 const Conversation& conversation, 109 const Conversation& conversation, const Annotator* annotator, 204 const Conversation& conversation, const int num_messages, 214 const Conversation& conversation, 222 Conversation AnnotateConversation(const Conversation& conversation, 232 const Conversation& conversation, 238 bool GatherActionsSuggestions(const Conversation& conversation,
|
D | lua-ranker.h | 32 const Conversation& conversation, const std::string& ranker_code, 41 const Conversation& conversation, const std::string& ranker_code, in ActionsSuggestionsLuaRanker() argument 45 : conversation_(conversation), in ActionsSuggestionsLuaRanker()
|
D | regex-actions.cc | 127 const Conversation& conversation, const int num_messages, in IsLowConfidenceInput() argument 131 conversation.messages[conversation.messages.size() - i].text; in IsLowConfidenceInput() 191 const Conversation& conversation, in SuggestActions() argument 195 const int message_index = conversation.messages.size() - 1; in SuggestActions() 196 const std::string& message = conversation.messages.back().text; in SuggestActions()
|
D | lua-actions.cc | 56 const std::string& snippet, const Conversation& conversation, in CreateLuaActionsSuggestions() argument 64 snippet, conversation, model_executor, model_spec, interpreter, in CreateLuaActionsSuggestions() 75 const std::string& snippet, const Conversation& conversation, in LuaActionsSuggestions() argument 82 conversation_(conversation), in LuaActionsSuggestions()
|
D | actions_jni.cc | 129 const Conversation& conversation, const jstring device_locales, in ActionSuggestionsToJObjectArray() argument 180 device_locales, action_result[i], conversation, app_context, in ActionSuggestionsToJObjectArray() 307 Conversation conversation; in FromJavaConversation() local 308 conversation.messages = messages; in FromJavaConversation() 309 return conversation; in FromJavaConversation() 436 TC3_ASSIGN_OR_RETURN_NULL(const Conversation conversation, in TC3_JNI_METHOD() 445 context->model()->SuggestActions(conversation, annotator, options); in TC3_JNI_METHOD() 454 response.actions, conversation, device_locales, generate_intents)); in TC3_JNI_METHOD()
|
D | lua-actions.h | 32 const std::string& snippet, const Conversation& conversation, 43 const std::string& snippet, const Conversation& conversation,
|
D | regex-actions.h | 47 const Conversation& conversation, const int num_messages, 57 bool SuggestActions(const Conversation& conversation,
|
D | lua-ranker.cc | 35 const Conversation& conversation, const std::string& ranker_code, in Create() argument 41 conversation, ranker_code, entity_data_schema, in Create()
|
D | ngram-model.cc | 210 bool NGramModel::EvalConversation(const Conversation& conversation, in EvalConversation() argument 214 conversation.messages[conversation.messages.size() - i].text; in EvalConversation()
|
D | actions_model.fbs | 65 // (num messages,) string tensor, each message of the conversation. 68 // int, the number of messages in the conversation. 72 // messages in the conversation. 89 // each message in the conversation. 94 // in the conversation. 196 // limit, tokens at the start of the conversation are dropped. 200 // limit, the conversation is padded with padding tokens. 256 // Whether to suppress all model output when a conversation is classified as 267 // Minimal fraction of messages in the input conversation that need to match
|
D | grammar-actions.h | 46 bool SuggestActions(const Conversation& conversation,
|
D | ranker.h | 38 const Conversation& conversation, ActionsSuggestionsResponse* response,
|
D | ngram-model.h | 43 bool EvalConversation(const Conversation& conversation,
|
/external/libtextclassifier/jni/com/google/android/textclassifier/ |
D | ActionsSuggestionsModel.java | 68 Conversation conversation, ActionSuggestionOptions options, AnnotatorModel annotator) { in suggestActions() argument 71 conversation, in suggestActions() 80 Conversation conversation, in suggestActionsWithIntents() argument 87 conversation, in suggestActionsWithIntents() 266 Conversation conversation, in nativeSuggestActions() argument
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | mucroomdiscoverytask.cc | 42 const XmlElement* conversation = in HandleResult() local 45 if (conversation != NULL) { in HandleResult() 46 conversation_id = conversation->BodyText(); in HandleResult()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ConversationDialogActivity.java | 85 private void formatPages(Conversation conversation, TextView textView) { in formatPages() argument 92 for (int page = conversation.pages.size() - 1; page >= 0 ; page--) { in formatPages() 93 ConversationUtils.ConversationPage currentPage = conversation.pages.get(page); in formatPages() 136 conversation.pages.add(page + addedPages, newPage); in formatPages()
|
/external/autotest/client/cros/dhcp_test_data/ |
D | README | 2 conversation where the client asks for an address on 10.9.8.xxx and the server
|
/external/ppp/pppd/ |
D | session.c | 120 static int conversation (int num_msg, in conversation() function 163 &conversation,
|
/external/tcpdump/ |
D | README.md | 90 to the start of the conversation. Field 2 is delta-time 115 Three seconds into the conversation, bytes 512 through 1023 146 of the conversation.) 168 1.86 seconds into the conversation. It was last 169 sent 15 seconds into the conversation and was sent
|
D | README | 90 to the start of the conversation. Field 2 is delta-time 115 Three seconds into the conversation, bytes 512 through 1023 146 of the conversation.) 168 1.86 seconds into the conversation. It was last 169 sent 15 seconds into the conversation and was sent
|