Home
last modified time | relevance | path

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

123456789

/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.cpp23 SkTDArray<Branch> branches; in insert() local
24 branches.setReserve(N); in insert()
32 Branch* b = branches.push(); in insert()
37 fCount = branches.count(); in insert()
43 n->fChildren[0] = branches[0]; in insert()
45 fRoot.fBounds = branches[0].fBounds; in insert()
48 fRoot = this->bulkLoad(&branches); in insert()
63 int SkRTree::CountNodes(int branches, SkScalar aspectRatio) { in CountNodes() argument
64 if (branches == 1) { in CountNodes()
67 int numBranches = branches / kMaxChildren; in CountNodes()
[all …]
DSkRTree.h82 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
85 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/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.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/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandlerCollection.java71 Handler[] branches = getHandlers(); in mapContexts() local
74 for (int b=0;branches!=null && b<branches.length;b++) in mapContexts()
78 if (branches[b] instanceof ContextHandler) in mapContexts()
80 handlers = new Handler[]{ branches[b] }; in mapContexts()
82 else if (branches[b] instanceof HandlerContainer) in mapContexts()
84 … handlers = ((HandlerContainer)branches[b]).getChildHandlersByClass(ContextHandler.class); in mapContexts()
130 contexts=LazyList.add(contexts,branches[b]); in mapContexts()
138 contexts= LazyList.add(contexts, branches[b]); in mapContexts()
143 contexts= LazyList.add(contexts, branches[b]); in mapContexts()
DAbstractHandlerContainer.java99 Handler[] branches=root.getChildHandlersByClass(type); in findContainerOf()
100 if (branches!=null) in findContainerOf()
102 for (Handler h:branches) in findContainerOf()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DInstruction.java22 private int branches; field in Instruction
36 this.branches = 0; in Instruction()
44 branches++; in addBranch()
87 return branches; in getBranches()
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery.treeview.min.js15branches.each(function(i,e){data[i]=$(e).is(":has(>ul:visible)")?1:0;});$.cookie(settings.cookieId… argument
/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/chromium-trace/catapult/third_party/coverage/coverage/
Dsummary.py19 self.branches = coverage.data.has_arcs()
38 if self.branches:
81 if self.branches:
86 if self.branches:
108 if self.branches:
/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 \
42 branches \ program
/external/valgrind/none/tests/mips64/
DMakefile.am12 branches.stdout.exp branches.stderr.exp branches.vgtest \
67 branches \ program
/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/skia/site/
Dschedule.md4 On a six week cadence aligned with Chromium, Skia cuts milestone branches.
6 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/llvm/test/Transforms/SampleProfile/
Dnolocinfo.ll9 ; Remarks for conditional branches need debug location information for the
12 ; CHECK: remark: nolocinfo.c:3:5: most popular destination for conditional branches at <UNKNOWN LOC…
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/
Dtox.ini17 branches: key
25 …er-package=oauth2client --nocapture --cover-erase --cover-tests --cover-branches --ignore-files=te…
/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'

123456789