Home
last modified time | relevance | path

Searched defs:callmethod (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/cpython2/Demo/newmetaclasses/
DEiffel.py74 def callmethod(self, inst, args, kwargs): member in EiffelDescriptor
/aosp_15_r20/external/python/cpython3/Tools/demo/
Deiffel.py84 def callmethod(self, inst, args, kwargs): member in EiffelDescriptor
/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c598 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/
DClientModeImplTest.java3612 private void callmethod(VerificationMode mode, ArgumentMatcher<Intent> intentMatcher) { in callmethod() method in ClientModeImplTest