/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-10.0/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 54 addCount(I.second.getSamples()); in addRecord() 109 addCount(Count); in addEntryCount() 116 addCount(Count); in addInternalCount()
|
D | GCOV.cpp | 331 Block.addCount(EdgeNo, ArcCount); in readGCDA() 388 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { in addCount() function in GCOVBlock
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | ProfileSummaryBuilder.cpp | 67 addCount(I.second.getSamples()); in addRecord() 128 addCount(Count); in addEntryCount() 138 addCount(Count); in addInternalCount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 59 inline void addCount(uint64_t Count); 92 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
|
D | GCOV.h | 333 void addCount(size_t DstEdgeNo, uint64_t N);
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | ProfileCommon.h | 59 inline void addCount(uint64_t Count); 96 void ProfileSummaryBuilder::addCount(uint64_t Count) { in addCount() function
|
/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.kt | 66 addCount(builder, count) in createStat() 72 … fun addCount(builder: FlatBufferBuilder, count: UShort) = builder.addShort(2, count.toShort(), 0) in startStat() method
|
D | Stat.java | 33 Stat.addCount(builder, count); in createStat() 40 …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/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 | 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/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 | 949 int addCount = test->spanAddsCount(); in debugMoveMultiples() local 951 if (addCount <= 1) { in debugMoveMultiples() 958 if (oppSpan->spanAddsCount() == addCount) { in debugMoveMultiples() 975 if (oppPrev->spanAddsCount() == addCount) { in debugMoveMultiples() 989 if (oppNext->spanAddsCount() == addCount) { in debugMoveMultiples()
|
/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 | 726 static addCount(builder:flatbuffers.Builder, count:number) { method in MyGame.Example.Stat 743 Stat.addCount(builder, count);
|
D | monster_test_generated.js | 856 MyGame.Example.Stat.addCount = function(builder, count) { function in MyGame.Example.Stat 880 MyGame.Example.Stat.addCount(builder, count);
|
D | monster_test_my_game.example_generated.dart | 596 int addCount(int count) {
|
/external/flatbuffers/dart/test/ |
D | monster_test_my_game.example_generated.dart | 598 int addCount(int count) {
|