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()220 assertEquals(result.error, 1, report.getLocations().size()); in testSameIdInIncludeAndView()221 Location location = report.getLocations().get(0); in testSameIdInIncludeAndView()
105 assertEquals(1, report.getLocations().size()); in singleFileErrorTest()106 Location loc = report.getLocations().get(0); in singleFileErrorTest()150 assertEquals(1, report.getLocations().size()); in testMultipleExceptionsInDifferentFiles()151 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
59 return mExpr.getLocations(); in provideScopeLocation()61 return mChainedExpressions.get(0).getLocations(); in provideScopeLocation()
54 return mExpr.getLocations(); in provideScopeLocation()
879 final Location location = ternaryExpr.getLocations().get(0); in testLocationTracking()887 final Location predLoc = comparison.getLocations().get(0); in testLocationTracking()894 final Location aLoc = comparison.getLeft().getLocations().get(0); in testLocationTracking()901 final Location tLoc = comparison.getRight().getLocations().get(0); in testLocationTracking()908 final Location bLoc = ternaryExpr.getIfTrue().getLocations().get(0); in testLocationTracking()915 final Location cLoc = ternaryExpr.getIfFalse().getLocations().get(0); in testLocationTracking()
1020 int[] locations = axis.getLocations(); in measureChildrenWithMargins()1122 int[] hLocations = mHorizontalAxis.getLocations(); in onLayout()1123 int[] vLocations = mVerticalAxis.getLocations(); in onLayout()1816 public int[] getLocations() {1843 return size(getLocations());1868 getLocations();
919 int[] locations = axis.getLocations(); in measureChildrenWithMargins()1021 int[] hLocations = mHorizontalAxis.getLocations(); in onLayout()1022 int[] vLocations = mVerticalAxis.getLocations(); in onLayout()1710 public int[] getLocations() {1737 return size(getLocations());1762 getLocations();
130 public List<Location> getLocations() { in getLocations() method in Expr