/external/libtextclassifier/annotator/duration/ |
D | duration_test.cc | 143 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 162 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 181 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 199 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 218 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 237 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 257 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 276 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 294 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F() 305 EXPECT_TRUE(duration_annotator_.FindAll( in TEST_F()
|
D | duration.h | 78 bool FindAll(const UnicodeText& context, const std::vector<Token>& tokens,
|
D | duration.cc | 107 bool DurationAnnotator::FindAll(const UnicodeText& context, in FindAll() function in libtextclassifier3::DurationAnnotator
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | logcat_monitor_test.py | 136 actual_results = test_log.FindAll(r'\S* logcat monitor test message \d') 148 actual_results = test_log.FindAll(r'\S* nothing should match this \d') 159 actual_results = test_log.FindAll( 174 actual_results = test_log.FindAll( 189 actual_results = test_log.FindAll( 207 actual_results = test_log.FindAll(r'.*', component='LogcatMonitorTest')
|
D | logcat_monitor.py | 118 def FindAll(self, message_regex, proc_id=None, thread_id=None, log_level=None, member in LogcatMonitor
|
/external/libtextclassifier/annotator/number/ |
D | number_test.cc | 112 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 134 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 150 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 232 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 241 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F() 250 EXPECT_TRUE(number_annotator_.FindAll( in TEST_F()
|
D | number.h | 55 bool FindAll(const UnicodeText& context_unicode,
|
D | number.cc | 49 bool NumberAnnotator::FindAll(const UnicodeText& context, in FindAll() function in libtextclassifier3::NumberAnnotator
|
/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 | 50 def FindAll(self, snippet_type): member in Snippet 59 for snippet in child.FindAll(snippet_type):
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/ |
D | move.py | 32 for import_statement in module.FindAll(refactor.Import): 91 for reference in module.FindAll(refactor.Reference):
|
/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/libtextclassifier/annotator/ |
D | annotator.cc | 753 !number_annotator_->FindAll(context_unicode, options.annotation_usecase, in SuggestSelection() 759 !duration_annotator_->FindAll(context_unicode, tokens, in SuggestSelection() 1853 !number_annotator_->FindAll(context_unicode, options.annotation_usecase, in Annotate() 1862 !duration_annotator_->FindAll(context_unicode, tokens, in Annotate()
|
/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/syzkaller/pkg/csource/ |
D | csource.go | 419 for _, match := range includeRe.FindAll(result, -1) {
|
/external/syzkaller/pkg/report/ |
D | linux.go | 450 matches := filenameRe.FindAll(report, -1)
|