/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/ |
D | ShadowMediaBrowserCompatTest.java | 85 assertThat(mediaSubscriptionCallback.getResults()).isEqualTo(Collections.singletonList(child)); in mediaBrowser_subscribe() 88 assertThat(mediaSubscriptionCallback.getResults()).isEmpty(); in mediaBrowser_subscribe() 91 assertThat(mediaSubscriptionCallback.getResults()).isEmpty(); in mediaBrowser_subscribe() 97 assertThat(mediaSearchCallback.getResults()).isEqualTo(Collections.singletonList(root)); in mediaBrowser_search() 101 assertThat(mediaSearchCallback.getResults()).isEqualTo(expectedResults); in mediaBrowser_search() 104 assertThat(mediaSearchCallback.getResults()).isEmpty(); in mediaBrowser_search() 118 public List<MediaItem> getResults() { in getResults() method in ShadowMediaBrowserCompatTest.MediaSearchCallback 133 public List<MediaItem> getResults() { in getResults() method in ShadowMediaBrowserCompatTest.MediaSubscriptionCallback
|
/external/easymock/src/org/easymock/internal/ |
D | UnorderedBehavior.java | 38 entry.getResults().add(result, count); in addExpected() 53 Result result = entry.getResults().next(); in addActual() 71 if (!entry.getResults().hasValidCallCount()) { in verify() 83 boolean validCallCount = entry.getResults().hasValidCallCount(); in getMessages() 92 entry.getResults() in getMessages()
|
/external/llvm-project/mlir/lib/IR/ |
D | AffineMap.cpp | 105 return AffineMap::get(dims, 0, id.getResults().take_back(results), context); in getMinorIdentityMap() 182 ArrayRef<AffineExpr> results = getResults(); in isIdentity() 221 ArrayRef<AffineExpr> AffineMap::getResults() const { in getResults() function in AffineMap 266 for (auto expr : getResults()) { in partialConstantFold() 290 for (auto expr : getResults()) in walkExprs() 305 for (auto expr : getResults()) in replaceDimsAndSymbols() 330 exprs.reserve(getResults().size()); in compose() 331 for (auto expr : getResults()) in compose() 346 for (auto e : resMap.getResults()) in compose() 355 for (auto expr : getResults()) { in isProjectedPermutation() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | tf_functional_to_executor.cc | 73 loc, getFunction().getType().getResults()); in runOnFunction() 77 loc, getFunction().getType().getResults(), in runOnFunction() 80 ValueRange to_fetch = island.getResults(); in runOnFunction() 93 for (auto item : llvm::enumerate(graph_op.getResults())) { in runOnFunction()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
D | MultivariateSummaryStatistics.java | 184 private double[] getResults(StorelessUnivariateStatistic[] stats) { in getResults() method in MultivariateSummaryStatistics 200 return getResults(sumImpl); in getSum() 211 return getResults(sumSqImpl); in getSumSq() 222 return getResults(sumLogImpl); in getSumLog() 233 return getResults(meanImpl); in getMean() 275 return getResults(maxImpl); in getMax() 286 return getResults(minImpl); in getMin() 297 return getResults(geoMeanImpl); in getGeometricMean()
|
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
D | StructuralTypeConversions.cpp | 68 for (auto t : llvm::zip(newOp.getResults(), newResultTypes)) in matchAndRewrite() 71 rewriter.replaceOp(op, newOp.getResults()); in matchAndRewrite() 112 for (auto t : llvm::zip(newOp.getResults(), newResultTypes)) in matchAndRewrite() 114 rewriter.replaceOp(op, newOp.getResults()); in matchAndRewrite()
|
D | Utils.cpp | 69 for (auto it : llvm::zip(loop.getResults(), newLoop.getResults().take_front( in cloneWithNewYields() 117 b.create<scf::YieldOp>(loc, call->getResults()); in outlineIfOp()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/analysis/ |
D | resource_alias_analysis.cc | 313 for (auto result : filter_resources(op->getResults())) in ResourceAliasAnalysisInfo() 335 assign_unknown_id_to_all(op->getResults()); in ResourceAliasAnalysisInfo() 339 for (auto result : filter_resources(op->getResults())) { in ResourceAliasAnalysisInfo() 351 for (auto result : filter_resources(op->getResults())) { in ResourceAliasAnalysisInfo() 356 assign_unknown_id_to_all(op->getResults()); in ResourceAliasAnalysisInfo() 406 for (auto result : filter_resources(while_op->getResults())) { in AnalyzeWhileLoop() 428 for (auto result : filter_resources(while_op->getResults())) { in AnalyzeWhileLoop() 452 for (auto result : filter_resources(case_or_if_op.getResults())) { in AnalyzeFunctionalCaseOrIfOp() 486 for (auto result : filter_resources(case_or_if_op->getResults())) { in AnalyzeRegionCaseOrIfOp()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | BufferResultsToOutParams.cpp | 28 for (auto resultType : llvm::enumerate(functionType.getResults())) { in updateFuncOp() 39 newArgTypes, functionType.getResults(), func.getContext()); in updateFuncOp() 87 for (OpResult result : op.getResults()) { in updateCalls() 114 for (auto t : llvm::zip(replaceWithNewCallResults, newCall.getResults())) in updateCalls()
|
D | SCCP.cpp | 370 for (Value res : op.getResults()) in rewrite() 513 if (llvm::all_of(op->getResults(), isOverdefinedFn)) in visitOperation() 527 return markAllOverdefined(op, op->getResults()); in visitOperation() 535 return markAllOverdefined(op, op->getResults()); in visitOperation() 571 markAllOverdefined(op, op->getResults()); in visitCallableOperation() 575 ResultRange callResults = op->getResults(); in visitCallOperation() 628 return markAllOverdefined(op, op->getResults()); in visitRegionOperation() 643 return markAllOverdefined(op, op->getResults()); in visitRegionOperation() 659 ResultRange results = parentOp->getResults(); in visitRegionSuccessors() 786 markAllOverdefined(call, call->getResults()); in visitCallableTerminatorOperation() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | tftext_utils.cc | 140 func.getLoc(), func.getType().getResults(), func.getArguments(), api, in ConvertWhitespaceTokenizer() 142 builder.create<ReturnOp>(func.getLoc(), op.getResults()); in ConvertWhitespaceTokenizer() 153 if (func.getType().getInputs().size() != func.getType().getResults().size()) { in VerifyNgrams() 267 func.getLoc(), func.getType().getResults(), func.getArguments(), api, in ConvertNgrams() 269 builder.create<ReturnOp>(func.getLoc(), op.getResults()); in ConvertNgrams() 347 func.getLoc(), func.getType().getResults(), func.getArguments(), api, in ConvertSgnnProjection() 349 builder.create<ReturnOp>(func.getLoc(), op.getResults()); in ConvertSgnnProjection()
|
D | perception_ops_utils.cc | 82 func_.getLoc(), func_.getType().getResults(), func_.getArguments(), in RewriteFunc() 84 builder.create<ReturnOp>(func_.getLoc(), op.getResults()); in RewriteFunc() 155 func_.getLoc(), func_.getType().getResults(), func_.getArguments(), in RewriteFunc() 157 builder.create<ReturnOp>(func_.getLoc(), op.getResults()); in RewriteFunc()
|
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
D | AffineLoopNormalize.cpp | 28 llvm::all_of(llvm::zip(steps, lbMap.getResults()), [](auto tuple) { in normalizeAffineParallel() 129 SmallVector<AffineExpr, 1> origLbExprs(origLbMap.getResults().begin(), in normalizeAffineFor() 130 origLbMap.getResults().end()); in normalizeAffineFor() 131 SmallVector<AffineExpr, 2> origUbExprs(origUbMap.getResults().begin(), in normalizeAffineFor() 132 origUbMap.getResults().end()); in normalizeAffineFor()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | resource_op_lifting_cleanup.cc | 88 for (OpResult result : op->getResults()) { in EliminateUnusedResults() 109 for (OpResult result : op->getResults()) { in EliminateUnusedResults() 155 for (OpResult result : llvm::reverse(op->getResults())) { in EliminateUnusedResultsForIfCase() 201 for (OpResult result : llvm::reverse(op.getResults())) { in EliminateUnusedResultsForWhile() 253 for (OpResult result : op->getResults()) { in ForwardCommonArgToOutput() 336 for (OpResult result : op->getResults()) { in CanonicalizeRegionIfCaseCluster() 358 for (OpResult result : llvm::reverse(op->getResults())) { in CanonicalizeRegionIfCaseCluster() 377 for (OpResult result : llvm::reverse(op.getResults())) { in CanonicalizeWhileRegion()
|
D | tpu_extract_head_tail_outside_compilation.cc | 93 for (Value result : head_outside_compiled_op.getResults()) { in CreateLaunchForBlock() 194 launch.getResults())) in CreateHeadComputation() 278 for (Value result : cluster_op.getResults()) in FindOutsideCompiledOpsAtTailAndClusterResults() 305 launch.getResults())) in CreateTailComputation() 337 new_cluster.getResults())) in UpdateClusterResults() 385 llvm::zip(cluster_terminator->getOperands(), cluster.getResults())) { in RemoveClusterAliasedOutputs() 408 llvm::zip(used_old_cluster_results, new_cluster.getResults())) in RemoveClusterAliasedOutputs()
|
D | functional_control_flow_to_regions.cc | 81 return builder.create<YieldOp>(op->getLoc(), call.getResults()); in CreateCall() 111 if_op.replaceAllUsesWith(if_region.getResults()); in ConvertIfOp() 134 while_op.replaceAllUsesWith(while_region.getResults()); in ConvertWhileOp()
|
D | shape_inference.cc | 691 for (auto result : zip(op->getResults(), func.getType().getResults())) { in InferShapeForCall() 731 auto then_results = op.then_function().getType().getResults(); in InferShapeForIf() 732 auto else_results = op.else_function().getType().getResults(); in InferShapeForIf() 733 for (auto it : llvm::zip(op.getResults(), then_results, else_results)) { in InferShapeForIf() 746 for (auto result : zip(op.getResults(), then_yield->getOperandTypes(), in InferShapeForIfRegion() 795 for (auto result : zip(op->getResults(), inferred)) { in RefineWithInferTypeOpInterface() 908 for (auto entry : zip(op->getOperands(), op->getResults())) { in RefineShapeForPassThroughOps() 932 graph_op.GetFetch(), graph_op.GetFetch().fetches(), op->getResults()); in InferShapeForNonTFDialectOperation() 936 island_op.GetYield(), island_op.GetYield().fetches(), op->getResults()); in InferShapeForNonTFDialectOperation() 943 iter_source.getResults()); in InferShapeForNonTFDialectOperation() [all …]
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | NavigatorPanel.java | 34 if (suite.getResults().size() == 0) { in generate() 42 Map<String, ISuiteResult> results = suite.getResults(); in generate() 174 List<ITestResult> getResults(); in getResults() method 201 public List<ITestResult> getResults() { in getResults() method in NavigatorPanel.ResultsByStatus 228 List<ITestResult> testResults = provider.getResults(); in generateMethodList()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_control_flow.cc | 89 auto result = builder.create<CallOp>(loc, func, detupled_args).getResults(); in ImportXlaRegion() 119 Detuple(if_op.getResult(), op.getResults(), &builder); in LowerIf() 147 op.replaceAllUsesWith(case_op.getResults()); in LowerCase() 172 Detuple(while_op.getResult(), op.getResults(), &builder); in LowerWhile() 279 Detuple(if_op.getResult(), op.getResults(), &builder); in LowerIfRegion() 307 op.replaceAllUsesWith(case_op.getResults()); in LowerCaseRegion() 364 Detuple(while_op.getResult(), op.getResults(), &builder); in LowerWhileRegion()
|
/external/testng/src/main/java/org/testng/remote/adapter/ |
D | RemoteResultListener.java | 47 Map<String, ISuiteResult> tmpResults = remoteSuiteRunner.getResults(); in onResult() 48 Map<String, ISuiteResult> suiteResults = m_runner.getResults(); in onResult()
|
/external/llvm-project/mlir/include/mlir/Dialect/SCF/ |
D | SCF.h | 56 ResultRange getResults() { return loops.front().getResults(); } in getResults() function
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | FusionOnTensors.cpp | 264 return SmallVector<Value, 1>(fusedOp->getResults()); in fuseTensorOpsImpl() 291 ArrayRef<AffineExpr> sourceExprs = sourceMap.getResults(); in linearizeCollapsedDims() 296 ArrayRef<AffineExpr> collapsedDims = map.getResults(); in linearizeCollapsedDims() 464 for (auto resultExpr : llvm::enumerate(fusedIndexMap.getResults())) { in fuseWithReshapeByExpansion() 514 for (AffineExpr expr : indexingMap.getResults()) { in fuseWithReshapeByExpansion() 535 for (AffineExpr expr : operandIndexingMap.getResults()) { in fuseWithReshapeByExpansion() 568 for (auto result : llvm::enumerate(linalgOp->getResults())) { in fuseWithReshapeByExpansion() 644 for (auto result : llvm::enumerate(linalgOp->getResults())) { in fuseWithReshapeByExpansion() 720 for (AffineExpr expr : modifiedMap.getResults()) { in matchAndRewrite() 808 for (AffineExpr expr : modifiedMap.getResults()) { in matchAndRewrite() [all …]
|
/external/llvm-project/mlir/lib/Dialect/Shape/Transforms/ |
D | StructuralTypeConversions.cpp | 27 for (auto result : op.getResults()) { in matchAndRewrite() 37 rewriter.replaceOp(op, newAssumingOp.getResults()); in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | legalize_tf_while.cc | 63 builder.create<YieldOp>(while_op.getLoc(), call.getResults()); in RunOnWhile() 70 op->replaceAllUsesWith(new_op.getResults()); in RunOnWhile()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | lhlo_legalize_to_parallel_loops.cc | 56 mapping.map(nested.getResults(), clone->getResults()); in ApplySingleResultLhloCode() 263 Value reduction_result = *inner.getResults().begin(); in CreateReduceOpInNestedParallelLoops() 409 Value reduction_result = *window_loop.getResults().begin(); in CreateParallelLoopsToTraverseOutputAndWindow() 563 result.selected_ivs = result.inner_loop.getResults().take_front(rank); in InsertWindowLoops() 565 b->create<scf::YieldOp>(loc, result.inner_loop.getResults()); in InsertWindowLoops() 636 inner_loop_b.create<scf::YieldOp>(loc, if_in_bounds.getResults()); in SelectIvs() 682 if_init_then_b.create<scf::YieldOp>(loc, if_pred.getResults()); in SelectOrInitialize() 692 return if_init.getResults(); in SelectOrInitialize()
|