Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/unittest/
Dloader.py44 sortTestMethodsUsing = cmp variable in TestLoader
141 if self.sortTestMethodsUsing:
142 testFnNames.sort(key=_CmpToKey(self.sortTestMethodsUsing))
301 loader.sortTestMethodsUsing = sortUsing
/aosp_15_r20/external/python/cpython2/Lib/unittest/test/
Dtest_loader.py1115 loader.sortTestMethodsUsing = reversed_cmp
1133 loader.sortTestMethodsUsing = reversed_cmp
1151 loader.sortTestMethodsUsing = reversed_cmp
1169 loader.sortTestMethodsUsing = reversed_cmp
1187 loader.sortTestMethodsUsing = reversed_cmp
1195 self.assertTrue(loader.sortTestMethodsUsing is cmp)
1207 loader.sortTestMethodsUsing = None
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Lib/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_loader.py1399 loader.sortTestMethodsUsing = reversed_cmp
1417 loader.sortTestMethodsUsing = reversed_cmp
1435 loader.sortTestMethodsUsing = reversed_cmp
1453 loader.sortTestMethodsUsing = reversed_cmp
1471 loader.sortTestMethodsUsing = reversed_cmp
1501 loader.sortTestMethodsUsing = None
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_loader.py1399 loader.sortTestMethodsUsing = reversed_cmp
1417 loader.sortTestMethodsUsing = reversed_cmp
1435 loader.sortTestMethodsUsing = reversed_cmp
1453 loader.sortTestMethodsUsing = reversed_cmp
1471 loader.sortTestMethodsUsing = reversed_cmp
1501 loader.sortTestMethodsUsing = None
/aosp_15_r20/external/python/cpython2/Doc/library/
Dunittest.rst1550 .. attribute:: sortTestMethodsUsing
/aosp_15_r20/external/python/cpython3/Doc/library/
Dunittest.rst1969 .. attribute:: sortTestMethodsUsing