Searched refs:case (Results 1 - 25 of 47) sorted by relevance

12

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_cookie.py32 for case in cases:
34 C.load(case['data'])
35 self.assertEqual(repr(C), case['repr'])
36 self.assertEqual(C.output(sep='\n'), case['output'])
37 for k, v in sorted(case['dict'].iteritems()):
H A Dtest_sets.py89 self.case = "empty set"
100 self.case = "unit set (number)"
117 self.case = "unit set (tuple)"
134 self.case = "triple set"
440 for case in "!=", "==", "<", "<=", ">", ">=":
441 expected = case in self.cases
443 result = eval("x" + case + "y", locals())
446 if case in TestSubsets.case2method:
447 method = getattr(x, TestSubsets.case2method[case])
452 rcase = TestSubsets.reverse[case]
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_cookie.py32 for case in cases:
34 C.load(case['data'])
35 self.assertEqual(repr(C), case['repr'])
36 self.assertEqual(C.output(sep='\n'), case['output'])
37 for k, v in sorted(case['dict'].iteritems()):
H A Dtest_sets.py89 self.case = "empty set"
100 self.case = "unit set (number)"
117 self.case = "unit set (tuple)"
134 self.case = "triple set"
440 for case in "!=", "==", "<", "<=", ">", ">=":
441 expected = case in self.cases
443 result = eval("x" + case + "y", locals())
446 if case in TestSubsets.case2method:
447 method = getattr(x, TestSubsets.case2method[case])
452 rcase = TestSubsets.reverse[case]
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_cookie.py32 for case in cases:
34 C.load(case['data'])
35 self.assertEqual(repr(C), case['repr'])
36 self.assertEqual(C.output(sep='\n'), case['output'])
37 for k, v in sorted(case['dict'].iteritems()):
H A Dtest_sets.py89 self.case = "empty set"
100 self.case = "unit set (number)"
117 self.case = "unit set (tuple)"
134 self.case = "triple set"
440 for case in "!=", "==", "<", "<=", ">", ">=":
441 expected = case in self.cases
443 result = eval("x" + case + "y", locals())
446 if case in TestSubsets.case2method:
447 method = getattr(x, TestSubsets.case2method[case])
452 rcase = TestSubsets.reverse[case]
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_cookie.py32 for case in cases:
34 C.load(case['data'])
35 self.assertEqual(repr(C), case['repr'])
36 self.assertEqual(C.output(sep='\n'), case['output'])
37 for k, v in sorted(case['dict'].iteritems()):
H A Dtest_sets.py89 self.case = "empty set"
100 self.case = "unit set (number)"
117 self.case = "unit set (tuple)"
134 self.case = "triple set"
440 for case in "!=", "==", "<", "<=", ">", ">=":
441 expected = case in self.cases
443 result = eval("x" + case + "y", locals())
446 if case in TestSubsets.case2method:
447 method = getattr(x, TestSubsets.case2method[case])
452 rcase = TestSubsets.reverse[case]
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
H A D__init__.py59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
H A Dloader.py12 from . import case, suite namespace
34 TestClass = type(classname, (case.TestCase,), attrs)
64 if isinstance(obj, type) and issubclass(obj, case.TestCase):
80 The name may resolve either to a module, a test case class, a
81 test method within a test case class, or a callable object which
104 elif isinstance(obj, type) and issubclass(obj, case.TestCase):
108 issubclass(parent, case.TestCase)):
116 elif isinstance(test, case.TestCase):
H A Dsuite.py5 from . import case namespace
51 (case.TestCase, TestSuite)):
81 For use, create an instance of TestSuite, then add test case instances.
195 if addSkip is not None and isinstance(exception, case.SkipTest):
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/
H A D__init__.py59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
H A Dloader.py12 from . import case, suite namespace
34 TestClass = type(classname, (case.TestCase,), attrs)
64 if isinstance(obj, type) and issubclass(obj, case.TestCase):
80 The name may resolve either to a module, a test case class, a
81 test method within a test case class, or a callable object which
104 elif isinstance(obj, type) and issubclass(obj, case.TestCase):
108 issubclass(parent, case.TestCase)):
116 elif isinstance(test, case.TestCase):
H A Dsuite.py5 from . import case namespace
51 (case.TestCase, TestSuite)):
81 For use, create an instance of TestSuite, then add test case instances.
195 if addSkip is not None and isinstance(exception, case.SkipTest):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A D__init__.py59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
H A Dloader.py12 from . import case, suite namespace
34 TestClass = type(classname, (case.TestCase,), attrs)
64 if isinstance(obj, type) and issubclass(obj, case.TestCase):
80 The name may resolve either to a module, a test case class, a
81 test method within a test case class, or a callable object which
104 elif isinstance(obj, type) and issubclass(obj, case.TestCase):
108 issubclass(parent, case.TestCase)):
116 elif isinstance(test, case.TestCase):
H A Dsuite.py5 from . import case namespace
51 (case.TestCase, TestSuite)):
81 For use, create an instance of TestSuite, then add test case instances.
195 if addSkip is not None and isinstance(exception, case.SkipTest):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A D__init__.py59 from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
H A Dloader.py12 from . import case, suite namespace
34 TestClass = type(classname, (case.TestCase,), attrs)
64 if isinstance(obj, type) and issubclass(obj, case.TestCase):
80 The name may resolve either to a module, a test case class, a
81 test method within a test case class, or a callable object which
104 elif isinstance(obj, type) and issubclass(obj, case.TestCase):
108 issubclass(parent, case.TestCase)):
116 elif isinstance(test, case.TestCase):
H A Dsuite.py5 from . import case namespace
51 (case.TestCase, TestSuite)):
81 For use, create an instance of TestSuite, then add test case instances.
195 if addSkip is not None and isinstance(exception, case.SkipTest):
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dformatter.py142 def format_letter(self, case, counter):
149 s = chr(ord(case) + x)
153 def format_roman(self, case, counter):
173 if case == 'I':
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dformatter.py142 def format_letter(self, case, counter):
149 s = chr(ord(case) + x)
153 def format_roman(self, case, counter):
173 if case == 'I':
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dformatter.py142 def format_letter(self, case, counter):
149 s = chr(ord(case) + x)
153 def format_roman(self, case, counter):
173 if case == 'I':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dformatter.py142 def format_letter(self, case, counter):
149 s = chr(ord(case) + x)
153 def format_roman(self, case, counter):
173 if case == 'I':
/prebuilts/sdk/tools/windows/bin/
H A DmainDexClasses.bat54 REM set proguard location for the SDK case
59 REM set proguard location for the Android tree case

Completed in 308 milliseconds

12