Home
last modified time | relevance | path

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

12

/external/python/cpython3/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.py58 def checkequal(self, result, obj, methodname, *args, **kwargs): argument
82 def checkraises(self, exc, obj, methodname, *args): argument
90 def checkcall(self, obj, methodname, *args): argument
Dtest_unicode.py56 def checkequalnofix(self, result, object, methodname, *args): argument
/external/python/cpython2/Lib/test/
Dtest_userstring.py21 def checkequal(self, result, object, methodname, *args): argument
31 def checkraises(self, exc, obj, methodname, *args): argument
38 def checkcall(self, object, methodname, *args): argument
Dtest_string.py14 def checkequal(self, result, object, methodname, *args): argument
21 def checkraises(self, exc, obj, methodname, *args): argument
26 def checkcall(self, object, methodname, *args): argument
Dstring_tests.py52 def checkequal(self, result, object, methodname, *args): argument
71 def checkraises(self, exc, obj, methodname, *args): argument
79 def checkcall(self, object, methodname, *args): argument
Dtest_unicode.py56 def checkequalnofix(self, result, object, methodname, *args): argument
/external/python/cpython3/Lib/idlelib/
Drpc.py217 def remotecall(self, oid, methodname, args, kwargs): argument
222 def remotequeue(self, oid, methodname, args, kwargs): argument
227 def asynccall(self, oid, methodname, args, kwargs): argument
237 def asyncqueue(self, oid, methodname, args, kwargs): argument
Ddebugger_r.py302 def call(self, methodname, *args, **kwargs): argument
/external/python/cpython2/Lib/idlelib/
Drpc.py208 def remotecall(self, oid, methodname, args, kwargs): argument
213 def remotequeue(self, oid, methodname, args, kwargs): argument
218 def asynccall(self, oid, methodname, args, kwargs): argument
228 def asyncqueue(self, oid, methodname, args, kwargs): argument
DRemoteDebugger.py293 def call(self, methodname, *args, **kwargs): argument
/external/python/cpython2/Demo/pdist/
Dserver.py95 def _special(self, methodname, args): argument
/external/python/cpython3/Lib/unittest/
Dloader.py48 def _make_failed_test(methodname, exception, suiteClass, message): argument
52 def _make_skipped_test(methodname, exception, suiteClass): argument
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DAbstractTestCase.java66 protected Method getMethod(final JavaClass cl, final String methodname) in getMethod()
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp28 const char methodname[], const char type[]) { in getMethodIDCheck()
/external/skia/platform_tools/android/apps/skottie/src/main/cpp/
DJavaInputStreamAdaptor.cpp28 const char methodname[], const char type[]) { in getMethodIDCheck()
/external/python/cpython2/Lib/unittest/
Dloader.py30 def _make_failed_test(classname, methodname, exception, suiteClass): argument
/external/libjpeg-turbo/
Djmorecfg.h223 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
/external/python/cpython2/Python/
Dmodsupport.c591 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod()
/external/python/cpython2/Objects/
Dclassobject.c1412 generic_unary_op(PyInstanceObject *self, PyObject *methodname) in generic_unary_op()
1599 #define UNARY(funcname, methodname) \ argument
1608 #define UNARY_FB(funcname, methodname, funcname_fb) \ argument
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py97 def dispatch(c, id, methodname, args=(), kwds={}): argument
746 def _callmethod(self, methodname, args=(), kwds={}): argument
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py74 def dispatch(c, id, methodname, args=(), kwds={}): argument
783 def _callmethod(self, methodname, args=(), kwds={}): argument
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DGeneratingAnnotatedClassesTestCase.java619 private MethodGen createMethodGen(final String methodname, final InstructionList il, in createMethodGen()
/external/python/cpython3/Lib/xmlrpc/
Dclient.py934 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument
1442 def __request(self, methodname, params): argument
/external/python/cpython2/Lib/
Dxmlrpclib.py1055 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument
1592 def __request(self, methodname, params): argument

12