Searched defs:v2 (Results 1 - 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DEntryTest.java29 static final String v2 = "b"; field in class:EntryTest
95 e = new AbstractMap.SimpleEntry(k1, v2);
97 e = new AbstractMap.SimpleEntry(k2, v2);
103 s = new AbstractMap.SimpleImmutableEntry(k1, v2);
105 s = new AbstractMap.SimpleImmutableEntry(k2, v2);
/libcore/luni/src/main/native/
H A Dlibcore_io_Memory.cpp87 jint v2 = get_unaligned<jint>(src++); local
88 put_unaligned<jint>(dst++, bswap_32(v2));

Completed in 119 milliseconds