/external/libtextclassifier/native/annotator/number/ |
D | number_test-include.cc | 167 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 269 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 285 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 312 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 323 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 348 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 380 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 391 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 408 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 449 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() [all …]
|
D | number.h | 60 bool FindAll(const UnicodeText& context_unicode,
|
D | number.cc | 41 if (!FindAll(substring_selected, annotation_usecase, &results)) { in ClassifyText() 217 bool NumberAnnotator::FindAll(const UnicodeText& context, in FindAll() function in libtextclassifier3::NumberAnnotator
|
/external/libtextclassifier/native/annotator/duration/ |
D | duration_test.cc | 154 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 173 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 192 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 211 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 230 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 249 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 268 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 288 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 307 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 325 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() [all …]
|
D | duration.h | 89 bool FindAll(const UnicodeText& context, const std::vector<Token>& tokens,
|
D | duration.cc | 151 bool DurationAnnotator::FindAll(const UnicodeText& context, in FindAll() function in libtextclassifier3::DurationAnnotator
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | logcat_monitor_test.py | 143 actual_results = test_log.FindAll(r'\S* logcat monitor test message \d') 155 actual_results = test_log.FindAll(r'\S* nothing should match this \d') 166 actual_results = test_log.FindAll( 180 actual_results = test_log.FindAll( 194 actual_results = test_log.FindAll( 210 actual_results = test_log.FindAll(r'.*', component='LogcatMonitorTest')
|
D | logcat_monitor.py | 131 def FindAll(self, member in LogcatMonitor
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
D | module.py | 24 def FindAll(self, snippet_type): member in Module 25 return self._snippet.FindAll(snippet_type)
|
D | snippet.py | 52 def FindAll(self, snippet_type): member in Snippet 61 for snippet in child.FindAll(snippet_type):
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
D | move.py | 34 for import_statement in module.FindAll(refactor.Import): 93 for reference in module.FindAll(refactor.Reference):
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_utils.cc | 51 std::vector<int> FindAll(const protobuf::RepeatedPtrField<T>& array, in FindAll() function 90 std::vector<int> indices = FindAll(*array, pred); in RemoveIf() 106 FindAll(space.planes(), [&names_set](const XPlane* plane) { in FindPlanesWithNames()
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/ |
D | RouteGuideImpl.cs | 56 …var responses = features.FindAll( (feature) => feature.Exists() && request.Contains(feature.Locati… in ListFeatures()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 1527 TEST(FindAll, BindsNodeOnMatch) { in TEST() argument 1534 TEST(FindAll, BindsDescendantNodeOnMatch) { in TEST() argument 1541 TEST(FindAll, BindsNodeAndDescendantNodesOnOneMatch) { in TEST() argument
|
/external/libtextclassifier/native/annotator/ |
D | annotator.cc | 927 !number_annotator_->FindAll(context_unicode, options.annotation_usecase, in SuggestSelection() 933 !duration_annotator_->FindAll(context_unicode, tokens, in SuggestSelection() 2255 !number_annotator_->FindAll(context_unicode, options.annotation_usecase, in AnnotateSingleInput() 2265 !duration_annotator_->FindAll(context_unicode, tokens, in AnnotateSingleInput()
|
/external/llvm-project/clang/unittests/ASTMatchers/ |
D | ASTMatchersTraversalTest.cpp | 3580 TEST(FindAll, BindsNodeOnMatch) { in TEST() argument 3587 TEST(FindAll, BindsDescendantNodeOnMatch) { in TEST() argument 3594 TEST(FindAll, BindsNodeAndDescendantNodesOnOneMatch) { in TEST() argument
|