Searched refs:checkError (Results 1 – 3 of 3) sorted by relevance
/build/soong/bp2build/ |
D | testing.go | 43 func checkError(t *testing.T, errs []error, expectedErr error) bool { func 123 if tc.expectedErr != nil && checkError(t, errs, tc.expectedErr) { 135 if checkError(t, errs, tc.expectedErr) {
|
/build/soong/dexpreopt/ |
D | class_loader_context_test.go | 218 checkError(t, err, fmt.Sprintf("invalid %s path for <uses-library> \"a\"", whichPath)) 240 checkError(t, err, "nested class loader context shouldn't have conditional part") 392 func checkError(t *testing.T, have error, want string) { func
|
/build/soong/bpfix/bpfix/ |
D | bpfix_test.go | 128 func checkError(t *testing.T, in, expectedErr string, innerTest func(*Fixer) error) { func 2016 …checkError(t, test.in, test.expectedErr, runPatchListMod(rewriteLicenseProperty(test.fs, test.path… 2091 checkError(t, test.in, test.expectedErr, func(fixer *Fixer) error {
|