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

12 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon21690::__anon21691
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon22044::__anon22045
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon22398::__anon22399
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon22811::__anon22812
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon23180::__anon23181
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon23598::__anon23599
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon23966::__anon23967
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon24585::__anon24586
25 s32 nsec, sec;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
ktime.h 23 s32 sec, nsec; member in struct:__anon24922::__anon24923
25 s32 nsec, sec;
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_rel.h 43 #define YMD_HMS_2_INT(year, mon, day, date, hour, min, sec, time) do{\
45 time = hour * 10000 + min * 100 + sec;\
55 int32_t time; /**< hour * 10000 + min *100 + sec */
98 * \param sec second of the time
103 int32_t drm_checkDate(int32_t year, int32_t month, int32_t day, int32_t hour, int32_t min, int32_t sec);
  /frameworks/compile/linkloader/include/impl/
ELFSymbol.hxx 164 ELFSectionTy const *sec = owner->getSectionByIndex(idx); local
165 rsl_assert(sec != 0 && "STT_OBJECT with null section.");
168 static_cast<ELFSectionBitsTy const &>(*sec);
239 ELFSectionTy const *sec = owner->getSectionByIndex(idx); local
240 rsl_assert(sec != 0 && "STT_FUNC with null section.");
243 static_cast<ELFSectionProgBitsTy const &>(*sec);
269 ELFSectionTy const *sec = owner->getSectionByIndex(idx); local
270 rsl_assert(sec != 0 && "STT_SECTION with null section.");
273 static_cast<ELFSectionBitsTy const &>(*sec);
298 ELFSectionTy const *sec = owner->getSectionByIndex(idx) local
    [all...]
  /external/wpa_supplicant/
os.h 21 * os_sleep - Sleep (sec, usec)
22 * @sec: Number of seconds to sleep
25 void os_sleep(os_time_t sec, os_time_t usec);
28 os_time_t sec; member in struct:os_time
33 * os_get_time - Get current time (sec, usec)
43 ((a)->sec < (b)->sec || \
44 ((a)->sec == (b)->sec && (a)->usec < (b)->usec))
47 (res)->sec = (a)->sec - (b)->sec;
    [all...]
pmksa_cache.c 94 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
116 int sec; local
125 sec = pmksa->pmksa->expiration - now.sec;
126 if (sec < 0)
127 sec = 0;
128 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL);
133 sec = pmksa->pmksa->reauth_time - now.sec;
134 if (sec < 0
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 21 * os_sleep - Sleep (sec, usec)
22 * @sec: Number of seconds to sleep
25 void os_sleep(os_time_t sec, os_time_t usec);
28 os_time_t sec; member in struct:os_time
33 * os_get_time - Get current time (sec, usec)
43 ((a)->sec < (b)->sec || \
44 ((a)->sec == (b)->sec && (a)->usec < (b)->usec))
47 (res)->sec = (a)->sec - (b)->sec;
    [all...]
  /external/wpa_supplicant_8/src/utils/
os.h 21 * os_sleep - Sleep (sec, usec)
22 * @sec: Number of seconds to sleep
25 void os_sleep(os_time_t sec, os_time_t usec);
28 os_time_t sec; member in struct:os_time
33 * os_get_time - Get current time (sec, usec)
43 ((a)->sec < (b)->sec || \
44 ((a)->sec == (b)->sec && (a)->usec < (b)->usec))
47 (res)->sec = (a)->sec - (b)->sec;
    [all...]
  /external/blktrace/btt/
dip_rb.c 49 struct io *rb_find_sec(struct rb_root *root, __u64 sec)
56 if (sec < BIT_START(__iop))
58 else if (sec >= BIT_END(__iop))
  /packages/apps/Exchange/src/com/android/exchange/utility/
FileLogger.java 75 int sec = d.getSeconds(); local
86 if (sec < 10) {
89 sb.append(sec);
  /bionic/libc/wchar/
wcsxfrm.c 37 int prim, sec, l; local
  /external/icu4c/test/intltest/
calcasts.h 36 int32_t sec; member in struct:CalendarCaseTest::TestCase
  /external/llvm/lib/Object/
COFFObjectFile.cpp 72 const coff_section *COFFObjectFile::toSec(DataRefImpl Sec) const {
73 const coff_section *addr = reinterpret_cast<const coff_section*>(Sec.p);
284 const coff_section *sec; local
285 if (error_code ec = getSection(symb->SectionNumber, sec)) return ec;
286 DataRefImpl Sec;
287 Sec.p = reinterpret_cast<uintptr_t>(sec);
288 Result = section_iterator(SectionRef(Sec, this));
293 error_code COFFObjectFile::getSectionNext(DataRefImpl Sec,
295 const coff_section *sec = toSec(Sec) local
304 const coff_section *sec = toSec(Sec); local
327 const coff_section *sec = toSec(Sec); local
334 const coff_section *sec = toSec(Sec); local
341 const coff_section *sec = toSec(Sec); local
356 const coff_section *sec = toSec(Sec); local
365 const coff_section *sec = toSec(Sec); local
372 const coff_section *sec = toSec(Sec); local
379 const coff_section *sec = toSec(Sec); local
387 const coff_section *sec = toSec(Sec); local
399 const coff_section *sec = toSec(Sec); local
411 const coff_section *sec = toSec(Sec); local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.30-1.js 24 ECMA Section: 15.9.5.30 Date.prototype.setHours(hour [, min [, sec [, ms ]]] )
27 value getMinutes( ). If sec is not specified, this behaves as if sec were
35 4. If sec is not specified, compute SecFromTime(t); otherwise, call
36 ToNumber(sec).
51 writeHeaderToLog( SECTION + " Date.prototype.setHours( hour [, min, sec, ms] )");
119 function addNewTestCase( time, hours, min, sec, ms, DateString) {
120 var UTCDate = UTCDateFromTime( SetHours( time, hours, min, sec, ms ));
121 var LocalDate = LocalDateFromTime( SetHours( time, hours, min, sec, ms ));
128 if ( sec == void 0 )
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_time.c 51 time_ptr->sec = tm_t->tm_sec;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 85 mLastStartTime = (long) event.sec * 1000L + (event.nsec / 1000000L);
91 mLastStopTime = (long) event.sec * 1000L + (event.nsec / 1000000L);
105 long updateTime = (long) event.sec * 1000L + (event.nsec / 1000000L);
116 long stopTime = (long) event.sec * 1000L + (event.nsec / 1000000L);
  /system/core/include/cutils/
logger.h 20 int32_t sec; /* seconds since Epoch */ member in struct:logger_entry
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.c 99 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
121 int sec; local
130 sec = pmksa->pmksa->expiration - now.sec;
131 if (sec < 0)
132 sec = 0;
133 eloop_register_timeout(sec + 1, 0, pmksa_cache_expire, pmksa, NULL);
138 sec = pmksa->pmksa->reauth_time - now.sec;
139 if (sec < 0
    [all...]

Completed in 1157 milliseconds

12 3 4 5 6 7 8 91011>>