/external/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 54 addCount(I.second.getSamples()); in addRecord() 106 addCount(Count); in addEntryCount() 113 addCount(Count); in addInternalCount()
|
/external/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 59 inline void addCount(uint64_t Count); 92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
|
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.php | 92 self::addCount($builder, $count); 122 public static function addCount(FlatBufferBuilder $builder, $count) function in MyGame\\Example\\Stat
|
D | Stat.java | 31 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/ |
D | ChangeComponentsComponent.java | 122 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/ |
D | ShadowParcel.java | 495 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/ |
D | GCOV.h | 191 void addCount(uint64_t N) { Counter = N; } in addCount() function
|
/external/llvm/lib/IR/ |
D | GCOV.cpp | 327 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/ |
D | SkOpSegment.cpp | 1215 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()
|
D | SkPathOpsDebug.cpp | 970 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/ |
D | SkOpSegment.cpp | 1215 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()
|
D | SkPathOpsDebug.cpp | 970 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/ |
D | GCOV.cpp | 108 Blocks[i]->addCount(Buff.readInt64()); in read()
|
/external/llvm/include/llvm/Support/ |
D | GCOV.h | 321 void addCount(size_t DstEdgeNo, uint64_t N);
|
/external/flatbuffers/tests/ |
D | monster_test_generated.ts | 671 static addCount(builder:flatbuffers.Builder, count:number) { method in MyGame.Example.Stat
|
D | monster_test_generated.js | 686 MyGame.Example.Stat.addCount = function(builder, count) { function in MyGame.Example.Stat
|