Home
last modified time | relevance | path

Searched refs:AnnotatorTest (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/annotator/
Dannotator_test-include.cc79 TEST_F(AnnotatorTest, EmbeddingExecutorLoadingFails) { in TEST_F() argument
125 TEST_F(AnnotatorTest, ClassifyText) { in TEST_F() argument
131 TEST_F(AnnotatorTest, ClassifyTextLocalesAndDictionary) { in TEST_F() argument
148 TEST_F(AnnotatorTest, ClassifyTextUseVocabAnnotatorWithoutVocabModel) { in TEST_F() argument
162 TEST_F(AnnotatorTest, ClassifyTextWithVocabModel) { in TEST_F() argument
182 TEST_F(AnnotatorTest, ClassifyTextDisabledFail) { in TEST_F() argument
202 TEST_F(AnnotatorTest, ClassifyTextDisabled) { in TEST_F() argument
221 TEST_F(AnnotatorTest, ClassifyTextFilteredCollections) { in TEST_F() argument
254 TEST_F(AnnotatorTest, ClassifyTextRegularExpression) { in TEST_F() argument
316 TEST_F(AnnotatorTest, ClassifyTextRegularExpressionLuaVerification) { in TEST_F() argument
[all …]
Dannotator_test-include.h64 class AnnotatorTest : public ::testing::TestWithParam<const char*> {
66 AnnotatorTest() in AnnotatorTest() function