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

  /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/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/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);
  /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/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/chromium_org/ui/file_manager/file_manager/foreground/js/
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) {
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;
file_manager.js     [all...]
  /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...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitter_A8.cpp 366 SkDEBUGCODE(int totalCount = 0;)
381 SkDEBUGCODE(totalCount += count;)
383 SkASSERT(fDevice.width() == totalCount);
  /external/guava/guava/src/com/google/common/collect/
Multisets.java 889 private int totalCount;
910 totalCount = laterCount = currentEntry.getCount();
921 if (totalCount == 1) {
926 totalCount--;
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 245 if (selection.totalCount === 0) {
253 if (selection.totalCount === 1) {
273 text = strf('MANY_ENTRIES_SELECTED', selection.totalCount);
  /external/chromium_org/ui/file_manager/file_manager/background/js/
test_util.js 114 var totalCount = JSErrorCount;
118 totalCount += contentWindow.JSErrorCount;
120 return totalCount;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 1991 milliseconds