Searched refs:me (Results 1 - 8 of 8) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
H A DOldMapEntryTest.java28 Map.Entry me = null; field in class:OldMapEntryTest
33 assertTrue(hm.containsKey(me.getKey()));
36 me.getKey();
44 assertTrue(hm.containsValue(me.getValue()));
47 me.getValue();
75 me = (Map.Entry)i.next();
77 me.setValue("Wrong element");
81 me.setValue("");
90 assertFalse(me.equals(me1));
91 assertFalse(me
[all...]
/libcore/ojluni/src/main/java/java/nio/channels/spi/
H A DAbstractInterruptibleChannel.java172 Thread me = Thread.currentThread();
173 if (me.isInterrupted())
174 interruptor.interrupt(me);
H A DAbstractSelector.java217 Thread me = Thread.currentThread();
218 if (me.isInterrupted())
219 interruptor.interrupt(me);
/libcore/ojluni/src/main/java/java/util/jar/
H A DAttributes.java216 for (Map.Entry<?,?> me : (attr).entrySet())
217 put(me.getKey(), me.getValue());
/libcore/luni/src/test/java/libcore/java/net/
H A DOldJarURLConnectionTest.java317 } catch(MalformedURLException me) {
329 } catch(MalformedURLException me) {
333 } catch(MalformedURLException me) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DAbstractMapTest.java306 Map.Entry me = new Map.Entry() {
324 return me;
/libcore/ojluni/src/test/java/time/tck/java/time/
H A DTCKPeriod.java526 public void factory_between_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int me, int de) { argument
530 assertPeriod(test, ye, me, de);
H A DTCKLocalDate.java1866 public void test_periodUntil_LocalDate(int y1, int m1, int d1, int y2, int m2, int d2, int ye, int me, int de) { argument
1871 assertEquals(test.getMonths(), me);

Completed in 112 milliseconds