/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_setcomps.py | 141 if verbose and hasattr(sys, "gettotalrefcount"): 147 counts[i] = sys.gettotalrefcount()
|
test_list.py | 67 if verbose and hasattr(sys, "gettotalrefcount"): 73 counts[i] = sys.gettotalrefcount()
|
test_csv.py | [all...] |
test_peepholer.py | 234 if verbose and hasattr(sys, "gettotalrefcount"): 240 counts[i] = sys.gettotalrefcount()
|
test_enumerate.py | 247 if verbose and hasattr(sys, "gettotalrefcount"): 251 counts[i] = sys.gettotalrefcount()
|
test_sort.py | 282 if verbose and hasattr(sys, "gettotalrefcount"): 288 counts[i] = sys.gettotalrefcount()
|
test_bisect.py | 358 if verbose and hasattr(sys, "gettotalrefcount"): 364 counts[i] = sys.gettotalrefcount()
|
test_heapq.py | 409 if verbose and hasattr(sys, "gettotalrefcount"): 415 counts[i] = sys.gettotalrefcount()
|
regrtest.py | 88 -R runs each test several times and examines sys.gettotalrefcount() to 91 test is run to let gettotalrefcount settle down, 'run' is the number [all...] |
test_functools.py | 487 if verbose and hasattr(sys, "gettotalrefcount"): 493 counts[i] = sys.gettotalrefcount()
|
test_operator.py | 522 if verbose and hasattr(sys, "gettotalrefcount"): 528 counts[i] = sys.gettotalrefcount()
|
test_random.py | 616 if verbose and hasattr(sys, "gettotalrefcount"): 620 counts[i] = sys.gettotalrefcount()
|
test_sys.py | 291 if hasattr(sys, "gettotalrefcount"): 292 self.assertIsInstance(sys.gettotalrefcount(), int)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_setcomps.py | 141 if verbose and hasattr(sys, "gettotalrefcount"): 147 counts[i] = sys.gettotalrefcount()
|
test_list.py | 67 if verbose and hasattr(sys, "gettotalrefcount"): 73 counts[i] = sys.gettotalrefcount()
|
test_csv.py | [all...] |
test_peepholer.py | 234 if verbose and hasattr(sys, "gettotalrefcount"): 240 counts[i] = sys.gettotalrefcount()
|
test_enumerate.py | 247 if verbose and hasattr(sys, "gettotalrefcount"): 251 counts[i] = sys.gettotalrefcount()
|
test_sort.py | 282 if verbose and hasattr(sys, "gettotalrefcount"): 288 counts[i] = sys.gettotalrefcount()
|
test_bisect.py | 358 if verbose and hasattr(sys, "gettotalrefcount"): 364 counts[i] = sys.gettotalrefcount()
|
test_heapq.py | 409 if verbose and hasattr(sys, "gettotalrefcount"): 415 counts[i] = sys.gettotalrefcount()
|
regrtest.py | 88 -R runs each test several times and examines sys.gettotalrefcount() to 91 test is run to let gettotalrefcount settle down, 'run' is the number [all...] |
test_functools.py | 487 if verbose and hasattr(sys, "gettotalrefcount"): 493 counts[i] = sys.gettotalrefcount()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 100 rc = sys.gettotalrefcount() 106 rc = sys.gettotalrefcount() 109 refcounts[i] = sys.gettotalrefcount() - rc 170 sys.gettotalrefcount
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 100 rc = sys.gettotalrefcount() 106 rc = sys.gettotalrefcount() 109 refcounts[i] = sys.gettotalrefcount() - rc 170 sys.gettotalrefcount
|