Searched refs:FailIfNoMatchingErrors (Results 1 – 4 of 4) sorted by relevance
/build/soong/apex/ |
D | classpath_element_test.go | 256 …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/ |
D | build_release_test.go | 45 …android.FailIfNoMatchingErrors(t, `unknown release "A", expected one of \[S,Tiramisu,UpsideDownCak…
|
/build/soong/android/ |
D | testing.go | 1066 func FailIfNoMatchingErrors(t *testing.T, pattern string, errs []error) bool { func 1098 FailIfNoMatchingErrors(t, expectedError, errs)
|
D | fixture.go | 636 if !FailIfNoMatchingErrors(t, pattern, result.Errs) {
|