/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 40 def countcalls(counts): 44 counts[func_name] = 0 46 counts[func_name] += 1 128 counts = {} 131 @countcalls(counts) 136 self.assertEqual(counts, dict(double=0)) 141 self.assertEqual(counts['double'], 1) 143 self.assertEqual(counts['double'], 1) 145 self.assertEqual(counts['double'], 2) 150 self.assertEqual(counts['double'], 3 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decorators.py | 40 def countcalls(counts): 44 counts[func_name] = 0 46 counts[func_name] += 1 128 counts = {} 131 @countcalls(counts) 136 self.assertEqual(counts, dict(double=0)) 141 self.assertEqual(counts['double'], 1) 143 self.assertEqual(counts['double'], 1) 145 self.assertEqual(counts['double'], 2) 150 self.assertEqual(counts['double'], 3 [all...] |
/external/oprofile/libpp/ |
symbol.h | 29 /// for storing sample counts 57 count_array_t counts; member in struct:sample_entry 101 * the sample counts replaced with the relevant arc counts, whilst 142 bool has_sample_counts(count_array_t const & counts, size_t lo, size_t hi);
|
/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
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 7 # performance counter counts this as one instruction. However, 8 # on Pentium 4 systems it counts as two. Therefore this can
|
/external/valgrind/main/gdbserver_tests/ |
mcclean_after_fork.stderr.exp | 14 For counts of detected and suppressed errors, rerun with: -v
|
mcmain_pic.stderr.exp | 12 For counts of detected and suppressed errors, rerun with: -v
|
/external/valgrind/main/memcheck/tests/ |
accounting.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|
brk2.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
bug287260.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|
erringfds.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|
leak-pool-0.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
leak-pool-1.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
leak-pool-2.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
leak-pool-3.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
leak-pool-4.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
leak-pool-5.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
mallinfo.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|
/external/valgrind/main/memcheck/tests/linux/ |
brk.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
capget.stderr.exp | 13 For counts of detected and suppressed errors, rerun with: -v
|
lsframe1.stderr.exp | 11 For counts of detected and suppressed errors, rerun with: -v
|
lsframe2.stderr.exp | 11 For counts of detected and suppressed errors, rerun with: -v
|
sigqueue.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|
syscalls-2007.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v
|
syslog-syscall.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v
|