/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
D | support.py | 48 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/ |
D | pyclbr.py | 55 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/ |
D | support.py | 22 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()
|
D | test_config.py | 58 super(PyPIRCCommandTestCase, self).setUp() 77 super(PyPIRCCommandTestCase, self).tearDown()
|
D | test_bdist_dumb.py | 35 super(BuildDumbTestCase, self).setUp() 43 super(BuildDumbTestCase, self).tearDown()
|
D | test_sysconfig.py | 14 super(SysconfigTestCase, self).setUp() 21 super(SysconfigTestCase, self).tearDown()
|
D | test_core.py | 35 super(CoreTestCase, self).setUp() 45 super(CoreTestCase, self).tearDown()
|
D | test_config_cmd.py | 20 super(ConfigTestCase, self).setUp() 27 super(ConfigTestCase, self).tearDown()
|
D | test_file_util.py | 20 super(FileUtilTestCase, self).setUp() 31 super(FileUtilTestCase, self).tearDown()
|
D | test_bdist_rpm.py | 32 super(BuildRpmTestCase, self).setUp() 40 super(BuildRpmTestCase, self).tearDown()
|
D | test_upload.py | 59 super(uploadTestCase, self).setUp() 66 super(uploadTestCase, self).tearDown()
|
D | test_dir_util.py | 24 super(DirUtilTestCase, self).setUp() 35 super(DirUtilTestCase, self).tearDown()
|
D | test_dist.py | 46 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/ |
D | runner.py | 37 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/ |
D | fix_imports.py | 103 super(FixImports, self).compile_pattern() 107 match = super(FixImports, self).match 119 super(FixImports, self).start_tree(tree, filename)
|
D | fix_exitfunc.py | 31 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/ |
D | test_tuple.py | 9 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()
|
D | test_descrtut.py | 427 return "B" + super(B, self).m() 431 return "C" + super(C, self).m() 435 return "D" + super(D, self).m()
|
D | test_userlist.py | 10 super(UserListTest, self).test_getslice() 32 super(UserListTest, self).test_iadd()
|
D | test_list.py | 41 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/ |
D | function.py | 63 super(NoArgs, self).__init__(args) 73 super(OneArg, self).__init__(args) 82 super(VarArgs, self).__init__(args)
|
/device/google/bonito-sepolicy/vendor/google/ |
D | device.te | 4 # Mark system_block_devices as super partition block devices for retrofit
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | device.te | 5 # Mark system_block_devices as super partition block devices for retrofit
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/ |
D | Enum.py | 21 super(EnumMetaclass, cls).__init__(name, bases, dict) 53 super(FullEnumMetaclass, cls).__init__(name, bases, dict)
|
D | Eiffel.py | 9 return super(EiffelBaseMetaClass, meta).__new__(meta, name, bases, 111 super(Sub, self).m2_post(Result, arg)
|