/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | MeasureUnit.java | 63 protected final String subType; field in MeasureUnit 71 protected MeasureUnit(String type, String subType) { in MeasureUnit() argument 73 this.subType = subType; in MeasureUnit() 88 return subType; in getSubtype() 98 return 31 * type.hashCode() + subType.hashCode(); in hashCode() 113 return type.equals(c.type) && subType.equals(c.subType); in equals() 121 return type + "-" + subType; in toString() 173 public static MeasureUnit internalGetInstance(String type, String subType) { in internalGetInstance() argument 174 if (type == null || subType == null) { in internalGetInstance() 178 if (!ASCII.containsAll(type) || !ASCII_HYPHEN_DIGITS.containsAll(subType)) { in internalGetInstance() [all …]
|
D | Currency.java | 439 return subType; in getCurrencyCode() 456 UResourceBundle numCode = codeMap.get(subType); in getNumericCode() 540 return nameStyle == SYMBOL_NAME ? names.getSymbol(subType) : names.getName(subType); in getName() 587 return names.getPluralName(subType, pluralCount); in getName() 780 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getDefaultFractionDigits() 802 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getRoundingIncrement() 829 return subType; in toString() 962 return new MeasureUnitProxy(type, subType); in writeReplace()
|
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 | 61 protected final String subType; field in MeasureUnit 68 protected MeasureUnit(String type, String subType) { in MeasureUnit() argument 70 this.subType = subType; in MeasureUnit() 89 return subType; in getSubtype() 101 return 31 * type.hashCode() + subType.hashCode(); in hashCode() 118 return type.equals(c.type) && subType.equals(c.subType); in equals() 128 return type + "-" + subType; in toString() 184 public static MeasureUnit internalGetInstance(String type, String subType) { in internalGetInstance() argument 185 if (type == null || subType == null) { in internalGetInstance() 189 if (!ASCII.containsAll(type) || !ASCII_HYPHEN_DIGITS.containsAll(subType)) { in internalGetInstance() [all …]
|
D | Currency.java | 456 return subType; in getCurrencyCode() 474 UResourceBundle numCode = codeMap.get(subType); in getNumericCode() 563 return nameStyle == SYMBOL_NAME ? names.getSymbol(subType) : names.getName(subType); in getName() 612 return names.getPluralName(subType, pluralCount); in getName() 808 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getDefaultFractionDigits() 832 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getRoundingIncrement() 860 return subType; in toString() 996 return new MeasureUnitProxy(type, subType); in writeReplace()
|
D | TimeUnit.java | 44 return new MeasureUnitProxy(type, subType); in writeReplace()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowNetworkInfo.java | 31 …blic static NetworkInfo newInstance(NetworkInfo.DetailedState detailedState, int type, int subType, in newInstance() argument 37 info.setSubType(subType); in newInstance() 110 public void setSubType(int subType) { in setSubType() argument 111 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/r8/src/main/java/com/android/tools/r8/ir/desugar/ |
D | LambdaDescriptor.java | 355 DexItemFactory factory, DexType subType, DexType superType) { in isSameOrDerived() argument 356 if (subType == superType || (subType.isClassType() && superType.isClassType())) { in isSameOrDerived() 360 if (subType.isArrayType()) { in isSameOrDerived() 364 subType.toArrayElementType(factory), superType.toArrayElementType(factory)); in isSameOrDerived()
|
/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/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/webrtc/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 182 int32_t(const uint8_t 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/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()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 183 DIType *subType = Ty; in getType() local 187 subType = resolve(cast<DIDerivedType>(Ty)->getBaseType()); in getType() 189 auto Elements = cast<DICompositeType>(subType)->getElements(); in getType()
|
/external/webrtc/webrtc/voice_engine/ |
D | channel.h | 346 int SendApplicationDefinedRTCPPacket(unsigned char subType,
|
D | channel.cc | 3080 Channel::SendApplicationDefinedRTCPPacket(unsigned char subType, in SendApplicationDefinedRTCPPacket() argument 3118 subType, in SendApplicationDefinedRTCPPacket()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 97 DIType subType = Ty; in getType() local 102 subType = DTy.getTypeDerivedFrom(); in getType() 105 DICompositeType blockStruct = DICompositeType(subType); in getType()
|