Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 25 of 49) sorted by relevance

12

/third_party/node/test/fixtures/wpt/WebCryptoAPI/generateKey/
Dsuccesses.js20 …{name: "AES-CTR", resultType: CryptoKey, usages: ["encrypt", "decrypt", "wrapKey", "unwrapKey"], … property
21 …{name: "AES-CBC", resultType: CryptoKey, usages: ["encrypt", "decrypt", "wrapKey", "unwrapKey"], … property
22 …{name: "AES-GCM", resultType: CryptoKey, usages: ["encrypt", "decrypt", "wrapKey", "unwrapKey"], … property
23 … {name: "AES-KW", resultType: CryptoKey, usages: ["wrapKey", "unwrapKey"], mandatoryUsages: []}, property
24 {name: "HMAC", resultType: CryptoKey, usages: ["sign", "verify"], mandatoryUsages: []}, property
25 …{name: "RSASSA-PKCS1-v1_5", resultType: "CryptoKeyPair", usages: ["sign", "verify"], mandatoryUsag… property
26 …{name: "RSA-PSS", resultType: "CryptoKeyPair", usages: ["sign", "verify"], mandatoryUsages: ["sig… property
27 …{name: "RSA-OAEP", resultType: "CryptoKeyPair", usages: ["encrypt", "decrypt", "wrapKey", "unwrapK… property
28 …{name: "ECDSA", resultType: "CryptoKeyPair", usages: ["sign", "verify"], mandatoryUsages: ["sig… property
29 …{name: "ECDH", resultType: "CryptoKeyPair", usages: ["deriveKey", "deriveBits"], mandatoryUsag… property
[all …]
Dfailures.js25 …{name: "AES-CTR", resultType: CryptoKey, usages: ["encrypt", "decrypt", "wrapKey", "unwrapKey"], … property
26 …{name: "AES-CBC", resultType: CryptoKey, usages: ["encrypt", "decrypt", "wrapKey", "unwrapKey"], … property
27 …{name: "AES-GCM", resultType: CryptoKey, usages: ["encrypt", "decrypt", "wrapKey", "unwrapKey"], … property
28 … {name: "AES-KW", resultType: CryptoKey, usages: ["wrapKey", "unwrapKey"], mandatoryUsages: []}, property
29 {name: "HMAC", resultType: CryptoKey, usages: ["sign", "verify"], mandatoryUsages: []}, property
30 …{name: "RSASSA-PKCS1-v1_5", resultType: "CryptoKeyPair", usages: ["sign", "verify"], mandatoryUsag… property
31 …{name: "RSA-PSS", resultType: "CryptoKeyPair", usages: ["sign", "verify"], mandatoryUsages: ["sig… property
32 …{name: "RSA-OAEP", resultType: "CryptoKeyPair", usages: ["encrypt", "decrypt", "wrapKey", "unwrapK… property
33 …{name: "ECDSA", resultType: "CryptoKeyPair", usages: ["sign", "verify"], mandatoryUsages: ["sig… property
34 …{name: "ECDH", resultType: "CryptoKeyPair", usages: ["deriveKey", "deriveBits"], mandatoryUsag… property
[all …]
/third_party/skia/src/sksl/ir/
DSkSLBinaryExpression.cpp26 const Type& resultType) { in is_low_precision_matrix_vector_multiply()
40 const Type& resultType) { in rewrite_matrix_vector_multiply()
97 const Type* resultType; in Convert() local
143 const Type* resultType; in Make() local
154 const Type* resultType) { in Make()
DSkSLTernaryExpression.cpp30 const Type* resultType; in Convert() local
/third_party/skia/third_party/externals/angle2/src/common/apple/
DSoftLinking.h51 # define SOFT_LINK_FUNCTION_HEADER(framework, functionName, resultType, parameterDeclarations, \ argument
63 # define SOFT_LINK_FUNCTION_SOURCE(framework, functionName, resultType, parameterDeclarations, \ argument
/third_party/skia/src/sksl/
DSkSLConstantFolder.cpp235 const Type& resultType) { in simplify_no_op_arithmetic()
308 const Type* resultType) { in fold_float_expression()
322 const Type* resultType) { in fold_int_expression()
338 const Type& resultType) { in Simplify()
/third_party/node/deps/icu-small/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/third_party/icu/icu4c/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
/third_party/skia/src/core/
DSkStroke.cpp49 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
55 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
1078 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1094 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1121 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local
1148 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local
1162 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local
1214 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1246 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp408 const std::string& resultType, in sparseImageOpString()
422 const std::string& resultType, in sparseImageOpString()
437 const std::string& resultType, in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp316 const std::string& resultType, in sparseImageOpString()
340 const std::string& resultType, in sparseImageOpString()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp408 const std::string& resultType, in sparseImageOpString()
422 const std::string& resultType, in sparseImageOpString()
437 const std::string& resultType, in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp316 const std::string& resultType, in sparseImageOpString()
340 const std::string& resultType, in sparseImageOpString()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp260 const TType &resultType, in GetOperatorString()
678 const TType &resultType, in IsSymbolicOperator()
722 const TType &resultType = unaryNode->getType(); in Parenthesize() local
745 const TType &resultType = binaryNode->getType(); in Parenthesize() local
1553 const TType &resultType = binaryNode->getType(); in visitBinary() local
1602 const TType &resultType = unaryNode->getType(); in visitUnary() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp311 auto &resultType = getType(instruction.resultTypeId); in EmitImageSample() local
710 auto &resultType = getObjectType(instruction.resultId); in EmitImageRead() local
DSpirvShader.cpp2312 auto &resultType = getType(Type::ID(insn.word(1))); in EmitAtomicOp() local
2388 auto &resultType = getType(Type::ID(insn.word(1))); in EmitAtomicCompareExchange() local
2437 auto &resultType = getType(insn.resultTypeId()); in EmitArrayLength() local
/third_party/skia/third_party/externals/angle2/src/common/
Dstring_utils.cpp42 SplitResult resultType) in SplitString()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_composites.cpp493 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/third_party/spirv-tools/source/val/
Dvalidate_composites.cpp512 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp493 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingCallableShadersTests.cpp1253 static inline std::string generateShaderSource(const char* body, const char* resultType = "", deUin… in generateShaderSource()
1292 const char* body, const char* resultType = "", deUint32 flags = 0, in addShaderSource()
/third_party/glslang/SPIRV/
DspvIR.h482 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, LinkageType lin… in Function()
DGlslangToSpv.cpp2589 auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? in visitUnary() local
2837 auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? in visitAggregate() local
3885 spv::Id resultType = convertGlslangToSpvType(node->getType()); in visitSelection() local
5828 auto resultType = [&returnType,this]{ return convertGlslangToSpvType(returnType); }; in createImageTextureFunctionCall() local
6701 spv::Id resultType = builder.getTypeId(right); in createBinaryMatrixOperation() local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp205 bool IsFailedResult(TestResultType resultType) in IsFailedResult()
676 TestResultType resultType = TestResultType::Unknown; in GetSingleTestResultFromJSON() local

12