Searched refs:getLocations (Results 1 – 6 of 6) sorted by relevance
70 assertTrue(tree.getLocations(null).isEmpty()); in testBuildEmptyParseTree()77 assertEquals(1, root.getLocations(OPTIONAL_INT32).size()); in testGetLocationReturnsSingleLocation()81 assertTrue(rootBuilder.build().getLocations(OPTIONAL_INT32).isEmpty()); in testGetLocationsReturnsNoParseLocationsForUnknownField()84 assertTrue(root.getLocations(OPTIONAL_INT32).isEmpty()); in testGetLocationsReturnsNoParseLocationsForUnknownField()85 assertEquals(LOC0, root.getLocations(OPTIONAL_BOOLEAN).get(0)); in testGetLocationsReturnsNoParseLocationsForUnknownField()121 assertEquals(2, root.getLocations(REPEATED_INT32).size()); in testGetLocationsReturnsMultipleLocations()
1116 List<TextFormatParseLocation> locs = tree.getLocations(descriptor.findFieldByName(fieldName)); in assertLocation()
99 public List<TextFormatParseLocation> getLocations(final FieldDescriptor fieldDescriptor) { in getLocations() method in TextFormatParseInfoTree116 return getFromList(getLocations(fieldDescriptor), index, fieldDescriptor); in getLocation()
1052 int[] locations = axis.getLocations(); in measureChildrenWithMargins()1154 int[] hLocations = mHorizontalAxis.getLocations(); in onLayout()1155 int[] vLocations = mVerticalAxis.getLocations(); in onLayout()1848 public int[] getLocations() {1875 return size(getLocations());1900 getLocations();
18774 HSPLandroid/widget/GridLayout$Axis;->getLocations()[I
88079 Landroid/widget/GridLayout$Axis;->getLocations()[I