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

  /external/webkit/WebKitTools/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";
  /frameworks/base/test-runner/src/android/test/
TestRunnerView.java 36 void setTotalCount(int totalCount);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java 411 int totalCount = mNewMessages.size();
424 for (int i = 0 ; i < totalCount ; i++) {
439 totalCount = mTable.getItemCount();
440 if (totalCount > 0) {
441 mTable.showItem(mTable.getItem(totalCount-1));
461 totalCount = mTable.getItemCount();
464 + (mUnreadCount > totalCount ? totalCount : mUnreadCount)
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SinkChannelTest.java 126 int totalCount = 0;
130 totalCount += count;
132 } while (totalCount != BUFFER_SIZE && !isBlocking);
174 long totalCount = 0;
180 totalCount += count;
181 } while (totalCount != (THREAD_NUM * BUFFER_SIZE));
335 int totalCount = 0;
341 totalCount += count;
342 } while (totalCount != BUFFER_SIZE && !isBlocking);
457 int totalCount = 0
    [all...]
SourceChannelTest.java 231 long totalCount = 0;
241 totalCount += count;
242 } while (totalCount <= 10);
398 long totalCount = 0;
408 totalCount += count;
409 } while (totalCount != 10);
SocketChannelTest.java     [all...]
  /external/guava/src/com/google/common/collect/
AbstractMultiset.java 83 private int totalCount;
100 totalCount = laterCount = currentEntry.getCount();
110 if (totalCount == 1) {
115 totalCount--;
  /external/srec/tools/grxmlcompile/
vocab.cpp 228 int totalCount=0;
255 totalCount+=numPhonemes;
257 return totalCount;
  /dalvik/vm/analysis/
ReduceConstants.c 787 static bool constructIndexMap(int totalCount, const BitVector* pBits,
798 u2* mapToNew = (u2*) malloc(totalCount * sizeof(u2));
807 for (entry = 0; entry < totalCount; entry++) {
825 pMap->origCount = totalCount;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp     [all...]
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java 467 int totalCount = 0;
471 totalCount += targets[val].remaining();
476 ByteBuffer readBuffer = ByteBuffer.allocate(totalCount);
SocketChannelImpl.java 411 int totalCount = calculateByteBufferArray(targets, offset, length);
412 if (0 == totalCount) {
415 byte[] readArray = new byte[totalCount];
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 179 int totalCount = 0;
183 totalCount++;
191 typeCount.put(FREQUENCY_TOTAL, totalCount);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 582 int totalCount = packageName.split("\\.").length; //$NON-NLS-1$
593 while (count < totalCount - 1) {
  /dalvik/vm/
Sync.c 212 int totalCount;
215 totalCount = liveCount = 0;
218 totalCount++;
225 msg, totalCount, liveCount);
    [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]

Completed in 635 milliseconds