Searched refs:addCount (Results 1 - 18 of 18) sorted by relevance

/external/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp54 addCount(I.second.getSamples());
106 addCount(Count);
113 addCount(Count);
/external/flatbuffers/tests/MyGame/Example/
H A DStat.java31 Stat.addCount(builder, count);
38 public static void addCount(FlatBufferBuilder builder, int count) { builder.addShort(2, (short)count, (short)0); } method in class:Stat
H A DStat.php92 self::addCount($builder, $count);
122 public static function addCount(FlatBufferBuilder $builder, $count) function
/external/llvm/include/llvm/ProfileData/
H A DProfileCommon.h59 inline void addCount(uint64_t Count);
92 void ProfileSummaryBuilder::addCount(uint64_t Count) { function in class:llvm::ProfileSummaryBuilder
/external/replicaisland/src/com/replica/replicaisland/
H A DChangeComponentsComponent.java122 final int addCount = mComponentsToInsert.getCount();
123 for (int x = 0; x < addCount; x++) {
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DGCOV.h191 void addCount(uint64_t N) { Counter = N; } function in class:llvm::GCOVBlock
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java495 int addCount = readInt();
497 for (; i < listSizeBeforeChange && i < addCount; i++) {
500 for (; i < addCount; i++) {
504 list.remove(addCount);
/external/llvm/lib/IR/
H A DGCOV.cpp327 Block.addCount(EdgeNo, ArcCount);
378 /// addCount - Add to block counter while storing the edge count. If the
380 void GCOVBlock::addCount(size_t DstEdgeNo, uint64_t N) { function in class:GCOVBlock
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DGCOV.cpp108 Blocks[i]->addCount(Buff.readInt64());
/external/skia/src/pathops/
H A DSkOpSegment.cpp1216 int addCount = test->spanAddsCount(); local
1217 // FAIL_IF(addCount < 1);
1218 if (addCount <= 1) {
1225 if (oppSpan->spanAddsCount() == addCount) {
1242 if (oppPrev->spanAddsCount() == addCount) {
1256 if (oppNext->spanAddsCount() == addCount) {
H A DSkPathOpsDebug.cpp970 int addCount = test->spanAddsCount(); local
971 // SkASSERT(addCount >= 1);
972 if (addCount <= 1) {
979 if (oppSpan->spanAddsCount() == addCount) {
996 if (oppPrev->spanAddsCount() == addCount) {
1010 if (oppNext->spanAddsCount() == addCount) {
/external/llvm/include/llvm/Support/
H A DGCOV.h321 void addCount(size_t DstEdgeNo, uint64_t N);
/external/flatbuffers/tests/
H A Dmonster_test_generated.js552 MyGame.Example.Stat.addCount = function(builder, count) {
/external/guice/extensions/struts2/lib/
H A Djsp-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/jasper/ org/apache/jasper/resources/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1111 milliseconds