Searched defs:v2 (Results 1 - 3 of 3) 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));
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 113 milliseconds