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

1 23 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.c 64 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
86 int sec; local
95 sec = pmksa->pmksa->expiration - now.sec;
96 if (sec < 0)
97 sec = 0;
98 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL);
103 sec = pmksa->pmksa->reauth_time - now.sec;
104 if (sec < 0
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/h264dec/
Android.mk 11 LOCAL_MODULE := libOMX.SEC.AVC.Decoder
22 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/dec/mpeg4dec/
Android.mk 11 LOCAL_MODULE := libOMX.SEC.M4V.Decoder
22 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/h264enc/
Android.mk 11 LOCAL_MODULE := libOMX.SEC.AVC.Encoder
22 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/video/enc/mpeg4enc/
Android.mk 11 LOCAL_MODULE := libOMX.SEC.M4V.Encoder
22 $(SEC_OMX_INC)/sec \
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
Android.mk 34 $(SEC_OMX_INC)/sec \
  /external/kernel-headers/original/linux/
jiffies.h 160 * simple math is: jiff = (sec * NSEC_PER_SEC) / NSEC_PER_JIFFIE; We
166 * jiff = (sec) * (NSEC_PER_SEC / NSEC_PER_JIFFIE);
167 * jiff = ((sec) * ((NSEC_PER_SEC * SCALE)/ NSEC_PER_JIFFIE)) / SCALE;
169 * jiff = ((sec) * ((NSEC_PER_SEC << SCALE)/ NSEC_PER_JIFFIE)) >> SCALE;
172 * jiff = (sec * SEC_CONV) >> SCALE;
314 unsigned long sec = value->tv_sec; local
317 if (sec >= MAX_SEC_IN_JIFFIES){
318 sec = MAX_SEC_IN_JIFFIES;
321 return (((u64)sec * SEC_CONVERSION) +
353 unsigned long sec = value->tv_sec local
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
DOMInternal.h 96 inline double core(NSTimeInterval sec)
98 return sec * 1000.0 + NSTimeIntervalSince1970;
  /external/wpa_supplicant/
os_internal.c 30 void os_sleep(os_time_t sec, os_time_t usec)
32 if (sec)
33 sleep(sec);
44 t->sec = tv.tv_sec;
50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
56 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
57 sec > 60)
66 tm.tm_sec = sec;
os_unix.c 25 void os_sleep(os_time_t sec, os_time_t usec)
27 if (sec)
28 sleep(sec);
39 t->sec = tv.tv_sec;
45 int os_mktime(int year, int month, int day, int hour, int min, int sec,
53 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
54 sec > 60)
63 tm.tm_sec = sec;
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_internal.c 30 void os_sleep(os_time_t sec, os_time_t usec)
32 if (sec)
33 sleep(sec);
44 t->sec = tv.tv_sec;
50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
56 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
57 sec > 60)
66 tm.tm_sec = sec;
os_unix.c 25 void os_sleep(os_time_t sec, os_time_t usec)
27 if (sec)
28 sleep(sec);
39 t->sec = tv.tv_sec;
45 int os_mktime(int year, int month, int day, int hour, int min, int sec,
53 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
54 sec > 60)
63 tm.tm_sec = sec;
  /external/wpa_supplicant_8/src/utils/
os_internal.c 30 void os_sleep(os_time_t sec, os_time_t usec)
32 if (sec)
33 sleep(sec);
44 t->sec = tv.tv_sec;
50 int os_mktime(int year, int month, int day, int hour, int min, int sec,
56 hour < 0 || hour > 23 || min < 0 || min > 59 || sec < 0 ||
57 sec > 60)
66 tm.tm_sec = sec;
  /frameworks/base/core/jni/
TimeUtils.h 47 SEC = 1,
69 inline void set(int sec, int min, int hour, int mday, int mon, int year,
72 this->t.tm_sec = sec;
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_inner.h 26 #define INT_2_YMD_HMS(year, mon, day, date, hour, min, sec, time) do{\
32 sec = time % 100;\
  /external/icu4c/i18n/
wintzimpl.cpp 62 int32_t hour, min, sec, mil; local
76 sec = mil/1000;
81 standardDate.wSecond = sec;
97 sec = mil/1000;
102 daylightDate.wSecond = sec;
  /external/tcpdump/
print-chdlc.c 149 u_int sec,min,hrs,days; local
185 sec = EXTRACT_32BITS(cp) / 1000;
186 min = sec / 60; sec -= min * 60;
189 printf(", link uptime=%ud%uh%um%us",days,hrs,min,sec);
  /external/blktrace/btt/
iostat.c 104 avgrq_sz = (double)(sp->sec[0] + sp->sec[1]) / nios;
123 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[1] / dt);
124 fprintf(iostat_ofp, "%9.2lf ", (double)sp->sec[0] / dt);
125 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[1] / 2) / dt);
126 fprintf(iostat_ofp, "%9.2lf ", (double)(sp->sec[0] / 2) / dt);
138 sp->sec[0] = sp->sec[1] = 0;
151 asp->sec_s[i] += ((double)sp->sec[i] / dt);
260 ADD_STAT(dip, sec[rw], iop->t.bytes >> 9)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.28-1.js 24 ECMA Section: 15.9.5.28 Date.prototype.setMinutes(min [, sec [, ms ]] )
26 If sec is not specified, this behaves as if sec were specified with the
34 3. If sec is not specified, compute SecFromTime(t); otherwise, call ToNumber(sec).
48 writeHeaderToLog( SECTION + " Date.prototype.setMinutes(sec [,ms] )");
126 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
129 if ( sec == void 0 ) {
133 DateCase.setMinutes( min, sec );
135 DateCase.setMinutes( min, sec, ms )
    [all...]
15.9.5.29-1.js 24 ECMA Section: 15.9.5.29 Date.prototype.setUTCMinutes(min [, sec [, ms ]] )
26 If sec is not specified, this behaves as if sec were specified with the
34 3. If sec is not specified, compute SecFromTime(t); otherwise, call
35 ToNumber(sec).
50 writeHeaderToLog( SECTION + " Date.prototype.setUTCMinutes( min [, sec, ms] )");
123 function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) {
126 if ( sec == void 0 ) {
130 DateCase.setUTCMinutes( min, sec );
132 DateCase.setUTCMinutes( min, sec, ms )
    [all...]
15.9.5.31-1.js 24 ECMA Section: 15.9.5.31 Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )
27 If sec is not specified, this behaves as if sec were specified with the value getUTCSeconds ( ).
33 4.If sec is not specified, compute SecFromTime(t); otherwise, call ToNumber(sec).
47 writeHeaderToLog( SECTION + " Date.prototype.setUTCHours(hour [, min [, sec [, ms ]]] )");
120 function addNewTestCase( time, hours, min, sec, ms, DateString, UTCDate, LocalDate) {
126 if ( sec == void 0 ) {
130 DateCase.setUTCHours( hours, min, sec );
132 DateCase.setUTCHours( hours, min, sec, ms )
    [all...]
  /external/llvm/lib/Object/
ELFObjectFile.cpp 340 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
341 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
342 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
343 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
344 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
345 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
346 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
347 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
348 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const;
349 virtual error_code sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb
680 const Elf_Shdr *sec = getSection(symb); local
708 const uint8_t *sec = reinterpret_cast<const uint8_t *>(Sec.p); local
719 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
728 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
737 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
746 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
756 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
765 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
777 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
790 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
814 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
829 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
877 const Elf_Shdr *sec = getSection(Rel.w.b); local
905 const Elf_Shdr *sec = getSection(Rel.w.b); local
927 const Elf_Shdr *sec = getSection(Rel.w.b); local
950 const Elf_Shdr *sec = getSection(Rel.w.b); local
1063 const Elf_Shdr *sec = getSection(Rel.w.b); local
1082 const Elf_Shdr *sec = getSection(Rel.w.b); local
1380 const Elf_Shdr *sec = getSection(Symb.d.b); local
    [all...]
  /external/bluetooth/bluez/test/
btiotest.c 228 gint disconn, gint sec)
244 BT_IO_OPT_SEC_LEVEL, sec,
252 BT_IO_OPT_SEC_LEVEL, sec,
264 gint sec, gboolean master)
290 BT_IO_OPT_SEC_LEVEL, sec,
298 BT_IO_OPT_SEC_LEVEL, sec,
312 gint disconn, gint sec)
328 BT_IO_OPT_SEC_LEVEL, sec,
336 BT_IO_OPT_SEC_LEVEL, sec,
348 gint sec, gboolean master
    [all...]
  /external/icu4c/test/intltest/
caltztst.cpp 181 CalendarTimeZoneTest::date(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
186 cal->set(1900 + y, m, d, hr, min, sec); // Add 1900 to follow java.util.Date protocol
200 CalendarTimeZoneTest::utcDate(int32_t y, int32_t m, int32_t d, int32_t hr, int32_t min, int32_t sec)
205 Date dt = date(y, m, d, hr, min, sec) +
219 CalendarTimeZoneTest::dateToFields(UDate date, int32_t& y, int32_t& m, int32_t& d, int32_t& hr, int32_t& min, int32_t& sec)
230 sec = cal->get(UCAL_SECOND, status);
tzrulets.h 48 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);

Completed in 258 milliseconds

1 23 4 5 6 7 8 91011>>