Searched refs:FailIfNoMatchingErrors (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | package_test.go | 68 FailIfNoMatchingErrors(t, expectedError, errs)
|
D | module_test.go | 188 FailIfNoMatchingErrors(t, `module "foo": depends on disabled module "bar"`, errs)
|
D | testing.go | 369 func FailIfNoMatchingErrors(t *testing.T, pattern string, errs []error) { func 399 FailIfNoMatchingErrors(t, expectedError, errs)
|
/build/soong/rust/ |
D | rust_test.go | 122 android.FailIfNoMatchingErrors(t, pattern, errs) 128 android.FailIfNoMatchingErrors(t, pattern, errs)
|
/build/soong/etc/ |
D | prebuilt_etc_test.go | 92 android.FailIfNoMatchingErrors(t, pattern, errs) 98 android.FailIfNoMatchingErrors(t, pattern, errs)
|
/build/soong/sdk/ |
D | testing.go | 160 android.FailIfNoMatchingErrors(t, pattern, errs) 165 android.FailIfNoMatchingErrors(t, pattern, errs)
|
/build/soong/java/ |
D | java_test.go | 137 android.FailIfNoMatchingErrors(t, pattern, errs) 142 android.FailIfNoMatchingErrors(t, pattern, errs)
|
/build/soong/cc/ |
D | cc_test.go | 93 android.FailIfNoMatchingErrors(t, pattern, errs) 99 android.FailIfNoMatchingErrors(t, pattern, errs)
|
/build/soong/apex/ |
D | apex_test.go | 54 android.FailIfNoMatchingErrors(t, pattern, errs) 59 android.FailIfNoMatchingErrors(t, pattern, errs) 5574 android.FailIfNoMatchingErrors(t, errmsg, errs)
|