Home
last modified time | relevance | path

Searched refs:super (Results 1 – 25 of 99) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dsupport.py48 super(LoggingResult, self).__init__()
52 super(LoggingResult, self).startTest(test)
56 super(LoggingResult, self).startTestRun()
60 super(LoggingResult, self).stopTest(test)
64 super(LoggingResult, self).stopTestRun()
68 super(LoggingResult, self).addFailure(*args)
72 super(LoggingResult, self).addSuccess(*args)
76 super(LoggingResult, self).addError(*args)
80 super(LoggingResult, self).addSkip(*args)
84 super(LoggingResult, self).addExpectedFailure(*args)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpyclbr.py55 def __init__(self, module, name, super, file, lineno): argument
58 if super is None:
59 super = []
60 self.super = super
193 super = [] # Tokens making up current superclass
197 n = "".join(super)
214 super = []
225 super.append(token)
333 print "class", obj.name, obj.super, obj.lineno
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsupport.py22 super(LoggingSilencer, self).setUp()
34 super(LoggingSilencer, self).tearDown()
59 super(TempdirManager, self).setUp()
63 super(TempdirManager, self).tearDown()
121 super(EnvironGuard, self).setUp()
133 super(EnvironGuard, self).tearDown()
Dtest_config.py58 super(PyPIRCCommandTestCase, self).setUp()
77 super(PyPIRCCommandTestCase, self).tearDown()
Dtest_bdist_dumb.py35 super(BuildDumbTestCase, self).setUp()
43 super(BuildDumbTestCase, self).tearDown()
Dtest_sysconfig.py14 super(SysconfigTestCase, self).setUp()
21 super(SysconfigTestCase, self).tearDown()
Dtest_core.py35 super(CoreTestCase, self).setUp()
45 super(CoreTestCase, self).tearDown()
Dtest_config_cmd.py20 super(ConfigTestCase, self).setUp()
27 super(ConfigTestCase, self).tearDown()
Dtest_file_util.py20 super(FileUtilTestCase, self).setUp()
31 super(FileUtilTestCase, self).tearDown()
Dtest_bdist_rpm.py32 super(BuildRpmTestCase, self).setUp()
40 super(BuildRpmTestCase, self).tearDown()
Dtest_upload.py59 super(uploadTestCase, self).setUp()
66 super(uploadTestCase, self).tearDown()
Dtest_dir_util.py24 super(DirUtilTestCase, self).setUp()
35 super(DirUtilTestCase, self).tearDown()
Dtest_dist.py46 super(DistributionTestCase, self).setUp()
53 super(DistributionTestCase, self).tearDown()
246 super(MetadataTestCase, self).setUp()
252 super(MetadataTestCase, self).tearDown()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Drunner.py37 super(TextTestResult, self).__init__()
51 super(TextTestResult, self).startTest(test)
58 super(TextTestResult, self).addSuccess(test)
66 super(TextTestResult, self).addError(test, err)
74 super(TextTestResult, self).addFailure(test, err)
82 super(TextTestResult, self).addSkip(test, reason)
90 super(TextTestResult, self).addExpectedFailure(test, err)
98 super(TextTestResult, self).addUnexpectedSuccess(test)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_imports.py103 super(FixImports, self).compile_pattern()
107 match = super(FixImports, self).match
119 super(FixImports, self).start_tree(tree, filename)
Dfix_exitfunc.py31 super(FixExitfunc, self).__init__(*args)
34 super(FixExitfunc, self).start_tree(tree, filename)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tuple.py9 super(TupleTest, self).test_constructors()
21 super(TupleTest, self).test_truth()
26 super(TupleTest, self).test_len()
32 super(TupleTest, self).test_iadd()
39 super(TupleTest, self).test_imul()
Dtest_descrtut.py427 return "B" + super(B, self).m()
431 return "C" + super(C, self).m()
435 return "D" + super(D, self).m()
Dtest_userlist.py10 super(UserListTest, self).test_getslice()
32 super(UserListTest, self).test_iadd()
Dtest_list.py41 super(ListTest, self).test_truth()
49 super(ListTest, self).test_len()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
Dfunction.py63 super(NoArgs, self).__init__(args)
73 super(OneArg, self).__init__(args)
82 super(VarArgs, self).__init__(args)
/device/google/bonito-sepolicy/vendor/google/
Ddevice.te4 # Mark system_block_devices as super partition block devices for retrofit
/device/google/crosshatch-sepolicy/vendor/google/
Ddevice.te5 # Mark system_block_devices as super partition block devices for retrofit
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
DEnum.py21 super(EnumMetaclass, cls).__init__(name, bases, dict)
53 super(FullEnumMetaclass, cls).__init__(name, bases, dict)
DEiffel.py9 return super(EiffelBaseMetaClass, meta).__new__(meta, name, bases,
111 super(Sub, self).m2_post(Result, arg)

1234