Searched defs:validateOutput (Results 1 – 4 of 4) sorted by relevance
| /third_party/node/lib/internal/modules/esm/ |
| D | hooks.js | 290 const validateOutput = (hookErrIdentifier, output) => { function 300 …nst nextResolve = nextHookFactory(chain[chain.length - 1], meta, { validateArgs, validateOutput }); field 435 const validateOutput = (hookErrIdentifier, output) => { function 445 … const nextLoad = nextHookFactory(chain[chain.length - 1], meta, { validateArgs, validateOutput }); field 821 function nextHookFactory(current, meta, { validateArgs, validateOutput }) { field 838 nextNextHook = nextHookFactory(next, meta, { validateArgs, validateOutput }); field
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcShaderConstExprTests.cpp | 105 void ExecutorTestCase<float>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() function in glcts::ShaderConstExpr::ExecutorTestCase 128 void ExecutorTestCase<int>::validateOutput(de::SharedPtr<ShaderExecutor> executor) in validateOutput() function in glcts::ShaderConstExpr::ExecutorTestCase
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
| D | vktShaderClockTests.cpp | 121 bool validateOutput(std::vector<deUint64>& outputs) in validateOutput() function in vkt::shaderexecutor::__anonc774b37e0111::ShaderClockTestInstance
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderClockTests.cpp | 121 bool validateOutput(std::vector<deUint64>& outputs) in validateOutput() function in vkt::shaderexecutor::__anona910d39e0111::ShaderClockTestInstance
|