Searched refs:typeNames (Results 1 – 6 of 6) sorted by relevance
87 List<String> typeNames = Lists.newArrayList(); in TypeLocator() local90 typeNames.add(currentNode.getName().getFullyQualifiedName()); in TypeLocator()105 this.classNameElements = Lists.reverse(typeNames); in TypeLocator()
123 ImmutableSet<ClassName> typeNames = FluentIterable.from(typeWriters) in write() local147 && !typeNames.contains(className.topLevelClassName())) { in write()168 typeWriter.write(appendable, context.createSubcontext(typeNames)).append('\n'); in write()
237 "unrecognized value '" + val + "' for type '" + typeNames[typ] + "'"); in setType()577 private static final String[] typeNames = { field in APIInfo
161 …new IllegalArgumentException("unrecognized value '" + val + "' for type '" + typeNames[typ] + "'"); in setType()465 private static final String[] typeNames = { field in CheckAPI.Info
1668 String typeNames[] = {"SpelloutRules", "OrdinalRules", "DurationRules"}; field in FormatHandler.RuleBasedNumberFormatHandler1679 … String cannedRules = (String) cannedData.get(locales[l].toString() + "/" + typeNames[t]); in getTestObjects()
1665 String typeNames[] = {"SpelloutRules", "OrdinalRules", "DurationRules"}; field in FormatHandler.RuleBasedNumberFormatHandler1676 … String cannedRules = (String) cannedData.get(locales[l].toString() + "/" + typeNames[t]); in getTestObjects()