Home
last modified time | relevance | path

Searched refs:sortTestMethodsUsing (Results 1 – 5 of 5) sorted by relevance

/prebuilts/clang/host/linux-x86/clang-r547379/python3/lib/python3.11/unittest/
Dloader.py72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader
238 if self.sortTestMethodsUsing:
239 testFnNames.sort(key=functools.cmp_to_key(self.sortTestMethodsUsing))
472 loader.sortTestMethodsUsing = sortUsing
/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/unittest/
Dloader.py72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader
238 if self.sortTestMethodsUsing:
239 testFnNames.sort(key=functools.cmp_to_key(self.sortTestMethodsUsing))
472 loader.sortTestMethodsUsing = sortUsing
/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/unittest/
Dloader.py72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader
238 if self.sortTestMethodsUsing:
239 testFnNames.sort(key=functools.cmp_to_key(self.sortTestMethodsUsing))
472 loader.sortTestMethodsUsing = sortUsing
/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/unittest/
Dloader.py72 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader
238 if self.sortTestMethodsUsing:
239 testFnNames.sort(key=functools.cmp_to_key(self.sortTestMethodsUsing))
472 loader.sortTestMethodsUsing = sortUsing
/prebuilts/build-tools/common/py3-stdlib/unittest/
Dloader.py69 sortTestMethodsUsing = staticmethod(util.three_way_cmp) variable in TestLoader
225 if self.sortTestMethodsUsing:
226 testFnNames.sort(key=functools.cmp_to_key(self.sortTestMethodsUsing))