OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splitFunc
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go
511
in, out :=
splitFunc
(t)
722
//
splitFunc
splits "func(x,y,z) (a,b,c)" into ["x", "y", "z"] and ["a", "b", "c"].
723
func
splitFunc
(s string) (in, out []string) {
749
// joinFunc is the inverse of
splitFunc
.
/prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go
511
in, out :=
splitFunc
(t)
722
//
splitFunc
splits "func(x,y,z) (a,b,c)" into ["x", "y", "z"] and ["a", "b", "c"].
723
func
splitFunc
(s string) (in, out []string) {
749
// joinFunc is the inverse of
splitFunc
.
/external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py
684
splitFunc
= splitTable[overflowRecord.tableType][subTableType]
688
ok =
splitFunc
(subtable, newSubTable, overflowRecord)
/build/soong/androidmk/cmd/androidmk/
android.go
320
func splitAndAssign(ctx variableAssignmentContext,
splitFunc
listSplitFunc, namesByClassification map[string]string) error {
326
lists, err := splitBpList(val,
splitFunc
)
Completed in 733 milliseconds