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

1 2 3 4 5 6 78 91011>>

  /external/qemu/telephony/
sms.c 1100 gsm_rope_add_c( rope, 0x05 ); /* total header length == 5 bytes */
1567 int nn, total; local
1614 int nn, total; local
    [all...]
  /build/tools/
warn.py 436 # dump some stats about total number of warnings and such
447 total = unknown + known
448 output('Total number of warnings: <b>' + str(total) + '</b>')
449 if total < 1000:
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzfmttst.cpp 211 // Localized GMT or RFC: total offset (raw + dst) must be preserved.
455 UDate total = 0; local
459 total += times[i];
461 logln((UnicodeString)"Total: " + total + "ms");
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
RecognitionView.java 226 int total = 0; local
228 total += Math.abs(buffer.get(x));
230 return total / npw;
  /sdk/eventanalyzer/src/com/android/eventanalyzer/
EventAnalyzer.java 384 long total = 0; // despite being encoded on a long, the values are low enough that local
385 // a Long should be enough to compute the total
387 total += value.longValue();
389 builder.append(total / list.size()).append(DATA_SEPARATOR);
  /external/bluetooth/hcidump/parser/
sdp.c 680 uint16_t total, count; local
713 total = get_u16(frm);
718 if (count < total)
719 printf("count %d of %d\n", count, total);
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 36 vspltisw v8, 0 ;# zero out total to start
261 vspltisw v8, 0 ;# zero out total to start
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c 216 size_t total; local
302 total = 0;
800 ++total;
802 return total;
  /external/qemu/slirp/
socket.c 90 int n, lss, total; local
124 total = iov[0].iov_len + iov[1].iov_len;
125 if (total > mss) {
126 lss = total%mss;
  /external/qemu/slirp-android/
socket.c 98 int n, lss, total; local
132 total = iov[0].iov_len + iov[1].iov_len;
133 if (total > mss) {
134 lss = total%mss;
  /external/dbus/dbus/
dbus-sysdeps-unix.c 184 * @returns total bytes written from both buffers, or -1 on error
320 * @returns total bytes written from both buffers, or -1 on error
1608 int total; local
1716 int total; local
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSession.java 491 int total = passNum + failNum + omittedNum + notExecutedNum + timeOutNum; local
498 + " Total=" + total);
  /external/qemu/android/utils/
path.c 476 ssize_t total = 0; local
488 total += n;
  /external/bluetooth/bluez/test/
l2test.c 606 long total; local
633 total = 0;
634 while (total < data_size) {
699 total += len;
705 syslog(LOG_INFO,"%s%ld bytes in %.2f sec, %.2f kB/s", ts, total,
706 tv2fl(tv_diff), (float)(total / tv2fl(tv_diff) ) / 1024.0);
  /external/chromium/net/base/
host_resolver_impl.cc 413 size_t total = 0u; local
415 total += pending_requests_[i].size();
416 return total;
724 size_t total = 0u; local
726 total += job_pools_[i]->GetNumPendingRequests();
729 "Number of queued requests: %d", static_cast<int>(total)));
921 // We can't create another job if it would exceed the global total.
  /external/qemu/
kqemu.c 637 int64_t total, sum; local
641 total = 0;
645 total += r->count;
655 fprintf(f, "total: %" PRId64 "\n", total);
663 (double)r->count / (double)total * 100.0,
664 (double)sum / (double)total * 100.0);
  /external/webkit/WebCore/inspector/front-end/
utilities.js 272 var total = 0;
274 total += element.offsetLeft;
275 return total;
280 var total = 0;
282 total += element.offsetTop;
283 return total;
  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 462 this.total = 1;
470 this.total = 0;
476 this.total += value;
481 result.total = this.total;
488 return WebInspector.UIString("%.2f%%", value / this.total * 100.0);
    [all...]
  /frameworks/base/libs/rs/
rsContext.cpp 240 double total = 0; local
242 total += mTimers[ct];
253 100.0 * mTimers[RS_TIMER_SCRIPT] / total, mTimeMSLastScript,
254 100.0 * mTimers[RS_TIMER_CLEAR_SWAP] / total, mTimeMSLastSwap,
255 100.0 * mTimers[RS_TIMER_IDLE] / total, mTimers[RS_TIMER_IDLE] / 1000000,
256 100.0 * mTimers[RS_TIMER_INTERNAL] / total, mTimers[RS_TIMER_INTERNAL] / 1000000);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 937 int total = t.getColumn(0).getWidth();
938 total += t.getColumn(1).getWidth();
939 total += t.getColumn(2).getWidth();
940 total += t.getColumn(3).getWidth();
942 if (r.width > total) {
943 t.getColumn(4).setWidth(r.width-total);
    [all...]
  /external/freetype/src/base/
ftstroke.c 462 FT_Angle total, angle, step, rotate, next, theta; local
473 total = angle_diff;
477 while ( total != 0 )
479 step = total;
517 total -= step;
797 FT_Angle total, rotate; local
805 total = FT_Angle_Diff( stroker->angle_in, stroker->angle_out );
806 if ( total == FT_ANGLE_PI )
807 total = -rotate * 2;
813 total );
    [all...]
  /dalvik/vm/alloc/
Copying.c 184 /* Total number of blocks available for allocation. */
824 static void room(size_t *alloc, size_t *avail, size_t *total)
829 *total = heapSource->totalBlocks*BLOCK_SIZE;
831 *avail = *total - *alloc;
2189 size_t alloc, unused, total; local
2291 size_t alloc, rem, total; local
    [all...]
  /external/quake/quake/src/WinQuake/
common.cpp 356 int decimal, total; local
400 total = 0;
406 decimal = total;
412 total++;
417 while (total > decimal)
420 total--;
    [all...]
  /external/tcpdump/
print-smb.c 1097 int total, i; local
1156 total = ancount + nscount + arcount;
1158 if (qdcount > 100 || total > 100)
    [all...]
  /system/core/adb/
file_sync_client.c 250 int total = 0; local
253 while (total < size) {
254 int count = size - total;
259 memcpy(sbuf->data, &file_buffer[total], count);
265 total += count;

Completed in 1306 milliseconds

1 2 3 4 5 6 78 91011>>