Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/String/concat/
DImplicitStringConcatShapes.java170 static long s_l = 935228928L; field in ImplicitStringConcatShapes
240 test("935228928", "" + s_l); in run0()
315 test("-96.0935228928", "" + s_dM + s_l); in run0()
390 test("null935228928", "" + s_oNtS + s_l); in run0()
465 test("\u045176935228928", "" + f_strU + s_l); in run0()
540 test("92935228928", "" + sf_strU2 + s_l); in run0()
615 test("51935228928", "" + sf_strU1 + s_l); in run0()
690 test("null935228928", "" + s_iAN + s_l); in run0()
765 test("-54935228928", "" + f_bM + s_l); in run0()
840 test("-87.0935228928", "" + f_fM + s_l); in run0()
[all …]
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java49 public static String s_l; field in MethodHandleAccessorsTest.ValueHolder
711 assertTrue(s.equals(ValueHolder.s_l)); in testStringSettersAndGetters()