HomeSort by relevance Sort by last modified time
    Searched defs:before (Results 226 - 250 of 814) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/util/
Date.java 148 // Initialized just before the value is used. See parse().
390 * which dates are within 80 years before and 19 years after
680 * before, as interpreted in the local time zone. (Of course, if
715 * minute, and second the same as before, as interpreted in the
937 public boolean before(Date when) { method in class:Date
    [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/model/
RawContactDeltaListTests.java 96 final RawContact before = RawContactDeltaTests.getRawContact(context, rawContactId, local
98 return RawContactDelta.fromBefore(before);
122 final RawContact before = new RawContact(contact); local
124 before.addDataItemValues(entry);
126 return RawContactDelta.fromBefore(before);
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerModel.java 259 final Timer before = doUpdateTimer(timer); local
265 if (before.getState() != timer.getState()) {
266 if (before.isExpired() || timer.isExpired()) {
522 final Timer before = timers.get(index); local
525 if (timer == before) {
536 if (before.isExpired() || timer.isExpired()) {
540 if (before.isMissed() || timer.isMissed()) {
548 updateRinger(before, timer);
552 timerListener.timerUpdated(before, timer);
696 * @param before the state of the timer before the change; {@code null} indicates adde
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 301 File before = oldDoc.file; local
302 File after = new File(before.getParentFile(), displayName);
308 boolean result = before.renameTo(after);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
RichInputConnection.java 308 // that is before the cursor, so this actually works, but it's terribly confusing. Fix this.
370 // If we have some composing text and a space before, then we should have
476 // Right now we never come here in this case because we reset the composing state before we
492 // There are fewer characters before the cursor in the buffer than we are being asked to
572 // text starts (mExpectedSelStart - start) characters before the end of textBeforeCursor
669 // composing text that is before the cursor, but this is very confusing. We should
708 final CharSequence before = getTextBeforeCursorAndDetectLaggyConnection( local
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 101 * Failed network requests are retried several times before giving up. Local
653 // When streaming, ensure space before each write
682 * Called just before the thread finishes, regardless of status, to take any
712 final File before = new File(mInfoDelta.mFileName); local
718 && before.getParentFile().equals(beforeDir)) {
719 final File after = new File(afterDir, before.getName());
720 if (before.renameTo(after)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 206 List<RuleAction> before = mPrevActions; local
209 if (before == null) {
213 if (!before.equals(after) || after.size() > mLayoutToolBar.getItemCount()) {
226 RuleAction prevAction = before.get(actionIndex);
229 if (actionIndex == before.size()) {
232 prevAction = before.get(actionIndex);
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 33 import org.junit.Before;
53 @Before
226 assertFalse(b.before(a));
227 assertTrue(a.before(b));
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha1/
testutils-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha3/
testutils-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0/
testutils-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha4/
testutils-25.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-alpha7/
testutils-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta1/
testutils-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta2/
testutils-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-beta3/
testutils-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-rc1/
testutils-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.0-rc2/
testutils-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.1/
testutils-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.3/
testutils-25.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/testutils/25.2.4/
testutils-25.2.4.jar 
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 1285 long before = System.currentTimeMillis(); local
1452 long before = System.currentTimeMillis(); local
1505 long before = System.currentTimeMillis(); local
1574 long before = System.currentTimeMillis(); local
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyStoreTest.java 750 long before = System.currentTimeMillis(); local
769 assertTrue("date should be after start time: " + date.getTime() + " >= " + before,
770 before <= date.getTime());
771 assertTrue("date should be before expiry time: " + date.getTime() + " <= " + after,
783 assertTrue(before <= date.getTime());
    [all...]
  /development/ndk/platforms/android-9/include/linux/
nfs_xdr.h 72 u64 before; member in struct:nfs4_change_info
  /external/freetype/src/autofit/
aflatin.c 3381 AF_Edge before, after; local
    [all...]

Completed in 756 milliseconds

1 2 3 4 5 6 7 8 91011>>