Home
last modified time | relevance | path

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

123

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DLineImpl.java53 final CounterImpl branches) { in getInstance()
69 Var(final CounterImpl instructions, final CounterImpl branches) { in Var()
75 final ICounter branches) { in increment()
93 final ICounter branches) { in increment()
103 protected CounterImpl branches; field in LineImpl
106 final CounterImpl branches) { in LineImpl()
121 final ICounter branches); in increment()
DSourceNodeImpl.java115 public void increment(final ICounter instructions, final ICounter branches, in increment()
125 final ICounter branches, final int line) { in incrementLine()
DMethodCoverageImpl.java46 public void increment(final ICounter instructions, final ICounter branches, in increment()
DInstruction.java60 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()
91 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad()
/external/rust/crates/futures-macro/src/
Dselect.rs232 let branches = parsed.normal_fut_handlers.into_iter().zip(variant_names.iter()).map( 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.java106 final ICounter branches = line.getBranchCounter(); in highlight() local
124 final ICounter branches) throws IOException { in span()
/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_coverage_report_summary.json1 …it-repo/projects/example/my-api-repo/do_stuff_fuzzer.cpp", "summary": {"branches": {"count": 0, "c… object
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting_cleanup.cc138 ArrayRef<func::FuncOp> branches) { in EliminateUnusedResultsForIfCase()
249 ArrayRef<func::FuncOp> branches, in ForwardCommonArgToOutput()
295 ArrayRef<func::FuncOp> branches, in CanonicalizeFunctionalIfCase()
428 SmallVector<func::FuncOp, 4> branches; in CleanupAndCanonicalize() local
Dtensor_list_ops_decomposition.cc210 CaseOrIfOp op, ArrayRef<func::FuncOp> branches, ModuleOp module, in HandleCaseOrIfOp()
380 RegionRange branches = case_op.getRegions(); in HandleCaseRegionOp() local
890 SmallVector<func::FuncOp, 2> branches; in DecomposeTensorListOpsInternal() local
/external/rust/crates/tokio-macros/src/
Dselect.rs8 let branches = match input.into_iter().next() { in declare_output_enum() localVariable
/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
Difapi_helpers.c1067 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in cleanup_policy_elements() local
1392 TPML_POLICYBRANCHES *branches = from_policy->elements[i].element.PolicyOr.branches; in copy_policy_elements() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DMethodCoverageCalculatorTest.java228 private InsnNode addInsn(int line, boolean... branches) { in addInsn()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcase_op.cc87 std::vector<NameAttrList> branches; in Compile() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DLimit.java44 entities.put(CounterEntity.BRANCH, "branches"); in entities.put()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELFactory.java263 private final List<BranchInstruction> branches = new ArrayList<>(); field in BCELFactory
/external/lz4/tests/
Dtest-lz4-speed.py330 branches = git_get_branches() variable
/external/zstd/tests/
DDEPRECATED-test-zstd-speed.py355 branches = git_get_branches() variable
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc205 std::vector<XlaComputation> branches; in XLA_TEST_P() local
252 std::vector<XlaComputation> branches; in XLA_TEST_P() local
430 std::vector<XlaComputation> branches; in XLA_TEST_P() local
/external/llvm/docs/
DPasses.rst863 .. _passes-mem2reg:
/external/tensorflow/tensorflow/core/transforms/region_to_functional/
Dimpl.cc848 SmallVector<FuncAttr, 2> branches; in matchAndRewrite() local
909 SmallVector<Attribute> branches; in matchAndRewrite() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_flatten_conditional_branch.cpp224 std::vector<uint32_t> branches = {2, 1}; in Apply() local

123