Home
last modified time | relevance | path

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

/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()
/external/v8/tools/release/
Dmergeinfo.py60 def is_lkgr(branches): argument
63 def get_first_canary(branches): argument
71 def get_first_v8_version(branches): argument
/external/skia/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/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/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/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DInstruction.java28 private int branches; field in Instruction
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats_test.cc301 std::vector<int> branches = {1, 0, 1, 1, 0, 0}; in TEST() local
334 std::vector<int> branches = {1, 0, 1, 1, 0, 0}; in TEST() local
403 std::vector<int> branches = {1, 0, 1, 1, 0, 0}; in TEST() local
/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.cc322 std::vector<NameAttrList>* branches, in AddBranch()
413 std::vector<NameAttrList> branches; in AddNewChooseFastestNode() 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/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/docs/
DPasses.rst863 .. _passes-mem2reg:
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DPasses.rst901 .. _passes-mem2reg:
/external/u-boot/fs/ubifs/
Dubifs-media.h756 __u8 branches[]; member
758 char branches[]; member
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java733 final IntObjectMap branches = new IntObjectMap (); in visit() local