/external/libtextclassifier/native/utils/container/ |
D | string-set.h | 28 struct Match { struct 29 Match() {} in Match() argument 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/tflite-support/tensorflow_lite_support/custom_ops/kernel/sentencepiece/ |
D | double_array_trie.h | 41 struct Match { struct 42 Match() {} in Match() argument 43 Match(int id, int match_length) : id(id), match_length(match_length) {} in Match() function 47 bool operator==(const Match& m) const { argument
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RangeSelectorTest.cpp | 60 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/rust/crates/aho-corasick/src/ |
D | lib.rs | 240 pub struct Match { struct 255 impl Match { argument 290 fn increment(&self, by: usize) -> Match { in increment() 295 fn from_span(id: usize, start: usize, end: usize) -> Match { in from_span()
|
D | automaton.rs | 143 ) -> 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 …]
|
D | ahocorasick.rs | 211 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/ |
D | SkRecordOpts.cpp | 44 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/ |
D | SkRecordOpts.cpp | 44 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/ |
D | template.h | 49 template <typename B> struct Match { struct 50 static constexpr bool value() { in value()
|
/external/llvm-project/clang/lib/Tooling/Transformer/ |
D | Stencil.cpp | 181 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/llvm-project/flang/unittests/Evaluate/ |
D | testing.cpp | 37 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/rust/crates/aho-corasick/src/packed/teddy/ |
D | runtime.rs | 108 ) -> 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/hamcrest/hamcrest-core/src/test/java/org/hamcrest/ |
D | FeatureMatcherTest.java | 36 public static class Match extends IsEqual<String> { class in FeatureMatcherTest 37 public Match(String equalArg) { super(equalArg); } in Match() method in FeatureMatcherTest.Match
|
/external/google-benchmark/src/ |
D | re.h | 111 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/llvm/utils/benchmark/src/ |
D | re.h | 105 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/ |
D | re.h | 111 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/ |
D | re.h | 111 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/ |
D | fragment.rs | 52 pub struct Match(pub Fragment); struct 53 impl ToTokens for Match { implementation
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerIterationChecker.cpp | 35 static void emitDiagnostics(const BoundNodes &Match, const Decl *D, in emitDiagnostics() 88 for (const auto &Match : Matches) in checkASTCodeBody() local
|
D | RunLoopAutoreleaseLeakChecker.cpp | 80 static void emitDiagnostics(BoundNodes &Match, in emitDiagnostics() 169 for (BoundNodes Match : Matches) in checkTempObjectsInSamePool() local 190 for (BoundNodes Match : Matches) in checkTempObjectsInNoPool() local
|
D | PointerSortingChecker.cpp | 35 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/ |
D | set.cc | 105 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/ |
D | ExtendedTimeZoneNames.java | 63 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/ |
D | TestVisitor.h | 123 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/ |
D | Match.java | 38 public interface Match { interface
|