Searched refs:allFrames (Results 1 – 1 of 1) sorted by relevance
80 Vector allFrames = getFrames(0, -1); in testFrames005() local87 for (Enumeration e = allFrames.elements(); e.hasMoreElements(); i++) { in testFrames005()97 allFrames = getFrames(0, allFrames.size() + 1); in testFrames005()134 Vector allFrames = getFrames(0, -1); in testFrames004() local141 for (Enumeration e = allFrames.elements(); e.hasMoreElements(); i++) { in testFrames004()151 allFrames = getFrames(allFrames.size() + 1, -1); in testFrames004()189 Vector allFrames = getFrames(0, -1); in testFrames003() local196 for (Enumeration e = allFrames.elements(); e.hasMoreElements(); i++) { in testFrames003()206 allFrames = getFrames(allFrames.size(), -1); in testFrames003()211 if (allFrames.size() == 0) { in testFrames003()[all …]