/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | MeasureUnit.java | 58 protected final String subType; field in MeasureUnit 65 protected MeasureUnit(String type, String subType) { in MeasureUnit() argument 67 this.subType = subType; in MeasureUnit() 86 return subType; in getSubtype() 98 return 31 * type.hashCode() + subType.hashCode(); in hashCode() 115 return type.equals(c.type) && subType.equals(c.subType); in equals() 125 return type + "-" + subType; in toString() 179 public static MeasureUnit internalGetInstance(String type, String subType) { in internalGetInstance() argument 180 if (type == null || subType == null) { in internalGetInstance() 184 if (!ASCII.containsAll(type) || !ASCII_HYPHEN.containsAll(subType)) { in internalGetInstance() [all …]
|
D | Currency.java | 442 return subType; in getCurrencyCode() 460 UResourceBundle numCode = codeMap.get(subType); in getNumericCode() 549 return nameStyle == SYMBOL_NAME ? names.getSymbol(subType) : names.getName(subType); in getName() 598 return names.getPluralName(subType, pluralCount); in getName() 790 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getDefaultFractionDigits() 815 CurrencyDigits digits = info.currencyDigits(subType, Usage); in getRoundingIncrement() 842 return subType; in toString() 978 return new MeasureUnitProxy(type, subType); in writeReplace()
|
D | TimeUnit.java | 42 return new MeasureUnitProxy(type, subType); in writeReplace()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
D | Properties.java | 46 private int subType; field in Properties 66 subType = ((Number) idPropertyStructure.getFieldValue("subtype")).intValue(); in load() 95 switch (subType) { in load() 121 throw new IllegalStateException("Invalid array subtype: " + subType); in load() 244 sb.append(indent).append("subType: ").append(subType).append("\n\r"); in append() 319 oc.write(subType, "subtype", 0); in write() 332 switch (subType) { in write() 343 …e the property's value! Invalid array subtype! Property: name: " + name + "; subtype: " + subType); in write() 369 subType = ic.readInt("subtype", 0); in read() 382 switch (subType) { in read() [all …]
|
/external/robolectric/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/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/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/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 | 172 MDType *subType = Ty; in getType() local 176 subType = resolve(DITypeRef(cast<MDDerivedType>(Ty)->getBaseType())); in getType() 178 auto Elements = cast<MDCompositeTypeBase>(subType)->getElements(); in getType()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |