Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 25 of 118) sorted by relevance

12345

/external/libbrillo/brillo/dbus/
Ddbus_object.h124 const std::string& method_name, in AddSimpleMethodHandler()
133 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler()
142 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler()
151 inline void AddSimpleMethodHandler(const std::string& method_name, in AddSimpleMethodHandler() argument
161 const std::string& method_name, in AddSimpleMethodHandlerWithError()
171 const std::string& method_name, in AddSimpleMethodHandlerWithError()
181 const std::string& method_name, in AddSimpleMethodHandlerWithError()
191 const std::string& method_name, in AddSimpleMethodHandlerWithError()
202 const std::string& method_name, in AddSimpleMethodHandlerWithErrorAndMessage()
214 const std::string& method_name, in AddSimpleMethodHandlerWithErrorAndMessage()
[all …]
Ddbus_method_invoker.h99 const std::string& method_name, in CallMethodAndBlockWithTimeout()
134 const std::string& method_name, in CallMethodAndBlock()
291 const std::string& method_name, in CallMethodWithTimeout()
312 const std::string& method_name, in CallMethod()
Ddbus_object.cc64 std::string method_name = pair.first; in ExportAsync() local
98 std::string method_name = pair.first; in ExportAndBlock() local
135 std::string method_name = method_call->GetMember(); in HandleMethodCall() local
155 const std::string& method_name, in AddHandlerImpl()
/external/libtextclassifier/utils/java/
Djni-base.h37 #define TC3_JNI_METHOD_NAME_INTERNAL(package_name, class_name, method_name) \ argument
41 method_name) \ argument
47 #define TC3_JNI_METHOD2(return_type, package_name, class_name, method_name) \ argument
50 #define TC3_JNI_METHOD(return_type, class_name, method_name) \ argument
53 #define TC3_JNI_METHOD_NAME2(package_name, class_name, method_name) \ argument
56 #define TC3_JNI_METHOD_NAME(class_name, method_name) \ argument
64 const std::string& method_name, in CallJniMethod0()
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.h383 #define _FORWARD(method_name, return_sig, args_sig) \ argument
386 #define _FORWARD_UNOP(method_name) \ argument
389 #define _FORWARD_BINOP(method_name) \ argument
394 #define _FORWARD_TRIOP(method_name) \ argument
/external/tensorflow/tensorflow/core/distributed_runtime/
Drecent_request_ids.cc57 const string& method_name, in TrackUnique()
68 const string& method_name, in TrackUnique()
/external/tensorflow/tensorflow/python/saved_model/
Dsignature_def_utils_test.py201 def _testSupervisedSignatureDef(self, fn_to_test, method_name): argument
261 def _testSupervisedSignatureDefMissingInputs(self, fn_to_test, method_name): argument
288 def _assertValidSignature(self, inputs, outputs, method_name): argument
294 def _assertInvalidSignature(self, inputs, outputs, method_name): argument
Dsignature_def_utils_impl.py39 def build_signature_def(inputs=None, outputs=None, method_name=None): argument
227 method_name, inputs, loss=None, predictions=None, argument
/external/protobuf/ruby/lib/google/protobuf/
Drepeated_field.rb114 def define_array_wrapper_method(method_name) argument
126 def define_array_wrapper_with_result_method(method_name) argument
/external/libchrome/dbus/
Dexported_object.cc46 const std::string& method_name, in ExportMethodAndBlock()
72 const std::string& method_name, in ExportMethod()
127 const std::string& method_name, in ExportMethodInternal()
146 const std::string& method_name, in OnExported()
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dclass_util.py7 def IsMethodOverridden(parent_cls, child_cls, method_name): argument
/external/libchrome/mojo/public/cpp/bindings/
Dmessage_dumper.h30 const char* method_name; member
/external/tensorflow/tensorflow/python/ops/
Dquantized_ops_test.py31 def __init__(self, method_name="runTest"): argument
Ddequantize_op_test.py31 def __init__(self, method_name="runTest"): argument
Dclip_ops_test.py31 def __init__(self, method_name="runTest"): argument
Dbitwise_ops_test.py34 def __init__(self, method_name="runTest"): argument
/external/pdfium/fxjs/
DCJX_Define.h24 #define JS_METHOD(method_name, class_name) \ argument
/external/grpc-grpc/test/core/end2end/tests/
Dload_reporting_hook.cc47 char* method_name; member
115 const char* method_name, const char* request_msg, const char* response_msg, in request_response_with_payload()
281 const char* method_name = "/gRPCFTW"; in test_load_reporting_hook() local
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmessage_dumper.cc60 const char* method_name) in MessageEntry()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java161 final String method_name = u8.getBytes(); in ConstantPoolGen() local
574 …public int lookupMethodref( final String class_name, final String method_name, final String signat… in lookupMethodref()
595 …public int addMethodref( final String class_name, final String method_name, final String signature… in addMethodref()
628 …public int lookupInterfaceMethodref( final String class_name, final String method_name, final Stri… in lookupInterfaceMethodref()
650 …public int addInterfaceMethodref( final String class_name, final String method_name, final String … in addInterfaceMethodref()
/external/libchrome/base/android/jni_generator/
Djni_generator_helper.h20 #define CHECK_NATIVE_PTR(env, jcaller, native_ptr, method_name, ...) \ argument
/external/perfetto/src/ipc/
Dclient_impl.h73 std::string method_name; member
/external/grpc-grpc/src/core/lib/transport/
Dservice_config.cc85 const char* method_name = nullptr; in ParseJsonMethodName() local
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h158 char* method_name; member
183 char* method_name; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
Djitprofiling.h158 char* method_name; member
183 char* method_name; member

12345