HomeSort by relevance Sort by last modified time
    Searched full:counts (Results 501 - 525 of 2525) sorted by null

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sort.py 284 counts = [None] * 5
285 for i in xrange(len(counts)):
288 counts[i] = sys.gettotalrefcount()
289 print counts
  /external/valgrind/main/cachegrind/docs/
cg-manual.xml 82 the program with the counts that were caused directly by it.</para>
263 from highest <computeroutput>Ir</computeroutput> counts to
265 <computeroutput>Ir</computeroutput> counts, they will then be
266 sorted by <computeroutput>I1mr</computeroutput> counts, and
279 by default omits functions that cause very low counts
282 99% of the <computeroutput>Ir</computeroutput> counts;
307 xreflabel="The Global and Function-level Counts">
308 <title>The Global and Function-level Counts</title>
368 <sect2 id="cg-manual.line-by-line" xreflabel="Line-by-line Counts">
369 <title>Line-by-line Counts</title
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 72 * @return an empty vector to be used to store counts
164 // First time in, we should not have to check for previous counts,
  /external/chromium/base/
utf_string_conversions.cc 99 // Assume that normally we won't have any non-BMP characters so the counts
113 // Assume that normally we won't have any non-BMP characters so the counts
  /external/chromium/net/disk_cache/
histogram_macros.h 98 // CACHE_UMA(COUNTS, "MyName", 0, 20);
99 // CACHE_UMA(COUNTS, "MyExperiment", 530, 55);
  /external/chromium_org/base/strings/
utf_string_conversions.cc 96 // Assume that normally we won't have any non-BMP characters so the counts
110 // Assume that normally we won't have any non-BMP characters so the counts
  /external/chromium_org/net/disk_cache/
histogram_macros.h 97 // CACHE_UMA(COUNTS, "MyName", 0, 20);
98 // CACHE_UMA(COUNTS, "MyExperiment", 530, 55);
  /external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
qunit.css 153 /*** Test Counts */
155 #qunit-tests b.counts { color: black; }
  /external/chromium_org/third_party/icu/source/i18n/
bocsu.h 106 * Symmetrical lead byte counts are for convenience.
108 * no advantage to asymmetrical lead byte counts.
  /external/chromium_org/third_party/skia/include/core/
SkPathEffect.h 153 The reference counts for outer and inner are both incremented in the constructor,
184 The reference counts for first and second are both incremented in the constructor,
  /external/chromium_org/tools/code_coverage/
croc_scan.py 114 # a pattern which counts only an odd number of backslashes, so the last
130 # a pattern which counts only an odd number of backslashes, so the last
  /external/chromium_org/tools/flakiness/
find_flakiness.py 33 the last known counts and is overwritten at the end of each run with the new
34 counts. There is an optional sleep interval between each run so the script can
  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 119 * Returns a collection of multiset entries representing the counts of the distinct elements, in
130 * Returns a collection of multiset entries representing the counts of the distinct elements, in
  /external/icu4c/i18n/
bocsu.h 112 * Symmetrical lead byte counts are for convenience.
114 * no advantage to asymmetrical lead byte counts.
  /external/libpcap/
pcap-pf.c 248 * "ps_recv" counts only packets that passed the filter.
253 * some platforms "ps_recv" counts only packets that
254 * passed the filter, and on others it counts packets
257 * "ps_drop" counts packets that passed the kernel filter
261 * "ps_ifdrop" counts packets dropped by the network
267 * "ps_recv" counts only packets that passed the filter.
269 * "ps_drop" counts packets that were dropped because the
273 * "ps_ifdrop" counts packets dropped by the network
  /external/linux-tools-perf/Documentation/
perf-stat.txt 70 Do not aggregate counts across all monitored CPUs in system-wide mode (-a).
83 print counts using a CSV-style output to make it easy to import directly into
  /external/linux-tools-perf/scripts/perl/
rwtop.pl 125 printf("\nread counts by pid:\n\n");
149 printf("\nwrite counts by pid:\n\n");
  /external/llvm/lib/Transforms/Scalar/
BasicBlockPlacement.cpp 17 // Positioning" by Pettis and Hansen, except that it uses basic block counts
18 // instead of edge counts. This should be improved in many ways, but is very
  /external/skia/include/core/
SkPathEffect.h 153 The reference counts for outer and inner are both incremented in the constructor,
184 The reference counts for first and second are both incremented in the constructor,
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 7 # performance counter counts this as one instruction. However,
8 # on Pentium 4 systems it counts as two. Therefore this can
  /frameworks/base/services/java/com/android/server/content/
ContentService.java 100 int[] counts = new int[2]; local
102 mRootNode.dumpLocked(fd, pw, args, "", " ", counts, pidCounts);
128 pw.print(" Total number of nodes: "); pw.println(counts[0]);
129 pw.print(" Total number of observers: "); pw.println(counts[1]);
797 String name, String prefix, int[] counts, SparseIntArray pidCounts) {
    [all...]
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
MergedAdapter.java 96 // TODO: cache counts until next onChanged
101 * Adapter by iterating through Adapters and summing their counts until the merged position is
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
AltPooledCache.java 27 * An alternative implementation of a pool+cache. This implementation only counts
36 * Because this class only counts unreferenced objects toward targetSize,
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MergedAdapter.java 95 // TODO: cache counts until next onChanged
100 * Adapter by iterating through Adapters and summing their counts until the merged position is
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
FastScrollingIndexCacheTest.java 86 String[] titles, int[] counts) {
87 Bundle bundle = FastScrollingIndexCache.buildExtraBundle(titles, counts);

Completed in 194 milliseconds

<<21222324252627282930>>