HomeSort by relevance Sort by last modified time
    Searched refs:multicall (Results 1 - 9 of 9) sorted by null

  /external/xmlrpcpp/test/
HelloClient.cpp 63 // Test the multicall method. It accepts one arg, an array of structs
64 XmlRpcValue multicall; local
65 multicall[0][0]["methodName"] = "Sum";
66 multicall[0][0]["params"][0] = 5.0;
67 multicall[0][0]["params"][1] = 9.0;
69 multicall[0][1]["methodName"] = "NoSuchMethod";
70 multicall[0][1]["params"][0] = "";
72 multicall[0][2]["methodName"] = "Sum";
75 multicall[0][3]["methodName"] = "Sum";
76 multicall[0][3]["params"][0] = 10.5
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_xmlrpc.py 497 'system.methodSignature', 'system.multicall'])
547 multicall = xmlrpclib.MultiCall(p)
548 multicall.add(2,3)
549 multicall.pow(6,8)
550 multicall.div(127,42)
551 add_result, pow_result, div_result = multicall()
564 multicall = xmlrpclib.MultiCall(p)
565 multicall.this_is_not_exists(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_xmlrpc.py 497 'system.methodSignature', 'system.multicall'])
547 multicall = xmlrpclib.MultiCall(p)
548 multicall.add(2,3)
549 multicall.pow(6,8)
550 multicall.div(127,42)
551 add_result, pow_result, div_result = multicall()
564 multicall = xmlrpclib.MultiCall(p)
565 multicall.this_is_not_exists(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 497 'system.methodSignature', 'system.multicall'])
547 multicall = xmlrpclib.MultiCall(p)
548 multicall.add(2,3)
549 multicall.pow(6,8)
550 multicall.div(127,42)
551 add_result, pow_result, div_result = multicall()
564 multicall = xmlrpclib.MultiCall(p)
565 multicall.this_is_not_exists(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xmlrpc.py 497 'system.methodSignature', 'system.multicall'])
547 multicall = xmlrpclib.MultiCall(p)
548 multicall.add(2,3)
549 multicall.pow(6,8)
550 multicall.div(127,42)
551 add_result, pow_result, div_result = multicall()
564 multicall = xmlrpclib.MultiCall(p)
565 multicall.this_is_not_exists(
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmlrpclib.py 50 # 2003-10-31 mvl Add multicall support
110 MultiCall Executor of boxcared xmlrpc requests
932 ## Multicall support
936 # some lesser magic to store calls made to a MultiCall object
947 """Iterates over the results of a multicall. Exceptions are
961 "unexpected type in multicall result"
963 class MultiCall:
968 Methods can be added to the MultiCall using normal
971 multicall = MultiCall(server_proxy
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmlrpclib.py 50 # 2003-10-31 mvl Add multicall support
110 MultiCall Executor of boxcared xmlrpc requests
932 ## Multicall support
936 # some lesser magic to store calls made to a MultiCall object
947 """Iterates over the results of a multicall. Exceptions are
961 "unexpected type in multicall result"
963 class MultiCall:
968 Methods can be added to the MultiCall using normal
971 multicall = MultiCall(server_proxy
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmlrpclib.py 50 # 2003-10-31 mvl Add multicall support
110 MultiCall Executor of boxcared xmlrpc requests
932 ## Multicall support
936 # some lesser magic to store calls made to a MultiCall object
947 """Iterates over the results of a multicall. Exceptions are
961 "unexpected type in multicall result"
963 class MultiCall:
968 Methods can be added to the MultiCall using normal
971 multicall = MultiCall(server_proxy
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmlrpclib.py 50 # 2003-10-31 mvl Add multicall support
110 MultiCall Executor of boxcared xmlrpc requests
932 ## Multicall support
936 # some lesser magic to store calls made to a MultiCall object
947 """Iterates over the results of a multicall. Exceptions are
961 "unexpected type in multicall result"
963 class MultiCall:
968 Methods can be added to the MultiCall using normal
971 multicall = MultiCall(server_proxy
    [all...]

Completed in 4389 milliseconds