Searched refs:pre (Results 1 – 6 of 6) sorted by relevance
/libcore/ojluni/src/test/java/time/tck/java/time/zone/ |
D | TCKZoneRulesProvider.java | 176 Set<String> pre = ZoneRulesProvider.getAvailableZoneIds(); in test_registerProvider() local 177 assertEquals(pre.contains("FooLocation"), false); in test_registerProvider() 179 assertEquals(pre.contains("FooLocation"), false); in test_registerProvider()
|
/libcore/ojluni/src/main/java/java/nio/ |
D | X-Buffer.java.template | 157 * <blockquote><pre> 161 * void {@link #putFloat(int,float) putFloat(int index, float f)}</pre></blockquote> 238 * <blockquote><pre> 241 * bb.putShort(45);</pre></blockquote> 245 * <blockquote><pre> 246 * bb.putInt(0xCAFEBABE).putShort(3).putShort(45);</pre></blockquote> 253 * <blockquote><pre> 257 * cb.put(enc);</pre></blockquote> 261 * <blockquote><pre> 262 * cb.put("text/").put(subtype).put("; charset=").put(enc);</pre></blockquote> [all …]
|
/libcore/luni/src/test/java9compatibility/ |
D | Android.bp | 15 // Android tests related to compatibility with pre-Java 11 language features.
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | JavaDocExamplesTest.java | 823 … String step(String v, int counter, int iterations_, String pre, String start_) { return pre + " "… in step() argument 824 static String step3(String v, int counter, String pre) { return pre + " " + v; } //#3 in step3() argument
|
D | MethodHandlesGeneralTest.java | 1556 MethodHandle pre = MethodHandles.loop(preClauses); in testGenericLoopCombinator() local 1559 System.out.println("pre-handle: " + pre); in testGenericLoopCombinator() 1561 Object[] preResults = (Object[]) pre.invokeWithArguments(args); in testGenericLoopCombinator()
|
/libcore/ |
D | JavaLibrary.bp | 632 // The reason why we pre-build this dex file is to stabilize the test result from the
|