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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-dom-results 55 my $totalCount = 0;
128 $totalCount += $count;
135 my $totalPercentage = (sprintf "%.1f", ($totalSuccesses * 100.0 / $totalCount));
136 my $totalDisabledPercentage = (sprintf "%.1f", ($totalDisabled * 100.0 / $totalCount));
137 my $totalFailedPercentage = (sprintf "%.1f", ($totalFailed * 100.0 / $totalCount));
139 print "Total: ${totalSuccesses} out of ${totalCount} tests succeeded (${totalPercentage}%)\n";
  /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/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...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardImportExportListener.java 26 int totalCount);
NotificationImportExportListener.java 97 int totalCount) {
102 final String totalCountString = String.valueOf(totalCount);
113 jobId, request.displayName, totalCount, currentCount);
196 * @param totalCount The number of vCard entries to be imported. Used to show progress bar.
202 int jobId, String displayName, int totalCount, int currentCount) {
222 .setProgress(totalCount, currentCount, totalCount == - 1)
230 if (totalCount > 0) {
232 NumberFormat.getPercentInstance().format((double) currentCount / totalCount);
  /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"
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
VertexDataManager.cpp 202 int totalCount = ElementsInBuffer(attrib, bufferImpl->getSize());
203 gl::Error error = staticBuffer->reserveVertexSpace(attrib, totalCount, 0);
212 int totalCount = StreamingBufferElementCount(attrib, count, instances);
213 ASSERT(!bufferImpl || ElementsInBuffer(attrib, bufferImpl->getSize()) >= totalCount);
215 gl::Error error = mStreamingBuffer->reserveVertexSpace(attrib, totalCount, instances);
260 int totalCount = ElementsInBuffer(attrib, storage->getSize());
263 gl::Error error = staticBuffer->storeVertexAttributes(attrib, currentValue, -startIndex, totalCount,
282 int totalCount = StreamingBufferElementCount(attrib, count, instances);
289 error = mStreamingBuffer->storeVertexAttributes(attrib, currentValue, start, totalCount, instances, &streamOffset);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
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...]
SourceChannelTest.java 174 long totalCount = 0;
184 totalCount += count;
185 } while (totalCount <= 10);
317 long totalCount = 0;
327 totalCount += count;
328 } while (totalCount != 10);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 85 final int totalCount = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_TOTAL_COUNT);
99 } else if (mLoadMoreUri != null && cursor.getCount() < totalCount) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 283 private void generateOrderArray(int totalCount) {
284 if (mOrder.length != totalCount) {
285 mOrder = new int[totalCount];
286 for (int i = 0; i < totalCount; ++i) {
290 for (int i = totalCount - 1; i > 0; --i) {
293 if (mOrder[0] == mLastIndex && totalCount > 1) {
294 Utils.swap(mOrder, 0, mRandom.nextInt(totalCount - 1) + 1);
AlbumSetDataLoader.java 241 public int totalCount;
303 mTotalCount[pos] = info.totalCount;
374 info.totalCount = info.item.getTotalMediaItemCount();
  /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...]
  /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/skia/tools/lua/
glyph-usage.lua 116 local totalCount = 0
131 totalCount = totalCount + count
136 local ave = round(totalCount / strikeCount)
  /external/chromium_org/ui/file_manager/video_player/js/
test_util.js 59 var totalCount = JSErrorCount;
63 totalCount += contentWindow.JSErrorCount;
67 totalCount += window.JSErrorCount;
69 return totalCount;
  /external/skia/tools/lua/
glyph-usage.lua 116 local totalCount = 0
131 totalCount = totalCount + count
136 local ave = round(totalCount / strikeCount)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
ContentProviderBasedProjectDelegate.js 237 var totalCount = paths.length;
238 if (totalCount === 0) {
  /external/glide/library/src/main/java/com/bumptech/glide/
ListPreloader.java 51 public void onScroll(AbsListView absListView, int firstVisible, int visibleCount, int totalCount) {
52 totalItemCount = totalCount;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
AllocationProfile.js 132 if (info.totalCount === 0)
139 info.totalCount,
362 this.totalCount = 0;
378 this.totalCount += node.allocationCount;
  /external/srec/tools/grxmlcompile/
vocab.cpp 228 int totalCount=0;
255 totalCount+=numPhonemes;
257 return totalCount;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 131 public int totalCount;
282 public Builder setTotalCount(final int totalCount) {
283 mTotalCount = totalCount;
342 int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus,
357 this.totalCount = totalCount;
395 totalCount = cursor.getInt(UIProvider.FOLDER_TOTAL_COUNT_COLUMN);
454 totalCount = in.readInt();
490 dest.writeInt(totalCount);
597 sb.append(totalCount);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 223 public void onImportProgress(int visitedCount, int totalCount,
230 mClientActivity.onImportProgress(visitedCount, totalCount, pathIfSuccessful);
232 mNotificationBuilder.setProgress(totalCount, visitedCount, false)
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
ImportTask.java 45 void onImportProgress(int visitedCount, int totalCount, String pathIfSuccessful);

Completed in 1287 milliseconds

1 2 3 4