/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
datetime.h | 213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \ 215 min, sec, usec, Py_None, PyDateTimeAPI->DateTimeType)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
timeit.py | 325 sec = msec / 1000 326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
datetime.h | 213 #define PyDateTime_FromDateAndTime(year, month, day, hour, min, sec, usec) \ 215 min, sec, usec, Py_None, PyDateTimeAPI->DateTimeType)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
timeit.py | 325 sec = msec / 1000 326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslinfo.c | 46 sid = ss->sec.ci.sid; 48 inf.authKeyBits = ss->sec.authKeyBits; 49 inf.keaKeyBits = ss->sec.keaKeyBits; 51 inf.cipherSuite = ss->sec.cipherType | 0xff00; 311 if (ss->sec.isServer) {
|
ssl3ecc.c | 457 int requiredECCbits = ss->sec.secretKeyBits * 2; 660 &sigAndHash, ss->sec.peerCert); 698 rv = ssl3_VerifySignedHashes(&hashes, ss->sec.peerCert, &signature, 711 ss->sec.peerKey = peerKey = PORT_ArenaZNew(arena, SECKEYPublicKey); 738 ss->sec.peerKey = peerKey; [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_auth.c | 115 if (now.sec - entry->timestamp > RADIUS_ACL_TIMEOUT) 309 query->timestamp = t.sec; 409 hostapd_acl_expire_cache(hapd, now.sec); 410 hostapd_acl_expire_queries(hapd, now.sec); 519 cache->timestamp = t.sec;
|
ieee802_11_shared.c | 34 tu = (passed.sec * 1000000 + passed.usec) / 1024; 407 if (os_get_time(&t) < 0 || os_gmtime(t.sec, &tm) < 0) 431 *pos++ = tm.sec; /* Seconds */
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.c | 796 int32_t y,m,d,hr,min,sec,ms; local [all...] |
/external/icu4c/i18n/ |
zonemeta.cpp | 873 int32_t hour, min, sec; local 876 sec = tmp % 60; 882 formatCustomID(hour, min, sec, negative, zid); 887 ZoneMeta::formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id) { 902 if (sec != 0) { 904 id.append((UChar)(0x30 + (sec%100)/10)); 905 id.append((UChar)(0x30 + (sec%10)));
|
tzfmt.cpp | [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_gnutls.c | 756 security_parameters_st *sec; local 766 sec = &conn->session->security_parameters; 767 keys->master_key = sec->master_secret; 769 keys->client_random = sec->client_random; 770 keys->server_random = sec->server_random; 900 if (gnutls_x509_crt_get_expiration_time(cert) < now.sec || 901 gnutls_x509_crt_get_activation_time(cert) > now.sec) {
|
/system/core/toolbox/ |
newfs_msdos.c | 117 u_int8_t sec[2]; /* total sectors */ member in struct:bsbpb 161 u_int sec; /* total sectors */ member in struct:bpb 399 bpb.bsec = bpb.sec; 400 bpb.sec = 0; 608 bpb.sec = bpb.bsec; 648 mk2(bsbpb->sec, bpb.sec); 916 if (bpb->sec) 917 printf(" sec=%u", bpb->sec); [all...] |
/external/lzma/C/Util/7z/ |
7zMain.c | 225 unsigned year, mon, day, hour, min, sec;
local 230 sec = (unsigned)(v64 % 60); v64 /= 60;
258 s = UIntToStr(s, sec, 2);
|
/external/qemu/elff/ |
elf_file.cc | 447 for (Elf_Half sec = 0; sec < sec_count_; sec++) {
|
/external/wpa_supplicant_8/wpa_supplicant/ |
notify.c | 397 if (global->suspend_time.sec == 0) 401 slept = now.sec - global->suspend_time.sec;
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_file.cc | 447 for (Elf_Half sec = 0; sec < sec_count_; sec++) {
|
/external/chromium_org/third_party/icu/source/common/ |
rbbicst.pl | 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
module.cpp | 162 module::sec(typename section::type type) const { function in class:clover::module
|
/external/icu4c/common/ |
rbbicst.pl | 228 my ($sec, $min, $hour, , $day, $mon, $year, $wday, $yday, $isdst) = localtime;
|
/external/icu4c/i18n/unicode/ |
timezone.h | [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
module.cpp | 162 module::sec(typename section::type type) const { function in class:clover::module
|
/external/svox/pico/lib/ |
picopal.h | 281 extern void picopal_get_timer(picopal_uint32 * sec, picopal_uint32 * usec);
|
/external/tcpdump/ |
print-ospf6.c | 102 register time_t sec = us % 60; local 109 (u_int32_t) hour, (u_int32_t) mins, (u_int32_t) sec); 111 printf("%u:%02u", (u_int32_t) mins, (u_int32_t) sec); 113 printf("%u", (u_int32_t) sec);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readelf.c | 166 case STT_SECTION: VG_(printf)("SEC "); break; 213 UChar* opd_img, /* oimage of .opd sec (ppc64-linux only) */ [all...] |