Searched defs:EditDistance (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/AST/ |
D | CommentCommandTraits.cpp | 64 unsigned EditDistance = Typo.edit_distance(Name, true, BestEditDistance); in getTypoCorrectCommandInfo() local
|
D | CommentSema.cpp | 996 unsigned EditDistance = Typo.edit_distance(Name, true, MaxEditDistance); in addDecl() local
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
D | StringRefTest.cpp | 276 TEST(StringRefTest, EditDistance) { in TEST() argument
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 229 unsigned EditDistance; member
|
/external/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 392 TEST(StringRefTest, EditDistance) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | StringRefTest.cpp | 517 TEST(StringRefTest, EditDistance) { in TEST() argument
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3560 unsigned EditDistance = Typo.edit_distance(MethodName, true, MaxEditDistance); in HelperSelectorsForTypoCorrection() local
|
/external/googletest/googletest/test/ |
D | gtest_unittest.cc | 3525 TEST(EditDistance, TestSuites) { in TEST() argument
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 12064 func EditDistance(scope *Scope, hypothesis_indices tf.Output, hypothesis_values tf.Output, hypothes… func
|