/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ImageUtil.java | 57 Iterator<ImageWriter> iter = ImageIO.getImageWritersByFormatName(getFormatName(format)); in writeToStream() 85 private static String getFormatName(CompressFormat compressFormat) { in getFormatName() method in ImageUtil
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/ |
D | DataFormatReaders.java | 199 sb.append(_readers[0].getFactory().getFormatName()); in toString() 202 sb.append(_readers[i].getFactory().getFormatName()); in toString() 347 return _match.getFactory().getFormatName(); in getMatchedFormatName()
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/format/ |
D | DataFormatDetector.java | 161 sb.append(_detectors[0].getFormatName()); in toString() 164 sb.append(_detectors[i].getFormatName()); in toString()
|
D | DataFormatMatcher.java | 94 return hasMatch() ? getMatch().getFormatName() : null; in getMatchedFormatName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboDepthbufferTests.cpp | 333 …basicGroup->addChild(new BasicFboDepthCase(m_context, getFormatName(depthFormats[fmtNdx]), "", dep… in init() 342 …depthClampGroup->addChild(new DepthWriteClampCase(m_context, getFormatName(depthFormats[fmtNdx]), … in init() 351 …depthClampGroup->addChild(new DepthTestClampCase(m_context, getFormatName(depthFormats[fmtNdx]), "… in init()
|
D | es3fFboColorbufferTests.cpp | 1083 …clearGroup->addChild(new FboColorClearCase(m_context, getFormatName(colorFormats[ndx]), "", colorF… in init() 1092 …tex2DGroup->addChild(new FboColorMultiTex2DCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init() 1103 … texCubeGroup->addChild(new FboColorTexCubeCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init() 1113 …tex2DArrayGroup->addChild(new FboColorTex2DArrayCase(m_context, getFormatName(colorFormats[fmtNdx]… in init() 1123 tex3DGroup->addChild(new FboColorTex3DCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init() 1137 string fmtName = getFormatName(format); in init() 1162 …tex2DGroup->addChild(new FboRepeatedClearSampleTex2DCase(m_context, getFormatName(colorFormats[fmt… in init() 1177 …tex2DGroup->addChild(new FboRepeatedClearBlitTex2DCase(m_context, getFormatName(colorFormats[fmtNd… in init() 1187 … rboGroup->addChild(new FboRepeatedClearBlitRboCase(m_context, getFormatName(colorFormats[fmtNdx]), in init()
|
D | es3fFramebufferBlitTests.cpp | 1033 string name = string(getFormatName(srcFormat)) + "_to_" + getFormatName(dstFormat); in init() 1049 string fmtName = getFormatName(format); in init() 1093 …defaultFbGroup->addChild(new BlitDefaultFramebufferCase(m_context, getFormatName(format), "", form… in init() 1103 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init() 1104 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init() 1109 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init() 1110 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init()
|
D | es3fFboStencilbufferTests.cpp | 265 …basicGroup->addChild(new BasicFboStencilCase(m_context, getFormatName(format), "", format, IVec2(1… in init() 268 …basicGroup->addChild(new BasicFboStencilCase(m_context, (string(getFormatName(format)) + "_depth")… in init()
|
D | es3fFragmentOutputTests.cpp | 66 using FboTestUtil::getFormatName; 1165 string fmtName = getFormatName(format); in init() 1188 string fmtName = getFormatName(format); in init() 1211 string fmtName = getFormatName(format); in init() 1234 string fmtName = getFormatName(format); in init() 1268 string fmtName = getFormatName(format); in init() 1292 string fmtName = getFormatName(format); in init() 1316 string fmtName = getFormatName(format); in init() 1340 string fmtName = getFormatName(format); in init()
|
D | es3fFboMultisampleTests.cpp | 402 …sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNd… in init() 406 …sampleCountGroup->addChild(new BasicFboMultisampleCase(m_context, getFormatName(depthStencilFormat… in init()
|
D | es3fFboTestUtil.hpp | 217 const char* getFormatName (deUint32 format);
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
D | MappingJsonFactory.java | 69 public String getFormatName() in getFormatName() method in MappingJsonFactory
|
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/ |
D | JsonFactory.java | 559 String ourFormat = getFormatName(); in canUseSchema() 571 public String getFormatName() in getFormatName() method in JsonFactory 1764 throw new UnsupportedOperationException(String.format(msg, getFormatName())); in _requireJSONFactory() 1771 return getFormatName() == FORMAT_NAME_JSON; in _isJSONFactory()
|
D | TokenStreamFactory.java | 103 public abstract String getFormatName(); in getFormatName() method in TokenStreamFactory
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureCompressedFormatTests.cpp | 294 …throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.fo… in Compressed3DTestInstance() 299 …throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.fo… in Compressed3DTestInstance() 304 …throw tcu::NotSupportedError(std::string("Unsupported format: ") + getFormatName(testParameters.fo… in Compressed3DTestInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewCreateTests.cpp | 423 const std::string formatName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests() 426 const std::string testName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.hpp | 127 const char* getFormatName (deUint32 format);
|
D | es31fFboColorbufferTests.cpp | 422 …texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmt… in init() 432 …tex2dGroup->addChild(new FboColorTex2DCase(m_context, getFormatName(unorm16ColorFormats[ndx]), "",… in init()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineLogicOpTests.cpp | 171 …TCU_THROW(NotSupportedError, "Unsupported color attachment format: " + std::string(getFormatName(m… in checkSupport() 474 return de::toLower(std::string(getFormatName(format)).substr(std::string("VK_FORMAT_").size())); in getSimpleFormatName()
|
D | vktPipelineDepthTests.cpp | 94 supportedFormatsMsg << vk::getFormatName(format); in testSupportsAtLeastOneDepthStencilFormat() 245 …throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_d… in checkSupport() 835 const std::string fullName = getFormatName(format); in getFormatCaseName() 1026 …(std::string("Uses format ") + getFormatName(depthFormats[formatNdx]) + ((useSeparateDepthStencilL… in createDepthTests()
|
D | vktPipelineBlendTests.cpp | 440 …throw tcu::NotSupportedError(std::string("Unsupported color blending format: ") + getFormatName(m_… in checkSupport() 550 …throw tcu::NotSupportedError(std::string("Unsupported color blending format: ") + getFormatName(m_… in checkSupport() 1669 …throw tcu::NotSupportedError(std::string("Unsupported color blending format: ") + getFormatName(m_… in checkSupport() 2019 const std::string fullName = getFormatName(format); in getFormatCaseName() 2094 (std::string("Uses format ") + getFormatName(format)).c_str())); in createBlendTests() 2128 (std::string("Uses format ") + getFormatName(format)).c_str())); in createBlendTests() 2212 …st(testCtx, getFormatCaseName(format), std::string("Using format ") + getFormatName(format), testP… in createBlendTests()
|
D | vktPipelineStencilTests.cpp | 290 …throw tcu::NotSupportedError(std::string("Unsupported depth/stencil format: ") + getFormatName(m_s… in checkSupport() 896 const std::string fullName = getFormatName(format); in getFormatCaseName() 953 …(std::string("Uses format ") + getFormatName(stencilFormat) + ((useSeparateDepthStencilLayouts) ? … in createStencilTests()
|
D | vktPipelineImageViewTests.cpp | 346 const std::string fullName = getFormatName(format); in getFormatCaseName() 856 (std::string("Samples a texture of format ") + getFormatName(format)).c_str())); in createImageViewTests()
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ |
D | TestFormatSchema.java | 34 public String getFormatName() { return "test"; } in getFormatName() method in TestFormatSchema.FactoryWithSchema
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 898 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10))); in initYcbcrDefaultCopyTests() 905 const string dstFormatName (de::toLower(std::string(getFormatName(dstFormat)).substr(10))); in initYcbcrDefaultCopyTests() 1008 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10))); in initYcbcrDimensionsCopyTests() 1014 const string dstFormatName (de::toLower(std::string(getFormatName(dstFormat)).substr(10))); in initYcbcrDimensionsCopyTests()
|