Searched refs:theTests (Results 1 – 1 of 1) sorted by relevance
126 private Map theTests = null; // Map<string(no case), string(with case)> field in PerfTest.TestPrefixProvider135 if (theTests == null) { in getAllTestCmdNames()136 theTests = new HashMap(); in getAllTestCmdNames()145 if (theTests.containsKey(name)) { in getAllTestCmdNames()150 theTests.put(name, org); in getAllTestCmdNames()166 if (theTests.containsKey(tn1)) { in isTestCmd_impl()168 } else if (theTests.containsKey(tn2)) { in isTestCmd_impl()179 String name = (String) theTests.get(isTestCmd_impl(aname)); in getTestCmd()