HomeSort by relevance Sort by last modified time
    Searched refs:old_threshold (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 678 old_threshold = self._diffThreshold
680 self.addCleanup(lambda: setattr(self, '_diffThreshold', old_threshold))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 678 old_threshold = self._diffThreshold
680 self.addCleanup(lambda: setattr(self, '_diffThreshold', old_threshold))
    [all...]

Completed in 3677 milliseconds