Home
last modified time | relevance | path

Searched defs:resultType (Results 1 – 25 of 52) 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/icu/icu4c/source/common/
Dutrie.h186 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument
210 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument
224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument
240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument
/external/skia/src/core/
DSkStroke.cpp39 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
45 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
1042 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1058 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1085 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local
1112 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local
1125 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local
1167 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1197 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp489 const std::string& resultType, in sparseImageOpString()
502 const std::string& resultType, in sparseImageOpString()
517 const std::string& resultType, in sparseImageOpString()
DvktSparseResourcesShaderIntrinsicsStorage.cpp273 const std::string& resultType, in sparseImageOpString()
296 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()
DCGAtomic.cpp305 QualType resultType, in emitAtomicLibcall()
DCGExprCXX.cpp1457 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
DCGObjCMac.cpp108 llvm::Type *resultType = in getMessageSendFp2retFn() local
6734 QualType resultType, in EmitVTableMessageSend()
DCGClass.cpp2911 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp377 QualType resultType = CastE->getType(); in VisitCast() local
429 QualType resultType = CastE->getType(); in VisitCast() local
DExprEngine.cpp996 QualType resultType = Ex->getType(); in Visit() local
/external/skia/src/sksl/
DSkSLIRGenerator.cpp1037 const Type* resultType; in convertBinaryExpression() local
1084 const Type* resultType; in convertTernaryExpression() local
DSkSLSPIRVCodeGenerator.cpp1951 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation()
2018 const Type& resultType = b.fType; in writeBinaryExpression() local
/external/clang/lib/Sema/
DSemaPseudoObject.cpp497 QualType resultType = result.get()->getType(); in buildIncDecOperation() local
871 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h644 CanQualType resultType, in Profile()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java450 TypeId<?> resultType = TypeId.get(returnType); in generateCodeForAllMethods() local
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp499 const TType &resultType = node->getType(); in visitBinary() local
1123 const TType &resultType = node->getType(); in visitAggregate() local
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp779 DataType resultType = TYPE_LAST; in init() local
Des2fShaderOperatorTests.cpp1476 DataType resultType; in init() member
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1425 DataType resultType = TYPE_LAST; in init() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1687 DataType resultType = TYPE_LAST; in setupShader() local
DvktShaderRenderOperatorTests.cpp2090 const DataType resultType; in init() member

123