Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dannotator_jni_test.cc25 TEST(Annotator, ConvertIndicesBMPUTF8) { in TEST() argument
Dannotator.cc216 Annotator::Annotator(std::unique_ptr<ScopedMmap>* mmap, const Model* model, in Annotator() function in libtextclassifier3::Annotator
227 Annotator::Annotator(std::unique_ptr<ScopedMmap>* mmap, const Model* model, in Annotator() function in libtextclassifier3::Annotator
239 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/tools/llvm-dis/
Dllvm-dis.cpp173 OwningPtr<AssemblyAnnotationWriter> Annotator; in main() local
/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.py154 class Annotator(transformer.Base): class