/third_party/python/Lib/test/ |
D | test_userstring.py | 20 def checkequal(self, result, object, methodname, *args, **kwargs): argument 30 def checkraises(self, exc, obj, methodname, *args): argument 37 def checkcall(self, object, methodname, *args): argument
|
D | string_tests.py | 59 def checkequal(self, result, obj, methodname, *args, **kwargs): argument 83 def checkraises(self, exc, obj, methodname, *args): argument 91 def checkcall(self, obj, methodname, *args): argument
|
D | test_unicode.py | 64 def checkequalnofix(self, result, object, methodname, *args): argument
|
/third_party/python/Lib/idlelib/ |
D | rpc.py | 216 def remotecall(self, oid, methodname, args, kwargs): argument 221 def remotequeue(self, oid, methodname, args, kwargs): argument 226 def asynccall(self, oid, methodname, args, kwargs): argument 236 def asyncqueue(self, oid, methodname, args, kwargs): argument
|
D | debugger_r.py | 302 def call(self, methodname, /, *args, **kwargs): argument
|
/third_party/python/Lib/unittest/ |
D | loader.py | 48 def _make_failed_test(methodname, exception, suiteClass, message): argument 52 def _make_skipped_test(methodname, exception, suiteClass): argument
|
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/cpp/ |
D | JavaInputStreamAdaptor.cpp | 28 const char methodname[], const char type[]) { in getMethodIDCheck()
|
/third_party/libjpeg-turbo/ |
D | jmorecfg.h | 186 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jmorecfg.h | 188 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jmorecfg.h | 223 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
|
/third_party/python/Lib/xmlrpc/ |
D | client.py | 944 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument 1458 def __request(self, methodname, params): argument
|
/third_party/python/Lib/multiprocessing/ |
D | managers.py | 85 def dispatch(c, id, methodname, args=(), kwds={}): argument 805 def _callmethod(self, methodname, args=(), kwds={}): argument
|
/third_party/python/Modules/ |
D | _datetimemodule.c | 3617 tzinfo_nogo(const char* methodname) in tzinfo_nogo()
|