Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
DFramesTest.java80 Vector allFrames = getFrames(0, -1); in testFrames005() local
87 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() local
141 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() local
196 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 …]