Home
last modified time | relevance | path

Searched refs:numRemoved (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/tests/
DIncrTopoSortTest.cpp268 int numRemoved = 0; in shift() local
279 numRemoved++; in shift()
284 SkASSERT(numRemoved); // should be moving left in shift()
286 this->moveNodeInSort(node, index - numRemoved); in shift()
295 numRemoved--; in shift()
297 this->moveNodeInSort(fStack.back().fNode, index - numRemoved); in shift()
/third_party/skia/tests/
DIncrTopoSortTest.cpp268 int numRemoved = 0; in shift() local
279 numRemoved++; in shift()
284 SkASSERT(numRemoved); // should be moving left in shift()
286 this->moveNodeInSort(node, index - numRemoved); in shift()
295 numRemoved--; in shift()
297 this->moveNodeInSort(fStack.back().fNode, index - numRemoved); in shift()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLSamplerCL.cpp26 const size_t numRemoved = in ~CLSamplerCL() local
28 ASSERT(numRemoved == 1u); in ~CLSamplerCL()
DCLMemoryCL.cpp26 const size_t numRemoved = in ~CLMemoryCL() local
28 ASSERT(numRemoved == 1u); in ~CLMemoryCL()
DCLCommandQueueCL.cpp54 const size_t numRemoved = in ~CLCommandQueueCL() local
57 ASSERT(numRemoved == 1u); in ~CLCommandQueueCL()
/third_party/skia/third_party/externals/icu/source/common/
Dlocaleprioritylist.h88 int32_t getLength() const { return listLength - numRemoved; } in getLength()
108 int32_t numRemoved = 0; variable
Dlocaleprioritylist.cpp198 ++numRemoved; in add()
/third_party/node/deps/icu-small/source/common/
Dlocaleprioritylist.h88 int32_t getLength() const { return listLength - numRemoved; } in getLength()
108 int32_t numRemoved = 0; variable
Dlocaleprioritylist.cpp198 ++numRemoved; in add()
/third_party/icu/icu4c/source/common/
Dlocaleprioritylist.h88 int32_t getLength() const { return listLength - numRemoved; } in getLength()
108 int32_t numRemoved = 0; variable
Dlocaleprioritylist.cpp198 ++numRemoved; in add()
/third_party/vk-gl-cts/executor/
DxeBatchExecutor.cpp103 int numRemoved = 0; in removeExecuted() local
116 numRemoved += 1; in removeExecuted()
121 return numRemoved; in removeExecuted()