/external/python/cpython3/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 | 58 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
|
D | test_unicode.py | 56 def checkequalnofix(self, result, object, methodname, *args): argument
|
/external/python/cpython2/Lib/test/ |
D | test_userstring.py | 21 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
|
D | test_string.py | 14 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
|
D | string_tests.py | 52 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
|
D | test_unicode.py | 56 def checkequalnofix(self, result, object, methodname, *args): argument
|
/external/python/cpython3/Lib/idlelib/ |
D | rpc.py | 217 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
|
D | debugger_r.py | 302 def call(self, methodname, *args, **kwargs): argument
|
/external/python/cpython2/Lib/idlelib/ |
D | rpc.py | 208 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
|
D | RemoteDebugger.py | 293 def call(self, methodname, *args, **kwargs): argument
|
/external/python/cpython2/Demo/pdist/ |
D | server.py | 95 def _special(self, methodname, args): argument
|
/external/python/cpython3/Lib/unittest/ |
D | loader.py | 48 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/ |
D | AbstractTestCase.java | 66 protected Method getMethod(final JavaClass cl, final String methodname) in getMethod()
|
/external/skqp/platform_tools/android/apps/skottie/src/main/cpp/ |
D | JavaInputStreamAdaptor.cpp | 28 const char methodname[], const char type[]) { in getMethodIDCheck()
|
/external/skia/platform_tools/android/apps/skottie/src/main/cpp/ |
D | JavaInputStreamAdaptor.cpp | 28 const char methodname[], const char type[]) { in getMethodIDCheck()
|
/external/python/cpython2/Lib/unittest/ |
D | loader.py | 30 def _make_failed_test(classname, methodname, exception, suiteClass): argument
|
/external/libjpeg-turbo/ |
D | jmorecfg.h | 223 #define JMETHOD(type, methodname, arglist) type (*methodname) arglist argument
|
/external/python/cpython2/Python/ |
D | modsupport.c | 591 PyEval_CallMethod(PyObject *obj, const char *methodname, const char *format, ...) in PyEval_CallMethod()
|
/external/python/cpython2/Objects/ |
D | classobject.c | 1412 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/ |
D | managers.py | 97 def dispatch(c, id, methodname, args=(), kwds={}): argument 746 def _callmethod(self, methodname, args=(), kwds={}): argument
|
/external/python/cpython3/Lib/multiprocessing/ |
D | managers.py | 74 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/ |
D | GeneratingAnnotatedClassesTestCase.java | 619 private MethodGen createMethodGen(final String methodname, final InstructionList il, in createMethodGen()
|
/external/python/cpython3/Lib/xmlrpc/ |
D | client.py | 934 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument 1442 def __request(self, methodname, params): argument
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 1055 def dumps(params, methodname=None, methodresponse=None, encoding=None, argument 1592 def __request(self, methodname, params): argument
|