Home
last modified time | relevance | path

Searched refs:setTargetType (Results 1 – 6 of 6) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/exc/
DInvalidNullException.java44 exc.setTargetType(type); in from()
DMismatchedInputException.java66 public MismatchedInputException setTargetType(JavaType t) { in setTargetType() method in MismatchedInputException
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp564 void setTargetType(const uint32_t targetType);
624 void TestFramebuffer::setTargetType(const uint32_t targetType) in setTargetType() function in deqp::gles31::Functional::__anoned79cb7f0111::TestFramebuffer
974 m_framebufferList[fboDstIdx]->setTargetType(GL_READ_FRAMEBUFFER); in copyFrameBufferTexture()
978 m_framebufferList[fboDstIdx]->setTargetType(GL_DRAW_FRAMEBUFFER); in copyFrameBufferTexture()
994 m_framebufferList[fboDstIdx]->setTargetType(GL_READ_FRAMEBUFFER); in copyFrameBufferTexture()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DPropertySubstitute.java154 public void setTargetType(Class<?> targetType) { in setTargetType() method in PropertySubstitute
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DTypeDescription.java271 substitute.setTargetType(type); in substituteProperty()
/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/
DRlsProtoConverters.java74 .setTargetType("grpc") in doBackward()