HomeSort by relevance Sort by last modified time
    Searched refs:getNow (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NowOrLater.java 34 C getNow();
Now.java 30 consumer.consume(getNow());
33 public C getNow() {
NowOrLaterWrapper.java 36 public B getNow() {
37 return get(mWrapped.getNow());
46 * {@link #getLater(Consumer)} or {@link #getNow()}. The thread that it's called on will depend
CachedLater.java 130 public synchronized A getNow() {
133 throw new IllegalStateException("getNow() called when haveNow() is false");
  /external/chromium_org/third_party/tlslite/tlslite/utils/
dateFuncs.py 27 def getNow():
59 def getNow():
66 d = getNow()
71 n = getNow()
  /external/icu4c/samples/msgfmt/answers/
main_2.cpp 34 msgArgs[1].setDate(Calendar::getNow());
main_3.cpp 34 msgArgs[1].setDate(Calendar::getNow());
  /external/icu4c/samples/msgfmt/
main.cpp 34 msgArgs[1].setDate(Calendar::getNow());
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 48 assertNull(value.getNow());
58 assertNotNull(value.getNow());
  /external/chromium_org/third_party/icu/source/i18n/
buddhcal.cpp 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
194 calendar.setTime(Calendar::getNow(), status);
taiwncal.cpp 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
201 calendar.setTime(Calendar::getNow(), status);
cecal.cpp 52 setTimeInMillis(getNow(), success);
coptccal.cpp 138 calendar.setTime(Calendar::getNow(), status);
indiancal.cpp 44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
425 calendar.setTime(Calendar::getNow(), status);
persncal.cpp 193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
444 calendar.setTime(Calendar::getNow(), status);
gregocal.cpp 158 setTimeInMillis(getNow(), status);
169 setTimeInMillis(getNow(), status);
180 setTimeInMillis(getNow(), status);
191 setTimeInMillis(getNow(), status);
203 setTimeInMillis(getNow(), status);
215 setTimeInMillis(getNow(), status);
    [all...]
  /external/icu4c/i18n/
buddhcal.cpp 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
194 calendar.setTime(Calendar::getNow(), status);
persncal.cpp 82 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
313 calendar.setTime(Calendar::getNow(), status);
taiwncal.cpp 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
201 calendar.setTime(Calendar::getNow(), status);
cecal.cpp 52 setTimeInMillis(getNow(), success);
coptccal.cpp 138 calendar.setTime(Calendar::getNow(), status);
indiancal.cpp 44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
425 calendar.setTime(Calendar::getNow(), status);
  /hardware/ril/libril/
ril_event.cpp 96 static void getNow(struct timeval * tv)
167 getNow(&now);
221 getNow(&now);
299 getNow(&now);
  /external/chromium_org/third_party/icu/source/test/intltest/
incaltst.cpp 224 UDate timeA = Calendar::getNow();
240 UDate timeB = Calendar::getNow();
264 UDate timeA = Calendar::getNow();
293 UDate timeB = Calendar::getNow();
314 UDate timeA = Calendar::getNow();
344 UDate timeB = Calendar::getNow();
365 UDate timeA = Calendar::getNow();
397 UDate timeB = Calendar::getNow();
718 UDate timeA = Calendar::getNow();
725 UDate timeB = Calendar::getNow();
    [all...]
  /external/icu4c/test/intltest/
incaltst.cpp 224 UDate timeA = Calendar::getNow();
240 UDate timeB = Calendar::getNow();
264 UDate timeA = Calendar::getNow();
293 UDate timeB = Calendar::getNow();
314 UDate timeA = Calendar::getNow();
344 UDate timeB = Calendar::getNow();
365 UDate timeA = Calendar::getNow();
397 UDate timeB = Calendar::getNow();
718 UDate timeA = Calendar::getNow();
725 UDate timeB = Calendar::getNow();
    [all...]

Completed in 811 milliseconds

1 2 3 4