Home
last modified time | relevance | path

Searched refs:goodResult (Results 1 – 3 of 3) sorted by relevance

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DTestPolymorphicWithDefaultImpl.java217 Good goodResult = reader.forType(Good.class).readValue(json) ; in testInvalidTypeId511() local
218 assertNotNull(goodResult) ; in testInvalidTypeId511()
/external/angle/src/libANGLE/
DvalidationES.cpp3879 bool goodResult = programPipeline->link(context) == angle::Result::Continue; in ValidateDrawStates() local
3886 if (!goodResult && executable->hasVertexAndFragmentShader()) in ValidateDrawStates()
DContext.cpp4052 bool goodResult = pipeline->link(this) == angle::Result::Continue; in prepareForDispatch() local
4056 ANGLE_CHECK(this, goodResult, "Program pipeline link failed", GL_INVALID_OPERATION); in prepareForDispatch()