Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DCheck.kt52 val maybeValue = maybe.toFlowable().blockingIterable().firstOrNull() in checkMaybeValue() constant
53 checker(maybeValue) in checkMaybeValue()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DCheck.kt51 val maybeValue = maybe.toFlowable().blockingIterable().firstOrNull() in checkMaybeValue() constant
52 checker(maybeValue) in checkMaybeValue()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3565 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); in verifyColorAttachment() local
3567 if (maybeValue) in verifyColorAttachment()
3569 const bool value = *maybeValue; in verifyColorAttachment()
3641 const auto maybeValue = reference[index].getValue(c); in renderColorImageForLog() local
3642 if (maybeValue) in renderColorImageForLog()
3643 outColor[c] = ((*maybeValue) ? kTrueComponent : kFalseComponent); in renderColorImageForLog()
3674 const Maybe<bool> maybeValue = referenceValue.getValue(0); in verifyDepthAttachment() local
3676 if (maybeValue) in verifyDepthAttachment()
3678 const bool value = *maybeValue; in verifyDepthAttachment()
3716 const Maybe<bool> maybeValue = referenceValue.getValue(1); in verifyStencilAttachment() local
[all …]