Searched refs:method_name (Results 1 – 6 of 6) sorted by relevance
83 def regr_page_call(self, page_class: Type[UIPage], method_name: str) -> None:94 self.regr_page_calls[page_class] = method_name110 for page_class, method_name in self.regr_page_calls.items():112 return method_name
518 jmethodID MediaProviderWrapper::CacheMethod(JNIEnv* env, const char method_name[], in CacheMethod() argument521 string actual_method_name(method_name); in CacheMethod()526 LOG(FATAL) << "Error caching method: " << method_name << signature; in CacheMethod()
293 jmethodID CacheMethod(JNIEnv* env, const char method_name[], const char signature[]);
70 ((TextView) findViewById(R.id.method_name)).setText(mMethod.getName()); in onCreate()
115 ((TextView) convertView.findViewById(R.id.method_name)).setText(methodName); in getView()
99 let method_name = method.sig.ident; in generate_dbus_exporter() localVariable178 let ret = obj.lock().unwrap().#method_name(#method_args); in generate_dbus_exporter()