HomeSort by relevance Sort by last modified time
    Searched defs:totalCount (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/tests/
GrOrderedSetTest.cpp 37 int totalCount = 0;
39 totalCount += count[i];
45 REPORTER_ASSERT(reporter, set.count() == totalCount);
69 --totalCount;
71 REPORTER_ASSERT(reporter, set.count() == totalCount);
79 --totalCount;
80 REPORTER_ASSERT(reporter, set.count() == totalCount);
87 --totalCount;
88 REPORTER_ASSERT(reporter, set.count() == totalCount);
  /external/skia/tests/
GrOrderedSetTest.cpp 37 int totalCount = 0;
39 totalCount += count[i];
45 REPORTER_ASSERT(reporter, set.count() == totalCount);
69 --totalCount;
71 REPORTER_ASSERT(reporter, set.count() == totalCount);
79 --totalCount;
80 REPORTER_ASSERT(reporter, set.count() == totalCount);
87 --totalCount;
88 REPORTER_ASSERT(reporter, set.count() == totalCount);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
VertexDataManager.cpp 131 int totalCount = ElementsInBuffer(attribs[i], buffer->size());
132 if (!staticBuffer->reserveVertexSpace(attribs[i], totalCount, 0))
140 int totalCount = StreamingBufferElementCount(attribs[i], count, instances);
144 if (buffer && ElementsInBuffer(attribs[i], buffer->size()) < totalCount)
149 if (!mStreamingBuffer->reserveVertexSpace(attribs[i], totalCount, instances))
198 int totalCount = ElementsInBuffer(attribs[i], storage->getSize());
201 if (!staticBuffer->storeVertexAttributes(attribs[i], currentValues[i], -startIndex, totalCount,
219 int totalCount = StreamingBufferElementCount(attribs[i], count, instances);
221 !mStreamingBuffer->storeVertexAttributes(attribs[i], currentValues[i], start, totalCount, instances,
  /packages/providers/TvProvider/src/com/android/providers/tv/
EpgDataCleanupService.java 126 int totalCount;
129 totalCount = cursor.getCount();
130 int overflowCount = totalCount - maxEntryCount;
148 Log.d(TAG, "Deleted " + deleteCount + " of " + totalCount + " watched programs"
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 216 size_t totalCount = 1;
228 ALOGV("sequence length %zu", totalCount);
251 for (size_t i = 0; i <= totalCount; ++i) {
261 ++totalCount;
294 for (size_t i = 0; i < totalCount; ++i) {
297 ALOGV("piece #%zu/%zu", i + 1, totalCount);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PrerenderingTest.cpp 128 size_t totalCount() const
266 EXPECT_EQ(1u, prerenderingSupport()->totalCount());
293 EXPECT_EQ(1u, prerenderingSupport()->totalCount());
298 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
309 EXPECT_EQ(1u, prerenderingSupport()->totalCount());
314 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
319 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
366 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
386 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
391 EXPECT_EQ(3u, prerenderingSupport()->totalCount());
    [all...]
  /external/srec/tools/grxmlcompile/
vocab.cpp 228 int totalCount=0;
255 totalCount+=numPhonemes;
257 return totalCount;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SourceChannelTest.java 174 long totalCount = 0;
184 totalCount += count;
185 } while (totalCount <= 10);
317 long totalCount = 0;
327 totalCount += count;
328 } while (totalCount != 10);
SinkChannelTest.java 87 int totalCount = 0;
91 totalCount += count;
93 } while (totalCount != BUFFER_SIZE && !isBlocking);
129 long totalCount = 0;
135 totalCount += count;
136 } while (totalCount != (THREAD_NUM * BUFFER_SIZE));
196 int totalCount = 0;
202 totalCount += count;
203 } while (totalCount != BUFFER_SIZE && !isBlocking);
293 int totalCount = 0
    [all...]
SocketChannelTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 114 final int totalCount = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_TOTAL_COUNT);
168 } else if (mLoadMoreUri != null && cursor.getCount() < totalCount) {
  /external/icu/icu4c/source/test/intltest/
measfmttest.cpp 150 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status);
154 units = new MeasureUnit[totalCount];
155 totalCount = MeasureUnit::getAvailable(units, totalCount, status);
162 if (totalCount < 200) {
201 if (unitCountSum != totalCount) {
    [all...]
  /frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
HistogramPredictor.java 123 int totalCount = 0;
132 // Note that totalCount also neglect app with single occurrence.
136 totalCount += count;
139 if (totalCount < MINIMAL_FEATURE_VALUE_COUNTS) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 241 public int totalCount;
303 mTotalCount[pos] = info.totalCount;
374 info.totalCount = info.item.getTotalMediaItemCount();
  /frameworks/base/tools/aapt/
AaptAssets.cpp 995 int totalCount = 0;
1011 totalCount++;
1036 totalCount = count;
1042 totalCount += count;
1074 totalCount = count;
1077 totalCount += count;
    [all...]
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 360 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
361 if (totalCount == 0) {
367 ByteBuffer readBuffer = ByteBuffer.allocate(totalCount);
SocketChannelImpl.java 311 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
312 if (totalCount == 0) {
315 byte[] readArray = new byte[totalCount];
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactModifier.java 216 int totalCount = 0;
220 totalCount++;
228 typeCount.put(FREQUENCY_TOTAL, totalCount);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 82 public int totalCount;
240 AlbumSetEntry entry, String title, int totalCount, int sourceType) {
242 || entry.totalCount != totalCount
249 int totalCount = mSource.getTotalCount(slotIndex);
259 if (isLabelChanged(entry, title, totalCount, sourceType)) {
261 entry.totalCount = totalCount;
270 slotIndex, title, totalCount, sourceType);
486 int slotIndex, String title, int totalCount, int sourceType)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 128 public int totalCount;
279 public Builder setTotalCount(final int totalCount) {
280 mTotalCount = totalCount;
339 int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus,
354 this.totalCount = totalCount;
393 totalCount = cursor.getInt(UIProvider.FOLDER_TOTAL_COUNT_COLUMN);
453 totalCount = in.readInt();
490 dest.writeInt(totalCount);
598 sb.append(totalCount);
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 407 int totalCount = 0;
409 totalCount += usage.count;
427 float percentage = 100 * usage.count/(float)totalCount;
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]

Completed in 1174 milliseconds

1 2 3