/external/guice/extensions/servlet/test/com/google/inject/servlet/ |
D | ServletSpiVisitor.java | 108 private final UriPatternType patternType; field in ServletSpiVisitor.Params 114 this.patternType = binding.getUriPatternType(); in Params() 117 Params(String pattern, Object keyOrInstance, Map params, UriPatternType patternType) { in Params() argument 121 this.patternType = patternType; in Params() 131 && Objects.equal(patternType, o.patternType); in equals() 139 return Objects.hashCode(pattern, keyOrInstance, params, patternType); in hashCode() 148 .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() 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/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/pdfium/xfa/fxfa/fm2js/ |
D | xfa_fm2jscontext.cpp | 410 uint32_t& patternType) { in PatternStringType() argument 413 patternType = XFA_VT_DATETIME; in PatternStringType() 417 patternType = wsPattern.Find(L"time") > 0 ? XFA_VT_DATETIME : XFA_VT_DATE; in PatternStringType() 421 patternType = XFA_VT_TIME; in PatternStringType() 425 patternType = XFA_VT_TEXT; in PatternStringType() 430 patternType = XFA_VT_INTEGER; in PatternStringType() 432 patternType = XFA_VT_DECIMAL; in PatternStringType() 434 patternType = XFA_VT_FLOAT; in PatternStringType() 436 patternType = XFA_VT_FLOAT; in PatternStringType() 438 patternType = XFA_VT_FLOAT; in PatternStringType() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | decimfmt.cpp | 110 int8_t patternType; member 121 patternType = type; in AffixPatternsForCurrency() 192 affix_1->patternType == affix_2->patternType; in decimfmtAffixPatternValueComparator() 1124 TRUE, affixPtn->patternType, in parseForCurrency() 3047 value->patternType); in copyHashForAffixPattern()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DecimalFormat.java | 6101 private final int patternType; field in AffixForCurrency 6109 patternType = type; in AffixForCurrency() 6129 return patternType; in getPatternType()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | DecimalFormat.java | 5996 private final int patternType; field in AffixForCurrency 6004 patternType = type; in AffixForCurrency() 6024 return patternType; in getPatternType()
|