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

1 2

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Now.java 30 consumer.consume(getNow());
33 public C getNow() {
NowOrLater.java 34 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");
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestTimer.java 37 public long getNow() {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
IconLoaderTest.java 48 assertNull(value.getNow());
58 assertNotNull(value.getNow());
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
ScheduleConditionProviderTest.java 80 Calendar now = getNow();
104 Calendar now = getNow();
158 Calendar now = getNow();
181 Calendar now = getNow();
209 Calendar now = getNow();
238 Calendar now = getNow();
267 Calendar now = getNow();
296 Calendar now = getNow();
327 private Calendar getNow() {
  /hardware/ril/libril/
ril_event.cpp 96 static void getNow(struct timeval * tv)
166 getNow(&now);
220 getNow(&now);
298 getNow(&now);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 190 handleNewDrawable(icon.getNow(), uniqueIconId, source);
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 648 struct timespec getNow() {
688 struct timespec timeOfStart=getNow();
700 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
710 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
723 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
  /hardware/qcom/gps/msm8909w_3100/utils/
LocTimer.cpp 660 struct timespec getNow() {
700 struct timespec timeOfStart=getNow();
712 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
722 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
735 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 647 struct timespec getNow() {
687 struct timespec timeOfStart=getNow();
699 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
709 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
722 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
  /hardware/qcom/gps/msm8998/utils/
LocTimer.cpp 659 struct timespec getNow() {
699 struct timespec timeOfStart=getNow();
711 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
721 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
734 printf("%lf:\n", getDeltaSeconds(timeOfStart, getNow()));
  /libcore/jsr166-tests/src/test/java/jsr166/
CompletableFutureTest.java 69 assertNull(f.getNow(null));
86 assertEquals(value, f.getNow(null));
134 f.getNow(null);
191 f.getNow(null);
210 * by methods isDone, isCancelled, and getNow
219 * isCancelled, join, get, and getNow
233 * methods isDone, isCancelled, join, get, and getNow
245 * methods isDone, isCancelled, join, get, and getNow
    [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp 985 c->setTimeInMillis(getNow(), success); // let the new calendar have the current time.
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletableFuture.java 101 * {@link #getNow} that instead throw the CompletionException directly
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/com/github/marschall/memoryfilesystem/0.6.4/
memoryfilesystem-0.6.4.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 

Completed in 664 milliseconds

1 2