Home
last modified time | relevance | path

Searched refs:branches (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DLineImpl.java51 final CounterImpl branches) { in getInstance() argument
54 final int bm = branches.getMissedCount(); in getInstance()
55 final int bc = branches.getCoveredCount(); in getInstance()
60 return new Var(instructions, branches); in getInstance()
67 Var(final CounterImpl instructions, final CounterImpl branches) { in Var() argument
68 super(instructions, branches); in Var()
73 final ICounter branches) { in increment() argument
75 this.branches = this.branches.increment(branches); in increment()
91 final ICounter branches) { in increment() argument
93 this.branches.increment(branches)); in increment()
[all …]
DMethodCoverageImpl.java45 public void increment(final ICounter instructions, final ICounter branches, in increment() argument
47 super.increment(instructions, branches, line); in increment()
49 if (branches.getTotalCount() > 1) { in increment()
50 final int c = Math.max(0, branches.getCoveredCount() - 1); in increment()
51 final int m = Math.max(0, branches.getTotalCount() - c - 1); in increment()
DSourceNodeImpl.java114 public void increment(final ICounter instructions, final ICounter branches, in increment() argument
117 incrementLine(instructions, branches, line); in increment()
120 branchCounter = branchCounter.increment(branches); in increment()
124 final ICounter branches, final int line) { in incrementLine() argument
129 lines[line - offset] = l.increment(instructions, branches); in incrementLine()
/external/skia/src/core/
DSkRTree.cpp24 SkTDArray<Branch> branches; in insert() local
25 branches.setReserve(N); in insert()
33 Branch* b = branches.push(); in insert()
38 fCount = branches.count(); in insert()
44 n->fChildren[0] = branches[0]; in insert()
46 fRoot.fBounds = branches[0].fBounds; in insert()
49 fRoot = this->bulkLoad(&branches); in insert()
64 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) { in CountNodes() argument
65 if (branches == 1) { in CountNodes()
68 int numBranches = branches / kMaxChildren; in CountNodes()
[all …]
DSkRTree.h81 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
84 static int CountNodes(int branches, SkScalar aspectRatio);
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_-b_-f.output3 No branches
8 No branches
13 No branches
18 No branches
23 No branches
28 No branches
45 No branches
50 No branches
62 No branches
/external/v8/tools/release/
Dmergeinfo.py53 branches = git_execute(git_working_dir, ['branch',
57 branches = branches.splitlines()
58 return map(str.strip, branches)
61 branches = get_branches_for_commit(git_working_dir, hash_to_search)
62 return 'remotes/origin/lkgr' in branches
65 branches = get_branches_for_commit(git_working_dir, hash_to_search)
66 canaries = ([currentBranch for currentBranch in branches if
Dreleases.py65 def SortBranches(branches): argument
67 return sorted(branches, key=SortingKey, reverse=True)
266 branches = map(
271 for b in branches:
395 branches = filter(lambda r: re.match(r"branch-heads/\d+", r),
399 branches = map(lambda r: int(re.match(r"branch-heads/(\d+)", r).group(1)),
400 branches)
402 branches = sorted(branches, reverse=True)
407 for branch in branches:
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSourceHighlighter.java105 final ICounter branches = line.getBranchCounter(); in highlight() local
106 switch (branches.getStatus()) { in highlight()
109 "All %2$d branches missed.", branches); in highlight()
112 "All %2$d branches covered.", branches); in highlight()
115 "%1$d of %2$d branches missed.", branches); in highlight()
123 final ICounter branches) throws IOException { in span() argument
125 final Integer missed = Integer.valueOf(branches.getMissedCount()); in span()
126 final Integer total = Integer.valueOf(branches.getTotalCount()); in span()
/external/llvm/test/MC/ARM/
Dthumb2-branches.s4 @ unconditional branches accept narrow suffix and encode to short encodings
14 @ unconditional branches accept wide suffix and encode to wide encodings
28 @ unconditional branches without width suffix encode depending of offset size
46 @ unconditional branches with width narrow suffix in IT block
60 @ unconditional branches with wide suffix in IT block
82 @ conditional branches accept narrow suffix and encode to short encodings
92 @ unconditional branches accept wide suffix and encode to wide encodings
106 @ unconditional branches without width suffix encode depending of offset size
147 @ unconditional branches accept narrow suffix and encode to short encodings
157 @ unconditional branches accept wide suffix and encode to wide encodings
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DInstruction.java26 private int branches; field in Instruction
43 this.branches = 0; in Instruction()
58 branches++; in addBranch()
101 return branches; in getBranches()
/external/llvm/utils/release/
Dtag.sh41 if svn ls $base_url/$proj/branches/release_$branch_release > /dev/null 2>&1 ; then
46 $base_url/$proj/branches/release_$branch_release
51 $base_url/$proj/branches/release_$branch_release
64 $base_url/$proj/branches/release_$branch_release \
/external/llvm/test/CodeGen/Mips/compactbranches/
Dcompact-branch-policy.ll1 ; Check that -mips-compact-branches={never,optimal,always} is accepted and honoured.
2 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=never < %s | FileCheck %s -check-prefi…
3 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=optimal < %s | FileCheck %s -check-pre…
4 ; RUN: llc -march=mips -mcpu=mips32r6 -mips-compact-branches=always < %s | FileCheck %s -check-pref…
/external/llvm/test/CodeGen/ARM/
Dindirectbr-3.ll4 ; for blocks with indirect branches, the IfConverter could end up deleting
5 ; blocks that were the destinations of indirect branches, leaving branches to
/external/valgrind/none/tests/mips32/
DMakefile.am8 branches.stdout.exp branches.stderr.exp branches.vgtest \
47 branches \ program
/external/toolchain-utils/deprecated/repo_to_repo_files/
Dgcc-branches_google_main.json.rtr6 "branches/google/main"
14 "branch": "gcc.gnu.org/branches/google/main",
Dgcc-branches_google_4_7.json.rtr6 "branches/google/gcc-4_7-mobile"
18 "branch": "gcc.gnu.org/branches/google/gcc-4_7-mobile",
/external/autotest/site_utils/suite_scheduler/
Dbase_event.py129 branches = {}
132 branches.setdefault(branch, []).extend(
134 return branches
/external/webrtc/tools/autoroller/
Droll_chromium_revision.py125 branches = []
131 branches.append(active)
135 branches.append(branch)
136 return active, branches
331 active_branch, branches = _GetBranches()
334 if ROLL_BRANCH_NAME in branches:
/external/valgrind/none/tests/mips64/
DMakefile.am12 branches.stdout.exp branches.stderr.exp branches.vgtest \
70 branches \ program
/external/skia/site/
Dschedule.md4 On a six week cadence aligned with Chromium, Skia cuts milestone branches.
6 branches.
/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py137 branches = []
143 branches.append(active)
147 branches.append(branch)
148 return active, branches
378 active_branch, branches = _GetBranches()
381 if ROLL_BRANCH_NAME in branches:
/external/valgrind/docs/internals/
Drelease-HOWTO.txt155 branches too. Useful examples (X.Y.0 major release):
159 svn copy trunk branches/VALGRIND_3_3_BRANCH
163 svn copy trunk branches/VEX_3_3_BRANCH
169 cd branches/VALGRIND_3_3_BRANCH
171 "VEX svn://svn.valgrind.org/vex/branches/VEX_3_3_BRANCH" .
176 svn copy branches/VEX_3_6_BRANCH tags/VEX_3_6_1
179 svn copy branches/VALGRIND_3_6_BRANCH tags/VALGRIND_3_6_1
/external/swiftshader/third_party/subzero/tests_lit/assembler/x86/
Djump_encodings.ll35 ; Test one of the backward branches being too large for 8 bits
143 ; Note: forward branches for non-local labels in Subzero currently use the fully
155 ; Unlike forward branches to cfg nodes, "local" forward branches
157 ; Check local forward branches, followed by a near backward branch
159 ; branches are correct, by the time the backward branch is hit.
160 ; A 64-bit compare happens to use local forward branches.
184 ; Test that backward local branches also work and are small.
/external/llvm/docs/
DHowToReleaseLLVM.rst95 numbers. The branches should be created using the following commands:
100 https://llvm.org/svn/llvm-project/llvm/branches/release_XY
103 https://llvm.org/svn/llvm-project/cfe/branches/release_XY
106 https://llvm.org/svn/llvm-project/dragonegg/branches/release_XY
109 https://llvm.org/svn/llvm-project/test-suite/branches/release_XY
120 $ svn co https://llvm.org/svn/llvm-project/llvm/branches/release_XY llvm-X.Y
122 $ svn co https://llvm.org/svn/llvm-project/cfe/branches/release_XY clang-X.Y
124 $ svn co https://llvm.org/svn/llvm-project/dragonegg/branches/release_XY dragonegg-X.Y
126 $ svn co https://llvm.org/svn/llvm-project/test-suite/branches/release_XY test-suite-X.Y
131 After creating the LLVM release branch, update the release branches'
[all …]

12345678910>>...12