| /external/python/cpython2/Lib/test/ | 
| D | test_property.py | 25     def spam(self):  member in BaseClass30     def spam(self, value):  member in BaseClass
 34     def spam(self):  member in BaseClass
 40     def spam(self):  member in SubClass
 45     def spam(self, value):  member in SubClass
 49     def spam(self):  member in SubClass
 56     spam = property(_get_spam, doc="spam spam spam")  variable in PropertyDocBase
 60     def spam(self):  member in PropertyDocSub
 66     def spam(self):  member in PropertySubNewGetter
 72     def spam(self):  member in PropertyNewGetter
 [all …]
 
 | 
| D | test_rlcompleter.py | 8     spam = 1  variable in CompleteMe
 | 
| D | inspect_fodder.py | 8 def spam(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h):  function
 | 
| D | test_iter.py | 158         def spam(state=[0]):  function166         def spam(state=[0]):  function
 176         def spam(state=[0]):  function
 866         def spam(state=[0]):  function
 
 | 
| D | test_symtable.py | 52     spam = find_block(top, "spam")  variable in SymtableTest
 | 
| D | test_contextlib.py | 94         def baz(spam):  argument
 | 
| D | test_descr.py | 313         import copy, xxsubtype as spam  namespace316             import xxsubtype as spam  namespace
 357         import copy, xxsubtype as spam  namespace
 359             import xxsubtype as spam  namespace
 532             def spam(self):  member in ClassPropertiesAndMethods.test_metaclass.C
 828             def spam(self): return "A"  member in ClassPropertiesAndMethods.test_diamond_inheritance.A
 832             def spam(self): return "B"  member in ClassPropertiesAndMethods.test_diamond_inheritance.B
 1442         import xxsubtype as spam  namespace
 1505         import xxsubtype as spam  namespace
 
 | 
| D | test_argparse.py | 4507         def spam(string):  function4528         def spam(string_to_convert):  function
 4544         def spam(int_to_convert):  function
 4555         def spam(int_to_convert):  function
 
 | 
| /external/python/cpython3/Lib/test/ | 
| D | test_dynamicclassattribute.py | 26     def spam(self):  member in BaseClass31     def spam(self, value):  member in BaseClass
 35     def spam(self):  member in BaseClass
 40     spam = BaseClass.__dict__['spam']  variable in SubClass
 43     def spam(self):  member in SubClass
 48     def spam(self, value):  member in SubClass
 52     def spam(self):  member in SubClass
 59     spam = DynamicClassAttribute(_get_spam, doc="spam spam spam")  variable in PropertyDocBase
 62     spam = PropertyDocBase.__dict__['spam']  variable in PropertyDocSub
 64     def spam(self):  member in PropertyDocSub
 [all …]
 
 | 
| D | test_property.py | 25     def spam(self):  member in BaseClass30     def spam(self, value):  member in BaseClass
 34     def spam(self):  member in BaseClass
 40     def spam(self):  member in SubClass
 45     def spam(self, value):  member in SubClass
 49     def spam(self):  member in SubClass
 56     spam = property(_get_spam, doc="spam spam spam")  variable in PropertyDocBase
 60     def spam(self):  member in PropertyDocSub
 66     def spam(self):  member in PropertySubNewGetter
 72     def spam(self):  member in PropertyNewGetter
 [all …]
 
 | 
| D | test_named_expressions.py | 282         def spam(a):  function290         def spam(a):  function
 375         def spam(a):  function
 382         def spam(a):  function
 402         def spam(a):  function
 415         def spam(a):  function
 447         def spam(a):  function
 456         def spam(a):  function
 465         def spam(a):  function
 474         def spam(a, b):  function
 [all …]
 
 | 
| D | test_rlcompleter.py | 8     spam = 1  variable in CompleteMe
 | 
| D | test_iter.py | 253         def spam(state=[0]):  function261         def spam(state=[0]):  function
 271         def spam(state=[0]):  function
 941         def spam(state=[0]):  function
 
 | 
| D | inspect_fodder.py | 8 def spam(a, /, b, c, d=3, e=4, f=5, *g, **h):  function
 | 
| D | test_symtable.py | 58     spam = find_block(top, "spam")  variable in SymtableTest
 | 
| D | test_contextlib_async.py | 262         async def baz(spam):  argument
 | 
| D | test_yield_from.py | 968         def spam(g):  function
 | 
| D | test_descr.py | 303         import copy, xxsubtype as spam  namespace306             import xxsubtype as spam  namespace
 347         import copy, xxsubtype as spam  namespace
 349             import xxsubtype as spam  namespace
 523             def spam(self):  member in ClassPropertiesAndMethods.test_metaclass.C
 902             def spam(self): return "A"  member in ClassPropertiesAndMethods.test_diamond_inheritance.A
 906             def spam(self): return "B"  member in ClassPropertiesAndMethods.test_diamond_inheritance.B
 1607         import xxsubtype as spam  namespace
 1690         import xxsubtype as spam  namespace
 
 | 
| /external/python/cpython3/Lib/test/test_import/data/circular_imports/ | 
| D | source.py | 2 spam = 1  variable
 | 
| /external/python/cpython2/Misc/Vim/ | 
| D | syntax_test.py | 56 spam = 42  # UNCOLOURED: assignment  variable
 | 
| /external/compiler-rt/test/asan/TestCases/Windows/ | 
| D | demangled_names.cc | 16 void spam(char *p) {  in spam()  function
 | 
| /external/rust/crates/serde_cbor/tests/ | 
| D | value.rs | 86         spam: u32,  field
 | 
| /external/fonttools/Lib/fontTools/ttLib/tables/ | 
| D | D_S_I_G_.py | 99 pem_spam = lambda l, spam = {  argument
 | 
| /external/clang/test/CodeGenCXX/ | 
| D | mangle-ms-back-references-pr13207.cpp | 113 void spam(K<A,B,C> x) {}  in spam()  function139 void spam(NA::Y<NA::X> x) {}  in spam()  function
 
 | 
| D | mangle-ms-templates.cpp | 179 void spam() {  in spam()  function
 |