/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PrerenderingTest.cpp | 128 size_t totalCount() const in totalCount() function in __anon21fec1350111::TestPrerenderingSupport 266 EXPECT_EQ(1u, prerenderingSupport()->totalCount()); in TEST_F() 293 EXPECT_EQ(1u, prerenderingSupport()->totalCount()); in TEST_F() 298 EXPECT_EQ(2u, prerenderingSupport()->totalCount()); in TEST_F() 309 EXPECT_EQ(1u, prerenderingSupport()->totalCount()); in TEST_F() 314 EXPECT_EQ(2u, prerenderingSupport()->totalCount()); in TEST_F() 319 EXPECT_EQ(2u, prerenderingSupport()->totalCount()); in TEST_F() 366 EXPECT_EQ(2u, prerenderingSupport()->totalCount()); in TEST_F() 386 EXPECT_EQ(2u, prerenderingSupport()->totalCount()); in TEST_F() 391 EXPECT_EQ(3u, prerenderingSupport()->totalCount()); in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | 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/ |
D | GrOrderedSetTest.cpp | 37 int totalCount = 0; in DEF_TEST() local 39 totalCount += count[i]; in DEF_TEST() 45 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST() 69 --totalCount; in DEF_TEST() 71 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST() 79 --totalCount; in DEF_TEST() 80 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST() 87 --totalCount; in DEF_TEST() 88 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST()
|
/external/skia/tests/ |
D | GrOrderedSetTest.cpp | 37 int totalCount = 0; in DEF_TEST() local 39 totalCount += count[i]; in DEF_TEST() 45 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST() 69 --totalCount; in DEF_TEST() 71 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST() 79 --totalCount; in DEF_TEST() 80 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST() 87 --totalCount; in DEF_TEST() 88 REPORTER_ASSERT(reporter, set.count() == totalCount); in DEF_TEST()
|
/external/chromium_org/chrome/browser/resources/ |
D | about_invalidations.js | 106 var totalCount = oId.objectId.totalCount || 0; 118 totalCount: totalCount, property 131 tableObjects[key].totalCount = tableObjects[key].totalCount + 1;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/ |
D | VertexDataManager.cpp | 202 int totalCount = ElementsInBuffer(attrib, bufferImpl->getSize()); in reserveSpaceForAttrib() local 203 gl::Error error = staticBuffer->reserveVertexSpace(attrib, totalCount, 0); in reserveSpaceForAttrib() 212 int totalCount = StreamingBufferElementCount(attrib, count, instances); in reserveSpaceForAttrib() local 213 ASSERT(!bufferImpl || ElementsInBuffer(attrib, bufferImpl->getSize()) >= totalCount); in reserveSpaceForAttrib() 215 gl::Error error = mStreamingBuffer->reserveVertexSpace(attrib, totalCount, instances); in reserveSpaceForAttrib() 260 int totalCount = ElementsInBuffer(attrib, storage->getSize()); in storeAttribute() local 263 …l::Error error = staticBuffer->storeVertexAttributes(attrib, currentValue, -startIndex, totalCount, in storeAttribute() 282 int totalCount = StreamingBufferElementCount(attrib, count, instances); in storeAttribute() local 289 …error = mStreamingBuffer->storeVertexAttributes(attrib, currentValue, start, totalCount, instances… in storeAttribute()
|
/external/chromium_org/ui/file_manager/video_player/js/ |
D | test_util.js | 59 var totalCount = JSErrorCount; 63 totalCount += contentWindow.JSErrorCount; 67 totalCount += window.JSErrorCount; 69 return totalCount;
|
/external/chromium_org/third_party/skia/tools/lua/ |
D | glyph-usage.lua | 116 local totalCount = 0 131 totalCount = totalCount + count 136 local ave = round(totalCount / strikeCount)
|
/external/skia/tools/lua/ |
D | glyph-usage.lua | 116 local totalCount = 0 131 totalCount = totalCount + count 136 local ave = round(totalCount / strikeCount)
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | file_selection.js | 19 this.totalCount = 0; 51 this.totalCount++; 227 if (this.selection.totalCount == 1 && 352 if (!wasVisible && this.selection.totalCount == 1) { 362 if (selection.totalCount > 0) {
|
D | file_manager_commands.js | 123 if (selection.totalCount == 1) { 222 if (selection.totalCount !== 1) 509 selection.totalCount > 0; 577 selection.totalCount == 1; 775 selection && selection.totalCount > 0; 794 selection && selection.totalCount == 1;
|
D | file_manager.js | 1644 if (this.getSelection() && this.getSelection().totalCount == 0) 2515 if (!selection || selection.totalCount == 0) 2566 if (!listItem || !listItem.selected || selection.totalCount != 1) { 3444 if (selection.totalCount == 1 &&
|
/external/doclava/res/assets/templates/ |
D | todo.cs | 37 <tr><th>Total Comments</th><td><?cs var:all.totalCount ?></td></tr> 54 <td><?cs var:pkg.totalCount ?></td> 74 <td><?cs var:cl.totalCount ?></td> 84 Total: <?cs var:cl.totalCount ?><br/>
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/ |
D | AllocationProfile.js | 132 if (info.totalCount === 0) 139 info.totalCount, 362 this.totalCount = 0; 378 this.totalCount += node.allocationCount;
|
/external/srec/tools/grxmlcompile/ |
D | vocab.cpp | 228 int totalCount=0; in lookupModelIDs() local 255 totalCount+=numPhonemes; in lookupModelIDs() 257 return totalCount; in lookupModelIDs()
|
/external/glide/library/src/main/java/com/bumptech/glide/ |
D | ListPreloader.java | 51 …public void onScroll(AbsListView absListView, int firstVisible, int visibleCount, int totalCount) { in onScroll() argument 52 totalItemCount = totalCount; in onScroll()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/ |
D | ContentProviderBasedProjectDelegate.js | 237 var totalCount = paths.length; 238 if (totalCount === 0) {
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | preview_panel.js | 245 if (selection.totalCount === 0) { 253 if (selection.totalCount === 1) { 273 text = strf('MANY_ENTRIES_SELECTED', selection.totalCount);
|
/external/icu/icu4c/source/test/intltest/ |
D | measfmttest.cpp | 150 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status); in TestGetAvailable() local 154 units = new MeasureUnit[totalCount]; in TestGetAvailable() 155 totalCount = MeasureUnit::getAvailable(units, totalCount, status); in TestGetAvailable() 162 if (totalCount < 200) { in TestGetAvailable() 201 if (unitCountSum != totalCount) { in TestGetAvailable()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkBlitter_A8.cpp | 366 SkDEBUGCODE(int totalCount = 0;) in blitAntiH() 381 SkDEBUGCODE(totalCount += count;) in blitAntiH() 383 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
|
/external/skia/src/core/ |
D | SkBlitter_A8.cpp | 366 SkDEBUGCODE(int totalCount = 0;) in blitAntiH() 381 SkDEBUGCODE(totalCount += count;) in blitAntiH() 383 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | test_util.js | 114 var totalCount = JSErrorCount; 118 totalCount += contentWindow.JSErrorCount; 120 return totalCount;
|
/external/guava/guava/src/com/google/common/collect/ |
D | Multisets.java | 889 private int totalCount; 910 totalCount = laterCount = currentEntry.getCount(); 921 if (totalCount == 1) { 926 totalCount--;
|