Searched refs:Dump (Results 1 – 13 of 13) sorted by relevance
/build/soong/androidmk/parser/ |
D | ast.go | 22 Dump() string methodSpec 34 func (x *Assignment) Dump() string { func 37 target = x.Target.Dump() + ": " 39 return target + x.Name.Dump() + " " + x.Type + " " + x.Value.Dump() 56 func (x *Comment) Dump() string { func 70 func (x *Directive) Dump() string { func 71 return x.Name + " " + x.Args.Dump() 89 func (x *Rule) Dump() string { func 94 return "rule: " + x.Target.Dump() + ": " + x.Prerequisites.Dump() + recipe 107 func (x *Variable) Dump() string { func [all …]
|
D | parser_test.go | 54 if got[i].Dump() != test.out[i].Dump() { 56 i, test.out[i], test.out[i].Dump(), got[i], got[i].Dump())
|
D | make_strings_test.go | 124 t.Errorf("\nwith: %q\nwant: %q\n got: %q", test.in.Dump(), test.expected, got) 169 t.Errorf("with:\n%q\nexpected:\n%s\ngot:\n%s", test.in.Dump(), expectedString, gotString) 178 ret[i] = s.Dump()
|
D | make_strings.go | 102 func (ms *MakeString) Dump() string { func 108 ret += ms.Variables[i].Dump()
|
D | parser.go | 184 p.errorf("expected directive, rule, or assignment after ident " + ident.Dump()) 353 p.errorf("expected closing paren %s", value.Dump())
|
/build/soong/makedeps/ |
D | deps.go | 57 return nil, fmt.Errorf("%sunsupported variable expansion: %v", pos(node), x.Target.Dump()) 68 … return nil, fmt.Errorf("%sunsupported variable expansion: %v", pos(node), x.Prerequisites.Dump())
|
/build/soong/androidmk/androidmk/ |
D | values.go | 74 return nil, fmt.Errorf("Unexpected list value %s", ms.Dump()) 221 return nil, fmt.Errorf("non-const bool expression %s", ms.Dump()) 230 return "", fmt.Errorf("Unsupported non-const variable name %s", name.Dump())
|
D | androidmk.go | 70 orig := failedNode.Dump() 162 args := x.Args.Dump()
|
D | android.go | 823 return (ctx.mkvalue.Dump() == textToMatch)
|
/build/soong/ui/metrics/ |
D | metrics.go | 139 func (m *Metrics) Dump(outputPath string) (err error) { func 162 func (c *CriticalUserJourneysMetrics) Dump(outputPath string) (err error) { func
|
/build/soong/cuj/ |
D | cuj.go | 98 defer met.Dump(filepath.Join(logsDir, "soong_metrics")) 216 defer cujMetrics.Dump(filepath.Join(cujDir, "logs", "cuj_metrics.pb"))
|
/build/soong/finder/ |
D | finder.go | 119 func (p *cacheConfig) Dump() ([]byte, error) { func 774 currentParamBytes, err := f.cacheMetadata.Config.Dump() 1098 configDump, err := f.cacheMetadata.Config.Dump()
|
/build/soong/cmd/soong_ui/ |
D | main.go | 190 defer met.Dump(soongMetricsFile)
|