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

1 2 3

  /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/WebKit/Source/web/tests/
PrerenderingTest.cpp 128 size_t totalCount() const
277 EXPECT_EQ(1u, prerenderingSupport()->totalCount());
304 EXPECT_EQ(1u, prerenderingSupport()->totalCount());
309 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
320 EXPECT_EQ(1u, prerenderingSupport()->totalCount());
325 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
372 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
392 EXPECT_EQ(2u, prerenderingSupport()->totalCount());
397 EXPECT_EQ(3u, prerenderingSupport()->totalCount());
403 // FIXME: After we fix prerenders such that they don't send redundant events, assert that totalCount() == 4u
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardImportExportListener.java 26 int totalCount);
NotificationImportExportListener.java 94 int totalCount) {
99 final String totalCountString = String.valueOf(totalCount);
110 jobId, request.displayName, totalCount, currentCount);
192 * @param totalCount The number of vCard entries to be imported. Used to show progress bar.
198 int jobId, String displayName, int totalCount, int currentCount) {
218 .setProgress(totalCount, currentCount, totalCount == - 1)
225 if (totalCount > 0) {
227 String.valueOf(currentCount * 100 / totalCount)));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/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);
SocketChannelTest.java     [all...]
  /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 %d", totalCount);
251 for (size_t i = 0; i <= totalCount; ++i) {
261 ++totalCount;
294 for (size_t i = 0; i < totalCount; ++i) {
297 ALOGV("piece #%d/%d", i + 1, 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/angle_dx11/src/libGLESv2/renderer/
VertexDataManager.cpp 118 int totalCount = elementsInBuffer(attribs[i], buffer->size());
119 if (!staticBuffer->reserveVertexSpace(attribs[i], totalCount, 0))
175 int totalCount = elementsInBuffer(attribs[i], storage->getSize());
178 streamOffset = staticBuffer->storeVertexAttributes(attribs[i], -startIndex, totalCount, 0);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ContentProviderBasedProjectDelegate.js 215 var totalCount = paths.length;
216 if (totalCount === 0) {
  /external/chromium_org/chrome/browser/resources/sync_internals/
notifications.js 20 // totalCount: Number of notifications received since browser start.
49 // notificationInfo[k] has values for the totalCount and payload keys,
  /external/srec/tools/grxmlcompile/
vocab.cpp 228 int totalCount=0;
255 totalCount+=numPhonemes;
257 return totalCount;
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_selection.js 20 this.totalCount = 0;
52 this.totalCount++;
212 if (this.selection.totalCount == 1 &&
331 (this.selection.totalCount > 0 ||
395 if (selection.totalCount <= 1) {
404 if (selection.totalCount == 1) {
411 text = strf('MANY_ENTRIES_SELECTED', selection.totalCount);
498 if (selection.totalCount == 0) {
504 if (selection.totalCount != 1) {
519 if (selection.totalCount == 1)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Folder.java 127 public int totalCount;
278 public Builder setTotalCount(final int totalCount) {
279 mTotalCount = totalCount;
338 int unseenCount, int unreadCount, int totalCount, Uri refreshUri, int syncStatus,
353 this.totalCount = totalCount;
392 totalCount = cursor.getInt(UIProvider.FOLDER_TOTAL_COUNT_COLUMN);
452 totalCount = in.readInt();
489 dest.writeInt(totalCount);
825 f.totalCount = Integer.parseInt(split[index++])
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestService.java 212 public void onImportProgress(int visitedCount, int totalCount,
219 mClientActivity.onImportProgress(visitedCount, totalCount, pathIfSuccessful);
221 mNotificationBuilder.setProgress(totalCount, visitedCount, false)
ImportTask.java 35 void onImportProgress(int visitedCount, int totalCount, String pathIfSuccessful);
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 135 private boolean isContentSound(int totalCount) {
136 if (mPhotos.size() < Math.min(totalCount, MAX_PHOTO_COUNT)) return false;
137 if (mPhotos.size() == 0) return true; // totalCount is also 0
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationListFooterView.java 114 final int totalCount = extras.getInt(UIProvider.CursorExtraKeys.EXTRA_TOTAL_COUNT);
155 } else if (mLoadMoreUri != null && cursor.getCount() < totalCount) {
  /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) {
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 303 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
304 if (totalCount == 0) {
310 ByteBuffer readBuffer = ByteBuffer.allocate(totalCount);
SocketChannelImpl.java 296 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
297 if (totalCount == 0) {
300 byte[] readArray = new byte[totalCount];

Completed in 1235 milliseconds

1 2 3