Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StackWalker/
DMultiThreadStackWalk.java92 public static class Env { class in MultiThreadStackWalk
106 public Env(long total, long markAt, AtomicBoolean debug) { in Env() method in MultiThreadStackWalk.Env
118 private Env(Env orig, long start) { in Env() method in MultiThreadStackWalk.Env
223 default void walk(Env env) { in walk()
236 default void call(Env env, Call next, int total, int current, int markAt) { in call()
254 public void call(Env env, Call next, int total, int current, int markAt) { in call()
278 public void call(Env env, Call next, int total, int current, int markAt) { in call()
289 public static Env runTest(Test test, int total, int markAt) { in runTest()
290 Env env = new Env(total, markAt, test.debug); in runTest()
295 public static void checkTest(Env env, Test test) { in checkTest()
[all …]