Searched refs:InterpreterManager (Results 1 – 5 of 5) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | annotator.h | 64 class InterpreterManager { 69 InterpreterManager(const ModelExecutor* selection_executor, in InterpreterManager() function 273 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,
|
D | annotator.cc | 134 tflite::Interpreter* InterpreterManager::SelectionInterpreter() { in SelectionInterpreter() 145 tflite::Interpreter* InterpreterManager::ClassificationInterpreter() { in ClassificationInterpreter() 898 InterpreterManager interpreter_manager(selection_executor_.get(), in SuggestSelection() 1081 const BaseOptions& options, InterpreterManager* interpreter_manager, in ResolveConflicts() 1162 InterpreterManager* interpreter_manager, in ResolveConflict() 1271 InterpreterManager* interpreter_manager, std::vector<Token>* tokens, in ModelSuggestSelection() 1448 InterpreterManager* interpreter_manager, in ModelClassifyText() 1469 InterpreterManager* interpreter_manager, in ModelClassifyText() 1929 InterpreterManager interpreter_manager(selection_executor_.get(), in ClassifyText() 1976 const AnnotationOptions& options, InterpreterManager* interpreter_manager, in ModelAnnotate() [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()
|