/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/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/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);
|
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...] |
ethpccal.cpp | 175 calendar.setTime(Calendar::getNow(), status);
|
hebrwcal.cpp | 158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. 738 calendar.setTime(Calendar::getNow(), status);
|
islamcal.cpp | 97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. 524 calendar.setTime(Calendar::getNow(), status);
|
reldtfmt.cpp | 204 cal.setTime(Calendar::getNow(),status); 458 nowCal->setTime(Calendar::getNow(), status);
|
japancal.cpp | 296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
|
/hardware/ril/libril/ |
ril_event.cpp | 96 static void getNow(struct timeval * tv) 167 getNow(&now); 221 getNow(&now); 299 getNow(&now);
|
/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...] |
dtfmapts.cpp | 97 UDate start = Calendar::getNow(); 98 while (Calendar::getNow() == start) ; // Wait for time to change
|
dadrfmt.cpp | 119 UDate now = Calendar::getNow();
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.cc | 252 UDate now = icu::Calendar::getNow();
|