| /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/licenseclassifier/v2/ |
| D | classifier.go | 29 type Match struct { struct 30 Name string 31 Confidence float64 32 MatchType string 33 Variant string 34 StartLine int 35 EndLine int 36 StartTokenIndex int 37 EndTokenIndex int 321 func (c *Classifier) Match(in []byte) Results { func [all …]
|
| /external/rust/crates/aho-corasick/src/ |
| D | lib.rs | 239 pub struct Match { struct 254 impl Match { impl 295 fn increment(&self, by: usize) -> Match { in increment() 300 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() 1250 fn next(&mut self) -> Option<Match> { in next() [all …]
|
| /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/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/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/licenseclassifier/stringclassifier/ |
| D | classifier.go | 164 type Match struct { struct 165 Name string // Name of knownValue that was matched 166 Confidence float64 // Confidence percentage 167 Offset int // The offset into the unknown string the match was made 168 Extent int // The length from the offset into the unknown string
|
| /external/angle/build/android/gyp/ |
| D | create_unwind_table.py | 334 match: re.Match) -> Tuple[AddressUnwind, int]: 355 match: re.Match) -> Tuple[AddressUnwind, int]: 388 match: re.Match) -> Tuple[AddressUnwind, int]: 437 match: re.Match) -> Tuple[AddressUnwind, int]: 459 match: re.Match) -> Tuple[AddressUnwind, int]:
|
| /external/cronet/build/android/gyp/ |
| D | create_unwind_table.py | 334 match: re.Match) -> Tuple[AddressUnwind, int]: 355 match: re.Match) -> Tuple[AddressUnwind, int]: 388 match: re.Match) -> Tuple[AddressUnwind, int]: 437 match: re.Match) -> Tuple[AddressUnwind, int]: 459 match: re.Match) -> Tuple[AddressUnwind, int]:
|
| /external/rust/crates/serde_derive/src/ |
| D | fragment.rs | 52 pub struct Match(pub Fragment); struct 53 impl ToTokens for Match { implementation
|
| /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
|
| /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/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/rust/crates/aho-corasick/src/packed/ |
| D | rabinkarp.rs | 100 ) -> Option<Match> { in find_at() 157 ) -> Option<Match> { in verify()
|
| D | api.rs | 449 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find() 486 ) -> Option<Match> { in find_at() 584 fn slow_at(&self, haystack: &[u8], at: usize) -> Option<Match> { in slow_at() 613 fn next(&mut self) -> Option<Match> { in next()
|
| /external/llvm/lib/Fuzzer/test/ |
| D | SimpleDictionaryTest.cpp | 19 size_t Match = 0; in LLVMFuzzerTestOneInput() local
|