Home
last modified time | relevance | path

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

/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DCompilationResult.java46 List<ScopedException> errors = ScopedException.extractErrors(error); in getBindingException()
55 return ScopedException.extractErrors(error); in getBindingExceptions()
DSimpleCompilationTest.java185 List<ScopedException> errors = ScopedException.extractErrors(result.error); in testIncludeInMerge()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java139 public static List<ScopedException> extractErrors(String output) { in extractErrors() method in ScopedException