Home
last modified time | relevance | path

Searched defs:Match (Results 1 – 25 of 221) sorted by relevance

123456789

/external/libtextclassifier/native/utils/container/
Dstring-set.h28 struct Match { struct
29 Match() {} in Match() function
30 Match(int id, int match_length) : id(id), match_length(match_length) {} in Match() argument
39 std::vector<Match>* matches) const = 0; argument
/external/llvm-project/clang/unittests/Tooling/
DRangeSelectorTest.cpp60 Expected<StringRef> select(RangeSelector Selector, const TestMatch &Match) { in select()
72 TestMatch Match = in selectFromTrivial() local
140 TestMatch Match = matchCode(Code, M); in TEST() local
160 TestMatch Match = matchCode(Code, M); in TEST() local
176 TestMatch Match = matchCode(Code, callExpr().bind(Call)); in TEST() local
214 TestMatch Match = in TEST() local
230 TestMatch Match = in TEST() local
246 TestMatch Match = in TEST() local
263 TestMatch Match = matchCode(Code, Matcher); in TEST() local
276 TestMatch Match = matchCode(Code, Matcher); in TEST() local
[all …]
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/
Ddouble_array_trie.h41 struct Match { struct
42 Match() {} in Match() argument
43 Match(int id, int match_length) : id(id), match_length(match_length) {} in Match() argument
47 bool operator==(const Match& m) const { argument
/external/rust/crates/aho-corasick/src/
Dlib.rs240 pub struct Match { struct
255 impl Match { impl
290 fn increment(&self, by: usize) -> Match { in increment()
295 fn from_span(id: usize, start: usize, end: usize) -> Match { in from_span()
Dautomaton.rs143 ) -> Option<Match>; in get_match()
191 ) -> Option<Match> { in standard_find_at()
216 ) -> Option<Match> { in standard_find_at_imp()
276 ) -> Option<Match> { in leftmost_find_at()
301 ) -> Option<Match> { in leftmost_find_at_imp()
376 ) -> Option<Match> { in leftmost_find_at_no_state()
399 ) -> Option<Match> { in leftmost_find_at_no_state_imp()
482 ) -> Option<Match> { in overlapping_find_at()
518 ) -> Option<Match> { in earliest_find_at()
540 ) -> Option<Match> { in find_at()
[all …]
Dahocorasick.rs211 pub fn earliest_find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in earliest_find()
283 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find()
551 F: FnMut(&Match, &str, &mut String) -> bool, in replace_all_with()
617 F: FnMut(&Match, &[u8], &mut Vec<u8>) -> bool, in replace_all_with_bytes()
844 F: FnMut(&Match, &[u8], &mut W) -> io::Result<()>, in stream_replace_all_with()
1104 ) -> Option<Match> { in overlapping_find_at()
1130 ) -> Option<Match> { in earliest_find_at()
1147 ) -> Option<Match> { in find_at_no_state()
1189 fn next(&mut self) -> Option<Match> { in next()
1264 fn next(&mut self) -> Option<Match> { in next()
[all …]
/external/skia/src/core/
DSkRecordOpts.cpp44 Match; in multiple_set_matrices() typedef
81 Match; typedef
154 Match; typedef
185 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef
238 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
/external/skqp/src/core/
DSkRecordOpts.cpp44 Match; in multiple_set_matrices() typedef
81 Match; typedef
157 Match; typedef
188 typedef Pattern<Is<SaveLayer>, IsDraw, Is<Restore>> Match; typedef
247 Is<Restore>, Is<Restore>, Is<Restore>> Match; typedef
/external/llvm-project/flang/include/flang/Common/
Dtemplate.h49 template <typename B> struct Match { struct
50 static constexpr bool value() { in value()
/external/llvm-project/clang/lib/Tooling/Transformer/
DStencil.cpp181 static Error printNode(StringRef Id, const MatchFinder::MatchResult &Match, in printNode()
194 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
199 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
245 Error evalData(const SelectorData &Data, const MatchFinder::MatchResult &Match, in evalData()
281 Error evalData(const AccessData &Data, const MatchFinder::MatchResult &Match, in evalData()
301 Error evalData(const IfBoundData &Data, const MatchFinder::MatchResult &Match, in evalData()
309 const MatchFinder::MatchResult &Match, std::string *Result) { in evalData()
317 Error evalData(const SequenceData &Data, const MatchFinder::MatchResult &Match, in evalData()
332 Error eval(const MatchFinder::MatchResult &Match, in eval()
/external/rust/crates/aho-corasick/src/packed/teddy/
Druntime.rs108 ) -> Option<Match> { in find_at()
212 ) -> Option<Match> { in verify128()
244 ) -> Option<Match> { in verify256()
277 ) -> Option<Match> { in verify_fat256()
337 ) -> Option<Match> { in verify64()
364 ) -> Option<Match> { in verify_bucket()
376 ) -> Match { in verify_bucket()
439 ) -> Option<Match> { in find_at()
489 ) -> Option<Match> { in find_at()
539 ) -> Option<Match> { in find_at()
[all …]
/external/llvm-project/flang/unittests/Evaluate/
Dtesting.cpp37 FailureDetailPrinter Match(const char *file, int line, std::uint64_t want, in Match() function
50 FailureDetailPrinter Match(const char *file, int line, const char *want, in Match() function
63 FailureDetailPrinter Match(const char *file, int line, const std::string &want, in Match() function
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/
DFeatureMatcherTest.java36 public static class Match extends IsEqual<String> { class in FeatureMatcherTest
37 public Match(String equalArg) { super(equalArg); } in Match() method in FeatureMatcherTest.Match
/external/llvm-project/llvm/utils/benchmark/src/
Dre.h105 inline bool Regex::Match(const std::string& str) { in Match() function
142 inline bool Regex::Match(const std::string& str) { in Match() function
/external/libcxx/utils/google-benchmark/src/
Dre.h111 inline bool Regex::Match(const std::string& str) { in Match() function
148 inline bool Regex::Match(const std::string& str) { in Match() function
/external/google-benchmark/src/
Dre.h111 inline bool Regex::Match(const std::string& str) { in Match() function
148 inline bool Regex::Match(const std::string& str) { in Match() function
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dre.h111 inline bool Regex::Match(const std::string& str) { in Match() function
148 inline bool Regex::Match(const std::string& str) { in Match() function
/external/rust/crates/serde_derive/src/
Dfragment.rs52 pub struct Match(pub Fragment); struct
53 impl ToTokens for Match { implementation
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPointerIterationChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, in emitDiagnostics()
88 for (const auto &Match : Matches) in checkASTCodeBody() local
DRunLoopAutoreleaseLeakChecker.cpp80 static void emitDiagnostics(BoundNodes &Match, in emitDiagnostics()
169 for (BoundNodes Match : Matches) in checkTempObjectsInSamePool() local
190 for (BoundNodes Match : Matches) in checkTempObjectsInNoPool() local
DPointerSortingChecker.cpp35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, in emitDiagnostics()
102 for (const auto &Match : Matches) in checkASTCodeBody() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dset.cc105 bool RE2::Set::Match(const StringPiece& text, std::vector<int>* v) const { in Match() function in re2::RE2::Set
109 bool RE2::Set::Match(const StringPiece& text, std::vector<int>* v, in Match() function in re2::RE2::Set
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/icu/text/
DExtendedTimeZoneNames.java63 public static final class Match { class in ExtendedTimeZoneNames
69 private Match(int matchLength, @NonNull String tzId, boolean isDst) { in Match() method in ExtendedTimeZoneNames.Match
/external/clang/unittests/Tooling/
DTestVisitor.h123 void DisallowMatch(Twine Match, unsigned Line, unsigned Column) { in DisallowMatch()
131 void ExpectMatch(Twine Match, unsigned Line, unsigned Column) { in ExpectMatch()
149 void Match(StringRef Name, SourceLocation Location) { in Match() function
/external/nist-sip/java/gov/nist/core/
DMatch.java38 public interface Match { interface

123456789