/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/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 53 addCount(I.second.getSamples()); in addRecord() 105 addCount(Count); in addEntryCount() 112 addCount(Count); in addInternalCount()
|
D | GCOV.cpp | 333 Block.addCount(EdgeNo, ArcCount); in readGCDA() 392 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { in addCount() function in GCOVBlock
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 60 inline void addCount(uint64_t Count); 92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
|
D | GCOV.h | 332 void addCount(size_t DstEdgeNo, uint64_t N);
|
/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 | 32 Stat.addCount(builder, count); in createStat() 39 …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/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/skia/src/pathops/ |
D | SkOpSegment.cpp | 1269 int addCount = test->spanAddsCount(); in moveMultiples() local 1271 if (addCount <= 1) { in moveMultiples() 1282 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples() 1299 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples() 1313 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
|
D | SkPathOpsDebug.cpp | 972 int addCount = test->spanAddsCount(); in debugMoveMultiples() local 974 if (addCount <= 1) { in debugMoveMultiples() 981 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples() 998 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples() 1012 if (oppNext->spanAddsCount() == addCount) { in debugMoveMultiples()
|
/external/skqp/src/pathops/ |
D | SkOpSegment.cpp | 1269 int addCount = test->spanAddsCount(); in moveMultiples() local 1271 if (addCount <= 1) { in moveMultiples() 1282 if (oppSpan->spanAddsCount() == addCount) { in moveMultiples() 1299 if (oppPrev->spanAddsCount() == addCount) { in moveMultiples() 1313 if (oppNext->spanAddsCount() == addCount) { in moveMultiples()
|
D | SkPathOpsDebug.cpp | 972 int addCount = test->spanAddsCount(); in debugMoveMultiples() local 974 if (addCount <= 1) { in debugMoveMultiples() 981 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples() 998 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples() 1012 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 | 664 static addCount(builder:flatbuffers.Builder, count:number) { method in MyGame.Example.Stat 681 Stat.addCount(builder, count);
|
D | monster_test_generated.js | 735 MyGame.Example.Stat.addCount = function(builder, count) { function in MyGame.Example.Stat 759 MyGame.Example.Stat.addCount(builder, count);
|
D | monster_test_my_game.example_generated.dart | 549 int addCount(int count) {
|
/external/flatbuffers/dart/test/ |
D | monster_test_my_game.example_generated.dart | 551 int addCount(int count) {
|