Home
last modified time | relevance | path

Searched defs:Annotator (Results 1 – 8 of 8) sorted by relevance

/external/libtextclassifier/native/annotator/
Dannotator_jni_test.cc25 TEST(Annotator, ConvertIndicesBMPUTF8) { in TEST() argument
Dannotator.cc288 Annotator::Annotator(std::unique_ptr<ScopedMmap>* mmap, const Model* model, in Annotator() function in libtextclassifier3::Annotator
299 Annotator::Annotator(std::unique_ptr<ScopedMmap>* mmap, const Model* model, in Annotator() function in libtextclassifier3::Annotator
311 Annotator::Annotator(const Model* model, const UniLib* unilib, in Annotator() function in libtextclassifier3::Annotator
/external/clang/lib/Format/
DTokenAnalyzer.cpp103 TokenAnnotator Annotator(Style, Tokens.getKeywords()); in process() local
DSortJavaScriptImports.cpp128 analyze(TokenAnnotator &Annotator, in analyze()
DFormat.cpp801 analyze(TokenAnnotator &Annotator, in analyze()
992 analyze(TokenAnnotator &Annotator, in analyze()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp196 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main() local
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp217 std::unique_ptr<AssemblyAnnotationWriter> Annotator; in main() local
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dliveness.py150 class Annotator(transformer.Base): class