HomeSort by relevance Sort by last modified time
    Searched defs:sec (Results 51 - 75 of 110) sorted by null

1 23 4 5

  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
osapi.c 137 TI_UINT32 sec = 0; local
151 sec = os_timeStampUs(NULL);
152 uSec = sec % MICROSECOND_IN_SECONDS;
153 sec /= MICROSECOND_IN_SECONDS;
155 printk(KERN_INFO DRIVER_NAME ": %d.%06d: %s",sec,uSec,p_msg);
593 Routine Description: Called to prevent system from suspend for 1 sec
765 printk("tiwlan: 10 sec %s timeout\n", __func__);
  /cts/tools/host/src/com/android/cts/
HostUtils.java 263 int sec = cal.get(Calendar.SECOND); local
280 fmt.format(formatStr, year, month, date, hour, min, sec);
  /external/chromium/base/third_party/nspr/
prtime.cc 531 int sec = -1; local
835 and possibly sec, so it worked as a unit. */
858 sec = tmp_sec;
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslsecur.c 259 ssl_ResetSecurityInfo(&ss->sec, PR_TRUE);
830 ss->sec.blockSize = 1;
831 ss->sec.blockShift = 0;
834 status = sslBuffer_Grow(&ss->sec.writeBuf, 4096);
843 ss->sec.send = os->sec.send;
844 ss->sec.isServer = os->sec.isServer;
845 ss->sec.keyBits = os->sec.keyBits
1081 sslSecurityInfo *sec; local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 64 int32_t hour, min, sec; local
67 sec = offset % 60;
68 offset = (offset - sec) / 60;
74 decf->format(sec, appendTo);
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/icu4c/tools/tzcode/
icuzdump.cpp 64 int32_t hour, min, sec; local
67 sec = offset % 60;
68 offset = (offset - sec) / 60;
74 decf->format(sec, appendTo);
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/
SDL_syscdrom_c.h 54 #define kAbsMSFPosition 1 /* Position at the specified Min/Sec/Frame (in BCD) */
133 unsigned char sec; /* Start of track (BCD) */ member in struct:CDTrackData::__anon6021
  /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...]
  /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_6/wpa_supplicant/src/utils/
eloop.c 249 timeout->time.sec += secs;
252 timeout->time.sec++;
470 tv.sec = tv.usec = 0;
472 printf("next timeout in %lu.%06lu sec\n",
473 tv.sec, tv.usec);
475 _tv.tv_sec = tv.sec;
535 int sec, usec; local
538 sec = prev->time.sec - now.sec;
    [all...]
  /bootable/recovery/updater/
install.c 301 int sec = strtol(sec_str, NULL, 10); local
304 fprintf(ui->cmd_pipe, "progress %f %d\n", frac, sec);
  /cts/tools/dasm/src/java_cup/
Main.java 744 long sec = 0; local
754 sec = time_val / 1000;
757 if (sec < 10)
759 else if (sec < 100)
761 else if (sec < 1000)
770 return (neg ? "-" : "") + pad + sec + "." +
771 ((ms%1000)/100) + ((ms%100)/10) + (ms%10) + "sec" +
  /external/bluetooth/bluez/src/
btio.c 369 struct bt_security sec; local
379 memset(&sec, 0, sizeof(sec));
380 sec.level = level;
382 if (setsockopt(sock, SOL_BLUETOOTH, BT_SECURITY, &sec,
383 sizeof(sec)) == 0)
449 struct bt_security sec; local
453 memset(&sec, 0, sizeof(sec));
454 len = sizeof(sec);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
olsontz.cpp 406 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); local
455 if (sec >= transition) {
456 U_DEBUG_TZ_MSG(("Found@%d: time=%.1f, localtransition=%d (orig %d) dz %d\n", i, sec, transition, transitionTimes[i],
464 U_DEBUG_TZ_MSG(("miss@%d: time=%.1f, localtransition=%d (orig %d) dz %d\n", i, sec, transition, transitionTimes[i],
477 U_ASSERT(local || sec < transitionTimes[0] || sec >= transitionTimes[i]);
478 U_ASSERT(local || i == transitionCount-1 || sec < transitionTimes[i+1]);
    [all...]
timezone.cpp 1238 int32_t sign, hour, min, sec; local
1254 int32_t sign, hour, min, sec; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
ccaltst.c 790 int32_t y,m,d,hr,min,sec,ms; local
    [all...]
  /external/icu4c/i18n/
olsontz.cpp 467 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); local
468 if (!local && sec < transitionTimeInSeconds(0)) {
521 if (sec >= transition) {
    [all...]
timezone.cpp 1127 int32_t sign, hour, min, sec; local
1143 int32_t sign, hour, min, sec; local
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 308 int sec = (int)Math.floor(cal.getTimeInMillis()/1000); local
337 event = new GcEventContainer(tagValue, pid, -1 /* tid */, sec, nsec, data);
339 event = new EventContainer(tagValue, pid, -1 /* tid */, sec, nsec, data);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 147 UINT32 sec = 0; local
192 sec = os_timeStampUs(NULL);
193 uSec = sec % 1000000;
194 sec /= 1000000;
196 printk(KERN_INFO DRIVER_NAME ": %d.%06d: %s",sec,uSec,p_msg);
233 /*printk(KERN_INFO DRIVER_NAME ": %d.%06d: %s\n", sec, uSec, "**** Debug module message overrun! ****\n");*/
    [all...]
  /external/blktrace/btt/
globals.h 119 __u64 rqm[2], ios[2], sec[2], wait, svctm; member in struct:stats
214 struct io *dip_find_sec(struct d_info *dip, enum iop_type type, __u64 sec);
224 struct io *rb_find_sec(struct rb_root *root, __u64 sec);
  /external/chromium/third_party/icu/source/test/intltest/
caltest.cpp 899 int32_t y = 1997, m = UCAL_FEBRUARY, d = 1, hr = 1, min = 1, sec = 0, ms = 0; local
906 temp->set(UCAL_SECOND, sec);
926 check520(temp, y, m, d, hr, min, sec, ms, e);
    [all...]
  /external/clearsilver/imd/
imd.c 46 int year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0, x; local
59 sscanf(ip,"%25s %d %d:%d:%d %d",mname,&day,&hour,&min,&sec,&year);
64 sscanf(ip,"%s %d:%d:%d",t,&hour,&min,&sec);
77 sscanf(ip,"%d %s %d %d:%d:%d",&day,mname,&year,&hour,&min,&sec);
91 if((x = lms->tm_sec - sec))
  /external/elfutils/src/
strip.c 1162 Elf32_Word sec; local
    [all...]

Completed in 970 milliseconds

1 23 4 5