HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 76 - 100 of 333) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/zlib/
inflate.h 89 unsigned long total; /* protected copy of output count */ member in struct:inflate_state
  /external/chromium/base/
sys_info_win.cc 40 ULARGE_INTEGER available, total, free; local
41 if (!GetDiskFreeSpaceExW(path.value().c_str(), &available, &total, &free)) {
  /external/junit/src/junit/awtui/
ProgressBar.java 71 public void start(int total) {
72 fTotal= total;
  /external/openssl/crypto/pkcs7/
example.c 83 int i,total; local
95 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
97 data=malloc(total);
104 ASN1_STRING_set(seq,data,total);
247 int i,total; local
259 total=ASN1_object_size(1,i,V_ASN1_SEQUENCE);
261 data=malloc(total);
268 ASN1_STRING_set(seq,data,total);
  /libcore/luni/src/test/java/com/google/coretests/
CoreTestResult.java 46 * The total number of tests in the original suite.
159 void updateStats(int total, int androidOnly, int broken, int knownFailure,
162 this.fTotalTestCount += total;
  /packages/apps/Email/src/com/android/exchange/adapter/
GalParser.java 52 return mGalResult.total > 0;
103 galResult.total = getValueInt();
  /bionic/libc/unistd/
sysconf.c 408 long total; local
409 if ( sscanf(p, "MemTotal: %ld kB", &total) == 1 ) {
411 return (int) (total / (PAGE_SIZE/1024));
427 long total; local
428 if ( sscanf(p, "MemFree: %ld kB", &total) == 1 ) {
430 return (int) (total / (PAGE_SIZE/1024));
  /dalvik/vm/
ReferenceTable.c 261 * cumulative total amount of pinned memory based on the unique entries.
264 int equiv, identical, total; local
265 total = equiv = identical = 0;
276 total += size;
280 total += size;
288 total += size;
291 LOGW("Memory held directly by tracked refs is %d bytes\n", total);
  /dalvik/vm/alloc/
HeapDebug.c 224 * [35-24] mallinfo: total allocated space
294 size_t total, zyg; local
301 total = 0;
304 total += madvisedSizes[i];
313 * [ 2: 5] total madvise byte count
320 memcpy(c, &total, sizeof(total));
321 c += sizeof(total);
  /external/bluetooth/glib/gio/tests/
unix-streams.c 80 gssize nread, total; local
88 total = 0;
89 while (total < sizeof (DATA))
91 nread = g_input_stream_read (in, buf + total, sizeof (buf) - total,
95 total += nread;
  /external/elfutils/libebl/
eblstrtab.c 61 size_t total; member in struct:Ebl_Strtab
261 st->total += newstr->len - (*sep)->len;
277 st->total += newstr->len;
316 data->d_buf = malloc (st->total + nulllen);
326 data->d_size = st->total + nulllen;
336 assert (copylen == st->total + nulllen);
eblgstrtab.c 61 size_t total; member in struct:Ebl_GStrtab
272 st->total += newstr->len - (*sep)->len;
288 st->total += newstr->len;
327 data->d_buf = malloc (st->total + nulllen);
337 data->d_size = st->total + nulllen;
347 assert (copylen == st->total * st->width + nulllen);
  /external/v8/src/
utils.cc 186 int total = 0; local
187 while (total < size) {
188 int write = static_cast<int>(fwrite(str, 1, size - total, f));
190 return total;
192 total += write;
195 return total;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 118 int total = 0; local
122 total += is[i].available();
126 ByteBuffer.allocateDirect(total).order(ByteOrder.nativeOrder());
131 if (got != total) {
132 Log.e(TAG, "Read " + got + " bytes, expected " + total);
136 mDictLength = total;
  /external/elfutils/src/
size.c 63 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)") },
96 /* Show total size. */
141 /* True if total sizes should be printed. */
143 /* To print the total sizes in a reasonable format remember the higest
187 /* Print the total sizes but only if the output format is BSD and at
424 GElf_Off total = 0; local
473 total += shdr->sh_size;
478 printf ("%-*s %*" PRIx64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
479 digits - 2, total);
481 printf ("%-*s %*" PRId64 "\n\n\n", maxlen, sgettext ("sysv|Total"),
498 GElf_Off total = 0; local
626 GElf_Off total = 0; local
    [all...]
  /external/blktrace/btt/
output.c 71 ap->avg = BIT_TIME(ap->total) / (double)ap->n;
103 ap->avg = BIT_TIME(ap->total) / (double)ap->n;
165 unsigned long long nq, nd, blkmin, blkmax, total; member in struct:__anon1634
185 blks_avg = (double)dip->avgs.blks.total / d2c_n;
195 (unsigned long long)dip->avgs.blks.total);
207 (unsigned long long)dip->avgs.blks.total);
217 merge_data.total += dip->avgs.blks.total;
227 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total");
232 fprintf(ofp, "%10s | %8s %8s %7s | %8s %8s %8s %8s\n", "DEV", "#Q", "#D", "Ratio", "BLKmin", "BLKavg", "BLKmax", "Total");
245 __u64 total; member in struct:__ohead_data
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 307 uint32_t letters=0, total=0; local
365 total++;
370 printf("%d letters out of %d total UChars.\n", letters, total);
404 uint32_t letters=0, total=0; local
457 fprintf(stderr, "%s @ %d\n", u_errorName(status), total);
462 total++;
486 printf("%d letters out of %d total UChars.\n", letters, total);
887 uint32_t inbytes=0, total=0 local
993 uint32_t inchars=0, total=0; local
    [all...]
  /frameworks/base/media/libstagefright/matroska/
mkvparser.cpp 14 long long total, available; local
16 long hr = pReader->Length(&total, &available);
102 long long total, available; local
104 long hr = pReader->Length(&total, &available);
106 assert(available <= total);
232 long long total, available; local
234 long hr = pReader->Length(&total, &available);
236 assert(available <= total);
292 long long total, available; local
294 long hr = pReader->Length(&total, &available)
314 long long total, available; local
351 long long total, available; local
396 long long total, available; local
486 long long total, available; local
544 long long total, available; local
594 long long total, available; local
649 long long total, available; local
835 long long total, available; local
926 long long total, available; local
    [all...]
  /external/iproute2/netem/
maketable.c 123 cumulativedist(int *table, int limit, int *total)
131 *total = accum;
204 int total; local
227 cumulativedist(table, DISTTABLESIZE, &total);
228 inverse = inverttable(table, TABLESIZE, DISTTABLESIZE, total);
  /external/openssl/crypto/perlasm/
cbc.pl 314 $total=16+4;
315 $total+=4 if ($p1 > 0);
316 $total+=4 if ($p2 > 0);
317 $total+=4 if ($p3 > 0);
318 &add("esp",$total);
  /external/srec/tools/cmd/
srecres2utd.pl 127 $results{total} ||= 1;
128 $rr = $results{correct}/$results{total} * 100;
130 print sprintf("%-45s RR %4.1f %d/%d (%d oovs)\n", $base, $rr, $results{correct}, $results{total}, $results{numoovs});
156 $results->{total}++;
160 $results->{total}++;
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 346 int total = 0; local
352 total++;
357 (float) (total != 0 ? total : 1) /
359 Log.v(TAG, "dummy loop: fails=" + failures + "; total=" + total + "; goodavg ms=" + averageMillis);
368 int total = 0; local
375 total++;
382 (float) (total != 0 ? total : 1)
391 int total = 0; local
594 int total = 0; local
    [all...]
  /frameworks/base/libs/ui/
GraphicBufferAllocator.cpp 58 size_t total = 0; local
70 total += rec.size;
72 snprintf(buffer, SIZE, "Total allocated: %.2f KB\n", total/1024.0f);
  /frameworks/base/test-runner/src/android/test/
InstrumentationCoreTestRunner.java 154 long total = runtime.totalMemory();
156 long used = total - free;
158 Log.d(TAG, "Total memory : " + total);
  /external/bluetooth/bluez/test/
scotest.c 223 long total; local
231 total = 0;
232 while (total < data_size) {
240 total += r;
246 syslog(LOG_INFO,"%ld bytes in %.2fm speed %.2f kb", total,
248 (float)( total / tv2fl(tv_diff) ) / 1024.0 );

Completed in 1323 milliseconds

1 2 34 5 6 7 8 91011>>