Home
last modified time | relevance | path

Searched refs:addCount (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp54 addCount(I.second.getSamples()); in addRecord()
106 addCount(Count); in addEntryCount()
113 addCount(Count); in addInternalCount()
/external/llvm/include/llvm/ProfileData/
DProfileCommon.h59 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
/external/flatbuffers/tests/MyGame/Example/
DStat.php92 self::addCount($builder, $count);
122 public static function addCount(FlatBufferBuilder $builder, $count) function in MyGame\\Example\\Stat
DStat.java31 Stat.addCount(builder, count); in createStat()
38 …public static void addCount(FlatBufferBuilder builder, int count) { builder.addShort(2, (short)cou… in addCount() method in Stat
/external/replicaisland/src/com/replica/replicaisland/
DChangeComponentsComponent.java122 final int addCount = mComponentsToInsert.getCount(); in activate() local
123 for (int x = 0; x < addCount; x++) { in activate()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowParcel.java495 int addCount = readInt(); in readStringList() local
497 for (; i < listSizeBeforeChange && i < addCount; i++) { in readStringList()
500 for (; i < addCount; i++) { in readStringList()
504 list.remove(addCount); in readStringList()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DGCOV.h191 void addCount(uint64_t N) { Counter = N; } in addCount() function
/external/llvm/lib/IR/
DGCOV.cpp327 Block.addCount(EdgeNo, ArcCount); in readGCDA()
380 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { in addCount() function in GCOVBlock
/external/skqp/src/pathops/
DSkOpSegment.cpp1215 int addCount = test->spanAddsCount(); in moveMultiples() local
1217 if (addCount <= 1) { in moveMultiples()
1224 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples()
1241 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples()
1255 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
DSkPathOpsDebug.cpp970 int addCount = test->spanAddsCount(); in debugMoveMultiples() local
972 if (addCount <= 1) { in debugMoveMultiples()
979 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples()
996 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples()
1010 if (oppNext->spanAddsCount() == addCount) { in debugMoveMultiples()
/external/skia/src/pathops/
DSkOpSegment.cpp1215 int addCount = test->spanAddsCount(); in moveMultiples() local
1217 if (addCount <= 1) { in moveMultiples()
1224 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples()
1241 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples()
1255 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
DSkPathOpsDebug.cpp970 int addCount = test->spanAddsCount(); in debugMoveMultiples() local
972 if (addCount <= 1) { in debugMoveMultiples()
979 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples()
996 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples()
1010 if (oppNext->spanAddsCount() == addCount) { in debugMoveMultiples()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGCOV.cpp108 Blocks[i]->addCount(Buff.readInt64()); in read()
/external/llvm/include/llvm/Support/
DGCOV.h321 void addCount(size_t DstEdgeNo, uint64_t N);
/external/flatbuffers/tests/
Dmonster_test_generated.ts671 static addCount(builder:flatbuffers.Builder, count:number) { method in MyGame.Example.Stat
Dmonster_test_generated.js686 MyGame.Example.Stat.addCount = function(builder, count) { function in MyGame.Example.Stat