Home
last modified time | relevance | path

Searched refs:currentBranch (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkRTree.cpp71 int currentBranch = 0; in CountNodes() local
73 while (currentBranch < branches) { in CountNodes()
85 currentBranch++; in CountNodes()
86 for (int k = 1; k < incrementBy && currentBranch < branches; ++k) { in CountNodes()
87 currentBranch++; in CountNodes()
115 int currentBranch = 0; in bulkLoad() local
116 while (currentBranch < (int)branches->size()) { in bulkLoad()
130 n->fChildren[0] = (*branches)[currentBranch]; in bulkLoad()
132 b.fBounds = (*branches)[currentBranch].fBounds; in bulkLoad()
134 ++currentBranch; in bulkLoad()
[all …]
/third_party/node/deps/v8/tools/release/
Dmergeinfo.py67 canaries = ([currentBranch for currentBranch in branches if
68 currentBranch.startswith('remotes/origin/chromium/')])