Home
last modified time | relevance | path

Searched defs:patternType (Results 1 – 5 of 5) sorted by relevance

/external/guice/extensions/servlet/test/com/google/inject/servlet/
DServletSpiVisitor.java118 private final UriPatternType patternType; field in ServletSpiVisitor.Params
127 Params(String pattern, Object keyOrInstance, Map params, UriPatternType patternType) { in Params()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DValuePathStatus.java83 final String patternType = arguments.value[3]; in isMissingOk() local
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp141 … const char *const description, const bool ditheringEnabled, const PatternType patternType, in DitheringCase()
544 … const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local
/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp141 … const char *const description, const bool ditheringEnabled, const PatternType patternType, in DitheringCase()
551 … const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DExampleGenerator.java1520 UnitLength unitLength, String compoundType, String patternType) { in makeCompoundUnitPath()
1635 String patternType = parts.getAttributeValue(-1, "type"); in handleRegularListPatterns() local
1659 String patternType = parts.getAttributeValue(-1, "type"); in handleDurationListPatterns() local
1740 String listPathFormat, String patternType, String value, String... items) { in longListPatternExample()