Home
last modified time | relevance | path

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

12

/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/skqp/src/core/
DSkStroke.cpp40 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
46 #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
1172 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1204 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
/external/skia/src/core/
DSkStroke.cpp40 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
46 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument
1046 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local
1062 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local
1089 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local
1116 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local
1129 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local
1173 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local
1205 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
/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/clang/lib/Sema/
DSemaPseudoObject.cpp497 QualType resultType = result.get()->getType(); in buildIncDecOperation() local
871 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
/external/skia/src/sksl/
DSkSLIRGenerator.cpp1376 const Type* resultType; in convertBinaryExpression() local
1435 const Type* resultType; in convertTernaryExpression() local
DSkSLSPIRVCodeGenerator.cpp1764 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation()
1865 const Type& resultType = b.fType; in writeBinaryExpression() local
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1375 const Type* resultType; in convertBinaryExpression() local
1434 const Type* resultType; in convertTernaryExpression() local
DSkSLSPIRVCodeGenerator.cpp1756 SpvId SPIRVCodeGenerator::writeBinaryOperation(const Type& resultType, in writeBinaryOperation()
1857 const Type& resultType = b.fType; in writeBinaryExpression() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageQueryTests.cpp108 glu::DataType resultType = glu::TYPE_LAST; in getShaderSpec() local
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h644 CanQualType resultType, in Profile()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/stock/
DProxyBuilder.java491 TypeId<?> resultType = TypeId.get(returnType); in generateCodeForAllMethods() 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.cpp1411 DataType resultType = TYPE_LAST; in init() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp1673 DataType resultType = TYPE_LAST; in setupShader() local

12