/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_property.py | 25 def spam(self): member in BaseClass 29 @spam.setter 30 def spam(self, value): member in BaseClass 33 @spam.deleter 34 def spam(self): member in BaseClass 39 @BaseClass.spam.getter 40 def spam(self): member in SubClass 44 @spam.setter 45 def spam(self, value): member in SubClass 48 @spam.deleter [all …]
|
D | test_symtable.py | 52 spam = find_block(top, "spam") variable in SymtableTest 53 internal = find_block(spam, "internal") 60 self.assertEqual(self.spam.get_type(), "function") 68 self.assertTrue(self.spam.is_optimized()) 77 self.assertFalse(self.spam.is_nested()) 87 self.assertEqual(self.spam.get_lineno(), 11) 90 func = self.spam 98 self.assertTrue(self.spam.lookup("glob").is_global()) 99 self.assertFalse(self.spam.lookup("glob").is_declared_global()) 100 self.assertTrue(self.spam.lookup("bar").is_global()) [all …]
|
D | inspect_fodder.py | 8 def spam(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h): function 43 spam(a, b, c)
|
D | test_argparse.py | 1128 ('a', NS(spam='a')), 1129 ('g', NS(spam='g')), 1139 ('4', NS(spam=4)), 1140 ('15', NS(spam=15)), 1153 ('a b c', NS(spam=['a', ['b', 'c']])), 1462 ('foo', NS(x=None, spam=RFile('foo'))), 1463 ('-x foo bar', NS(x=RFile('foo'), spam=RFile('bar'))), 1464 ('bar -x foo', NS(x=RFile('foo'), spam=RFile('bar'))), 1465 ('-x - -', NS(x=sys.stdin, spam=sys.stdin)), 1466 ('readonly', NS(x=None, spam=RFile('readonly'))), [all …]
|
D | test_rlcompleter.py | 8 spam = 1 variable in CompleteMe 14 self.completer = rlcompleter.Completer(dict(spam=int,
|
D | test_frozen.py | 22 import __phello__.spam
|
D | tokenize_tests.txt | 111 """ + R'''spam 125 """ + uR'''spam
|
D | test_iter.py | 146 def spam(state=[0]): function 150 self.check_iterator(iter(spam, 10), range(10)) 154 def spam(state=[0]): function 160 self.check_iterator(iter(spam, 20), range(10)) 164 def spam(state=[0]): function 172 for x in iter(spam, 20): 856 def spam(state=[0]): function 862 b = iter(spam, 5)
|
D | test_pkg.py | 122 from t2.sub.subsub import spam 269 from t7.sub.subsub import spam as ham
|
D | test_descr.py | 304 import copy, xxsubtype as spam namespace 307 import xxsubtype as spam namespace 308 return spam.spamlist(l) 311 copy._deepcopy_dispatch[spam.spamlist] = spamlist 334 class C(spam.spamlist): 348 import copy, xxsubtype as spam namespace 350 import xxsubtype as spam namespace 351 sd = spam.spamdict() 356 copy._deepcopy_dispatch[spam.spamdict] = spamdict 386 class C(spam.spamdict): [all …]
|
D | test_inspect.py | 100 self.assertTrue(inspect.isroutine(mod.spam)) 238 ('spam', mod.spam)]) 276 self.assertEqual(inspect.getsourcefile(mod.spam), modfile) 432 self.assertArgSpecEquals(mod.spam,
|
D | test_contextlib.py | 94 def baz(spam): argument
|
D | test_class.py | 456 testme.spam
|
D | test_logging.py | 287 spam = logging.getLogger("spam") 292 spam.info(self.next_message())
|
D | test_cookielib.py | 472 spam = c._cookies["www.acme.com"]["/"]["foo"] 474 self.assertTrue(spam.expires is None)
|
D | test_builtin.py | 261 sys.spam = 1 1384 self.assertEqual(sys.spam, 1)
|
D | test_array.py | 26 self.assertRaises(TypeError, array.array, spam=42)
|
/device/generic/goldfish/sepolicy/common/ |
D | hostapd_nohidl.te | 19 # hostapd will attempt to search sysfs but it's not needed and will spam the log
|
/device/google/wahoo/sepolicy/vendor/ |
D | system_server.te | 16 # The timerslack_ns denials spam the system really horribly
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/ |
D | README | 15 supports checking internal links (#spam fragments in URLs) and some
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/ |
D | KNOWN_PROBLEMS.txt | 61 Diagnosed by Piotr Eljasiak (eljasiak@no-spam.zt.gdansk.tpsa.pl):
|
D | CHANGES_FROM_133.txt | 828 Diagnosed by Piotr Eljasiak (eljasiak@no-spam.zt.gdansk.tpsa.pl):
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | KNOWN_PROBLEMS.txt | 118 Diagnosed by Piotr Eljasiak (eljasiak@no-spam.zt.gdansk.tpsa.pl):
|
D | CHANGES_FROM_133.txt | 1510 Diagnosed by Piotr Eljasiak (eljasiak no-spam.zt.gdansk.tpsa.pl):
|