/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() function 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() function 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/ |
D | lib.rs | 239 pub struct Match { struct 254 impl Match { argument 289 fn increment(&self, by: usize) -> Match { in increment() 294 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() 1092 ) -> Option<Match> { in overlapping_find_at() 1118 ) -> Option<Match> { in earliest_find_at() 1135 ) -> Option<Match> { in find_at_no_state() 1177 fn next(&mut self) -> Option<Match> { in next() 1252 fn next(&mut self) -> Option<Match> { in next() [all …]
|
D | dfa.rs | 62 ) -> Option<Match> { in overlapping_find_at() 102 ) -> Option<Match> { in earliest_find_at() 125 ) -> Option<Match> { in find_at_no_state() 188 ) -> Option<Match> { in get_match() 247 ) -> Option<Match> { in get_match() 308 ) -> Option<Match> { in get_match() 375 ) -> Option<Match> { in get_match() 455 ) -> Option<Match> { in get_match()
|
/external/python/setuptools/setuptools/_vendor/tomli/ |
D | _re.py | 52 def match_to_datetime(match: re.Match) -> datetime | date: 98 def match_to_localtime(match: re.Match) -> time: 104 def match_to_number(match: re.Match, parse_float: ParseFloat) -> Any:
|
/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/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/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/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/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/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/nist-sip/java/gov/nist/core/ |
D | Match.java | 38 public interface Match { interface
|
/external/rust/crates/regex-automata/tests/ |
D | collection.rs | 74 pub struct Match { struct 75 pub start: usize, 76 pub end: usize, 417 impl fmt::Display for Match { implementation 423 impl fmt::Debug for Match { implementation
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | Lexer.cs | 208 public virtual void Match(string s) { in Match() method in Antlr.Runtime.Lexer 230 public virtual void Match(int c) { in Match() method in Antlr.Runtime.Lexer
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 266 public void Match( string s ) in Match() method in Antlr.Runtime.SlimLexer 293 public void Match( int c ) in Match() method in Antlr.Runtime.SlimLexer
|
/external/rust/crates/aho-corasick/src/packed/ |
D | rabinkarp.rs | 100 ) -> Option<Match> { in find_at() 157 ) -> Option<Match> { in verify()
|
D | api.rs | 456 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find() 493 ) -> Option<Match> { in find_at() 591 fn slow_at(&self, haystack: &[u8], at: usize) -> Option<Match> { in slow_at() 620 fn next(&mut self) -> Option<Match> { in next()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Lexer.cs | 258 public virtual void Match( string s ) in Match() method in Antlr.Runtime.Lexer 285 public virtual void Match( int c ) in Match() method in Antlr.Runtime.Lexer
|
/external/llvm/lib/Fuzzer/test/ |
D | SimpleDictionaryTest.cpp | 19 size_t Match = 0; in LLVMFuzzerTestOneInput() local
|
/external/clang/lib/Sema/ |
D | SemaCUDA.cpp | 156 auto GetCFP = [&](const T &Match) { in EraseUnwantedCUDAMatchesImpl() 168 [&](const T &Match) { return GetCFP(Match) < BestCFP; }), in EraseUnwantedCUDAMatchesImpl() 469 NamedDecl *Match = *It; in maybeAddCUDAHostDeviceAttrs() local
|