/external/caliper/caliper/src/main/java/com/google/caliper/util/ |
D | Parsers.java | 47 public static <T> Parser<T> conventionalParser(Class<T> resultType) in conventionalParser()
|
/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 | 39 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument 45 #define STROKER_RESULT(resultType, depth, quadPts, format, ...) \ argument 1021 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadCubic() local 1039 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadConic() local 1066 ResultType resultType = this->intersectRay(quadPts, kCtrlPt_RayType in compareQuadQuad() local 1095 ResultType resultType = this->tangentsMeet(cubic, quadPts); in cubicStroke() local 1111 ResultType resultType = this->compareQuadCubic(cubic, quadPts); in cubicStroke() local 1154 ResultType resultType = this->compareQuadConic(conic, quadPts); in conicStroke() local 1184 ResultType resultType = this->compareQuadQuad(quad, quadPts); in quadStroke() local
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | TestResultMessage.java | 41 public TestResultMessage(final int resultType, in TestResultMessage() 129 private void init(final int resultType, in init()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 131 CanQualType resultType = FTP->getReturnType().getUnqualifiedType(); in arrangeLLVMFunctionInfo() local 248 CanQualType resultType = TheCXXABI.HasThisReturn(GD) in arrangeCXXStructorDeclaration() local 461 CodeGenTypes::arrangeFreeFunctionCall(QualType resultType, in arrangeFreeFunctionCall() 491 QualType resultType, const FunctionArgList &args, in arrangeFreeFunctionDeclaration() 515 CodeGenTypes::arrangeLLVMFunctionInfo(CanQualType resultType, in arrangeLLVMFunctionInfo() 569 CanQualType resultType, in create() 1299 llvm::Type *resultType = nullptr; in GetFunctionType() local 2163 llvm::Type *resultType = result->getType(); in tryEmitFusedAutoreleaseOfResult() local 2272 llvm::Type *resultType = result->getType(); in tryRemoveRetainOfSelf() local
|
D | CGObjCRuntime.cpp | 357 QualType resultType, in getMessageSendInfo()
|
D | CGAtomic.cpp | 323 QualType resultType, in emitAtomicLibcall()
|
D | CGExprCXX.cpp | 1449 llvm::Type *resultType = ConvertTypeForMem(E->getType()); in EmitCXXNewExpr() local
|
D | CGObjCMac.cpp | 108 llvm::Type *resultType = in getMessageSendFp2retFn() local 6660 QualType resultType, in EmitVTableMessageSend()
|
D | CGObjC.cpp | 2596 llvm::Type *resultType = nullptr; in tryEmitARCRetainScalarExpr() local
|
D | CGClass.cpp | 2699 QualType resultType = FPT->getReturnType(); in EmitForwardingCallToLambda() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 366 QualType resultType = CastE->getType(); in VisitCast() local 418 QualType resultType = CastE->getType(); in VisitCast() local
|
D | ExprEngine.cpp | 986 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 | 497 QualType resultType = result.get()->getType(); in buildIncDecOperation() local 870 QualType resultType = Getter->getReturnType(); in tryBuildGetOfReference() local
|
/external/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 494 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/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
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 1687 DataType resultType = TYPE_LAST; in setupShader() local
|
D | vktShaderRenderOperatorTests.cpp | 2090 const DataType resultType; in init() member
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1379 UnaryExprOrTypeTrait ExprKind, Expr *E, QualType resultType, in UnaryExprOrTypeTraitExpr()
|