Home
last modified time | relevance | path

Searched refs:Dump (Results 1 – 13 of 13) sorted by relevance

/build/soong/androidmk/parser/
Dast.go22 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 …]
Dparser_test.go54 if got[i].Dump() != test.out[i].Dump() {
56 i, test.out[i], test.out[i].Dump(), got[i], got[i].Dump())
Dmake_strings_test.go124 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()
Dmake_strings.go102 func (ms *MakeString) Dump() string { func
108 ret += ms.Variables[i].Dump()
Dparser.go184 p.errorf("expected directive, rule, or assignment after ident " + ident.Dump())
353 p.errorf("expected closing paren %s", value.Dump())
/build/soong/makedeps/
Ddeps.go57 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/
Dvalues.go74 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())
Dandroidmk.go70 orig := failedNode.Dump()
162 args := x.Args.Dump()
Dandroid.go823 return (ctx.mkvalue.Dump() == textToMatch)
/build/soong/ui/metrics/
Dmetrics.go139 func (m *Metrics) Dump(outputPath string) (err error) { func
162 func (c *CriticalUserJourneysMetrics) Dump(outputPath string) (err error) { func
/build/soong/cuj/
Dcuj.go98 defer met.Dump(filepath.Join(logsDir, "soong_metrics"))
216 defer cujMetrics.Dump(filepath.Join(cujDir, "logs", "cuj_metrics.pb"))
/build/soong/finder/
Dfinder.go119 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/
Dmain.go190 defer met.Dump(soongMetricsFile)