Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/number/
Dnumber_test-include.cc167 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 …]
Dnumber.h60 bool FindAll(const UnicodeText& context_unicode,
Dnumber.cc41 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/
Dduration_test.cc154 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 …]
Dduration.h89 bool FindAll(const UnicodeText& context, const std::vector<Token>& tokens,
Dduration.cc151 bool DurationAnnotator::FindAll(const UnicodeText& context, in FindAll() function in libtextclassifier3::DurationAnnotator
/external/chromium-trace/catapult/devil/devil/android/
Dlogcat_monitor_test.py143 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')
Dlogcat_monitor.py131 def FindAll(self, member in LogcatMonitor
/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.py52 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/
Dmove.py34 for import_statement in module.FindAll(refactor.Import):
93 for reference in module.FindAll(refactor.Reference):
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils.cc51 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/
DRouteGuideImpl.cs56 …var responses = features.FindAll( (feature) => feature.Exists() && request.Contains(feature.Locati… in ListFeatures()
/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/libtextclassifier/native/annotator/
Dannotator.cc927 !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/
DASTMatchersTraversalTest.cpp3580 TEST(FindAll, BindsNodeOnMatch) { in TEST() argument
3587 TEST(FindAll, BindsDescendantNodeOnMatch) { in TEST() argument
3594 TEST(FindAll, BindsNodeAndDescendantNodesOnOneMatch) { in TEST() argument