Home
last modified time | relevance | path

Searched refs:SequenceMatcher (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/string_matching/
H A Dsequence_matcher_unittest.cc17 using Match = SequenceMatcher::Match;
65 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("caclulation"), in TEST_F()
70 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("sunday"), in TEST_F()
104 SequenceMatcher sequence_match( in TEST_F()
123 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("white cats"), in TEST_F()
132 EXPECT_NEAR(SequenceMatcher(base::UTF8ToUTF16("word"), in TEST_F()
139 EXPECT_NEAR(SequenceMatcher(base::UTF8ToUTF16("worl"), in TEST_F()
155 EXPECT_NEAR(SequenceMatcher(base::UTF8ToUTF16("word"), in TEST_F()
161 EXPECT_NEAR(SequenceMatcher(base::UTF8ToUTF16("worl"), in TEST_F()
176 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("abcd"), in TEST_F()
[all …]
H A Dsequence_matcher.cc17 using Match = SequenceMatcher::Match;
25 SequenceMatcher::Match::Match() = default;
26 SequenceMatcher::Match::Match(int pos_first, int pos_second, int len) in Match()
33 SequenceMatcher::SequenceMatcher(const base::string16& first_string, in SequenceMatcher() function in chromeos::string_matching::SequenceMatcher
49 Match SequenceMatcher::FindLongestMatch(int first_start, in FindLongestMatch()
97 Matches SequenceMatcher::GetMatchingBlocks() { in GetMatchingBlocks()
137 int SequenceMatcher::EditDistance() { in EditDistance()
182 double SequenceMatcher::Ratio() { in Ratio()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/string_matching/
H A Dsequence_matcher_unittest.cc14 using Match = SequenceMatcher::Match;
25 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("abcd"), in TEST_F()
31 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("abcde"), in TEST_F()
41 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("abc"), in TEST_F()
51 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("book"), in TEST_F()
58 SequenceMatcher(base::UTF8ToUTF16("caclulation"), in TEST_F()
63 SequenceMatcher(base::UTF8ToUTF16("sunday"), in TEST_F()
96 SequenceMatcher sequence_match( in TEST_F()
110 ASSERT_EQ(SequenceMatcher(base::UTF8ToUTF16("abcd"), in TEST_F()
115 SequenceMatcher(base::UTF8ToUTF16("white cats"), in TEST_F()
[all …]
H A Dsequence_matcher.cc11 using Match = SequenceMatcher::Match;
19 SequenceMatcher::Match::Match() = default;
20 SequenceMatcher::Match::Match(int pos_first, int pos_second, int len) in Match()
27 SequenceMatcher::SequenceMatcher(const base::string16& first_string, in SequenceMatcher() function in SequenceMatcher
41 Match SequenceMatcher::FindLongestMatch(int first_start, in FindLongestMatch()
89 Matches SequenceMatcher::GetMatchingBlocks() { in GetMatchingBlocks()
129 int SequenceMatcher::EditDistance() { in EditDistance()
174 double SequenceMatcher::Ratio() { in Ratio()
/dports/net/s5cmd/s5cmd-1.4.0/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go63 type SequenceMatcher struct { struct
76 func NewMatcher(a, b []string) *SequenceMatcher {
77 m := SequenceMatcher{autoJunk: true}
83 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
97 func (m *SequenceMatcher) SetSeq1(a []string) { argument
108 func (m *SequenceMatcher) SetSeq2(b []string) { argument
119 func (m *SequenceMatcher) chainB() { argument
160 func (m *SequenceMatcher) isBJunk(s string) bool { argument
273 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
341 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go63 type SequenceMatcher struct { struct
76 func NewMatcher(a, b []string) *SequenceMatcher {
77 m := SequenceMatcher{autoJunk: true}
83 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
97 func (m *SequenceMatcher) SetSeq1(a []string) { argument
108 func (m *SequenceMatcher) SetSeq2(b []string) { argument
119 func (m *SequenceMatcher) chainB() { argument
160 func (m *SequenceMatcher) isBJunk(s string) bool { argument
273 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
341 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/deskutils/dstask/dstask-0.24.1/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/security/gopass/gopass-1.13.0/vendor/gotest.tools/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/vendor/gotest.tools/v3/internal/difflib/
H A Ddifflib.go65 type SequenceMatcher struct { struct
79 func NewMatcher(a, b []string) *SequenceMatcher {
80 m := SequenceMatcher{autoJunk: true}
86 func (m *SequenceMatcher) SetSeqs(a, b []string) { argument
100 func (m *SequenceMatcher) SetSeq1(a []string) { argument
111 func (m *SequenceMatcher) SetSeq2(b []string) { argument
122 func (m *SequenceMatcher) chainB() { argument
163 func (m *SequenceMatcher) isBJunk(s string) bool { argument
276 func (m *SequenceMatcher) GetMatchingBlocks() []Match { argument
344 func (m *SequenceMatcher) GetOpCodes() []OpCode { argument
[all …]

12345678910>>...31