Searched defs:callmethod (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/python/cpython2/Demo/newmetaclasses/ |
D | Eiffel.py | 74 def callmethod(self, inst, args, kwargs): member in EiffelDescriptor
|
/aosp_15_r20/external/python/cpython3/Tools/demo/ |
D | eiffel.py | 84 def callmethod(self, inst, args, kwargs): member in EiffelDescriptor
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 598 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) in callmethod() function
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ClientModeImplTest.java | 3612 private void callmethod(VerificationMode mode, ArgumentMatcher<Intent> intentMatcher) { in callmethod() method in ClientModeImplTest
|