HomeSort by relevance Sort by last modified time
    Searched defs:branches (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
Instruction.java 22 private int branches; field in class:Instruction
36 this.branches = 0;
44 branches++;
82 * Returns the total number of branches starting from this instruction.
84 * @return total number of branches
87 return branches;
91 * Returns the number of covered branches starting from this instruction.
93 * @return number of covered branches
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceHighlighter.java 105 final ICounter branches = line.getBranchCounter(); local
106 switch (branches.getStatus()) {
109 "All %2$d branches missed.", branches);
112 "All %2$d branches covered.", branches);
115 "%1$d of %2$d branches missed.", branches);
123 final ICounter branches) throws IOException {
125 final Integer missed = Integer.valueOf(branches.getMissedCount())
    [all...]
  /external/skia/src/core/
SkRTree.cpp 23 SkTDArray<Branch> branches; local
24 branches.setReserve(N);
32 Branch* b = branches.push();
37 fCount = branches.count();
43 n->fChildren[0] = branches[0];
45 fRoot.fBounds = branches[0].fBounds;
48 fRoot = this->bulkLoad(&branches);
63 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) {
64 if (branches == 1) {
67 int numBranches = branches / kMaxChildren
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
LineImpl.java 46 * Empty line without instructions or branches.
51 final CounterImpl branches) {
54 final int bm = branches.getMissedCount();
55 final int bc = branches.getCoveredCount();
60 return new Var(instructions, branches);
67 Var(final CounterImpl instructions, final CounterImpl branches) {
68 super(instructions, branches);
73 final ICounter branches) {
75 this.branches = this.branches.increment(branches)
101 protected CounterImpl branches; field in class:LineImpl
    [all...]
  /external/lz4/tests/
test-lz4-speed.py 108 branches = execute('git branch -rl', verbose)
110 for line in branches:
330 branches = git_get_branches() variable
331 for branch in branches:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb32.s 179 .globl branches
180 branches: label
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 240 final ArrayList<PtNode> branches = ptNodeArray.mData; local
241 for (PtNode ptNode : branches) {
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 733 final IntObjectMap branches = new IntObjectMap (); local
    [all...]
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.core-0.7.2.201409121644.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.7.201606060606/
org.jacoco.core-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.8/
org.jacoco.core-0.7.8.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-codecommit/1.11.18/
aws-java-sdk-codecommit-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /tools/tradefederation/core/res/jacoco/
jacocoant.jar 
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /prebuilts/misc/common/asm/
asm-commons-5.2.jar 

Completed in 1009 milliseconds

1 2 3 4