Home
last modified time | relevance | path

Searched refs: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
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/gles2/functional/
Des2fDitheringTests.cpp98 …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/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp98 …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/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java754 …ublic String makeCompoundUnitPath(UnitLength unitLength, String compoundType, String patternType) { in makeCompoundUnitPath() argument
757 + "/" + patternType; in makeCompoundUnitPath()
880 String patternType = parts.getAttributeValue(-1, "type"); in handleRegularListPatterns() local
881 if (patternType == null) { in handleRegularListPatterns()
887 if (patternType.equals("2")) { in handleRegularListPatterns()
893 … listTypeLength.getPath(), patternType, value, territory1, territory2, territory3, territory4); in handleRegularListPatterns()
897 String patternType = parts.getAttributeValue(-1, "type"); in handleDurationListPatterns() local
898 if (patternType == null) { in handleDurationListPatterns()
903 if (patternType.equals("2")) { in handleDurationListPatterns()
909 …unitWidth.listTypeLength.getPath(), patternType, value, duration1, duration2, duration3, duration4… in handleDurationListPatterns()
[all …]
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...