Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.h273 InterpreterManager* interpreter_manager,
285 InterpreterManager* interpreter_manager,
294 InterpreterManager* interpreter_manager, std::vector<Token>* tokens,
308 InterpreterManager* interpreter_manager,
326 InterpreterManager* interpreter_manager,
358 InterpreterManager* interpreter_manager,
Dannotator.cc898 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection() local
902 detected_text_language_tags, &interpreter_manager, in SuggestSelection()
1003 &interpreter_manager, &candidate_indices)) { in SuggestSelection()
1029 &interpreter_manager, in SuggestSelection()
1081 const BaseOptions& options, InterpreterManager* interpreter_manager, in ResolveConflicts() argument
1094 first_non_overlapping, options, interpreter_manager, in ResolveConflicts()
1162 InterpreterManager* interpreter_manager, in ResolveConflict() argument
1182 candidates[i].span, options, interpreter_manager, in ResolveConflict()
1271 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection() argument
1357 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()