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

1 2 3 4 5 6 78 9

  /external/openssl/apps/
ca.c 249 int total=0; local
1158 total++;
1182 total++;
1202 total++;
1222 total++;
    [all...]
  /external/qemu/audio/
audio.c 993 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local
1035 total += isamp;
1039 sw->total_hw_samples_acquired += total;
1102 int ret = 0, pos = 0, total = 0; local
1154 total += osamp;
1157 sw->total_hw_samples_mixed += total;
1162 "%s: write size %d ret %d total sw %d\n",
    [all...]
  /external/qemu/
monitor.c 1450 int64_t total; local
    [all...]
  /external/quake/quake/src/QW/client/
common.c 357 int decimal, total; local
401 total = 0;
407 decimal = total;
413 total++;
418 while (total > decimal)
421 total--;
    [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...]
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 489 long total = periodRx + periodTx; local
492 ", read =" + incRead + ", written =" + incWrite + ", new total =" + total);
497 checkThrottleAndPostNotification(total);
573 // adding another factor - it must be greater than the total cap/4
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint.java 805 float total = 0f; local
811 return total + mainFont.mMetrics.charsWidth(text, i, lastIndex - i);
813 total += mainFont.mMetrics.charsWidth(text, i, upTo - i);
833 total += fontInfo.mMetrics.charsWidth(text, i, charCount);
844 total += mainFont.mMetrics.charsWidth(text, i, size);
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /packages/apps/IM/src/com/android/im/service/
ChatSessionAdapter.java 330 int total = historyMessages.size(); local
331 int start = total > MAX_HISTORY_COPY_COUNT ? total - MAX_HISTORY_COPY_COUNT : 0;
332 for (int i = start; i < total; i++) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 120 /** composite for page UI and total memory display */
177 /** back up of the total memory, used when doing an "update & diff" */
263 int total = mAllocations.size(); local
296 // we reach total, since we also do it after the loop
299 if ((count % DISPLAY_PER_PAGE) == 0 && count != total) {
446 /** returns the total allocation size */
459 * total allocation size.
751 int total = mAllocations.size(); local
753 if (count == total) {
762 // + "/" + total);
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 1613 double total, sum, per, sum_per; local
1774 double total, sum, per, sum_per; local
1870 double total, per, sum_per; local
2089 double total, sum, per, sum_per; local
2325 double total, sum, per, sum_per; local
    [all...]
  /external/blktrace/
blkparse.c 1771 struct io_stats total, *ios; local
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 110 unsigned long rx_packets; /* total packets received */
111 unsigned long tx_packets; /* total packets transmitted */
112 unsigned long rx_bytes; /* total bytes received */
113 unsigned long tx_bytes; /* total bytes transmitted */
164 unsigned total; member in struct:netif_rx_stats
  /external/libxml2/
xmlschemastypes.c 92 unsigned int total:8; member in struct:_xmlSchemaValDecimal
106 unsigned int total; member in struct:_xmlSchemaValHex
113 unsigned int total; member in struct:_xmlSchemaValBase64
2925 int total, i = 0; local
2997 int total, i = 0, pad = 0; local
    [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 242 uint32_t total; member in struct:android::gl::vertex_cache_t
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 3857 int total = 0; local
3868 assertEquals(targetBuf.position(), total); local
4023 int total = 0; local
4034 assertEquals(targetBuf.position(), total); local
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 1968 register int month, total; local
    [all...]
  /external/v8/src/
heap.cc 328 int total = 0; local
331 total += space->Size();
333 return total;
    [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp 934 static int total = 0; member in namespace:WebCore
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ManageApplications.java 536 long total; local
538 total = getTotalSize(pStats);
540 total = SIZE_INVALID;
542 sizes[i-j] = total;
543 formatted[i-j] = getSizeStr(total).toString();
1533 long total = getTotalSize(pStats); local
    [all...]

Completed in 2168 milliseconds

1 2 3 4 5 6 78 9