Searched refs:method_name (Results 1 – 2 of 2) sorted by relevance
151 def add_class_and_method(self, just_class_name, method_name): argument153 return test_case.add_method(method_name)165 def add_method(self, method_name): argument166 tst = Test(name=method_name)185 method_name = class_and_method_name[1].strip()187 root.add_class_and_method(fq_class_name, method_name)
31 const char* method_name) { in InformMainAttach() argument36 jmethodID method = env->GetStaticMethodID(klass.get(), method_name, "()V"); in InformMainAttach()