/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | test_skipping.py | 9 class Foo(unittest.TestCase): class 14 test = Foo("test_skip_me") 20 class Foo(unittest.TestCase): class 26 test = Foo("test_nothing") 36 class Foo(unittest.TestCase): class 42 test_do_skip = Foo("test_skip") 43 test_dont_skip = Foo("test_dont_skip") 58 class Foo(unittest.TestCase): class 63 test = Foo("test_1") 70 class Foo(unittest.TestCase): class [all …]
|
D | test_loader.py | 16 class Foo(unittest.TestCase): class 21 tests = unittest.TestSuite([Foo('test_1'), Foo('test_2')]) 24 self.assertEqual(loader.loadTestsFromTestCase(Foo), tests) 31 class Foo(unittest.TestCase): class 37 self.assertEqual(loader.loadTestsFromTestCase(Foo), empty_suite) 67 class Foo(unittest.TestCase): class 75 suite = loader.loadTestsFromTestCase(Foo) 77 self.assertEqual(list(suite), [Foo('runTest')]) 873 class Foo(unittest.TestCase): class 877 m.Foo = Foo [all …]
|
D | test_case.py | 19 class Foo(unittest.TestCase): class in Test 23 class Bar(Foo): 49 eq_pairs = [(Test.Foo('test1'), Test.Foo('test1'))] 52 ne_pairs = [(Test.Foo('test1'), Test.Foo('runTest')) 53 ,(Test.Foo('test1'), Test.Bar('test1')) 54 ,(Test.Foo('test1'), Test.Bar('test2'))] 106 class Foo(unittest.TestCase): class 109 self.assertEqual(Foo('test').countTestCases(), 1) 116 class Foo(unittest.TestCase): class 120 result = Foo().defaultTestResult() [all …]
|
D | test_result.py | 45 class Foo(unittest.TestCase): class 49 test = Foo('test_1') 66 class Foo(unittest.TestCase): class 70 test = Foo('test_1') 117 class Foo(unittest.TestCase): class 121 test = Foo('test_1') 156 class Foo(unittest.TestCase): class 160 test = Foo('test_1') 204 class Foo(unittest.TestCase): class 208 test = Foo('test_1') [all …]
|
D | test_suite.py | 11 class Foo(unittest.TestCase): class in Test 18 return unittest.TestSuite(Test.Foo(n) for n in names) 211 class Foo(unittest.TestCase): class 214 test = Foo('test') 224 class Foo(unittest.TestCase): class 227 suite_2 = unittest.TestSuite([Foo('test')]) 241 class Foo(unittest.TestCase): class 245 test_1 = Foo('test_1') 246 test_2 = Foo('test_2')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_property.py | 144 class Foo(object): class 157 class Foo(object): class 163 Foo.spam.__doc__, 169 class Foo(object): class 179 foo = Foo() 184 Foo.spam.__doc__, 186 class FooSub(Foo): 187 @Foo.spam.setter 203 class Foo(object): class 212 self.assertEqual(Foo.spam.__doc__, "a new docstring") [all …]
|
D | cfgparser.1 | 1 [Foo Bar]
|
D | test_scope.py | 418 class Foo: class 422 Foo.count += 1 425 Foo.count -= 1 428 x = Foo() 436 self.assertEqual(Foo.count, 0)
|
D | test_builtin.py | 279 class Foo(types.ModuleType): class 281 f = Foo("foo") 289 class Foo(object): class 294 f = Foo() 298 class Foo(object): class 300 f = Foo() 305 class Foo(object): class 309 f = Foo() 314 class Foo(object): class 317 f = Foo() [all …]
|
D | test_weakset.py | 16 class Foo: class 152 s = WeakSet(Foo() for i in range(1000)) 206 self.fs.add(Foo())
|
D | test_multiprocessing.py | 1209 foo = manager.Foo() 1701 class Foo(object): class 1704 a = Foo() 1708 b = Foo() 1714 c = Foo() 1717 d10 = Foo() 1720 d01 = Foo() 1722 d02 = Foo() 1724 d03 = Foo()
|
D | test_inspect.py | 714 class Foo(object): class 716 self.cls = Foo 717 self.inst = Foo()
|
D | test_bool.py | 351 class Foo(object): class 354 check(Foo())
|
D | test_copy.py | 695 class Foo(object): class 698 f = Foo()
|
D | test_weakref.py | 300 class Foo: class 304 g = Foo()
|
D | test_descr.py | 4366 class Foo(object): class 4370 Foo()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133.txt | 496 r1 > [Foo f = expr] : 500 Foo r1(void) { 501 Foo _retv = expr; 507 r2 > [Foo f = expr1, Bar b = expr2 ] : 512 Foo f; 991 rr : #FirstSetSymbol(rr_FirstSet) ( Foo | Bar ) ; 994 elements Foo and Bar set. The bits can be tested using code similar 997 if (set_el(Foo, &rr_FirstSet)) { ... 1015 rr_bad : #FirstSetSymbol(rr_bad_FirstSet) Foo; // Illegal 1017 rr_ok : #FirstSetSymbol(rr_ok_FirstSet) (Foo); // Legal
|
D | CHANGES_FROM_131.txt | 420 class Foo {
|
D | CHANGES_SUMMARY.txt | 41 rr : #FirstSetSymbol(rr_FirstSet) ( Foo | Bar ) ;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | CHANGES_FROM_133.txt | 320 rr : #FirstSetSymbol(rr_FirstSet) ( Foo | Bar ) ; 323 elements Foo and Bar set. The bits can be tested using code similar 326 if (set_el(Foo, &rr_FirstSet)) { ... 344 rr_bad : #FirstSetSymbol(rr_bad_FirstSet) Foo; // Illegal 346 rr_ok : #FirstSetSymbol(rr_ok_FirstSet) (Foo); // Legal
|
D | CHANGES_SUMMARY.txt | 41 rr : #FirstSetSymbol(rr_FirstSet) ( Foo | Bar ) ;
|