Home
last modified time | relevance | path

Searched defs:spam (Results 1 – 25 of 48) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_dynamicclassattribute.py26 def spam(self): member in BaseClass
31 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 …]
Dtest_property.py25 def spam(self): member in BaseClass
30 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 …]
Dtest_named_expressions.py282 def spam(a): function
290 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 …]
Dtest_frozen.py35 import __phello__.spam as spam namespace
47 import __phello__.spam as spam namespace
Dtest_iter.py335 def spam(state=[0]): function
343 def spam(state=[0]): function
362 def spam(): function
378 def spam(state=[0]): function
1048 def spam(state=[0]): function
Dtest_rlcompleter.py8 spam = 1 variable in CompleteMe
Dtest_scope.py193 def spam(arg): function
218 def spam(arg): function
Dinspect_fodder.py8 def spam(a, /, b, c, d=3, e=4, f=5, *g, **h): function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_property.py25 def spam(self): member in BaseClass
30 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 …]
Dtest_iter.py158 def spam(state=[0]): function
166 def spam(state=[0]): function
176 def spam(state=[0]): function
866 def spam(state=[0]): function
Dtest_descr.py313 import copy, xxsubtype as spam namespace
316 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
Dtest_rlcompleter.py8 spam = 1 variable in CompleteMe
Dinspect_fodder.py8 def spam(a, b, c, d=3, (e, (f,))=(4, (5,)), *g, **h): function
Dtest_symtable.py52 spam = find_block(top, "spam") variable in SymtableTest
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/Dialer/android_common/javac/anno/com/android/dialer/spam/status/
DAutoValue_SimpleSpamStatus.java9 private final boolean spam; field in AutoValue_SimpleSpamStatus
16 boolean spam, in AutoValue_SimpleSpamStatus()
75 private boolean spam; field in AutoValue_SimpleSpamStatus.Builder
82 public SimpleSpamStatus.Builder setSpam(boolean spam) { in setSpam()
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/phonelookup/spam/
DSpamPhoneLookup.java50 private final Spam spam; field in SpamPhoneLookup
59 Spam spam) { in SpamPhoneLookup()
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dmangle-ms-back-references-pr13207.cpp113 void spam(K<A,B,C> x) {} in spam() function
139 void spam(NA::Y<NA::X> x) {} in spam() function
/aosp_15_r20/external/python/cpython3/Lib/test/test_import/data/circular_imports/
Dsource.py2 spam = 1 variable
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/spam/
DSpamComponent.java28 public abstract Spam spam(); in spam() method in SpamComponent
/aosp_15_r20/external/python/cpython2/Misc/Vim/
Dsyntax_test.py56 spam = 42 # UNCOLOURED: assignment variable
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddemangled_names.cc16 void spam(char *p) { in spam() function
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/
Dvalue.rs86 spam: u32, field
/aosp_15_r20/external/fonttools/Lib/fontTools/ttLib/tables/
H A DD_S_I_G_.py117 pem_spam = lambda l, spam={ argument
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DBlockReportSpamListener.java46 private final Spam spam; field in BlockReportSpamListener
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DShowBlockReportSpamDialogReceiver.java110 Spam spam = SpamComponent.get(context).spam(); in showDialogToBlockNumberAndOptionallyReportSpam() local

12