Home
last modified time | relevance | path

Searched refs:FailIfNoMatchingErrors (Results 1 – 4 of 4) sorted by relevance

/build/soong/apex/
Dclasspath_element_test.go256 …android.FailIfNoMatchingErrors(t, "apex com.android.art has multiple fragments, art-bootclasspath-…
265 …android.FailIfNoMatchingErrors(t, "library othersdklibrary{.*} is in two separate fragments, art-b…
281 …android.FailIfNoMatchingErrors(t, "libraries from the same fragment must be contiguous, however ba…
295 …android.FailIfNoMatchingErrors(t, "libraries from the same fragment must be contiguous, however ba…
308 …android.FailIfNoMatchingErrors(t, `library otherapexlibrary{.*} is from apexes \[otherapex\] which…
/build/soong/sdk/
Dbuild_release_test.go45 …android.FailIfNoMatchingErrors(t, `unknown release "A", expected one of \[S,Tiramisu,UpsideDownCak…
/build/soong/android/
Dtesting.go1066 func FailIfNoMatchingErrors(t *testing.T, pattern string, errs []error) bool { func
1098 FailIfNoMatchingErrors(t, expectedError, errs)
Dfixture.go636 if !FailIfNoMatchingErrors(t, pattern, result.Errs) {