/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
H A D | LineImpl.java | 53 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 D | SourceNodeImpl.java | 115 public void increment(final ICounter instructions, final ICounter branches, in increment() 125 final ICounter branches, final int line) { in incrementLine()
|
H A D | MethodCoverageImpl.java | 46 public void increment(final ICounter instructions, final ICounter branches, in increment()
|
H A D | Instruction.java | 60 private int branches; field in Instruction
|
/aosp_15_r20/external/pytorch/ |
H A D | RELEASE.md | 110 ### `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 D | SkRTree.cpp | 18 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 D | resource_op_lifting_cleanup.cc | 138 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 D | tensor_list_ops_decomposition.cc | 210 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/ |
D | select.rs | 232 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 D | karma.config.ci.js | 62 branches: 100, property 69 branches: 50, property
|
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
H A D | SourceHighlighter.java | 106 final ICounter branches = line.getBranchCounter(); in highlight() local 124 final ICounter branches) throws IOException { in span()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | branch_list.proto | 58 repeated Branch branches = 2; field 88 repeated Branch branches = 3; field
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/codehost/ |
D | vcs.go | 77 branches map[string]bool member 135 …branches func(remote string) []string … member
|
/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/ |
H A D | ifapi_policy_execute.c | 38 TPML_POLICYBRANCHES *branches, in compute_or_digest_list() 1542 TPML_POLICYBRANCHES *branches; in compute_policy_list() local
|
H A D | ifapi_policy_instantiate.c | 41 TPML_POLICYBRANCHES *branches = policy->elements[i].element.PolicyOr.branches; in get_policy_elements() local
|
H A D | ifapi_helpers.c | 1067 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/ |
D | branch_list.pb.h | 1951 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/ |
D | select.rs | 8 let branches = match input.into_iter().next() { in declare_output_enum() localVariable
|
/aosp_15_r20/external/json-schema-validator/src/test/resources/ |
H A D | selfRef.json | 18 "branches": { object
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | conditional_test.cc | 205 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 D | pol_pcr16_0_or.json | 6 "branches":[ array
|
/aosp_15_r20/external/pytorch/.github/scripts/ |
H A D | generate_ci_workflows.py | 60 branches: str = "nightly" variable in BinaryBuildWorkflow
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 52 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 D | MethodCoverageCalculatorTest.java | 228 private InsnNode addInsn(int line, boolean... branches) { in addInsn()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | case_op.cc | 87 std::vector<NameAttrList> branches; in Compile() local
|