Searched refs:patternType (Results 1 – 5 of 5) sorted by relevance
/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ServletSpiVisitor.java | 118 private final UriPatternType patternType; field in ServletSpiVisitor.Params 124 this.patternType = binding.getUriPatternType(); in Params() 127 Params(String pattern, Object keyOrInstance, Map params, UriPatternType patternType) { in Params() argument 131 this.patternType = patternType; in Params() 141 && Objects.equal(patternType, o.patternType); in equals() 149 return Objects.hashCode(pattern, keyOrInstance, params, patternType); in hashCode() 158 .add("patternType", patternType) in toString()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDitheringTests.cpp | 98 …const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec… 138 …har* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& co… in DitheringCase() argument 142 , m_patternType (patternType) in DitheringCase() 544 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local 545 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init() 547 … m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[cas… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDitheringTests.cpp | 98 …const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec… 138 …har* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& co… in DitheringCase() argument 142 , m_patternType (patternType) in DitheringCase() 539 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local 540 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init() 542 … m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[cas… in init()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | ValuePathStatus.java | 79 final String patternType = arguments.value[3]; in isMissingOk() local 82 + "\"]/decimalFormat[@type=\"standard\"]/pattern[@type=\"" + patternType in isMissingOk()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 1075 …ublic String makeCompoundUnitPath(UnitLength unitLength, String compoundType, String patternType) { in makeCompoundUnitPath() argument 1078 + "/" + patternType; in makeCompoundUnitPath() 1178 String patternType = parts.getAttributeValue(-1, "type"); in handleRegularListPatterns() local 1179 if (patternType == null) { in handleRegularListPatterns() 1185 if (patternType.equals("2")) { in handleRegularListPatterns() 1191 … listTypeLength.getPath(), patternType, value, territory1, territory2, territory3, territory4); in handleRegularListPatterns() 1195 String patternType = parts.getAttributeValue(-1, "type"); in handleDurationListPatterns() local 1196 if (patternType == null) { in handleDurationListPatterns() 1201 if (patternType.equals("2")) { in handleDurationListPatterns() 1207 …unitWidth.listTypeLength.getPath(), patternType, value, duration1, duration2, duration3, duration4… in handleDurationListPatterns() [all …]
|