/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
SDL_MPWtimer.c | 50 UnsignedWide now; local 52 Microseconds(&now); 53 start = WideTo64bit(now); 62 UnsignedWide now; local 64 Microseconds(&now); 65 return (Uint32)((WideTo64bit(now)-start)/1000);
|
/external/qemu/distrib/sdl-1.2.12/src/timer/win32/ |
SDL_systimer.c | 75 DWORD now, ticks; local 81 now = GetTickCount(); 95 now = timeGetTime(); 99 if ( now < start ) { 100 ticks = (TIME_WRAP_VALUE-start) + now; 102 ticks = (now - start);
|
/external/chromium/base/ |
message_pump_default.cc | 44 TimeDelta delay = delayed_work_time_ - Time::Now(); 49 // need to call DoDelayedWork now. 71 // We know that we can't be blocked on Wait right now since this method can
|
spin_wait.h | 38 base::Time start = base::Time::Now(); \ 41 if (kTimeout < base::Time::Now() - start) { \ 42 EXPECT_LE((base::Time::Now() - start).InMilliseconds(), \
|
time_win.cc | 86 initial_ticks = TimeTicks::Now(); 102 Time Time::Now() { 117 TimeTicks ticks = TimeTicks::Now(); 239 // We use timeGetTime() to implement TimeTicks::Now(). This can be problematic 242 // rollover ourselves, which works if TimeTicks::Now() is called at least every 254 TimeDelta Now() { 258 DWORD now = tick_function(); local 259 if (now < last_seen_) 261 last_seen_ = now; 262 return TimeDelta::FromMilliseconds(now) + rollover_ 328 int64 now = UnreliableNow(); local 354 LARGE_INTEGER now; local [all...] |
/frameworks/base/core/java/android/content/ |
SyncContext.java | 55 final long now = SystemClock.elapsedRealtime(); local 56 if (now < mLastHeartbeatSendTime + HEARTBEAT_SEND_INTERVAL_IN_MS) return; 58 mLastHeartbeatSendTime = now;
|
/bionic/libc/unistd/ |
time.c | 52 clock_t now; local 55 now = tm.tv_sec * CLOCKS_PER_SEC + (tm.tv_nsec * (CLOCKS_PER_SEC/1e9)); 58 clock_start = now; 61 return now - clock_start;
|
/dalvik/tests/030-bad-finalizer/src/ |
BadFinalizer.java | 27 System.out.println("Finalizer sleeping forever now.");
|
/dalvik/vm/mterp/x86-atom/ |
TODO.txt | 5 additional argument now)
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-android.c | 38 struct timeval now; local 40 gettimeofday(&now, NULL); 41 return (long)(now.tv_sec*1000 + now.tv_usec/1000);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Sweep.java | 75 long now = System.currentTimeMillis(); local 79 now = System.currentTimeMillis() - now; 80 android.util.Log.d("skia", "sweep ms = " + (now/20.));
|
/external/blktrace/btt/ |
iostat.c | 63 static void update_tot_qusz(struct d_info *dip, double now) 65 dip->stats.tot_qusz += ((now - dip->stats.last_qu_change) * 67 dip->all_stats.tot_qusz += ((now - dip->all_stats.last_qu_change) * 70 dip->stats.last_qu_change = dip->all_stats.last_qu_change = now; 73 static void update_idle_time(struct d_info *dip, double now, int force) 76 dip->stats.idle_time += (now - dip->stats.last_dev_change); 78 (now - dip->all_stats.last_dev_change); 80 dip->stats.last_dev_change = dip->all_stats.last_dev_change = now; 88 double now = TO_SEC(stamp); local 100 update_idle_time(dip, now, 1) 257 double now = TO_SEC(iop->t.time); local 268 double now = TO_SEC(c_iop->t.time); local [all...] |
/external/bluetooth/glib/tests/ |
casefold.txt | 8 # Now the automatic tests
|
/external/chromium/net/tools/fetch/ |
http_server.h | 12 // Right now, this class implements no functionality above and beyond
|
/external/dnsmasq/contrib/try-all-ns/ |
README-2.47 | 2 now compatible with version 2.47. Hopefully he doesn't
|
/external/icu4c/layout/ |
KernTable.h | 27 * Windows type 0 kerning table support only for now.
|
/external/libvpx/vp8/decoder/arm/ |
dboolhuff_arm.h | 11 * to be useless. However, its been left (for now)
|
/external/netcat/data/ |
README | 1 For now, read the header comments inside each of these for documentation.
|
/external/openssl/crypto/pkcs7/ |
doc | 24 we are now setup.
|
/external/qemu/distrib/sdl-1.2.12/ |
BUGS | 2 Bugs are now managed in the SDL bug tracker, here:
|
/external/qemu/ |
tcpdump.c | 122 struct timeval now; local 128 gettimeofday(&now, NULL); 129 h.ts_sec = (uint32_t) now.tv_sec; 130 h.ts_usec = (uint32_t) now.tv_usec;
|
/external/skia/src/core/ |
SkGraphics.cpp | 140 SkMSec now = SkTime::GetMSecs(); local 144 len * TEXT_LOOP_COUNT * 1000.0 / (SkTime::GetMSecs() - now)); 217 SkMSec now = SkTime::GetMSecs(); local 222 printf("-------- SkFixedMul_portable = %d\n", now2 - now); 243 SkMSec now = SkTime::GetMSecs(); local 248 printf("-------- SkFractMul_portable = %d\n", now2 - now); 269 SkMSec now = SkTime::GetMSecs(); local 271 (void)SkCLZ_portable(now); 274 printf("-------- SkCLZ_portable = %d\n", now2 - now); 277 (void)SkCLZ(now); 305 SkMSec now = SkTime::GetMSecs(); local 321 SkMSec now = SkTime::GetMSecs(); local [all...] |
/external/stlport/etc/ |
ReleaseNote.txt | 9 * Yet a modification of the include schema in all C++ Standard headers. Now 16 * For builds under Windows, STLport now adapt to the PSDK used to build it. It 31 * Container pointer specialization feature now works even with incomplete types 38 * Folder architecture: All configuration files are now in stlport/stl/config folder. 41 STLport configuration now also try to seperate platform configuration from compiler 51 * Segregation of headers has been improved. You might have to add now missing 71 * STL safe mode: Now detect badly implemented strict weak ordering functors, assert 77 * STL containers implementation now correctly handle allocators with state. This kind 92 * _STLP_NO_CUSTOM_IO now also hide basic_string implementation
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.23-14.js | 50 var now = "now"; 51 addTestCase( now, 946684800000 ); 54 // addTestCase( now, -69609600000 ); 55 addTestCase( now, 0 ); 56 addTestCase( now, String( TIME_1900 ) ); 57 addTestCase( now, String( TZ_DIFF* msPerHour ) ); 58 addTestCase( now, String( TIME_2000 ) ); 63 if ( startTime == "now" ) {
|
/packages/apps/Email/tests/src/com/android/email/ |
PreferencesUnitTests.java | 28 * test cases like zero accounts behavior (right now, we have to allow for any number of accounts 73 // now make it a bogus Uri - bad scheme, good path, good UUID 78 // now make it a bogus Uri - good scheme, bad path, good UUID 83 // now make it a bogus Uri - good scheme/path, bad UUID
|