Searched refs:SplitN (Results 1 – 23 of 23) sorted by relevance
/build/soong/ui/metrics/proc/ |
D | status_linux.go | 41 kv := strings.SplitN(l, ":", 2)
|
/build/soong/ui/tracer/ |
D | microfactory.go | 78 fields := strings.SplitN(s.Text(), " ", 3)
|
D | status.go | 77 parts := strings.SplitN(pair, "=", 2)
|
/build/soong/androidmk/parser/ |
D | scope.go | 76 f := v.Name.SplitN(" \t", 2)
|
D | make_strings.go | 136 return ms.SplitN(sep, -1) 139 func (ms *MakeString) SplitN(sep string, n int) []*MakeString { func
|
D | make_strings_test.go | 92 got := test.in.SplitN(test.sep, test.n)
|
/build/soong/cmd/path_interposer/ |
D | main.go | 198 fields := bytes.SplitN(line, []byte(" "), 2) 210 fields = bytes.SplitN(line, []byte(" "), 2)
|
/build/soong/ui/build/ |
D | environment.go | 173 cmd := strings.SplitN(text, " ", 2)
|
/build/make/tools/compliance/ |
D | noticeindex.go | 94 fname := strings.SplitN(text, ":", 2)[0] 345 fields := strings.SplitN(text, ":", 2) 381 fields := strings.SplitN(licenseText, ":", 2)
|
/build/soong/android/ |
D | util.go | 482 ps := strings.SplitN(pat, "%", 2) 505 rs := strings.SplitN(repl, "%", 2)
|
D | configured_jars.go | 304 pair := strings.SplitN(str, ":", 2)
|
D | variable.go | 882 split := strings.SplitN(prefix, ".", 2)
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 46 split := strings.SplitN(v, "=", 2) 81 split := strings.SplitN(v, "=", 2)
|
/build/soong/cmd/zip2zip/ |
D | zip2zip.go | 247 split := strings.SplitN(s, ":", 2)
|
/build/soong/sdk/ |
D | build_release.go | 169 limits := strings.SplitN(specification, "-", 2)
|
/build/soong/cmd/release_config/crunch_flags/ |
D | main.go | 384 fields := strings.SplitN(line, " ", 2)
|
/build/soong/cc/ |
D | makevars.go | 320 s := strings.SplitN(flags, " ", 2)
|
/build/soong/cmd/go2bp/ |
D | go2bp.go | 47 split := strings.SplitN(v, "=", 2)
|
/build/soong/mk2rbc/ |
D | mk2rbc.go | 1280 words := ref.SplitN(" ", 2) 1292 words = args.SplitN(",", 2) 1314 words := ref.SplitN(" ", 2) 1355 parts := strings.SplitN(refDump, ":", 2) 1356 substParts := strings.SplitN(parts[1], "=", 2)
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 50 split := strings.SplitN(v, "=", 2) 85 split := strings.SplitN(v, "=", 2)
|
/build/make/tools/compliance/cmd/sbom/ |
D | sbom.go | 382 license := strings.SplitN(licenseText, ":", 2)[0]
|
/build/blueprint/bpmodify/ |
D | bpmodify.go | 464 pair := strings.SplitN(pairs[i], "=", 2)
|
/build/blueprint/pathtools/ |
D | fs.go | 50 if tokens := strings.SplitN(f, "->", 2); len(tokens) == 2 {
|