Home
last modified time | relevance | path

Searched refs:get_threshold (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_gc.py217 thresholds = gc.get_threshold()
232 thresholds = gc.get_threshold()
Dtest_weakref.py668 thresholds = gc.get_threshold()
942 self.addCleanup(gc.set_threshold, *gc.get_threshold())
Dtest_weakset.py429 self.addCleanup(gc.set_threshold, *gc.get_threshold())
Dtest_multiprocessing.py1960 thresholds = gc.get_threshold()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py248 def get_threshold(self, criteria_str, op): member in BaseValidator
920 expected_count_packets = self.get_threshold(self.criteria_str, '>')
955 expected_relative_motion = self.get_threshold(self.criteria_str, '>')
/external/python/cpython2/Doc/library/
Dgc.rst105 .. function:: get_threshold()