Searched refs:after (Results 1 - 25 of 29) sorted by relevance

12

/dalvik/vm/mterp/armv5te/
H A DOP_EXECUTE_INLINE_RANGE.S21 bl .L${opcode}_continue @ make call; will return after
H A Dentry.S100 cmp r1, #kInterpEntryResume @ resuming after Jit single-step?
106 b jitSVShadowRunStart @ re-enter the translation after the
H A DOP_EXECUTE_INLINE.S20 bl .L${opcode}_continue @ make call; will return after
/dalvik/vm/mterp/x86/
H A DOP_EXECUTE_INLINE.S19 call .L${opcode}_continue # make call; will return after
/dalvik/libcore/json/src/main/java/org/json/
H A DJSONTokener.java166 * Advances the position until after the next newline character. If the line
375 throw syntaxError("Expected ':' after " + name);
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/
H A DProcessManagerTest.java234 int after = countLines(process);
237 assertEquals(before, after);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DObjectTest.java532 long after = System.currentTimeMillis();
533 long error = (after - before - delay);
541 toLong[count][2] = after;
552 sb.append(" after: ");
635 assertTrue("Thread did not wake after 1 ms. (status = "
H A DRuntimeTest.java124 long after = r.totalMemory() - r.freeMemory();
127 after != before);
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DDateTest.java160 * @tests java.util.Date#after(java.util.Date)
165 method = "after",
169 // Test for method boolean java.util.Date.after(java.util.Date)
172 assertTrue("Older was returned as newer", d2.after(d1));
173 assertTrue("Newer was returned as older", !d1.after(d2));
176 d1.after(null);
714 * method is called after a test is executed.
H A DCalendarTest.java261 // DAY/MONTH has priority when DATE set after DAY_OF_YEAR
270 // DAY_OF_YEAR has priority when set after DATE
359 // Ensure last date field set is reset after computing
649 method = "after",
663 assertTrue(mc.after(mcBefore));
664 assertFalse(mc.after(mcAfter));
665 assertFalse(mc.after(mcSame));
666 assertFalse(mc.after(mc));
667 assertFalse(mc.after(new String()));
/dalvik/libcore/luni/src/main/java/java/util/
H A DSimpleTimeZone.java151 * Day of week after day of month: To specify the first day of the week
152 * occurring on or after an exact day of the month, make the day of the week
154 * this indicates the first Monday on or after the 5th day of the
752 * @param after
753 * selects the day after or before the day of month.
756 boolean after) {
758 endDay = after ? day : -day;
765 // dayOfWeek, time, after);
884 * @param after
885 * selects the day after o
755 setEndRule(int month, int day, int dayOfWeek, int time, boolean after) argument
887 setStartRule(int month, int day, int dayOfWeek, int time, boolean after) argument
[all...]
H A DCalendar.java171 * return {@code value} after the fields have been recomputed. The
182 * 30, 1999, since no recomputation occurs after {@code set()} itself.
192 * <strong>Add rule 1</strong>. The value of field {@code f} after the
202 * changes in its minimum or maximum after field {@code f} is changed,
233 * <strong>Roll rule</strong>. Larger fields are unchanged after the call. A
581 * whether the {@code HOUR} is before or after noon. E.g., at
712 * Returns whether the {@code Date} specified by this {@code Calendar} instance is after the {@code Date}
718 * @return {@code true} when this Calendar is after calendar, {@code false} otherwise.
723 public boolean after(Object calendar) { method in class:Calendar
854 * Gets the value of the specified field after computin
[all...]
H A DDate.java161 * Returns if this {@code Date} is after the specified Date.
165 * @return {@code true} if this {@code Date} is after the specified {@code Date},
168 public boolean after(Date date) { method in class:Date
H A DCollections.java1423 public SortedMap<K, V> tailMap(K after) { argument
1424 return new UnmodifiableSortedMap<K, V>(sm.tailMap(after));
1459 public SortedSet<E> tailSet(E after) { argument
1460 return new UnmodifiableSortedSet<E>(ss.tailSet(after));
2160 // at the position after index.
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTimestampTest.java66 static long TIME_LATE = 2347889122L; // A time well after the Epoch
696 * Method test for after
701 method = "after",
710 assertFalse(theTimestamp.after(theTest));
718 assertTrue(theTimestamp.after(theTest));
725 assertFalse(theTimestamp.after(theTest));
727 assertTrue(theTimestamp.after(theTest));
/dalvik/vm/arch/arm/
H A DCallEABI.S215 b .Lfast_copy_loop2 @ don't adjust argc after writing pad
310 tst r2, #1 @ odd after initial incr?
H A DCallOldABI.S97 @ Rather than keep a count and pop them off after, we just hold on to
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
H A DX509V2AttributeCertificate.java136 if (date.after(this.getNotAfter()))
/dalvik/libcore/sql/src/main/java/java/sql/
H A DTimestamp.java118 public boolean after(Timestamp theTimestamp) { method in class:Timestamp
189 * {@code > 0} if this {@code Timestamp} object is after the
214 * <li> {@code > 0}, if this {@code Timestamp} object is after the
425 * a Date object using the SimpleDateFormat. This should stop after the
466 * If we're strict, we should not allow any EXTRA characters after
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogRecordTest.java459 long after = lr2.getMillis();
460 assertTrue(after-before>0);
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
H A DX509CertificateObject.java87 if (date.after(this.getNotAfter()))
H A DPKIXCertPathValidatorSpi.java1417 if (cert.getNotAfter().after(crl.getThisUpdate()))
1461 String message = "Certificate revocation after " + crl_entry.getRevocationDate();
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/dalvik/vm/mterp/out/
H A DInterpAsm-armv4t.S123 * exception catch may miss. (This also implies that it must come after
346 cmp r1, #kInterpEntryResume @ resuming after Jit single-step?
352 b jitSVShadowRunStart @ re-enter the translation after the
7678 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after
7708 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after
9721 * interpreter (after treating this entry as a potential
H A DInterpAsm-armv5te-vfp.S123 * exception catch may miss. (This also implies that it must come after
346 cmp r1, #kInterpEntryResume @ resuming after Jit single-step?
352 b jitSVShadowRunStart @ re-enter the translation after the
7338 bl .LOP_EXECUTE_INLINE_continue @ make call; will return after
7368 bl .LOP_EXECUTE_INLINE_RANGE_continue @ make call; will return after
9239 * interpreter (after treating this entry as a potential

Completed in 1751 milliseconds

12