/external/skia/tools/ |
D | PictureBenchmark.h | 51 void setTimerResultType(TimerData::Result resultType) { fTimerResult = resultType; } in setTimerResultType()
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 184 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) { \ argument 208 #define _UTRIE_GET(trie, data, c32, result, resultType) \ argument 222 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) { \ argument 238 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) { \ argument
|
/external/skia/src/core/ |
D | SkStroke.cpp | 41 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument 47 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument 1181 ResultType resultType = intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local 1200 ResultType resultType = intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local 1228 ResultType resultType = intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local 1256 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local 1272 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local 1315 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local 1345 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 103 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local 218 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local 431 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, in arrangeFreeFunctionCall() 461 QualType resultType, const FunctionArgList &args, in arrangeFreeFunctionDeclaration() 485 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType, in arrangeLLVMFunctionInfo() 539 CanQualType resultType, in create() 1254 llvm::Type *resultType = nullptr; in GetFunctionType() local 2072 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local 2181 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
|
D | CGObjCRuntime.cpp | 349 QualType resultType, in getMessageSendInfo()
|
D | CGAtomic.cpp | 285 QualType resultType, in emitAtomicLibcall()
|
D | CGExprCXX.cpp | 1344 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
|
D | CGClass.cpp | 2317 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
|
D | CGObjCMac.cpp | 108 llvm::Type *resultType = in getMessageSendFp2retFn() local 6472 QualType resultType, in EmitVTableMessageSend()
|
D | CGObjC.cpp | 2556 llvm::Type *resultType = nullptr; in tryEmitARCRetainScalarExpr() local
|
D | CGExpr.cpp | 1011 QualType resultType; in tryEmitAsConstant() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 344 QualType resultType = CastE->getType(); in VisitCast() local 396 QualType resultType = CastE->getType(); in VisitCast() local
|
D | ExprEngine.cpp | 967 QualType resultType = Ex->getType(); in Visit() local
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | SCCP.java | 366 private Constant simulateMath(SsaInsn insn, int resultType) { in simulateMath()
|
D | EscapeAnalysis.java | 537 Type resultType = def.getResult().getType(); in replaceDef() local
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 470 QualType resultType = result.get()->getType(); in buildIncDecOperation() local 858 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 486 CanQualType resultType, in Profile()
|
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
D | ProxyBuilder.java | 420 TypeId<?> resultType = TypeId.get(returnType); in generateCodeForAllMethods() local
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 232 bool SkDCubic::ComplexBreak(const SkPoint pointsPtr[4], SkScalar* t, CubicType* resultType) { in ComplexBreak()
|
/external/skia/src/animator/ |
D | SkScript.cpp | 1176 SkOpType resultType = array->getOpType(); in logicalOp() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 779 DataType resultType = TYPE_LAST; in init() local
|
D | es2fShaderOperatorTests.cpp | 1476 DataType resultType; in init() member
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 1425 DataType resultType = TYPE_LAST; in init() local
|
D | es3fShaderOperatorTests.cpp | 2131 DataType resultType; in init() member
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1342 UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, in UnaryExprOrTypeTraitExpr()
|