Home
last modified time | relevance | path

Searched refs:bi (Results 1 – 3 of 3) sorted by relevance

/build/blueprint/
Dlevenshtein.go32 func levenshtein(a, b string, ai, bi, max int, buf [][]int) int { argument
37 return len(b) - bi
39 if bi >= len(b) {
42 if buf[bi][ai] != 0 {
43 return buf[bi][ai]
49 if a[ai] == b[bi] {
50 res = levenshtein(a, b, ai+1, bi+1, max, buf)
52 if c := levenshtein(a, b, ai+1, bi+1, max-1, buf); c < res {
55 if c := levenshtein(a, b, ai+1, bi, max-1, buf); c < res {
58 if c := levenshtein(a, b, ai, bi+1, max-1, buf); c < res {
[all …]
/build/make/core/
Dnotice_files.mk7 …DULES.$(my_register_name).INSTALLED) $(foreach bi,$(LOCAL_SOONG_BUILT_INSTALLED),$(call word-colon…
/build/make/tools/droiddoc/templates-pdk/assets/
Djquery-1.6.2.min.js16 …sByTagName("*"):"querySelectorAll"in a?a.querySelectorAll("*"):[]}function bi(a,b){var c;if(b.node… function