Home
last modified time | relevance | path

Searched refs:genericTypes (Results 1 – 3 of 3) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/util/reflection/
DGenericTypeExtractor.java81 Type[] genericTypes = ((ParameterizedType) type).getActualTypeArguments(); in extractGeneric() local
82 if (genericTypes.length > 0 && genericTypes[0] instanceof Class) { in extractGeneric()
83 return (Class<?>) genericTypes[0]; in extractGeneric()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java704 …lic GenericMatchInfo findBestMatch(String text, int start, EnumSet<GenericNameType> genericTypes) { in findBestMatch() argument
711 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch()
747 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch()
770 … Collection<GenericMatchInfo> find(String text, int start, EnumSet<GenericNameType> genericTypes) { in find() argument
775 Collection<GenericMatchInfo> results = findLocal(text, start, genericTypes); in find()
778 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java702 …lic GenericMatchInfo findBestMatch(String text, int start, EnumSet<GenericNameType> genericTypes) { in findBestMatch() argument
709 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in findBestMatch()
745 Collection<GenericMatchInfo> localMatches = findLocal(text, start, genericTypes); in findBestMatch()
768 … Collection<GenericMatchInfo> find(String text, int start, EnumSet<GenericNameType> genericTypes) { in find() argument
773 Collection<GenericMatchInfo> results = findLocal(text, start, genericTypes); in find()
776 Collection<MatchInfo> tznamesMatches = findTimeZoneNames(text, start, genericTypes); in find()