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

1 2 3 4 5 6 7 891011>>

  /dalvik/tools/dmtracedump/
TraceDump.c 1610 double total, sum, per, sum_per; local
1771 double total, sum, per, sum_per; local
1867 double total, per, sum_per; local
2086 double total, sum, per, sum_per; local
2322 double total, sum, per, sum_per; local
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 518 const int total = (ctx->partition->size - pos) / ctx->partition->erase_size; local
519 if (blocks < 0) blocks = total;
520 if (blocks > total) {
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 344 int total; field in class:DatabaseCursorTest.TestObserver
350 total = total_;
356 if (total == count) {
  /external/chromium/base/
condition_variable_unittest.cc 646 int total = 0; local
648 total += completion_history_[i];
649 return total;
process_util.h 373 // total : total amount in megabytes marked as free. Maximum value is 2048.
375 // always smaller or equal to FreeMBytes::total.
378 size_t total; member in struct:base::FreeMBytes
416 // may or may not be in memory). On Linux, this returns the total virtual
  /external/chromium/net/socket/
client_socket_pool_base.cc 619 int total = handed_out_socket_count_ + connecting_socket_count_; local
620 DCHECK_LE(total, max_sockets_);
621 return total == max_sockets_;
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 166 int total = 0, actual; local
197 total += actual;
201 memset((char *) buf+total, 0, size-actual);
  /external/icu4c/test/intltest/
tzfmttst.cpp 212 // Localized GMT or RFC: total offset (raw + dst) must be preserved.
546 UDate total = 0; local
550 total += data.times[i];
552 logln((UnicodeString) "Total: " + total + "ms");
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 322 int total; field in class:DatabaseCursorTest.TestObserver
327 total = total_;
333 if (total == count) {
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 58 virtual int Length(long long* total, long long* available) {
64 if (total) {
65 *total = size;
mkvparser.hpp 17 virtual int Length(long long* total, long long* available) = 0;
  /cts/tools/test-progress-new/src/testprogress2/
TestCoverageDoclet.java 1228 int total = redCnt + yellowCnt + greenCnt; local
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 68 (seeking/scrubbing) or desire to know the total length/time of a
935 /* returns: total raw (compressed) length of content if i==-1
954 /* returns: total PCM length (samples) of content if i==-1 PCM length
973 /* returns: total milliseconds of content if i==-1
1156 ogg_int64_t total=ov_pcm_total(vf,-1); local
    [all...]
  /external/jdiff/src/jdiff/
HTMLStatistics.java 120 h_.writeText("<dt><a href=\"#numbers\">Total of Differences</a></dt><dd>Listed by number and type</dd></dl>");
134 h_.writeText("<h2 class=\"pagecontenth2\">Total of Differences, by Number and Type</h2>");
226 double total = 0;
228 total += hist[i];
234 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>");
235 h_.writeText(" <TD><img alt=\"|\" src=\"../black.gif\" height=20 width=" + (hist[i]*300/total) + "></TD>");
243 h_.writeText(i + "," + (hist[i]/total));
317 double total = 0;
319 total += hist[i];
325 h_.writeText(" <TD>" + (hist[i]/total) + "</TD>")
483 int total = numRemoved + numAdded + numChanged; local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 1245 OMX_U32 total = 0; local
    [all...]
  /bionic/libc/kernel/common/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /external/freetype/src/pshinter/
pshrec.c 1011 /* check bit count; must be equal to current total hint count */
1056 /* check bit count, must be equal to current total hint count */
1180 FT_Int total = count; local
1184 while ( total > 0 )
1187 count = total;
1205 total -= count;
  /external/kernel-headers/original/linux/mtd/
nand.h 223 * @total: total number of ecc bytes per page
241 int total; member in struct:nand_ecc_ctrl
417 * @chipsize: Total chipsize in Mega Bytes
  /external/libvpx/vp8/encoder/ppc/
variance_altivec.asm 40 vspltisw v8, 0 ;# zero out total to start
41 vspltisw v9, 0 ;# zero out total for dif^2
  /external/quake/quake/src/QW/client/
sbar.c 925 Draw_String(x, y, "low/avg/high team total players");
964 // draw total
999 int total; local
1095 total = cl.completed_time - s->entertime;
1097 total = realtime - s->entertime;
1098 minutes = (int)total/60;
1280 // draw total
  /external/webkit/SunSpider/
sunspider 214 my $total = 0;
  /external/zlib/contrib/pascal/
zlibpas.pas 30 total_in: LongInt; (* total nb of input bytes read so far *)
34 total_out: LongInt; (* total nb of bytes output so far *)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl

Completed in 651 milliseconds

1 2 3 4 5 6 7 891011>>