HomeSort by relevance Sort by last modified time
    Searched refs:gettotalrefcount (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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)
test_deque.py 789 if verbose and hasattr(sys, "gettotalrefcount"):
795 counts[i] = sys.gettotalrefcount()
test_array.py     [all...]
test_builtin.py     [all...]
test_itertools.py     [all...]
test_set.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_deque.py 789 if verbose and hasattr(sys, "gettotalrefcount"):
795 counts[i] = sys.gettotalrefcount()
test_array.py     [all...]
test_builtin.py     [all...]
test_itertools.py     [all...]
test_set.py     [all...]

Completed in 340 milliseconds

12