Home
last modified time | relevance | path

Searched refs:FixtureExpectsAllErrorsToMatchAPattern (Results 1 – 12 of 12) sorted by relevance

/aosp12/build/soong/android/
H A Dsingleton_module_test.go81 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern([]string{
120 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern([]string{
H A Dpackage_test.go69 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
H A Dlicense_kind_test.go107 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
H A Dlicense_test.go189 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
H A Dmodule_test.go270 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(expectedErrs)).
H A Dneverallow_test.go319 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
H A Dfixture.go582 func FixtureExpectsAllErrorsToMatchAPattern(patterns []string) FixtureErrorHandler { func
H A Dlicenses_test.go470 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
H A Dvisibility_test.go1165 ExtendWithErrorHandler(FixtureExpectsAllErrorsToMatchAPattern(test.expectedErrors)).
/aosp12/build/soong/genrule/
H A Dgenrule_test.go459 ExtendWithErrorHandler(android.FixtureExpectsAllErrorsToMatchAPattern(expectedErrors)).
610 ExtendWithErrorHandler(android.FixtureExpectsAllErrorsToMatchAPattern(expectedErrors)).
/aosp12/build/soong/java/
H A Dlint_test.go74 …).ExtendWithErrorHandler(android.FixtureExpectsAllErrorsToMatchAPattern([]string{`source path "myb…
/aosp12/build/soong/python/
H A Dpython_test.go342 ).ExtendWithErrorHandler(android.FixtureExpectsAllErrorsToMatchAPattern(errorPatterns)).