Home
last modified time | relevance | path

Searched refs:sourceFormat (Results 1 – 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DCaseFormat.java165 private final CaseFormat sourceFormat; field in CaseFormat.StringConverter
168 StringConverter(CaseFormat sourceFormat, CaseFormat targetFormat) { in StringConverter() argument
169 this.sourceFormat = checkNotNull(sourceFormat); in StringConverter()
175 return s == null ? null : sourceFormat.to(targetFormat, s); in doForward()
180 return s == null ? null : targetFormat.to(sourceFormat, s); in doBackward()
186 return sourceFormat.equals(that.sourceFormat) in equals()
193 return sourceFormat.hashCode() ^ targetFormat.hashCode(); in hashCode()
197 return sourceFormat + ".converterTo(" + targetFormat + ")"; in toString()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java310 private final String sourceFormat; field in LocalizedFormats
316 private LocalizedFormats(final String sourceFormat) { in LocalizedFormats() argument
317 this.sourceFormat = sourceFormat; in LocalizedFormats()
322 return sourceFormat; in getSourceString()
341 return sourceFormat; in getLocalizedString()
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp431 Vec4 getFixedPointFormatThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat… in getFixedPointFormatThreshold() argument
433 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold()
436 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold()
439 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold()
442 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in getFixedPointFormatThreshold()
Des31fCopyImageTests.cpp1430 Vec4 calculateThreshold (const tcu::TextureFormat& sourceFormat, const tcu::TextureFormat& readPixe… in calculateThreshold() argument
1432 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in calculateThreshold()
1435 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in calculateThreshold()
1438 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in calculateThreshold()
1442 const tcu::IVec4 srcBits = tcu::getTextureFormatBitDepth(sourceFormat); in calculateThreshold()