| /external/pigweed/pw_rpc/raw/public/pw_rpc/raw/ |
| D | client_reader_writer.h | 80 uint32_t method_id) in RawClientReaderWriter() 116 uint32_t method_id) in RawClientReader() 158 uint32_t method_id) in RawClientWriter() 195 uint32_t method_id) in RawUnaryReceiver()
|
| /external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/ |
| D | client_reader_writer.h | 36 uint32_t method_id, in Start() 66 uint32_t method_id, in NanopbUnaryResponseClientCall() 127 uint32_t method_id, in Start() 173 uint32_t method_id, in NanopbStreamResponseClientCall() 273 uint32_t method_id, in NanopbClientReaderWriter() 319 uint32_t method_id, in NanopbClientReader() 368 uint32_t method_id, in NanopbClientWriter() 411 uint32_t method_id, in NanopbUnaryReceiver()
|
| /external/rust/beto-rust/common/pourover/tests/ |
| D | jni_method_integration.rs | 89 let method_id = CONSTRUCTOR.lookup(&mut env)?; in can_call_native_method() localVariable 121 let method_id = NATIVE_METHOD.lookup(&mut env)?; in can_call_native_method() localVariable 140 let method_id = NATIVE_OBJECT_METHOD.lookup(&mut env)?; in can_call_native_method() localVariable 152 let method_id = NATIVE_OBJECT_METHOD.lookup(&mut env)?; in can_call_native_method() localVariable
|
| D | desc_integration.rs | 51 let method_id = CONSTRUCTOR.lookup(&mut env)?; in jni_access() localVariable 67 let method_id = METHOD.lookup(&mut env)?; in jni_access() localVariable 91 let method_id = STATIC_METHOD.lookup(&mut env)?; in jni_access() localVariable
|
| /external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/ |
| D | client_reader_writer.h | 46 uint32_t method_id, in Start() 69 uint32_t method_id, in StartDynamic() 98 uint32_t method_id, in PwpbUnaryResponseClientCall() 204 uint32_t method_id, in Start() 228 uint32_t method_id, in StartDynamic() 260 uint32_t method_id, in PwpbStreamResponseClientCall() 417 uint32_t method_id, in PwpbClientReaderWriter() 464 uint32_t method_id, in PwpbClientReader() 523 uint32_t method_id, in PwpbClientWriter() 569 uint32_t method_id, in PwpbUnaryReceiver()
|
| /external/pigweed/pw_rpc/public/pw_rpc/internal/ |
| D | client_call.h | 50 uint32_t method_id, in ClientCall() 80 uint32_t method_id, in Start() 103 uint32_t method_id, in UnaryResponseClientCall() 154 uint32_t method_id, in Start() 179 uint32_t method_id, in StreamResponseClientCall()
|
| D | packet.h | 130 constexpr uint32_t method_id() const { return method_id_; } in method_id() function 142 constexpr void set_method_id(uint32_t method_id) { method_id_ = method_id; } in set_method_id()
|
| D | fake_channel_output.h | 84 uint32_t method_id) const PW_LOCKS_EXCLUDED(mutex_) { in payloads() 106 uint32_t method_id) const PW_LOCKS_EXCLUDED(mutex_) { in total_payloads()
|
| /external/pigweed/pw_rpc/public/pw_rpc/ |
| D | payloads_view.h | 46 uint32_t method_id) in PacketFilter() 151 uint32_t method_id) in PayloadsView() 164 uint32_t method_id) in PayloadsView() 253 uint32_t method_id) in StatusView()
|
| D | packet_meta.h | 37 constexpr MethodId method_id() const { return method_id_; } in method_id() function
|
| /external/pigweed/pw_rpc/raw/ |
| D | client_testing.cc | 32 uint32_t method_id, in CheckProcessPacket() 55 uint32_t method_id, in ProcessPacket()
|
| /external/icing/icing/text_classifier/lib3/utils/java/ |
| D | jni-helper.cc | 105 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()
|
| /external/libtextclassifier/native/utils/java/ |
| D | jni-helper.cc | 105 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()
|
| /external/pigweed/pw_rpc/ |
| D | server.cc | 115 uint32_t service_id, uint32_t method_id) { in FindMethod() 121 uint32_t service_id, uint32_t method_id) { in FindMethodLocked()
|
| D | call.cc | 66 uint32_t method_id, in Call() 79 uint32_t method_id, in Call()
|
| /external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | jitprofiling.h | 138 unsigned int method_id; member 152 unsigned int method_id; member 178 unsigned int method_id; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | jitprofiling.h | 137 unsigned int method_id; member 151 unsigned int method_id; member 177 unsigned int method_id; member
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | jitprofiling.h | 137 unsigned int method_id; member 151 unsigned int method_id; member 177 unsigned int method_id; member
|
| /external/sdv/vsomeip/test/cpu_load_tests/ |
| D | cpu_load_test_globals.hpp | 12 static constexpr vsomeip::method_t method_id(0x1111); variable
|
| /external/sdv/vsomeip/test/client_id_tests/ |
| D | client_id_test_globals.hpp | 14 vsomeip::method_t method_id; member
|
| /external/pigweed/pw_grpc/public/pw_grpc/ |
| D | pw_rpc_handler.h | 54 uint32_t method_id; member
|
| /external/sdv/vsomeip/test/subscribe_notify_one_tests/ |
| D | subscribe_notify_one_test_globals.hpp | 14 vsomeip::method_t method_id; member
|
| /external/pigweed/pw_rpc/internal/ |
| D | packet.proto | 69 fixed32 method_id = 4; field
|
| /external/rust/crates/jni/0.20.0/benches/ |
| D | api_calls.rs | 154 let method_id = env in jni_call_static_abs_method_unchecked_str() localVariable 165 let method_id = env in jni_call_static_abs_method_unchecked_jclass() localVariable 185 let method_id = env in jni_call_static_date_time_method_unchecked_jclass() localVariable 222 let method_id = env in jni_call_object_hash_method_unchecked() localVariable
|
| /external/sdv/vsomeip/test/initial_event_tests/ |
| D | initial_event_test_globals.hpp | 14 vsomeip::method_t method_id; member
|