HomeSort by relevance Sort by last modified time
    Searched refs:sec (Results 226 - 250 of 321) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayLog.java 96 long msec = (long) event.sec * 1000L;
150 long msec = (long) event.sec * 1000L;
  /bionic/libc/private/isc/
eventlib.h 166 struct timespec evConsTime __P((time_t sec, long nsec));
  /external/bluetooth/bluez/health/
mcap_lib.h 204 BtIOSecLevel sec, uint16_t ccpsm,
mcap.c     [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java 24 import org.bouncycastle.asn1.sec.SECNamedCurves;
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
ECUtil.java 8 import org.bouncycastle.asn1.sec.SECNamedCurves;
  /external/chromium/base/third_party/nspr/
prtime.cc 532 int sec = -1; local
836 and possibly sec, so it worked as a unit. */
859 sec = tmp_sec;
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 197 my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $dst) = localtime($time);
198 $sec = pad($sec, '0', 2);
203 return "$mon/$mday $hour:$min:$sec";
  /external/e2fsprogs/misc/
badblocks.c 168 int hr,min,sec; local
170 sec = diff % 60;
176 sprintf(buf, "%d:%02d:%02d", hr, min, sec);
178 sprintf(buf, "%d:%02d", min, sec);
  /external/icu4c/tools/tzcode/
zdump.c 212 (void) fprintf(stderr, " sec=%d", tmp->tm_sec);
934 long hour, min, sec; local
962 sec = offset % 60;
963 offset = (offset - sec) / 60;
969 fprintf(fp, "%02d", sec);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_common.c 245 val = os_random() ^ now.sec ^ now.usec;
  /external/wpa_supplicant_8/src/ap/
sta_info.c 292 "inactive too long: %d sec, max allowed: %d",
687 tu = (passed.sec * 1000000 + passed.usec) / 1024;
709 unsigned int timeout, sec, usec; local
731 sec = ((timeout / 1000) * 1024) / 1000;
733 eloop_register_timeout(sec, usec, ap_sa_query_timer, hapd, sta);
wpa_auth_ft.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 605 tu = (passed.sec * 1000000 + passed.usec) / 1024;
640 unsigned int timeout, sec, usec; local
663 sec = ((timeout / 1000) * 1024) / 1000;
665 eloop_register_timeout(sec, usec, sme_sa_query_timer, wpa_s, NULL);
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 348 curDateTime.hour, curDateTime.min, curDateTime.sec))
353 curDateTime.sec, CurrentTime.time);
390 int32_t year, mon, day, hour, min, sec, date, time; local
403 INT_2_YMD_HMS(year, mon, day, date, hour, min, sec, time);
405 if (sec > 59) {
406 min += sec / 60;
407 sec %= 60;
434 min, sec, XXConstraint->EndTime.time);
462 curDateTime.hour, curDateTime.min, curDateTime.sec))
467 curDateTime.sec, CurrentTime.time)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
247 "(lifetime=%ld now=%ld)", lifetime, now.sec);
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
717 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime);
787 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime);
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 246 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
248 "(lifetime=%ld now=%ld)", lifetime, now.sec);
258 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
718 WPA_PUT_BE32(pos, now.sec + data->pac_key_lifetime);
788 wpabuf_put_be32(buf, now.sec + data->pac_key_lifetime);
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 673 int32_t sec = cal->get(UCAL_SECOND, status); local
675 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
684 sec = cal->get(UCAL_SECOND, status);
686 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
815 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
851 cal3->set(year, month, day, hr, min, sec);
    [all...]
caltest.cpp 944 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; local
    [all...]
tzbdtest.cpp 167 int32_t y, m, day, h, min, sec; local
168 dateToFields(d, y, m, day, h, min, sec);
  /external/bluetooth/glib/glib/
gmain.c 3174 glong sec; local
    [all...]
  /external/wpa_supplicant/
events.c 786 t.sec - wpa_s->last_michael_mic_error <= 60) {
808 wpa_s->last_michael_mic_error = t.sec;
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 394 int sec, int usec);
420 void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec);
  /system/core/liblog/
logprint.c 353 entry->tv_sec = buf->sec;
607 entry->tv_sec = buf->sec;
  /system/core/logcat/
logcat.cpp 48 int n = a->entry.sec - b->entry.sec;

Completed in 632 milliseconds

1 2 3 4 5 6 7 8 91011>>