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

1 2 3 4 5 6 7 891011>>

  /external/blktrace/btt/
devs.c 207 struct io *dip_find_sec(struct d_info *dip, enum iop_type type, __u64 sec)
209 return dip_rb_find_sec(dip, type, sec);
inlines.h 310 enum iop_type type, __u64 sec)
312 return rb_find_sec(__get_root(dip, type), sec);
  /external/wpa_supplicant_8/src/ap/
ap_list.c 297 ap->last_beacon = now.sec;
350 now.sec)
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 76 fprintf(out_file, "%ld.%06u: ", (long) tv.sec,
80 printf("%ld.%06u: ", (long) tv.sec, (unsigned int) tv.usec);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DisplayGraph.java 188 msec = (long)event.sec * 1000L + (event.nsec / 1000000L);
234 msec = (long)event.sec * 1000L + (event.nsec / 1000000L);
DisplaySync.java 137 long msec = event.sec * 1000L + (event.nsec / 1000000L);
290 long msec = event.sec * 1000L + (event.nsec / 1000000L);
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 445 ConnectionSecurity sec = SECURITY_UNKNOWN; local
448 sec = SECURITY_NONE;
451 sec = SECURITY_WEP;
454 sec = SECURITY_WPA;
457 sec = SECURITY_RSN;
461 sec, GetSSID(), GetPassphrase(), std::string(), std::string());
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 204 int32_t sec = t / U_MILLIS_PER_SECOND; local
208 appendAsciiDigits(sec, 2, str);
230 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
257 sec = parseAsciiDigits(str, 13, 2, status);
266 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) {
279 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
295 int32_t sign = 0, hour = 0, min = 0, sec = 0; local
316 sec = parseAsciiDigits(str, 5, 2, status);
328 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 1000
343 int32_t hour, min, sec; local
    [all...]
smpdtfmt.cpp 1041 int32_t sec = offset % 60; local
1104 int32_t sec = 0; local
2771 int32_t hour = 0, min = 0, sec = 0; local
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 164 case STT_SECTION: VG_(printf)("SEC "); break;
211 UChar* opd_img, /* oimage of .opd sec (ppc64-linux only) */
    [all...]
  /external/openssl/ssl/
t1_enc.c 151 static int tls1_P_hash(const EVP_MD *md, const unsigned char *sec,
173 if (!HMAC_Init_ex(&ctx,sec,sec_len,md, NULL))
175 if (!HMAC_Init_ex(&ctx_tmp,sec,sec_len,md, NULL))
243 const unsigned char *sec, int slen,
253 /* Count number of digests and partition sec evenly */
259 S1=sec;
941 printf("sec=");
  /external/valgrind/main/perf/
tinycc.c 6818 Section *sec; local
6891 Section *sec; local
14283 Section *sec; local
17372 Section *sec; local
17400 Section *sec; local
17408 Section *sec; local
17646 Section *sec; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 86 dst->last_update.sec -= src->age / 1000;
89 dst->last_update.sec--;
418 t.sec -= age;
scan.c 499 * @sec: Number of seconds after which to scan
505 void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec)
529 wpa_dbg(wpa_s, MSG_DEBUG, "Setting scan request: %d sec %d usec",
530 sec, usec);
532 eloop_register_timeout(sec, usec, wpa_supplicant_scan, wpa_s, NULL);
events.c 1567 int sec; local
    [all...]
  /frameworks/base/core/java/android/webkit/
CacheManager.java 884 long sec = Long.parseLong(s); local
885 if (sec >= 0) {
887 * sec;
    [all...]
  /system/core/debuggerd/
debuggerd.c 518 time_t sec = (time_t) entry->sec; local
521 ptm = localtime_r(&sec, &tmBuf);
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 807 chromeos::ConnectionSecurity sec = chromeos::SECURITY_UNKNOWN; local
    [all...]
  /external/wpa_supplicant/
x509v3.c 516 int year, month, day, hour, min, sec; local
595 if (sscanf(pos, "%02d", &sec) != 1) {
597 "(sec)", buf, len);
601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
    [all...]
wpa_supplicant_i.h 379 int sec, int usec);
387 void wpa_supplicant_req_scan(struct wpa_supplicant *wpa_s, int sec, int usec);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.c 516 int year, month, day, hour, min, sec; local
595 if (sscanf(pos, "%02d", &sec) != 1) {
597 "(sec)", buf, len);
601 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.c 551 int year, month, day, hour, min, sec; local
630 if (sscanf(pos, "%02d", &sec) != 1) {
632 "(sec)", buf, len);
636 if (os_mktime(year, month, day, hour, min, sec, val) < 0) {
    [all...]
  /bionic/libc/netbsd/isc/
ev_timers.c 70 evConsTime(time_t sec, long nsec) {
73 x.tv_sec = sec;
  /external/elfutils/src/
strip.c 1162 Elf32_Word sec; local
    [all...]
  /external/icu4c/test/intltest/
calcasts.cpp 68 checkField(cal, UCAL_SECOND, cases[i].sec,status);
80 cal->set(UCAL_SECOND, cases[i].sec);
128 // Julian Day Era Year Month Day WkDay Hour Min Sec
218 // Julian Day Era Year Month Day WkDay Hour Min Sec
288 // Julian Day Era Year Month Day WkDay Hour Min Sec
305 // G.YY/MM/DD Era Year Month Day WkDay Hour Min Sec
337 // Julian Day Era Year Month Day WkDay Hour Min Sec
394 // JD Era Year Month Day WkDay Hour Min Sec
439 // JD Era Year Month Day WkDay Hour Min Sec

Completed in 1755 milliseconds

1 2 3 4 5 6 7 891011>>