/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/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_traits.h | 54 for (auto resultType : llvm::drop_begin(op->getResultTypes(), 1)) { in verifyTrait() local
|
/external/catch2/include/internal/ |
D | catch_assertionresult.h | 29 ResultWas::OfType resultType; member
|
D | catch_result_type.cpp | 13 bool isOk( ResultWas::OfType resultType ) { in isOk()
|
D | catch_run_context.cpp | 412 ResultWas::OfType resultType, in reportExpr() 427 ResultWas::OfType resultType, in handleMessage() 480 ResultWas::OfType resultType, in handleNonExpr()
|
D | catch_assertionhandler.cpp | 67 void AssertionHandler::handleMessage(ResultWas::OfType resultType, StringRef const& message) { in handleMessage()
|
D | catch_message.cpp | 69 …apturer( StringRef macroName, SourceLineInfo const& lineInfo, ResultWas::OfType resultType, String… in Capturer()
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 185 #define _UTRIE_GET_FROM_PAIR(trie, data, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 209 #define _UTRIE_GET(trie, data, c32, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 224 #define _UTRIE_NEXT(trie, data, src, limit, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN { \ argument 240 #define _UTRIE_PREVIOUS(trie, data, start, src, c, c2, result, resultType) UPRV_BLOCK_MACRO_BEGIN {… argument
|
/external/skia/src/core/ |
D | SkStroke.cpp | 45 #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/skqp/src/core/ |
D | SkStroke.cpp | 45 #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/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsSampled.cpp | 364 const std::string& resultType, in sparseImageOpString() 377 const std::string& resultType, in sparseImageOpString() 392 const std::string& resultType, in sparseImageOpString()
|
D | vktSparseResourcesShaderIntrinsicsStorage.cpp | 286 const std::string& resultType, in sparseImageOpString() 309 const std::string& resultType, in sparseImageOpString()
|
/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/swiftshader/src/Pipeline/ |
D | SpirvShaderImage.cpp | 114 auto &resultType = getType(resultTypeId); in EmitImageSample() local 544 auto &resultType = getType(Type::ID(insn.word(1))); in EmitImageRead() local 998 auto &resultType = getType(Type::ID(insn.word(1))); in EmitImageTexelPointer() local
|
D | SpirvShader.cpp | 2206 auto &resultType = getType(Type::ID(insn.word(1))); in EmitAtomicOp() local 2275 auto &resultType = getType(Type::ID(insn.word(1))); in EmitAtomicCompareExchange() local 2326 auto &resultType = getType(resultTyId); in EmitArrayLength() local
|
/external/angle/src/common/ |
D | string_utils.cpp | 29 SplitResult resultType) in SplitString()
|
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 149 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
|
D | CGObjCRuntime.cpp | 356 QualType resultType, in getMessageSendInfo()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | unroll_batch_matmul.cc | 75 Type resultType = RankedTensorType::get(shape, element_type); in createReshapeOp() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineC.cpp | 377 QualType resultType = CastE->getType(); in VisitCast() local 429 QualType resultType = CastE->getType(); in VisitCast() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | hlo_ops.cc | 360 auto resultType = op.getResult().getType().cast<RankedTensorType>(); in Verify() local 423 auto resultType = op.getResult().getType().cast<RankedTensorType>(); in Verify() local 1114 auto resultType = op.getResult().getType().dyn_cast<RankedTensorType>(); in Verify() local
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | interactive.go | 55 resultType reflect.Type member
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 489 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 489 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_composites.cpp | 489 auto resultType = _.FindDef(inst->type_id()); in ValidateVectorShuffle() local
|