Home
last modified time | relevance | path

Searched refs:interpreter_manager (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/annotator/
Dannotator.h309 InterpreterManager* interpreter_manager,
321 InterpreterManager* interpreter_manager,
330 InterpreterManager* interpreter_manager, std::vector<Token>* tokens,
339 InterpreterManager* interpreter_manager,
348 CodepointSpan selection_indices, InterpreterManager* interpreter_manager,
356 CodepointSpan selection_indices, InterpreterManager* interpreter_manager,
386 InterpreterManager* interpreter_manager,
Dannotator.cc715 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection() local
719 detected_text_language_tags, &interpreter_manager, in SuggestSelection()
776 &interpreter_manager, &candidate_indices)) { in SuggestSelection()
796 candidates[i].span, &interpreter_manager, in SuggestSelection()
842 InterpreterManager* interpreter_manager, std::vector<int>* result) const { in ResolveConflicts() argument
855 interpreter_manager, &candidate_indices)) { in ResolveConflicts()
916 InterpreterManager* interpreter_manager, in ResolveConflict() argument
934 candidates[i].span, interpreter_manager, in ResolveConflict()
1006 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection() argument
1091 interpreter_manager->SelectionInterpreter(), *cached_features, in ModelSuggestSelection()
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DInterpreterManager.java75 CustomizeWindow.requestCustomTitle(this, "Interpreters", R.layout.interpreter_manager); in onCreate()