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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
nand.h 145 int total; member in struct:nand_ecc_ctrl
  /external/chromium/third_party/icu/source/test/intltest/
wbnf.cpp 440 double total; member in class:WeightedRand
456 total = 0;
459 total += weights[i];
465 total += weight;
486 // get the slot's index, 0 <= mark <= total;
487 double mark = total * reference_mark;
492 mark -= weights[i]; // 0 <= mark <= total
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 440 double total; member in class:WeightedRand
456 total = 0;
459 total += weights[i];
465 total += weight;
486 // get the slot's index, 0 <= mark <= total;
487 double mark = total * reference_mark;
492 mark -= weights[i]; // 0 <= mark <= total
    [all...]
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 223 float total; local
237 total = 0;
239 total+=client->ping_times[j];
240 total /= NUM_PING_TIMES;
241 SV_ClientPrintf ("%4i %s\n", (int)(total*1000), client->name);
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 874 int total = 0; local
906 if (total >lastTotal+100*9*1024||(i & 1023)==0){
907 printf("files = %d, total = %d\n",i, total);
908 lastTotal = total;
916 total += s.st_size;
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/qemu/audio/
audio.c 990 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local
1032 total += isamp;
1036 sw->total_hw_samples_acquired += total;
1099 int ret = 0, pos = 0, total = 0; local
1151 total += osamp;
1154 sw->total_hw_samples_mixed += total;
1159 "%s: write size %d ret %d total sw %d\n",
    [all...]
  /external/v8/tools/
test.py 64 self.total = len(cases)
205 total = self.succeeded + len(self.failed)
206 if (total > 1) and (total % 50 == 1):
267 'remaining': (((self.total - self.remaining) * 100) // self.total),
1158 Total: %(total)i tests
    [all...]
  /external/skia/src/core/
SkGlyphCache.cpp 41 uint32_t total = gHashSuccess + gHashCollision; local
43 100 * gHashSuccess / total);
617 printf("total %d, computed %d\n", (int)fTotalMemoryUsed, (int)computed);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 112 int totalTotal = 0; // total bytes for current transfer
232 int total = cursor.getInt(totalBytesIndex); local
262 item.totalTotal = total;
  /external/blktrace/btt/
globals.h 76 __u64 min, max, total; member in struct:avg_info
  /external/chromium/third_party/zlib/
inflate.c 110 strm->total_in = strm->total_out = state->total = 0;
534 When returning, a "goto inf_leave" is used to update the total counters,
    [all...]
  /external/libvpx/vp8/encoder/
onyx_int.h 356 int gf_overspend_bits; // Total bits overspent becasue of GF boost (cumulative)
362 // Projected total bits available for a key frame group of frames
628 double total ; member in struct:__anon5299
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 216 bne .Lloop @ [+18], total 1307
sha1-thumb.pl 233 b .Lloop @ [+6] total 3212 cycles
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 110 strm->total_in = strm->total_out = state->total = 0;
534 When returning, a "goto inf_leave" is used to update the total counters,
    [all...]
  /external/zlib/
inflate.c 110 strm->total_in = strm->total_out = state->total = 0;
569 When returning, a "goto inf_leave" is used to update the total counters,
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 507 StringBuilder total = new StringBuilder(reader.readLine()); local
509 total.append('\n');
510 total.append(line);
513 return total.toString();
    [all...]
  /external/chromium/base/
histogram.cc 504 Count total = 0; local
508 total += *it;
510 return total;
  /external/chromium/net/disk_cache/
rankings.cc 609 int total = 0; local
614 total += partial;
616 return total;
  /external/junit/src/junit/swingui/
TestRunner.java 791 int total= test.countTestCases();
792 fProgressIndicator.start(total);
793 fCounterPanel.setTotal(total);

Completed in 808 milliseconds

1 2 3 4 5 6 7 8 91011>>