/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | LineImpl.java | 51 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()
|
D | SourceNodeImpl.java | 114 public void increment(final ICounter instructions, final ICounter branches, in increment() 124 final ICounter branches, final int line) { in incrementLine()
|
D | MethodCoverageImpl.java | 45 public void increment(final ICounter instructions, final ICounter branches, in increment()
|
/external/v8/tools/release/ |
D | mergeinfo.py | 60 def is_lkgr(branches): argument 63 def get_first_canary(branches): argument 71 def get_first_v8_version(branches): argument
|
/external/skia/src/core/ |
D | SkRTree.cpp | 24 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/ |
D | SkRTree.cpp | 24 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/ |
D | SourceHighlighter.java | 105 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/ |
D | Instruction.java | 28 private int branches; field in Instruction
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/ |
D | grow_stats_test.cc | 301 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/ |
D | Limit.java | 43 entities.put(CounterEntity.BRANCH, "branches"); in entities.put()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_vectorization.cc | 322 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/ |
D | BCELFactory.java | 263 private final List<BranchInstruction> branches = new ArrayList<>(); field in BCELFactory
|
/external/lz4/tests/ |
D | test-lz4-speed.py | 330 branches = git_get_branches() variable
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | conditional_test.cc | 203 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/ |
D | Passes.rst | 863 .. _passes-mem2reg:
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Passes.rst | 901 .. _passes-mem2reg:
|
/external/u-boot/fs/ubifs/ |
D | ubifs-media.h | 756 __u8 branches[]; member 758 char branches[]; member
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 733 final IntObjectMap branches = new IntObjectMap (); in visit() local
|