Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/invoke/
DLoopCombinatorTest.java83 … MethodHandle[] counterClause = new MethodHandle[]{null, Loop.MH_inc, Loop.MH_pred, Loop.MH_fin}; in testLoopNullInit()
85 assertEquals(Loop.MT_loop, loop.type()); in testLoopNullInit()
974 static class Loop { class in LoopCombinatorTest
988 static final Class<Loop> LOOP = Loop.class;
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset-X-Coder.java.template120 * implement the abstract {@link #$code$Loop $code$Loop} method, which
574 * <p> This method works by invoking the {@link #$code$Loop $code$Loop}
600 * If an invocation of the $code$Loop method threw
622 cr = $code$Loop(in, out);
798 protected abstract CoderResult $code$Loop($Itype$Buffer in,
834 * If an invocation of the $code$Loop method threw
/libcore/ojluni/src/main/java/java/lang/invoke/
DTransformers.java2963 static class Loop extends Transformer { class in Transformers
2986 public Loop(Class<?> loopReturnType, in Loop() method in Transformers.Loop
DMethodHandles.java4573 return new Transformers.Loop(loopReturnType, in loop()