Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
H A 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()
H A DSourceNodeImpl.java115 public void increment(final ICounter instructions, final ICounter branches, in increment()
125 final ICounter branches, final int line) { in incrementLine()
H A DMethodCoverageImpl.java46 public void increment(final ICounter instructions, final ICounter branches, in increment()
H A DInstruction.java60 private int branches; field in Instruction
/aosp_15_r20/external/pytorch/
H A DRELEASE.md110 ### `pytorch/pytorch`
128 ### `pytorch/builder` / PyTorch domain libraries
139 ### Making release branch specific changes for PyTorch
156 ### Making release branch specific changes for domain libraries
/aosp_15_r20/external/skia/src/core/
H A DSkRTree.cpp18 std::vector<Branch> branches; in insert() local
60 int SkRTree::CountNodes(int branches) { in CountNodes()
94 SkRTree::Branch SkRTree::bulkLoad(std::vector<Branch>* branches, int level) { in bulkLoad()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A 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
H A 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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/development/tools/winscope/
H A Dkarma.config.ci.js62 branches: 100, property
69 branches: 50, property
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DSourceHighlighter.java106 final ICounter branches = line.getBranchCounter(); in highlight() local
124 final ICounter branches) throws IOException { in span()
/aosp_15_r20/system/extras/simpleperf/
H A Dbranch_list.proto58 repeated Branch branches = 2; field
88 repeated Branch branches = 3; field
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/
Dvcs.go77 branches map[string]bool member
135branches func(remote string) []string … member
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Difapi_policy_execute.c38 TPML_POLICYBRANCHES *branches, in compute_or_digest_list()
1542 TPML_POLICYBRANCHES *branches; in compute_policy_list() local
H A Difapi_policy_instantiate.c41 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in get_policy_elements() local
H A 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
/aosp_15_r20/out/soong/.intermediates/system/extras/simpleperf/libsimpleperf/android_arm64_armv8-2a_cortex-a55_static/gen/proto/system/extras/simpleperf/
Dbranch_list.pb.h1951 inline const ::simpleperf::proto::ETMBinary_Address_Branch& ETMBinary_Address::branches(int index) … in branches() function
1964 ETMBinary_Address::branches() const { in branches() function
2382 inline const ::simpleperf::proto::LBRData_Sample_Branch& LBRData_Sample::branches(int index) const { in branches() function
2395 LBRData_Sample::branches() const { in branches() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-macros/src/
Dselect.rs8 let branches = match input.into_iter().next() { in declare_output_enum() localVariable
/aosp_15_r20/external/json-schema-validator/src/test/resources/
H A DselfRef.json18 "branches": { object
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A 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
/aosp_15_r20/external/tpm2-tss/test/data/fapi/policy/
H A Dpol_pcr16_0_or.json6 "branches":[ array
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dgenerate_ci_workflows.py60 branches: str = "nightly" variable in BinaryBuildWorkflow
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DGCOV.cpp52 uint64_t branches = 0; member
721 int branches = 0, execBranches = 0, takenBranches = 0; in collectSourceLine() local
/aosp_15_r20/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
H A DMethodCoverageCalculatorTest.java228 private InsnNode addInsn(int line, boolean... branches) { in addInsn()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dcase_op.cc87 std::vector<NameAttrList> branches; in Compile() local

12345678