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

<<11121314

  /external/webkit/WebCore/rendering/
AutoTableLayout.cpp 657 int total = nEffCols - numAutoEmptyCellsOnly; local
664 int w = available / total;
666 total--;
  /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...]
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 3751 int total = 0; local
3762 assertEquals(targetBuf.position(), total); local
3917 int total = 0; local
3928 assertEquals(targetBuf.position(), total); local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 320 int total = 0; local
327 total++;
335 return total;
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 366 e2_blkcnt_t total; member in struct:list_blocks_struct
398 lb->total++;
508 lb.total = 0;
515 if (lb.total)
516 fprintf(f, "\n%sTOTAL: %lld\n", prefix, (long long)lb.total);
    [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...]
gl_model.c 1520 int start, end, total; local
    [all...]
model.c 1453 int start, end, total; local
    [all...]
  /external/openssl/apps/
ca.c 248 int total=0; local
1172 total++;
1196 total++;
1216 total++;
    [all...]
  /external/v8/tools/
profile.js 509 * Computes total weights in the call graph.
590 * Node total weight (includes weights of all children).
609 * Computes node's total weight.
  /dalvik/vm/alloc/
HeapSource.c 87 managed as "small actual" + "large actual" + "delta to allowed total footprint"
657 size_t total = 0; local
696 total += value;
698 return total;
    [all...]
  /external/webkit/WebCore/inspector/front-end/
AuditRules.js     [all...]
ResourcesPanel.js 780 return {categoryValues: categoryValues, total: latestEnd - earliestStart};
811 // This function computes a percentage in terms of the total loading time
831 var total = this.formatValue(resource.duration);
832 var tooltip = WebInspector.UIString("%s latency, %s download (%s total)", leftLabel, rightLabel, total);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 1499 int start, end, total; local
    [all...]
model.cpp 1456 int start, end, total; local
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 26 total_in: Longint; // total nb of input bytes read so far
30 total_out: Longint; // total nb of bytes output so far
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 117 /* return total length of buffer chain */
121 uint total; local
123 total = 0;
125 total += PKTLEN(osh, p);
126 return (total);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
target.h 683 scanned. In either case, *TOTAL contains the cost result. */
686 bool (* rtx_costs) (rtx x, int code, int outer_code, int *total, bool speed);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
target.h 683 scanned. In either case, *TOTAL contains the cost result. */
686 bool (* rtx_costs) (rtx x, int code, int outer_code, int *total, bool speed);
    [all...]
  /external/v8/test/mjsunit/
d8-os.js 127 // Check we time out with total time.
  /external/v8/src/
mirror-debugger.js 624 var total = 0;
630 total += propertyNames.length;
638 total += namedInterceptorNames.length;
647 total += elementNames.length;
655 total += indexedInterceptorNames.length;
659 limit = Math.min(limit || total, total);
    [all...]
mark-compact.cc     [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 200 "\t-t N total: stop after a total of N packets\n"
210 "\t one every <-f> ticks, until <-t> total requests\n"
213 "\t total reads\n"},
584 pktgen.total = opts.uval;
649 if (pktgen.total) {
650 printf("%slimit %d", str, pktgen.total);
    [all...]
  /external/chromium/base/
process_util_win.cc 720 free->total = accumulated / kMegabyte;
  /external/chromium/third_party/icu/source/tools/tzcode/
zic.c 1968 register int month, total; local
    [all...]

Completed in 702 milliseconds

<<11121314