/frameworks/base/core/java/com/android/internal/view/ |
BaseSurfaceHolder.java | 191 long now = SystemClock.uptimeMillis(); local 193 if (nextTime > now) { 195 Thread.sleep(nextTime-now); 198 now = SystemClock.uptimeMillis(); 200 mLastLockTime = now;
|
/system/core/fastboot/ |
usbtest.c | 41 long long NOW(void) 96 t0 = NOW(); 103 t1 = NOW(); 114 t0 = NOW(); 121 t1 = NOW();
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.provider.Contacts.People.html | 76 <p><b>Now deprecated</b>.<br> 91 <b>Now deprecated</b>.<br> 101 <b>Now deprecated</b>.<br> 111 <b>Now deprecated</b>.<br> 121 <b>Now deprecated</b>.<br> 131 <b>Now deprecated</b>.<br> 141 <b>Now deprecated</b>.<br> 151 <b>Now deprecated</b>.<br> 161 <b>Now deprecated</b>.<br> 171 <b>Now deprecated</b>.<br [all...] |
android.webkit.Plugin.html | 76 <p><b>Now deprecated</b>.<br> 90 <b>Now deprecated</b>.<br> 109 <b>Now deprecated</b>.<br> 119 <b>Now deprecated</b>.<br> 129 <b>Now deprecated</b>.<br> 139 <b>Now deprecated</b>.<br> 149 <b>Now deprecated</b>.<br> 159 <b>Now deprecated</b>.<br> 169 <b>Now deprecated</b>.<br> 179 <b>Now deprecated</b>.<br [all...] |
android.provider.Contacts.Extensions.html | 76 <p><b>Now deprecated</b>.<br> 91 <b>Now deprecated</b>.<br> 100 <b>Now deprecated</b>.<br> 109 <b>Now deprecated</b>.<br> 118 <b>Now deprecated</b>.<br> 127 <b>Now deprecated</b>.<br>
|
/external/blktrace/btt/ |
trace.c | 25 time_t now = time(NULL); local 30 if (verbose && ((now - last_vtrace) > 0)) { 34 last_vtrace = now;
|
/external/chromium/base/ |
tracked.cc | 59 Tracked::Tracked() : tracked_births_(NULL), tracked_birth_time_(Time::Now()) { 69 Time::Now() - tracked_birth_time_); 84 tracked_birth_time_ = Time::Now();
|
tracked_objects_unittest.cc | 26 EXPECT_TRUE(ThreadData::first()); // Now class was constructed. 42 EXPECT_TRUE(ThreadData::first()); // Now class was constructed. 78 // Now instigate a birth, and a death.
|
atomicops_internals_x86_gcc.h | 45 return new_value; // Now it's the previous value. 54 // temp now holds the old value of *ptr 64 // temp now holds the old value of *ptr 169 return new_value; // Now it's the previous value. 178 // temp now contains the previous value of *ptr 188 // temp now contains the previous value of *ptr
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_init.c | 47 /* now setup the system */ 62 /* ok now we need Lu and Lu^2 [calc one from the other] */ 70 /* now do the mults, whoopy! */
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_encode_integer.c | 66 /* now store initial data */ 87 /* now store msbyte of zero if num is non-zero */ 94 /* now store the mpint */
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_verify_key.c | 52 /* now make sure that g is not -1, 0 or 1 and <p */ 69 /* now we have to make sure that g^q = 1, and that p-1/q gives 0 remainder */ 82 /* now we have to make sure that y^q = 1, this makes sure y \in g^x mod p */
|
/external/qemu/distrib/sdl-1.2.12/src/timer/macos/ |
SDL_systimer.c | 70 Uint32 stop, now; local 80 now = SDL_GetTicks(); 82 } while ( stop > now );
|
/external/tinyxml/ |
changes.txt | 24 - Moved the doubly liked list out of XmlBase. Now XmlBase only 42 - Loading now clears out existing XML rather than appending. 89 me, have long debated all out STL vs. no STL at all. And now you can have it both ways. 100 - Fixed non-const reference in API; now uses a pointer. 113 Will now automatically create entities for high ascii in output. 144 - Nodes and attributes can now print themselves to strings. (Yves suggestion) 152 - User Data are now defined in TiXmlBase instead of TiXmlNode 153 - Character Entities are now UCS-2 184 was a pointer to internal data. That is now: const TiXmlElement* Foo() const and 201 - TiXmlText can now parse and output as CDAT [all...] |
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.10-1.js | 47 var now = (new Date()).valueOf(); 65 // We don't use |now| because it fails every night at midnight. 67 addTestCase( now );
|
15.9.5.12-1.js | 48 var now = (new Date()).valueOf(); 60 // We don't use |now| because it fails every night at midnight. 62 addTestCase( now );
|
15.9.5.23-2.js | 48 var now = (new Date()).valueOf(); 50 test_times = new Array( now, TIME_1970, TIME_1900, TIME_2000 ); 54 addTestCase( new Date(now), test_times[j] );
|
/frameworks/base/core/java/android/content/ |
SyncOperation.java | 51 final long now = SystemClock.elapsedRealtime(); local 54 this.earliestRunTime = now; 57 this.earliestRunTime = now + delayInMs;
|
/frameworks/base/services/sensorservice/ |
GravitySensor.cpp | 51 const double now = event.timestamp * NS2S; local 57 double dT = now - mAccTime; 63 mAccTime = now;
|
/prebuilt/common/jfreechart/ |
README.txt | 268 - Sun PNG encoder is now used, if available. 299 - XYSeries can now be sorted or unsorted; 300 - createBufferedImage() method can now scale charts; 301 - domain and range markers now support intervals; 302 - item labels are now supported by some XYItemRenderers; 303 - tooltip and item label generators now use MessageFormat class; 342 - range and domain markers can now be placed in the foreground or the 389 - CategoryPlot and XYPlot now support both horizontal and vertical 413 CategoryItemLabelGenerator, since it is now being used to generated 415 - there is now support for horizontal stacked 3D bar charts [all...] |
/external/chromium/net/base/ |
host_resolver_proc.cc | 39 // Now that we've guaranteed |this| is the last proc in a chain, we can 103 base::TimeTicks now = base::TimeTicks::Now(); local 109 *timer_ptr = base::TimeTicks::Now(); 113 } else if (now - *timer_ptr > kRetryTime) { 114 *timer_ptr = now;
|
/external/srec/portable/src/ |
ptimer.c | 97 LARGE_INTEGER now; local 98 if (!QueryPerformanceCounter(&now)) return ESR_NOT_SUPPORTED; 99 timer->elapsed.QuadPart += now.QuadPart - timer->RefTime.QuadPart; 118 LARGE_INTEGER now; local 119 if (!QueryPerformanceCounter(&now)) return ESR_NOT_SUPPORTED; 120 *elapsed = (asr_uint32_t) ((timer->elapsed.QuadPart + (now.QuadPart - timer->RefTime.QuadPart))
|
/external/wpa_supplicant/ |
eloop_none.c | 317 struct os_time tv, now; local 322 os_get_time(&now); 323 if (os_time_before(&now, &eloop.timeout->time)) 324 os_time_sub(&eloop.timeout->time, &now, &tv); 341 os_get_time(&now); 342 if (!os_time_before(&now, &eloop.timeout->time)) {
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
eloop_none.c | 317 struct os_time tv, now; local 322 os_get_time(&now); 323 if (os_time_before(&now, &eloop.timeout->time)) 324 os_time_sub(&eloop.timeout->time, &now, &tv); 341 os_get_time(&now); 342 if (!os_time_before(&now, &eloop.timeout->time)) {
|
/packages/apps/Contacts/src/com/android/contacts/ |
TextHighlightingAnimation.java | 258 long now = System.currentTimeMillis(); local 261 mTargetTime = now + mDuration; 268 mTargetTime = (now + mDuration) - (mTargetTime - now); 277 long now = System.currentTimeMillis(); local 278 long timeLeft = mTargetTime - now;
|