Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_profile.py16 methodnames = ['print_stats', 'print_callers', 'print_callees'] variable in ProfileTest
27 for methodname in cls.methodnames:
38 for i, method in enumerate(self.methodnames):
77 for i, method in enumerate(cls.methodnames):
/external/python/cpython3/Lib/test/
Dtest_profile.py20 methodnames = ['print_stats', 'print_callers', 'print_callees'] variable in ProfileTest
36 for methodname in cls.methodnames:
55 for i, method in enumerate(self.methodnames):
117 for i, method in enumerate(cls.methodnames):
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/
DVerifierAppFrame.java295 final String[] methodnames = new String[jc.getMethods().length]; in verify() local
297 methodnames[i] = jc.getMethods()[i].toString().replace('\n', ' ').replace('\t', in verify()
300 pass3aJList.setListData(methodnames); in verify()
302 pass3bJList.setListData(methodnames); in verify()