Searched refs:getLocations (Results 1 – 10 of 10) sorted by relevance
59 assertEquals(1, report.getLocations().size()); in testMultipleLayoutFilesWithNameMismatch()60 Location location = report.getLocations().get(0); in testMultipleLayoutFilesWithNameMismatch()115 assertEquals(result.error, 1, report.getLocations().size()); in testMultipleLayoutFilesVariableMismatch()116 Location location = report.getLocations().get(0); in testMultipleLayoutFilesVariableMismatch()168 assertEquals(result.error, 1, report.getLocations().size()); in testMultipleLayoutFilesImportMismatch()169 Location location = report.getLocations().get(0); in testMultipleLayoutFilesImportMismatch()222 assertEquals(result.error, 1, report.getLocations().size()); in testSameIdInIncludeAndView()223 Location location = report.getLocations().get(0); in testSameIdInIncludeAndView()
123 assertEquals(1, report.getLocations().size()); in singleFileErrorTest()124 Location loc = report.getLocations().get(0); in singleFileErrorTest()183 assertEquals(1, report.getLocations().size()); in testMultipleExceptionsInDifferentFiles()184 Location loc = report.getLocations().get(0); in testMultipleExceptionsInDifferentFiles()
72 if (scopedError.getLocations() != null && scopedError.getLocations().size() > 0) { in createHumanReadableMessage()74 sb.append(scopedError.getLocations().get(0).startLine); in createHumanReadableMessage()86 if (scopedError.getLocations() != null) { in createEncodedMessage()87 for (Location location : scopedError.getLocations()) { in createEncodedMessage()
42 public List<Location> getLocations() { in getLocations() method in ScopedErrorReport
84 return mExpr.getLocations(); in provideScopeLocation()86 return mChainedExpressions.get(0).getLocations(); in provideScopeLocation()
59 return mExpr.getLocations(); in provideScopeLocation()
1037 final Location location = ternaryExpr.getLocations().get(0); in testLocationTracking()1045 final Location predLoc = comparison.getLocations().get(0); in testLocationTracking()1052 final Location aLoc = comparison.getLeft().getLocations().get(0); in testLocationTracking()1059 final Location tLoc = comparison.getRight().getLocations().get(0); in testLocationTracking()1066 final Location bLoc = ternaryExpr.getIfTrue().getLocations().get(0); in testLocationTracking()1073 final Location cLoc = ternaryExpr.getIfFalse().getLocations().get(0); in testLocationTracking()
925 int[] locations = axis.getLocations(); in measureChildrenWithMargins()1027 int[] hLocations = mHorizontalAxis.getLocations(); in onLayout()1028 int[] vLocations = mVerticalAxis.getLocations(); in onLayout()1716 public int[] getLocations() {1743 return size(getLocations());1768 getLocations();
1029 int[] locations = axis.getLocations(); in measureChildrenWithMargins()1131 int[] hLocations = mHorizontalAxis.getLocations(); in onLayout()1132 int[] vLocations = mVerticalAxis.getLocations(); in onLayout()1825 public int[] getLocations() {1852 return size(getLocations());1877 getLocations();
131 public List<Location> getLocations() { in getLocations() method in Expr