OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:totalCount
(Results
1 - 16
of
16
) 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)
/libcore/luni/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);
/frameworks/base/media/libstagefright/rtsp/
AAVCAssembler.cpp
209
size_t
totalCount
= 1;
221
LOGV("sequence length %d",
totalCount
);
244
for (size_t i = 0; i <=
totalCount
; ++i) {
254
++
totalCount
;
287
for (size_t i = 0; i <
totalCount
; ++i) {
290
LOGV("piece #%d/%d", i + 1,
totalCount
);
/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
;
/frameworks/base/tools/aapt/
AaptAssets.cpp
[
all
...]
/libcore/luni/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java
405
int
totalCount
= FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
406
if (
totalCount
== 0) {
412
ByteBuffer readBuffer = ByteBuffer.allocate(
totalCount
);
SocketChannelImpl.java
328
int
totalCount
= FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
329
if (
totalCount
== 0) {
332
byte[] readArray = new byte[
totalCount
];
/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
583
int
totalCount
= packageName.split("\\.").length; //$NON-NLS-1$
594
while (count <
totalCount
- 1) {
/dalvik/vm/
Sync.c
221
int
totalCount
;
224
totalCount
= liveCount = 0;
227
totalCount
++;
234
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 1006 milliseconds