Home
last modified time | relevance | path

Searched defs:branches (Results 1 – 25 of 43) sorted by relevance

12

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DLineImpl.java51 final CounterImpl branches) { in getInstance()
67 Var(final CounterImpl instructions, final CounterImpl branches) { in Var()
73 final ICounter branches) { in increment()
91 final ICounter branches) { in increment()
101 protected CounterImpl branches; field in LineImpl
103 private LineImpl(final CounterImpl instructions, final CounterImpl branches) { in LineImpl()
118 final ICounter branches); in increment()
DSourceNodeImpl.java114 public void increment(final ICounter instructions, final ICounter branches, in increment()
124 final ICounter branches, final int line) { in incrementLine()
DMethodCoverageImpl.java45 public void increment(final ICounter instructions, final ICounter branches, in increment()
DInstruction.java59 private int branches; field in Instruction
/external/skia/src/core/
DSkRTree.cpp15 std::vector<Branch> branches; in insert() local
57 int SkRTree::CountNodes(int branches) { in CountNodes()
93 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad()
/external/skqp/src/core/
DSkRTree.cpp24 SkTDArray<Branch> branches; in insert() local
64 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) { in CountNodes()
104 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { in bulkLoad()
/external/rust/crates/futures-macro/src/
Dselect.rs232 let branches = parsed.normal_fut_handlers.into_iter() in select_inner() localVariable
239 let branches = quote! { #( #branches )* }; in select_inner() localVariable
247 let branches = quote! { in select_inner() localVariable
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSourceHighlighter.java105 final ICounter branches = line.getBranchCounter(); in highlight() local
123 final ICounter branches) throws IOException { in span()
/external/rust/crates/tokio-macros/src/
Dselect.rs8 let branches = match input.into_iter().next() { in declare_output_enum() localVariable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting_cleanup.cc135 void EliminateUnusedResultsForIfCase(Operation *op, ArrayRef<FuncOp> branches) { in EliminateUnusedResultsForIfCase()
245 LogicalResult ForwardCommonArgToOutput(Operation *op, ArrayRef<FuncOp> branches, in ForwardCommonArgToOutput()
291 ArrayRef<FuncOp> branches, in CanonicalizeFunctionalIfCase()
423 SmallVector<FuncOp, 4> branches; in CleanupAndCanonicalize() local
Dtensor_list_ops_decomposition.cc224 CaseOrIfOp op, ArrayRef<FuncOp> branches, ModuleOp module, in HandleCaseOrIfOp()
393 RegionRange branches = case_op.getRegions(); in HandleCaseRegionOp() local
900 SmallVector<FuncOp, 2> branches; in DecomposeTensorListOpsInternal() local
/external/tpm2-tss/test/data/fapi/policy/
Dpol_pcr16_0_or.json6 "branches":[ array
/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_instantiate.c41 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in get_policy_elements() local
Difapi_policy_execute.c38 TPML_POLICYBRANCHES *branches, in compute_or_digest_list()
1542 TPML_POLICYBRANCHES *branches; in compute_policy_list() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodCoverageCalculatorTest.java227 private InsnNode addInsn(int line, boolean... branches) { in addInsn()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java43 entities.put(CounterEntity.BRANCH, "branches"); in entities.put()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization.cc342 std::vector<NameAttrList>* branches, in AddBranch()
434 std::vector<NameAttrList> branches; in AddNewChooseFastestNode() local
/external/llvm-project/flang/lib/Semantics/
Dresolve-labels.cpp845 void CheckBranchesIntoDoBody(const SourceStmtList &branches, in CheckBranchesIntoDoBody()
897 const SourceStmtList &branches, const TargetStmtMap &labels, in CheckLabelDoConstraints()
1009 void CheckBranchConstraints(const SourceStmtList &branches, in CheckBranchConstraints()
1077 const auto &branches{programUnit.otherStmtSources}; in CheckConstraints() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcase_op.cc82 std::vector<NameAttrList> branches; in Compile() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELFactory.java263 private final List<BranchInstruction> branches = new ArrayList<>(); field in BCELFactory
/external/zstd/tests/
DDEPRECATED-test-zstd-speed.py355 branches = git_get_branches() variable
/external/lz4/tests/
Dtest-lz4-speed.py330 branches = git_get_branches() variable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc203 std::vector<XlaComputation> branches; in XLA_TEST_P() local
250 std::vector<XlaComputation> branches; in XLA_TEST_P() local
429 std::vector<XlaComputation> branches; in XLA_TEST_P() local
/external/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp51 uint64_t branches = 0; member
722 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local
/external/llvm/docs/
DPasses.rst863 .. _passes-mem2reg:

12