Home
last modified time | relevance | path

Searched defs:methodname (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/test/
Dtest_userstring.py20 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
Dstring_tests.py59 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
Dtest_unicode.py64 def checkequalnofix(self, result, object, methodname, *args): argument
/third_party/python/Lib/idlelib/
Drpc.py216 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
Ddebugger_r.py302 def call(self, methodname, /, *args, **kwargs): argument
/third_party/python/Lib/unittest/
Dloader.py48 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/
DJavaInputStreamAdaptor.cpp28 const char methodname[], const char type[]) { in getMethodIDCheck()
/third_party/libjpeg-turbo/
Djmorecfg.h186 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h188 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djmorecfg.h223 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
/third_party/python/Lib/xmlrpc/
Dclient.py944 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument
1458 def __request(self, methodname, params): argument
/third_party/python/Lib/multiprocessing/
Dmanagers.py85 def dispatch(c, id, methodname, args=(), kwds={}): argument
805 def _callmethod(self, methodname, args=(), kwds={}): argument
/third_party/python/Modules/
D_datetimemodule.c3617 tzinfo_nogo(const char* methodname) in tzinfo_nogo()