Searched refs:AnnotationUsecase (Results 1 – 13 of 13) sorted by relevance
/external/libtextclassifier/annotator/ |
D | annotator.h | 49 const AnnotationUsecase ANNOTATION_USECASE_SMART = 51 const AnnotationUsecase ANNOTATION_USECASE_RAW = 63 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART; 90 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART; 125 AnnotationUsecase annotation_usecase = ANNOTATION_USECASE_SMART; 308 AnnotationUsecase annotation_usecase, 320 AnnotationUsecase annotation_usecase, 433 AnnotationUsecase annotation_usecase,
|
D | annotator_jni_common.cc | 87 static_cast<AnnotationUsecase>(status_or_annotation_usecase.second); in FromJavaOptionsInternal() 115 static_cast<AnnotationUsecase>(status_or_annotation_usecase.second); in FromJavaSelectionOptions()
|
D | model.fbs | 41 enum AnnotationUsecase : int { 293 // This is a flag field for values of AnnotationUsecase. 641 // This is a flag field for values of AnnotationUsecase.
|
D | annotator.cc | 841 AnnotationUsecase annotation_usecase, in ResolveConflicts() 877 bool DoSourcesConflict(AnnotationUsecase annotation_usecase, in DoSourcesConflict() 915 int end_index, AnnotationUsecase annotation_usecase, in ResolveConflict() 2322 AnnotationUsecase annotation_usecase, in DatetimeChunk()
|
/external/libtextclassifier/annotator/datetime/ |
D | parser.h | 50 ModeFlag mode, AnnotationUsecase annotation_usecase, 57 ModeFlag mode, AnnotationUsecase annotation_usecase, 82 ModeFlag mode, AnnotationUsecase annotation_usecase,
|
D | parser_test.cc | 67 AnnotationUsecase annotation_usecase = in HasNoResult() 84 AnnotationUsecase annotation_usecase = in ParsesCorrectly() 157 AnnotationUsecase annotation_usecase = in ParsesCorrectly()
|
D | parser.cc | 116 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse() 126 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in FindSpansUsingLocales() 166 ModeFlag mode, AnnotationUsecase annotation_usecase, bool anchor_start_end, in Parse()
|
/external/libtextclassifier/java/com/google/android/textclassifier/ |
D | AnnotatorModel.java | 49 public static enum AnnotationUsecase { enum in AnnotatorModel 61 AnnotationUsecase(int value) { in AnnotationUsecase() method in AnnotatorModel.AnnotationUsecase 402 this(locales, detectedTextLanguageTags, AnnotationUsecase.SMART.getValue()); in SelectionOptions() 450 AnnotationUsecase.SMART.getValue()); in ClassificationOptions() 513 AnnotationUsecase.SMART.getValue(), in AnnotationOptions()
|
/external/libtextclassifier/annotator/number/ |
D | number.h | 51 AnnotationUsecase annotation_usecase, 56 AnnotationUsecase annotation_usecase,
|
D | number.cc | 29 AnnotationUsecase annotation_usecase, in ClassifyText() 50 AnnotationUsecase annotation_usecase, in FindAll()
|
/external/libtextclassifier/annotator/duration/ |
D | duration.h | 74 AnnotationUsecase annotation_usecase, 79 AnnotationUsecase annotation_usecase,
|
D | duration.cc | 83 AnnotationUsecase annotation_usecase, in ClassifyText() 109 AnnotationUsecase annotation_usecase, in FindAll()
|
/external/libtextclassifier/actions/ |
D | actions_model.fbs | 319 annotation_usecase:AnnotationUsecase = ANNOTATION_USECASE_SMART;
|