Home
last modified time | relevance | path

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

123

/external/caliper/caliper/src/main/java/com/google/caliper/util/
DParsers.java47 public static <T> Parser<T> conventionalParser(Class<T> resultType) in conventionalParser()
/external/catch2/include/internal/
Dcatch_assertionresult.h29 ResultWas::OfType resultType; member
Dcatch_result_type.cpp13 bool isOk( ResultWas::OfType resultType ) { in isOk()
Dcatch_run_context.cpp412 ResultWas::OfType resultType, in reportExpr()
427 ResultWas::OfType resultType, in handleMessage()
480 ResultWas::OfType resultType, in handleNonExpr()
Dcatch_assertionhandler.cpp67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
Dcatch_message.cpp69 …apturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, String… in Capturer()
/external/icu/icu4c/source/common/
Dutrie.h185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument
209 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument
223 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument
239 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument
/external/skqp/src/core/
DSkStroke.cpp45 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
51 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
1049 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1065 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1092 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local
1119 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local
1132 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local
1178 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1210 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
/external/skia/src/core/
DSkStroke.cpp45 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
51 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
1045 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1061 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1088 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local
1115 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local
1128 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local
1174 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1206 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp363 const std::string& resultType, in sparseImageOpString()
376 const std::string& resultType, in sparseImageOpString()
391 const std::string& resultType, in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp274 const std::string& resultType, in sparseImageOpString()
297 const std::string& resultType, in sparseImageOpString()
/external/testng/src/main/java/org/testng/remote/strprotocol/
DTestResultMessage.java41 public TestResultMessage(final int resultType, in TestResultMessage()
129 private void init(final int resultType, in init()
/external/clang/lib/CodeGen/
DCGCall.cpp149 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local
293 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local
586 CodeGenTypes::arrangeBuiltinFunctionCall(QualType resultType, in arrangeBuiltinFunctionCall()
599 CodeGenTypes::arrangeBuiltinFunctionDeclaration(QualType resultType, in arrangeBuiltinFunctionDeclaration()
609 CodeGenTypes::arrangeBuiltinFunctionDeclaration(CanQualType resultType, in arrangeBuiltinFunctionDeclaration()
672 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType, in arrangeLLVMFunctionInfo()
732 CanQualType resultType, in create()
1472 llvm::Type *resultType = nullptr; in GetFunctionType() local
2463 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local
2572 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
DCGObjCRuntime.cpp356 QualType resultType, in getMessageSendInfo()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp377 QualType resultType = CastE->getType(); in VisitCast() local
429 QualType resultType = CastE->getType(); in VisitCast() local
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp423 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp423 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
/external/deqp-deps/glslang/SPIRV/
DspvIR.h396 __inline Function::Function(Id id, Id resultType, Id functionType, Id firstParamId, Module& parent) in Function()
DSpvBuilder.cpp1745 Id Builder::createBuiltinCall(Id resultType, Id builtins, int entryPoint, const std::vector<Id>& ar… in createBuiltinCall()
1760 Id Builder::createTextureCall(Decoration precision, Id resultType, bool sparse, bool fetch, bool pr… in createTextureCall()
1982 Id resultType = 0; in createTextureQueryCall() local
2579 Id Builder::accessChainLoad(Decoration precision, Decoration nonUniform, Id resultType, spv::Memory… in accessChainLoad()
DGlslangToSpv.cpp1895 …auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? invertedTyp… in visitUnary() local
2008 …auto resultType = [&invertedType, &node, this](){ return invertedType != spv::NoType ? invertedTyp… in visitAggregate() local
4087 auto resultType = [&returnType,this]{ return convertGlslangToSpvType(returnType); }; local
4964 spv::Id resultType = builder.getTypeId(right); local
/external/clang/lib/Sema/
DSemaPseudoObject.cpp497 QualType resultType = result.get()->getType(); in buildIncDecOperation() local
871 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp108 glu::DataType resultType = glu::TYPE_LAST; in getShaderSpec() local
/external/skia/src/sksl/
DSkSLIRGenerator.cpp1515 const Type* resultType; in convertBinaryExpression() local
1576 const Type* resultType; in convertTernaryExpression() local
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1466 const Type* resultType; in convertBinaryExpression() local
1527 const Type* resultType; in convertTernaryExpression() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h644 CanQualType resultType, in Profile()

123