/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | MeasureUnit.java | 64 protected final String subType; field in MeasureUnit 72 protected MeasureUnit(String type, String subType) { in MeasureUnit() argument 74 this.subType = subType; in MeasureUnit() 89 return subType; in getSubtype() 99 return 31 * type.hashCode() + subType.hashCode(); in hashCode() 114 return type.equals(c.type) && subType.equals(c.subType); in equals() 122 return type + "-" + subType; in toString() 175 public static MeasureUnit internalGetInstance(String type, String subType) { in internalGetInstance() argument 176 if (type == null || subType == null) { in internalGetInstance() 180 if (!ASCII.containsAll(type) || !ASCII_HYPHEN_DIGITS.containsAll(subType)) { in internalGetInstance() [all …]
|
D | Currency.java | 462 return subType; in getCurrencyCode() 479 UResourceBundle numCode = codeMap.get(subType); in getNumericCode() 561 return names.getSymbol(subType); in getName() 563 return names.getNarrowSymbol(subType); in getName() 565 return names.getName(subType); in getName() 615 return names.getPluralName(subType, pluralCount); in getName() 853 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getDefaultFractionDigits() 875 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getRoundingIncrement() 902 return subType; in toString() 1007 return new MeasureUnitProxy(type, subType); in writeReplace()
|
D | NoUnit.java | 48 NoUnit(String subType) { in NoUnit() argument 49 super("none", subType); in NoUnit()
|
D | TimeUnit.java | 42 return new MeasureUnitProxy(type, subType); in writeReplace()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MeasureUnit.java | 62 protected final String subType; field in MeasureUnit 69 protected MeasureUnit(String type, String subType) { in MeasureUnit() argument 71 this.subType = subType; in MeasureUnit() 90 return subType; in getSubtype() 102 return 31 * type.hashCode() + subType.hashCode(); in hashCode() 119 return type.equals(c.type) && subType.equals(c.subType); in equals() 129 return type + "-" + subType; in toString() 186 public static MeasureUnit internalGetInstance(String type, String subType) { in internalGetInstance() argument 187 if (type == null || subType == null) { in internalGetInstance() 191 if (!ASCII.containsAll(type) || !ASCII_HYPHEN_DIGITS.containsAll(subType)) { in internalGetInstance() [all …]
|
D | Currency.java | 482 return subType; in getCurrencyCode() 500 UResourceBundle numCode = codeMap.get(subType); in getNumericCode() 587 return names.getSymbol(subType); in getName() 589 return names.getNarrowSymbol(subType); in getName() 591 return names.getName(subType); in getName() 643 return names.getPluralName(subType, pluralCount); in getName() 883 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getDefaultFractionDigits() 907 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getRoundingIncrement() 935 return subType; in toString() 1043 return new MeasureUnitProxy(type, subType); in writeReplace()
|
D | NoUnit.java | 50 NoUnit(String subType) { in NoUnit() argument 51 super("none", subType); in NoUnit()
|
D | TimeUnit.java | 44 return new MeasureUnitProxy(type, subType); in writeReplace()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNetworkInfo.java | 27 int subType, in newInstance() argument 33 subType, in newInstance() 42 int subType, in newInstance() argument 48 info.setSubType(subType); in newInstance() 131 public void setSubType(int subType) { in setSubType() argument 132 this.connectionSubType = subType; in setSubType()
|
/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/ |
D | ForwardsInvocations.java | 62 private static boolean compatibleReturnTypes(Class<?> superType, Class<?> subType) { in compatibleReturnTypes() argument 63 return superType.equals(subType) || superType.isAssignableFrom(subType); in compatibleReturnTypes()
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyDescriptorPool.java | 147 RubyDescriptor subType = (RubyDescriptor) lookup(context, in buildFileDescriptor() local 149 rubyFieldDescriptor.setSubType(subType); in buildFileDescriptor() 152 RubyEnumDescriptor subType = (RubyEnumDescriptor) lookup(context, in buildFileDescriptor() local 154 rubyFieldDescriptor.setSubType(subType); in buildFileDescriptor()
|
D | RubyFieldDescriptor.java | 130 return subType; in getSubType() 238 this.subType = rubyDescriptor; in setSubType() 272 private IRubyObject subType; field in RubyFieldDescriptor
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ContentTypeParser.java | 74 Token subType = lexer.getNextToken(); in parse() local 76 contentType.setContentSubType(subType.getTokenValue()); in parse()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 1083 Subtype subType) { in addDataToErrorFile() argument 1095 … new Row.R4<String, String, ErrorType, Subtype>(localeID, section, shortStatus, subType), 1); in addDataToErrorFile() 1097 … new Row.R4<String, ErrorType, Subtype, String>(section, shortStatus, subType, localeID), 1); in addDataToErrorFile() 1537 Subtype subType, ExampleContext exampleContext) { in showValue() argument 1541 if (subType == null) { in showValue() 1542 subType = Subtype.none; in showValue() 1579 + "\t⁅" + subType + "⁆" in showValue() 1589 + "\t⁅" + subType + "⁆" in showValue() 1609 ErrorFile.addDataToErrorFile(localeID, path, value, shortStatus, subType); in showValue()
|
/external/deqp/modules/gles31/functional/ |
D | es31fUniformLocationTests.cpp | 327 const glu::VarType subType = glu::getVarType(uniformInfo.type, subTypeIter.getPath()); in genShaderSources() local 328 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType()); in genShaderSources() 348 << getFirstComponentName(subType) << "), " << expectValue << ");\n"; in genShaderSources() 352 << getFirstComponentName(subType) << "), " << expectValue << ");\n"; in genShaderSources()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 1213 public void setMessageContent(String type, String subType, String messageContent) { in setMessageContent() argument 1216 ContentType ct = new ContentType(type, subType); in setMessageContent() 1275 public void setMessageContent(String type, String subType, byte[] messageContent) { in setMessageContent() argument 1276 ContentType ct = new ContentType(type, subType); in setMessageContent()
|
/external/webrtc/webrtc/modules/rtp_rtcp/include/ |
D | rtp_rtcp.h | 465 virtual int32_t SetRTCPApplicationSpecificData(uint8_t subType,
|
/external/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 182 int32_t(const uint8_t subType,
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_sender.h | 138 int32_t SetApplicationSpecificData(uint8_t subType,
|
D | rtcp_sender.cc | 962 int32_t RTCPSender::SetApplicationSpecificData(uint8_t subType, in SetApplicationSpecificData() argument 973 app_sub_type_ = subType; in SetApplicationSpecificData()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | README.txt | 1643 int test1(int mainType, int subType) { 1645 subType = 4; 1647 subType = 6; 1649 subType = 9; 1650 return subType; 1653 int test2(int mainType, int subType) { 1655 subType = 4; 1657 subType = 6; 1659 subType = 9; 1660 return subType;
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 1686 int test1(int mainType, int subType) { 1688 subType = 4; 1690 subType = 6; 1692 subType = 9; 1693 return subType; 1696 int test2(int mainType, int subType) { 1698 subType = 4; 1700 subType = 6; 1702 subType = 9; 1703 return subType;
|
/external/llvm/lib/Target/ |
D | README.txt | 1643 int test1(int mainType, int subType) { 1645 subType = 4; 1647 subType = 6; 1649 subType = 9; 1650 return subType; 1653 int test2(int mainType, int subType) { 1655 subType = 4; 1657 subType = 6; 1659 subType = 9; 1660 return subType;
|
/external/icu/icu4c/source/i18n/ |
D | number_skeletons.cpp | 915 CharString subType; in parseMeasureUnitOption() local 916 SKELETON_UCHAR_TO_CHAR(subType, stemString, firstHyphen + 1, stemString.length(), status); in parseMeasureUnitOption() 930 if (uprv_strcmp(subType.data(), unit.getSubtype()) == 0) { in parseMeasureUnitOption()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 392 glu::VarType subType = glu::getVarType(type, vecIter.getPath()); in genShaderSources() local 395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType())); in genShaderSources() 401 int scalarSize = glu::getDataTypeScalarSize(subType.getBasicType()); in genShaderSources()
|