Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dannotator.h270 InterpreterManager* interpreter_manager,
282 InterpreterManager* interpreter_manager,
291 InterpreterManager* interpreter_manager, std::vector<Token>* tokens,
305 InterpreterManager* interpreter_manager,
323 InterpreterManager* interpreter_manager,
355 InterpreterManager* interpreter_manager,
Dannotator.cc878 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection() local
882 detected_text_language_tags, &interpreter_manager, in SuggestSelection()
979 &interpreter_manager, &candidate_indices)) { in SuggestSelection()
1004 &interpreter_manager, in SuggestSelection()
1056 const BaseOptions& options, InterpreterManager* interpreter_manager, in ResolveConflicts() argument
1069 first_non_overlapping, options, interpreter_manager, in ResolveConflicts()
1137 InterpreterManager* interpreter_manager, in ResolveConflict() argument
1157 candidates[i].span, options, interpreter_manager, in ResolveConflict()
1246 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection() argument
1332 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()