Home
last modified time | relevance | path

Searched refs:methodName (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java591 String methodName = "get" + classname; in performSerializationTest() local
595 Method method = TestBean.class.getDeclaredMethod(methodName); in performSerializationTest()
626 String methodName = "get" + classname; in performBeanTest() local
630 Method method = TestBean.class.getDeclaredMethod(methodName); in performBeanTest()
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp222 CachedHashStringRef methodName(getReferentString(r)); in parseMethods() local
233 if (mKind == MK_Static && methodName.val() == "load") in parseMethods()
239 .try_emplace(methodName, MethodContainer{mcKind, containerIsec}) in parseMethods()
244 const auto &mc = methodMap.lookup(methodName); in parseMethods()
275 warn("method '" + methPrefix + methodName.val() + in parseMethods()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4864 std::string methodName = sel_getName(selector); in registerTestMethods() local
4865 if( startsWith( methodName, "Catch_TestCase_" ) ) { in registerTestMethods()
4866 std::string testCaseName = methodName.substr( 15 ); in registerTestMethods()