Home
last modified time | relevance | path

Searched refs:subType (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMeasureUnit.java58 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 …]
DCurrency.java442 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()
DTimeUnit.java42 return new MeasureUnitProxy(type, subType); in writeReplace()
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
DProperties.java46 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/
DShadowNetworkInfo.java31 …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/
DContentTypeParser.java74 Token subType = lexer.getNextToken(); in parse() local
76 contentType.setContentSubType(subType.getTokenValue()); in parse()
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp327 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/
DSIPMessage.java1213 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/
DREADME.txt1643 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/
Des3fTransformFeedbackTests.cpp392 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/
DDwarfDebug.cpp172 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/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...