Searched refs:addCount (Results 1 – 8 of 8) sorted by relevance
122 final int addCount = mComponentsToInsert.getCount(); in activate() local123 for (int x = 0; x < addCount; x++) { in activate()
495 int addCount = readInt(); in readStringList() local497 for (; i < listSizeBeforeChange && i < addCount; i++) { in readStringList()500 for (; i < addCount; i++) { in readStringList()504 list.remove(addCount); in readStringList()
1233 int addCount = test->spanAddsCount(); in moveMultiples() local1234 SkASSERT(addCount >= 1); in moveMultiples()1235 if (addCount == 1) { in moveMultiples()1242 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples()1259 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples()1273 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
322 Block.addCount(EdgeNo, ArcCount); in readGCDA()375 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { in addCount() function in GCOVBlock
1090 var addCount = 0;1092 addCount++;1097 assertEquals(2, addCount);
316 void addCount(size_t DstEdgeNo, uint64_t N);
360 void addCount(uint64_t NewCount) { setCount(Count + NewCount); } in addCount() function
322 Segments.back().addCount(Region.ExecutionCount); in buildSegments()