Searched refs:InterpreterManager (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/annotator/ |
D | annotator.h | 142 class InterpreterManager { 147 InterpreterManager(const ModelExecutor* selection_executor, in InterpreterManager() function 309 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,
|
D | annotator.cc | 87 tflite::Interpreter* InterpreterManager::SelectionInterpreter() { in SelectionInterpreter() 98 tflite::Interpreter* InterpreterManager::ClassificationInterpreter() { in ClassificationInterpreter() 715 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection() 842 InterpreterManager* interpreter_manager, std::vector<int>* result) const { in ResolveConflicts() 916 InterpreterManager* interpreter_manager, in ResolveConflict() 1006 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection() 1117 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText() 1191 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText() 1203 CodepointSpan selection_indices, InterpreterManager* interpreter_manager, in ModelClassifyText() 1590 InterpreterManager interpreter_manager(selection_executor_.get(), in ClassifyText() [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/ |
D | ActivityFlinger.java | 28 import com.googlecode.android_scripting.activity.InterpreterManager; 65 entries.add(InterpreterManager.class);
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | InterpreterManager.java | 56 public class InterpreterManager extends ListActivity { class 248 FeaturedInterpreters.getInterpreterIcon(InterpreterManager.this, in getView()
|
D | ScriptManager.java | 321 Intent i = new Intent(this, InterpreterManager.class); in onOptionsItemSelected()
|