/external/qemu/ |
shaper.c | 140 int64_t now = qemu_get_clock( SHAPER_CLOCK ); local 142 if (packet->expiration > now) 212 int64_t now; local 219 now = qemu_get_clock( SHAPER_CLOCK ); 220 if (now >= shaper->block_until) { 222 shaper->block_until = now + size*shaper->inv_rate; 223 //fprintf(stderr, "NETSHAPER: block for %.2fms\n", (shaper->block_until - now)*1.0 ); 254 //fprintf(stderr, "NETSHAPER: block2 for %.2fms\n", (shaper->block_until - now)*1.0 ); 269 int64_t now; local 277 now = qemu_get_clock( SHAPER_CLOCK ) 427 int64_t now = qemu_get_clock( SHAPER_CLOCK ); local [all...] |
/external/wpa_supplicant/ |
pmksa_cache.c | 91 struct os_time now; local 93 os_get_time(&now); 94 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { 118 struct os_time now; local 124 os_get_time(&now); 125 sec = pmksa->pmksa->expiration - now.sec; 133 sec = pmksa->pmksa->reauth_time - now.sec; 162 struct os_time now; local 173 os_get_time(&now); 174 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime 446 struct os_time now; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
pmksa_cache.c | 96 struct os_time now; local 98 os_get_time(&now); 99 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { 123 struct os_time now; local 129 os_get_time(&now); 130 sec = pmksa->pmksa->expiration - now.sec; 138 sec = pmksa->pmksa->reauth_time - now.sec; 168 struct os_time now; local 180 os_get_time(&now); 181 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime 455 struct os_time now; local [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.provider.Contacts.PhonesColumns.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> 136 <b>Now deprecated</b>.<br> 145 <b>Now deprecated</b>.<br> 154 <b>Now deprecated</b>.<br> 163 <b>Now deprecated</b>.<br [all...] |
android.provider.Contacts.Intents.UI.html | 76 <p><b>Now deprecated</b>.<br> 90 <b>Now deprecated</b>.<br> 109 <b>Now deprecated</b>.<br> 118 <b>Now deprecated</b>.<br> 127 <b>Now deprecated</b>.<br> 136 <b>Now deprecated</b>.<br> 145 <b>Now deprecated</b>.<br> 154 <b>Now deprecated</b>.<br> 163 <b>Now deprecated</b>.<br> 172 <b>Now deprecated</b>.<br [all...] |
android.provider.Contacts.Intents.html | 76 <p><b>Now deprecated</b>.<br> 90 <b>Now deprecated</b>.<br> 109 <b>Now deprecated</b>.<br> 118 <b>Now deprecated</b>.<br> 127 <b>Now deprecated</b>.<br> 136 <b>Now deprecated</b>.<br> 145 <b>Now deprecated</b>.<br> 154 <b>Now deprecated</b>.<br> 163 <b>Now deprecated</b>.<br>
|
android.provider.Contacts.Phones.html | 76 <p><b>Now deprecated</b>.<br> 91 <b>Now deprecated</b>.<br> 101 <b>Now deprecated</b>.<br> 119 <b>Now deprecated</b>.<br> 128 <b>Now deprecated</b>.<br> 137 <b>Now deprecated</b>.<br> 146 <b>Now deprecated</b>.<br> 155 <b>Now deprecated</b>.<br> 164 <b>Now deprecated</b>.<br>
|
/external/chromium/base/ |
time_posix.cc | 20 // function for TimeTicks::Now() on Mac OS X. 44 Time Time::Now() { 59 // Just use Now() because Now() returns the system time. 60 return Now(); 153 TimeTicks TimeTicks::Now() { 175 return Now();
|
time_unittest.cc | 63 Time a = Time::Now(); 76 Time a = Time::Now(); 86 Time::Now().LocalMidnight().LocalExplode(&exploded); 95 TimeTicks ticks_start = TimeTicks::Now(); 97 TimeTicks ticks_stop = TimeTicks::Now();
|
watchdog.cc | 48 ArmAtStartTime(TimeTicks::Now()); 52 ArmAtStartTime(TimeTicks::Now() - time_delta); 89 (TimeTicks::Now() - watchdog_->start_time_); 110 TimeTicks last_alarm_time = TimeTicks::Now(); 112 TimeDelta last_alarm_delay = TimeTicks::Now() - last_alarm_time;
|
/external/elfutils/libelf/ |
elf_getarsym.c | 50 value now. Doing this allows us easier exits in an error case. */ 106 /* Now test whether this really is an archive. */ 114 /* Now test whether this is the index. It is denoted by the 147 /* Now we can perform some first tests on whether all the data 162 /* Now we can allocate the arrays needed to store the index. */ 191 /* Now read the data from the file. */ 220 /* Now we can build the data structure. */
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
special_characters.js | 95 testcases[count++] = new TestCase ( SECTION, "'today is now - day is not now'.match(/\bday.*now/)", 96 String(["day is not now"]), String('today is now - day is not now'.match(/\bday.*now/)));
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
Bridge.java | 227 // now parse com.android.internal.R (and only this one as android.R is a subset of 400 // post-inflate process. For now this supports TabHost/TabWidget 447 // now do the layout. [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadInfo.java | 295 public long restartTime(long now) { 297 return now; 311 private boolean isReadyToStart(long now) { 333 return restartTime(now) <= now; 458 void startIfReady(long now) { 459 if (!isReadyToStart(now)) { 525 * Returns the amount of time (as measured from the "now" parameter) 529 * positive value - service must wake up in the future, as specified in ms from "now" 531 long nextAction(long now) { [all...] |
/dalvik/vm/test/ |
AtomicTest.c | 22 * for it, so this will do for now. 74 struct timespec now; local 75 clock_gettime(CLOCK_MONOTONIC, &now); 76 return (int64_t) now.tv_sec*1000000000LL + now.tv_nsec; 78 struct timeval now; 79 gettimeofday(&now, NULL); 80 return (int64_t) now.tv_sec*1000000000LL + now.tv_usec * 1000LL;
|
/frameworks/base/docs/html/sdk/ |
tools-notes.jd | 113 <p>The SDK Tools now support the use of <em>library projects</em> during 152 <li>AVDs now sorted by API level.</li> 153 <li>The AVD creation dialog now enforces a minimum SD card size of 9MB.</li> 155 <li>Settings are now automatically saved, no need to click "Apply".</li> 162 <li>Emulator now requires SD card to be 9MB or more.</li> 192 <li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a 200 <li>AVD Launch dialog now shows scale value.</li> 218 <li>.apk packaging now properly ignores vi swap files as well as hidden files.</li> 270 <li>Now enforces dependencies between platforms and tools components, and
|
/development/samples/GlobalTime/src/com/android/globaltime/ |
City.java | 123 long now = System.currentTimeMillis(); 128 int off1 = tz1.getOffset(now); 129 int off2 = tz2.getOffset(now); 228 long now = System.currentTimeMillis(); local 232 return timeZone.getOffset(now) / 3600000.0f;
|
/external/bluetooth/glib/tests/ |
slice-threadinit.c | 79 /* mps[*] now contains pointers to allocated slices */ 110 /* mps[*] now contains pointers to releaed slices */ 128 /* mps[*] now contains pointers to reallocated slices */ 133 /* mps[*] now contains pointers to released slices */ 154 /* mps[*] now contains pointers to reallocated slices */
|
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_make_key.c | 67 /* now make a random string and multply it against q */ 83 /* now loop until p is prime */ 93 /* now p = (q * tmp2) + 1 is prime, find a value g for which g^tmp2 != 1 */ 104 /* so now we have our DH structure, generator g, order q, modulus p 105 Now we need a random exponent [mod q] and it's power g^x mod p
|
/external/dropbear/libtomcrypt/src/pk/pkcs1/ |
pkcs_1_oaep_decode.c | 80 /* ok so it's now in the form 94 /* now read the masked seed */ 99 /* now read the masked DB */ 123 /* now DB == lhash || PS || 0x01 || M, PS == k - mlen - 2hlen - 2 zeroes */ 144 /* now zeroes before a 0x01 */
|
/external/e2fsprogs/debugfs/ |
lsdel.c | 86 time_t now; local 101 now = current_fs->now ? current_fs->now : time(0); 135 (secs && ((unsigned) abs(now - secs) > inode.i_dtime)))
|
/external/e2fsprogs/lib/ext2fs/ |
bb_inode.c | 96 * Now set the bad blocks! 127 inode.i_atime = inode.i_mtime = fs->now ? fs->now : time(0); 129 inode.i_ctime = fs->now ? fs->now : time(0);
|
/external/qemu/distrib/sdl-1.2.12/src/timer/ |
SDL_timer.c | 106 Uint32 now, ms; local 112 now = SDL_GetTicks(); 117 if ( (int)(now - t->last_alarm) > (int)ms ) { 120 if ( (now - t->last_alarm) < t->interval ) { 123 t->last_alarm = now;
|
/external/skia/src/views/ |
SkImageView.cpp | 163 SkMSec now = SkTime::GetMSecs(); local 165 SkAnimator::DifferenceType diff = fData.fAnim->draw(canvas, &paint, now); 167 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff));
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.5.23-17.js | 49 var now = "now"; 50 addTestCase( now, String( TZ_DIFF* msPerHour ) ); 52 addTestCase( now, String( TIME_2000 ) ); 57 if ( startTime == "now" ) {
|