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

  /external/grpc-grpc/src/core/lib/security/transport/
auth_filters.h 31 const char* url_scheme, grpc_slice call_host, grpc_slice call_method,
client_auth_filter.cc 127 const char* url_scheme, grpc_slice call_host, grpc_slice call_method,
130 char* service = grpc_slice_to_c_string(call_method);
  /external/autotest/server/cros/faft/
rpc_proxy.py 22 The call_method is the method which does refer to the latest RPC proxy.
24 def __init__(self, call_method, name):
25 self.__call_method = call_method
  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.cc 213 auto call_method = [o, &error](const string& method) -> StatusOr<PyObject*> { local
224 TF_ASSIGN_OR_RETURN(np_type, call_method("numpy_dtype"));
241 TF_ASSIGN_OR_RETURN(py_subshapes, call_method("tuple_shapes"));
260 TF_ASSIGN_OR_RETURN(py_dimensions, call_method("dimensions"));
261 TF_ASSIGN_OR_RETURN(py_minor_to_major, call_method("minor_to_major"));
  /external/autotest/server/cros/multimedia/
remote_facade_factory.py 47 The call_method is the method which does refer to the latest RPC proxy.
50 def __init__(self, call_method, name):
51 self.__call_method = call_method
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 1236 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 1218 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) function
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 1256 call_method(PyObject *o, char *name, PyObject **nameobj, char *format, ...) function
    [all...]
  /external/grpc-grpc/test/core/security/
credentials_test.cc 1147 const char* call_method; member in struct:__anon23373
1190 grpc_slice call_method = local
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 1503 call_method(PyObject *obj, _Py_Identifier *name, function
    [all...]
  /external/libchrome/third_party/jinja2/
ext.py 119 def call_method(self, name, args=None, kwargs=None, dyn_args=None, member in class:Extension
  /external/python/cpython3/Modules/
_pickle.c 407 call_method(PyObject *func, PyObject *self, PyObject *obj) function
    [all...]

Completed in 612 milliseconds