/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 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 | 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)));
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
VertexDataManager.cpp | 138 int totalCount = elementsInBuffer(attribs[i], buffer->size()); 139 if (!staticBuffer->reserveVertexSpace(attribs[i], totalCount, 0)) 147 int totalCount = StreamingBufferElementCount(attribs[i], count, instances); 151 if (buffer && elementsInBuffer(attribs[i], buffer->size()) < totalCount) 156 if (!mStreamingBuffer->reserveVertexSpace(attribs[i], totalCount, instances)) 206 int totalCount = elementsInBuffer(attribs[i], storage->getSize()); 209 if (!staticBuffer->storeVertexAttributes(attribs[i], -startIndex, totalCount, 0, &streamOffset)) 226 int totalCount = StreamingBufferElementCount(attribs[i], count, instances); 228 !mStreamingBuffer->storeVertexAttributes(attribs[i], start, totalCount, instances, &streamOffset))
|
/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/WebKit/Source/devtools/front_end/ |
AllocationProfile.js | 122 if (info.totalCount === 0) 128 info.totalCount, 266 this.totalCount = 0; 277 this.totalCount += node.allocationCount;
|
ContentProviderBasedProjectDelegate.js | 234 var totalCount = paths.length; 235 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;
|
/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) {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_selection.js | 19 this.totalCount = 0; 51 this.totalCount++; 224 if (this.selection.totalCount == 1 && 347 if (!wasVisible && this.selection.totalCount == 1) { 357 if (selection.totalCount > 0) {
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter_A8.cpp | 363 SkDEBUGCODE(int totalCount = 0;) 378 SkDEBUGCODE(totalCount += count;) 380 SkASSERT(fDevice.width() == totalCount);
|
/external/skia/src/core/ |
SkBlitter_A8.cpp | 363 SkDEBUGCODE(int totalCount = 0;) 378 SkDEBUGCODE(totalCount += count;) 380 SkASSERT(fDevice.width() == totalCount);
|