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.java48 List<ScopedException> errors = ScopedException.extractErrors(error); in getBindingException()
67 return ScopedException.extractErrors(error); in getBindingExceptions()
DSimpleCompilationTest.java332 List<ScopedException> errors = ScopedException.extractErrors(result.error); in testIncludeInMerge()
353 List<ScopedException> errors = ScopedException.extractErrors(result.error); in testAssignTwoWayEvent()
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java144 public static List<ScopedException> extractErrors(String output) { in extractErrors() method in ScopedException