Home
last modified time | relevance | path

Searched defs:resultValue (Results 1 – 9 of 9) sorted by relevance

/external/vogar/src/vogar/
DDriver.java225 ResultValue resultValue = outcome.getResultValue(expectation); in recordOutcome() local
239 run.console.printResult(outcome.getName(), result, resultValue, expectation); in recordOutcome() local
DConsole.java157 String outcomeName, Result result, ResultValue resultValue, Expectation expectation) { in printResult()
205 ResultValue resultValue = annotatedOutcome.getResultValue(); in summarizeOutcomes() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderTestUtil.hpp180 const deUint32 resultValue = *reinterpret_cast<deUint32*>(outputAllocs[0]->getHostPtr()); in compareWithRetvals() local
206 …s (const deUint32* inputValues, const size_t inputValuesCount, const deUint32 resultValue, const d… in compareRetVals()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTextureBufferRange.cpp1218 const char* exptectedValue, const char* resultValue) in logError()
/external/v8/src/inspector/
Dinjected-script.cc347 v8::Local<v8::Value> resultValue = function.callWithoutExceptionHandling(); in getProperties() local
613 v8::Local<v8::Value> resultValue; in wrapEvaluateResult() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageAtomicOperationTests.cpp661 deInt32 resultValue = resultBuffer.getPixelInt(x, y, z).x(); in verifyResult() local
/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp1134 …const tcu::Vec4 resultValue = (resultPixel - samplerParams.colorBias) / samplerParams.colorScal… in verifyTextureGatherResult() local
1198 const tcu::Vec4 resultValue = renderedFrame.getPixel(px, py); in verifyTextureGatherCmpResult() local
Des31fShaderImageLoadStoreTests.cpp2721 const deUint32 resultValue = resultSlice.getPixelUint(0, 0).x(); in operator ()() local
/external/cldr/tools/java/org/unicode/cldr/util/props/
DUnicodeProperty.java490 String resultValue = (String) result.getValue(i); in _getUnicodeMap() local