/external/chromium-trace/src/tracing/ |
timeline_analysis.js | 104 text += leftAlign('*Totals', c0Width) + ' : ' +
|
timeline_track.js | 1048 var y = ctr.totals[i * numSeries + seriesIndex]; [all...] |
trace_event_importer_test.html | 407 assertArrayEquals([0, 10, 0], ctr.totals); 467 3.1, 3.6], ctr.totals); 498 0, 1], ctr.totals);
|
/frameworks/base/core/tests/coretests/src/android/net/ |
NetworkStatsHistoryTest.java | 199 // first verify that totals match up 223 // first verify that totals match up 240 // first verify that totals match up 394 // must have identical totals before and after
|
/external/clang/tools/scan-build/ |
scan-build | 605 my %Totals; 612 if (!defined $Totals{$key}) { $Totals{$key} = [1,$bug_category,$bug_type]; } 613 else { $Totals{$key}->[0]++; } 633 my $x = $Totals{$a}; 634 my $y = $Totals{$b}; 638 } keys %Totals ) 640 my $val = $Totals{$key}; [all...] |
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 85 # Totals for each function, for overall summary. 126 # Print out the function totals sorted by these events, eg. (D,C). 158 # Inclusive totals for each function, for overall summary. 672 } elsif (s/^totals:\s+//) { 699 # Correct inclusive totals 757 # Print summary and sorted function totals 839 # Prints summary and function totals (with separate column widths, so that 858 print(" PROGRAM TOTALS\n"); [all...] |
/external/webkit/Source/WebCore/loader/cache/ |
CachedResource.cpp | 346 // Update the cache's size totals. 373 // Update the cache's size totals.
|
MemoryCache.h | 153 // Called to adjust the cache totals when a resource changes size.
|
/external/chromium/chrome/browser/resources/ |
about_memory_linux.html | 164 <p><i>(Note that the memory for this tab is not included in the browser totals)</i></p>
|
about_memory_mac.html | 172 <i>(Note that the memory for this tab is not included in the browser totals.)</i>
|
/external/zlib/contrib/masmx64/ |
inffas8664.c | 69 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
|
/frameworks/base/core/java/android/text/ |
AutoText.java | 64 // 64K characters and that the trie for the source side totals less
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduHeaders.java | 72 public static final int TOTALS = 0xA9; 132 * X-Mms-Totals | 374 case TOTALS:
|
/packages/experimental/procstatlog/ |
procstatreport.py | 465 totals = [sum(ops.get(var, {}).values()) for var in yaffs_vars] 466 if not sum(totals): continue 474 values.update(zip(yaffs_vars, totals))
|
/external/valgrind/main/cachegrind/ |
cg_annotate.in | 81 # Totals for each function, for overall summary. 111 # Print out the function totals sorted by these events, eg. (D,C). 489 # Print summary and sorted function totals 571 # Prints summary and function totals (with separate column widths, so that 590 print(" PROGRAM TOTALS\n");
|
/external/chromium/base/ |
tracked_objects.cc | 237 Aggregation totals; local 239 totals.AddDeathSnapshot(match_array[i]); 242 totals.Write(output); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ufs_fs.h | 535 __fs32 cg_btotoff; /* (__u32) block totals per cylinder */ 577 __fs32 cg_btot[32]; /* block totals per cylinder */ 702 __u32 c_btotoff; /* (__u32) block totals per cylinder */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 535 __fs32 cg_btotoff; /* (__u32) block totals per cylinder */ 577 __fs32 cg_btot[32]; /* block totals per cylinder */ 702 __u32 c_btotoff; /* (__u32) block totals per cylinder */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ufs_fs.h | 535 __fs32 cg_btotoff; /* (__u32) block totals per cylinder */ 577 __fs32 cg_btot[32]; /* block totals per cylinder */ 702 __u32 c_btotoff; /* (__u32) block totals per cylinder */ [all...] |
/external/iproute2/tc/ |
q_gred.c | 294 fprintf(f, "\n\t Packet totals: %u (bytes %u) ",
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
|
/external/quake/quake/src/QW/ |
qwchangelog.txt | 200 totals, unless you hit tab to display frag scores
|
/external/zlib/ |
inffast.c | 58 and 13 bits for the distance extra. This totals 48 bits, or six bytes.
|
/external/grub/stage2/ |
fs.h | 288 int cg_btotoff; /* (long) block totals per cylinder */ 337 int cg_btot[32]; /* block totals per cylinder */
|
/external/valgrind/main/callgrind/docs/ |
cl-format.xml | 471 <para><computeroutput>totals: costs</computeroutput> [Cachegrind]</para> 473 file. Both keys have the same meaning, but the "totals:" line
|