/external/proguard/src/proguard/classfile/visitor/ |
ExceptionCounter.java | 28 * This ExceptionInfoVisitor counts the number of exceptions that has been visited.
|
MemberCounter.java | 26 * This MemberVisitor counts the number of class members that have been visited.
|
/external/qemu/distrib/jpeg-6b/ |
jchuff.h | 45 /* Generate an optimal table definition given the specified counts */
|
/external/valgrind/main/helgrind/tests/ |
filter_stderr | 31 -e "/^For counts of detected and suppressed errors, rerun with: -v$/d" \
|
/external/valgrind/main/memcheck/tests/ |
badjump.stderr.exp | 24 For counts of detected and suppressed errors, rerun with: -v
|
badjump.stderr.exp-kfail | 22 For counts of detected and suppressed errors, rerun with: -v
|
partiallydefinedeq.stderr.exp | 17 For counts of detected and suppressed errors, rerun with: -v
|
partiallydefinedeq.stderr.exp2 | 22 For counts of detected and suppressed errors, rerun with: -v
|
partiallydefinedeq.stderr.exp3 | 18 For counts of detected and suppressed errors, rerun with: -v
|
partiallydefinedeq.stderr.exp4 | 22 For counts of detected and suppressed errors, rerun with: -v
|
/external/valgrind/main/memcheck/tests/darwin/ |
aio.stderr.exp | 21 For counts of detected and suppressed errors, rerun with: -v
|
/packages/apps/UnifiedEmail/src/com/android/mail/perf/ |
Timer.java | 127 Integer counts = mCounts.get(tag); local 128 if (counts == null) { 129 counts = 0; 131 mCounts.put(tag, counts + 1);
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Observable.java | 23 * A Utility class to register observers and return logging and counts for the number of registered
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
rquota.x | 20 int rq_bsize; /* block size for block counts */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rquota.x | 20 int rq_bsize; /* block size for block counts */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
rquota.x | 20 int rq_bsize; /* block size for block counts */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_setcomps.py | 143 counts = [None] * 5 144 for i in range(len(counts)): 147 counts[i] = sys.gettotalrefcount() 148 print(counts)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_setcomps.py | 143 counts = [None] * 5 144 for i in range(len(counts)): 147 counts[i] = sys.gettotalrefcount() 148 print(counts)
|
/external/chromium_org/chrome/renderer/extensions/ |
event_bindings.cc | 56 // A map of extension IDs to listener counts for that extension. 67 // A map of extension IDs to filtered listener counts for that extension. 210 FilteredEventListenerCounts& counts = local 212 FilteredEventListenerCounts::iterator it = counts.find(event_name); 213 if (it == counts.end()) 214 counts[event_name].reset(new ValueCounter); 216 int result = counts[event_name]->Add(*filter); 225 FilteredEventListenerCounts& counts = local 227 FilteredEventListenerCounts::iterator it = counts.find(event_name); 228 if (it == counts.end() [all...] |
/external/chromium_org/chrome/browser/prerender/ |
prerender_util.cc | 175 // bucket 0 counts every response seen. 187 // Bucket 1 counts occurences of the X-Mod-Pagespeed header. 211 // Bucket 2 counts occurences of the X-Page-Speed header with a 219 // Bucket 3 counts occurences of the X-Page-Speed header with a 225 // Bucket 4 counts occurences of all other values.
|
/external/oprofile/libpp/ |
profile_container.cpp | 95 symb_entry.sample.counts[pclass] = count; 145 sample.counts[pclass] = it.count(); 180 op_ratio(it->sample.counts[0], total_count[0]); 220 count_array_t counts = samples_count(*it); local 222 double const ratio = op_ratio(counts[0], total_count[0]);
|
/external/oprofile/pp/ |
opannotate.cpp | 189 string str = count_str(sample->counts, samples->samples_count()); 231 prev_sample->counts += sample->counts; 232 str = count_str(prev_sample->counts, samples->samples_count()); 234 str = count_str(sample->counts, samples->samples_count()); 265 string annot = count_str(symbol->sample.counts, 272 str += count_str(symbol->sample.counts, samples->samples_count()); 524 count_array_t counts = samples->samples_count(filename, linenr); local 525 if (!counts.zero()) { 526 str += count_str(counts, samples->samples_count()) 547 count_array_t counts; local [all...] |
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 458 // Add initial binder counts 501 // Add final binder counts 507 // Add alloc counts 536 * Starts allocation counting. This triggers a gc and resets the counts. 539 // Before we start trigger a GC and reset the debug counts. Run the 541 // counts. This will free up any objects that were just sitting around 549 // start the counts 577 * Returns a bundle with the counts for various binder counts for this
|
/external/chromium_org/chrome/browser/history/ |
most_visited_tiles_experiment_unittest.cc | 168 // Ensure counts have been incremented correctly. 203 // Ensure counts have been incremented correctly. 230 // Ensure counts have been incremented correctly. 266 // Ensure counts have been incremented correctly. 309 // Ensure counts are correct. 353 // Ensure counts are correct.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-gcov.1 | 139 [\fB\-c\fR|\fB\-\-branch\-counts\fR] 228 Write individual execution counts for every basic block. Normally gcov 229 outputs execution counts only for the main blocks of a line. With this 245 .IP "\fB\-\-branch\-counts\fR" 4 246 .IX Item "--branch-counts" 465 counts, and the output looks like this: 504 the execution counts for individual blocks that end on that line. After each 505 block, the branch and call counts of the block will be shown, if the 581 The execution counts are cumulative. If the example program were 594 counts) it will ignore the contents of the file. It then adds in th [all...] |