Searched refs:cmp_ (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | __init__.py | 33 cmp_ = lambda x, y: (x > y) - (x < y) function 35 cmp_ = cmp variable 37 reversed_cmp_ = lambda x, y: -cmp_(x, y)
|
| H A D | loader.py | 13 from unittest2 import case, suite, cmp_ 58 self.sortTestMethodsUsing = cmp_ 322 def getTestCaseNames(testCaseClass, prefix, sortUsing=cmp_): 326 def makeSuite(testCaseClass, prefix='test', sortUsing=cmp_, 334 def findTestCases(module, prefix='test', sortUsing=cmp_,
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/support/ |
| H A D | seven.py | 10 cmp_ = cmp variable 27 cmp_ = lambda x, y: (x > y) - (x < y) function
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_loader.py | 1272 self.assertTrue(loader.sortTestMethodsUsing is unittest2.cmp_)
|