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

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/junit/swingui/
TestRunner.java 791 int total= test.countTestCases();
792 fProgressIndicator.start(total);
793 fCounterPanel.setTotal(total);
  /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...]
  /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 249 int total=0; local
1158 total++;
1182 total++;
1202 total++;
1222 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.
  /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...]
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java 2012 long total = 0; local
    [all...]
  /external/dnsmasq/src/
rfc2131.c 205 unsigned int total = option_len(opt) + 2; local
207 if (last_opt && last_opt < end - total)
209 end -= total;
211 memcpy(agent_id, opt, total);
    [all...]
  /external/icu4c/tools/tzcode/
zic.c 1968 register int month, total; 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

Completed in 907 milliseconds

1 2 3 4 5 6 7 8 91011>>