Searched refs:theTests (Results 1 – 1 of 1) sorted by relevance
128 private Map theTests = null; // Map<string(no case), string(with case)> field in PerfTest.TestPrefixProvider137 if (theTests == null) { in getAllTestCmdNames()138 theTests = new HashMap(); in getAllTestCmdNames()147 if (theTests.containsKey(name)) { in getAllTestCmdNames()152 theTests.put(name, org); in getAllTestCmdNames()168 if (theTests.containsKey(tn1)) { in isTestCmd_impl()170 } else if (theTests.containsKey(tn2)) { in isTestCmd_impl()181 String name = (String) theTests.get(isTestCmd_impl(aname)); in getTestCmd()