Home
last modified time | relevance | path

Searched refs:Foo (Results 1 – 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py9 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 …]
Dtest_loader.py16 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 …]
Dtest_case.py19 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 …]
Dtest_result.py45 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 …]
Dtest_suite.py11 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/
Dtest_property.py144 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 …]
Dcfgparser.11 [Foo Bar]
Dtest_scope.py418 class Foo: class
422 Foo.count += 1
425 Foo.count -= 1
428 x = Foo()
436 self.assertEqual(Foo.count, 0)
Dtest_builtin.py279 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 …]
Dtest_weakset.py16 class Foo: class
152 s = WeakSet(Foo() for i in range(1000))
206 self.fs.add(Foo())
Dtest_multiprocessing.py1209 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()
Dtest_inspect.py714 class Foo(object): class
716 self.cls = Foo
717 self.inst = Foo()
Dtest_bool.py351 class Foo(object): class
354 check(Foo())
Dtest_copy.py695 class Foo(object): class
698 f = Foo()
Dtest_weakref.py300 class Foo: class
304 g = Foo()
Dtest_descr.py4366 class Foo(object): class
4370 Foo()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt496 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
DCHANGES_FROM_131.txt420 class Foo {
DCHANGES_SUMMARY.txt41 rr : #FirstSetSymbol(rr_FirstSet) ( Foo | Bar ) ;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt320 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
DCHANGES_SUMMARY.txt41 rr : #FirstSetSymbol(rr_FirstSet) ( Foo | Bar ) ;