Home
last modified time | relevance | path

Searched defs:method_id (Results 1 – 25 of 30) sorted by relevance

12

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dbase_client_call.h33 uint32_t method_id, in BaseClientCall()
59 constexpr uint32_t method_id() const { return method_id_; } in method_id() function
Dpacket.h102 constexpr uint32_t method_id() const { return method_id_; } in method_id() function
113 constexpr void set_method_id(uint32_t method_id) { method_id_ = method_id; } in set_method_id()
/external/icing/icing/text_classifier/lib3/utils/java/
Djni-helper.cc103 jmethodID method_id, ...) { in CallVoidMethod()
114 jmethodID method_id, ...) { in CallBooleanMethod()
125 jmethodID method_id, ...) { in CallIntMethod()
136 jmethodID method_id, ...) { in CallLongMethod()
147 jmethodID method_id, ...) { in CallFloatMethod()
158 jmethodID method_id, ...) { in CallDoubleMethod()
Djni-helper.h174 jclass clazz, jmethodID method_id, in CallStaticIntMethod()
/external/libtextclassifier/native/utils/java/
Djni-helper.cc105 jmethodID method_id, ...) { in CallVoidMethod()
116 jmethodID method_id, ...) { in CallBooleanMethod()
127 jmethodID method_id, ...) { in CallIntMethod()
138 jmethodID method_id, ...) { in CallLongMethod()
149 jmethodID method_id, ...) { in CallFloatMethod()
160 jmethodID method_id, ...) { in CallDoubleMethod()
Djni-helper.h176 jclass clazz, jmethodID method_id, in CallStaticIntMethod()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h137 unsigned int method_id; member
151 unsigned int method_id; member
177 unsigned int method_id; member
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h137 unsigned int method_id; member
151 unsigned int method_id; member
177 unsigned int method_id; member
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h138 unsigned int method_id; member
152 unsigned int method_id; member
178 unsigned int method_id; member
/external/pigweed/pw_rpc/nanopb/
Dcodegen_test.cc139 constexpr uint32_t method_id = internal::Hash("TestRpc"); in TEST() local
163 constexpr uint32_t method_id = internal::Hash("TestStreamRpc"); in TEST() local
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/
Dnanopb_client_call.h68 uint32_t method_id, in BaseNanopbClientCall()
/external/pigweed/pw_rpc/internal/
Dpacket.proto62 fixed32 method_id = 4; field
/external/pigweed/pw_rpc/
Dbase_server_writer.cc47 uint32_t BaseServerWriter::method_id() const { return call_.method().id(); } in method_id() function in pw::rpc::internal::BaseServerWriter
Dbase_client_call_test.cc42 uint32_t method_id, in FakeClientCall()
Dclient_test.cc32 uint32_t method_id) in TestClientCall()
Dserver_test.cc81 uint32_t method_id, in EncodeRequest()
/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.proto42 optional uint32 method_id = 2; field
/external/perfetto/src/ipc/
Dhost_impl.cc173 uint32_t method_id = 1; // method ids start at index 1. in OnBindService() local
197 const uint32_t method_id = req.method_id(); in OnInvokeMethod() local
/external/pigweed/pw_rpc/pw_rpc_private/
Dinternal_test_utils.h136 static constexpr uint32_t method_id() { return kMethodId; } in method_id() function
/external/kernel-headers/original/uapi/rdma/
Drdma_user_ioctl_cmds.h79 __u16 method_id; member
/external/webrtc/sdk/android/src/jni/
Djni_generator_helper.h141 jmethodID method_id; member
/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op_gpu.cu.cc44 int crop_height, int crop_width, int depth, int method_id, in CropAndResizeKernel()
138 int method_id) { in CropAndResizeBackpropImageKernel()
/external/libchrome/base/android/linker/
Dlinker_jni.cc156 jmethodID* method_id) { in InitStaticMethodId()
475 jmethodID method_id; member
/external/python/apitools/apitools/gen/
Dservice_registry.py348 def __ComputeUploadConfig(self, media_upload_config, method_id): argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_call.h232 int method_id, HandleRequestFunction handle_request_function, in EnqueueRequestForMethod()

12