Home
last modified time | relevance | path

Searched refs:FindAll (Results 1 – 16 of 16) sorted by relevance

/external/libtextclassifier/annotator/duration/
Dduration_test.cc143 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()
Dduration.h78 bool FindAll(const UnicodeText& context, const std::vector<Token>& tokens,
Dduration.cc107 bool DurationAnnotator::FindAll(const UnicodeText& context, in FindAll() function in libtextclassifier3::DurationAnnotator
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor_test.py136 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')
Dlogcat_monitor.py118 def FindAll(self, message_regex, proc_id=None, thread_id=None, log_level=None, member in LogcatMonitor
/external/libtextclassifier/annotator/number/
Dnumber_test.cc112 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()
Dnumber.h55 bool FindAll(const UnicodeText& context_unicode,
Dnumber.cc49 bool NumberAnnotator::FindAll(const UnicodeText& context, in FindAll() function in libtextclassifier3::NumberAnnotator
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
Dmodule.py24 def FindAll(self, snippet_type): member in Module
25 return self._snippet.FindAll(snippet_type)
Dsnippet.py50 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/
Dmove.py32 for import_statement in module.FindAll(refactor.Import):
91 for reference in module.FindAll(refactor.Reference):
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuideServer/
DRouteGuideImpl.cs56 …var responses = features.FindAll( (feature) => feature.Exists() && request.Contains(feature.Locati… in ListFeatures()
/external/libtextclassifier/annotator/
Dannotator.cc753 !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/
DASTMatchersTraversalTest.cpp1527 TEST(FindAll, BindsNodeOnMatch) { in TEST() argument
1534 TEST(FindAll, BindsDescendantNodeOnMatch) { in TEST() argument
1541 TEST(FindAll, BindsNodeAndDescendantNodesOnOneMatch) { in TEST() argument
/external/syzkaller/pkg/csource/
Dcsource.go419 for _, match := range includeRe.FindAll(result, -1) {
/external/syzkaller/pkg/report/
Dlinux.go450 matches := filenameRe.FindAll(report, -1)