Home
last modified time | relevance | path

Searched refs:checkError (Results 1 – 3 of 3) sorted by relevance

/build/soong/bp2build/
Dtesting.go43 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/
Dclass_loader_context_test.go218 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/
Dbpfix_test.go128 func checkError(t *testing.T, in, expectedErr string, innerTest func(*Fixer) error) { func
2016checkError(t, test.in, test.expectedErr, runPatchListMod(rewriteLicenseProperty(test.fs, test.path…
2091 checkError(t, test.in, test.expectedErr, func(fixer *Fixer) error {