Searched refs:Fixer (Results 1 – 3 of 3) sorted by relevance
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 129 func checkError(t *testing.T, in, expectedErr string, innerTest func(*Fixer) error) { 134 func runTestOnce(t *testing.T, in, expected string, innerTest func(*Fixer) error) { 164 func preProcessIn(in string) (fixer *Fixer, err error) { 180 func runFixerOnce(fixer *Fixer, innerTest func(*Fixer) error) (string, error) { argument 201 func runPassOnce(t *testing.T, in, out string, innerTest func(*Fixer) error) { 210 func runPass(t *testing.T, in, out string, innerTest func(*Fixer) error) { 323 runPass(t, test.in, test.out, func(fixer *Fixer) error { 409 runPass(t, test.in, test.out, func(fixer *Fixer) error { 562 runPass(t, test.in, test.out, func(fixer *Fixer) error { 622 runPass(t, test.in, test.out, func(fixer *Fixer) error { [all …]
|
D | bpfix.go | 63 Fix func(f *Fixer) error 208 type Fixer struct { struct 212 func (f Fixer) Tree() *parser.File { argument 216 func NewFixer(tree *parser.File) *Fixer { 217 fixer := &Fixer{tree} 227 func (f *Fixer) Fix(config FixRequest) (*parser.File, error) { argument 267 func (f *Fixer) fingerprint() (fingerprint []byte, err error) { argument 275 func (f *Fixer) reparse() ([]byte, error) { argument 300 func (f *Fixer) fixTreeOnce(config FixRequest) error { argument 316 func rewriteIncorrectAndroidmkPrebuilts(f *Fixer) error { argument [all …]
|
/build/soong/partner/bpfix/extensions/ |
D | headers.go | 105 func fixIncludeDirs(f *bpfix.Fixer) error { argument
|