/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/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/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() 537 const DitheringCase::PatternType patternType = (DitheringCase::PatternType)patternTypeI; in init() local 538 …const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + … in init() 540 … m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[cas… in init()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ExampleGenerator.java | 720 String patternType = parts.getAttributeValue(-1, "type"); in handleRegularListPatterns() local 724 if (patternType.equals("2")) { in handleRegularListPatterns() 730 … listTypeLength.getPath(), patternType, value, territory1, territory2, territory3, territory4); in handleRegularListPatterns() 734 String patternType = parts.getAttributeValue(-1, "type"); in handleDurationListPatterns() local 737 if (patternType.equals("2")) { in handleDurationListPatterns() 743 …unitWidth.listTypeLength.getPath(), patternType, value, duration1, duration2, duration3, duration4… in handleDurationListPatterns() 792 …private String longListPatternExample(String listPathFormat, String patternType, String value, Str… in longListPatternExample() argument 793 String doublePattern = getPattern(listPathFormat, "2", patternType, value); in longListPatternExample() 794 String startPattern = getPattern(listPathFormat, "start", patternType, value); in longListPatternExample() 795 String middlePattern = getPattern(listPathFormat, "middle", patternType, value); in longListPatternExample() [all …]
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.cpp | 369 bool PatternStringType(const ByteStringView& szPattern, uint32_t& patternType) { in PatternStringType() argument 372 patternType = XFA_VT_DATETIME; in PatternStringType() 377 patternType = in PatternStringType() 382 patternType = XFA_VT_TIME; in PatternStringType() 386 patternType = XFA_VT_TEXT; in PatternStringType() 391 patternType = XFA_VT_INTEGER; in PatternStringType() 393 patternType = XFA_VT_DECIMAL; in PatternStringType() 395 patternType = XFA_VT_FLOAT; in PatternStringType() 397 patternType = XFA_VT_FLOAT; in PatternStringType() 399 patternType = XFA_VT_FLOAT; in PatternStringType() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat_ICU58_Android.java | 6114 private final int patternType; field in AffixForCurrency 6122 patternType = type; in AffixForCurrency() 6142 return patternType; in getPatternType()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat_ICU58_Android.java | 6010 private final int patternType; field in AffixForCurrency 6018 patternType = type; in AffixForCurrency() 6038 return patternType; in getPatternType()
|