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

1 2 3 45

  /external/icu4c/i18n/
vtzone.cpp 202 int32_t sec = t / U_MILLIS_PER_SECOND; local
206 appendAsciiDigits(sec, 2, str);
228 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
255 sec = parseAsciiDigits(str, 13, 2, status);
264 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) {
277 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
293 int32_t sign = 0, hour = 0, min = 0, sec = 0; local
314 sec = parseAsciiDigits(str, 5, 2, status);
326 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 1000
341 int32_t hour, min, sec; local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 673 int32_t sec = cal->get(UCAL_SECOND, status); local
675 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
684 sec = cal->get(UCAL_SECOND, status);
686 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
815 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
851 cal3->set(year, month, day, hr, min, sec);
    [all...]
  /external/libxml2/
xmlschemastypes.c 67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
3539 double sec; local
3994 double sec; local
4039 double sec; local
4089 double sec; local
5830 double sec = 0, left; local
    [all...]
  /external/netperf/
netlib.c 1051 fprintf(where,"setting the interval timer to %d sec %d usec ",
3020 int sec, local
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 314 * Returns the total time (in 1/100 sec) spent executing in user code.
321 * Returns the total time (in 1/100 sec) spent executing in system code.
865 long sec = time / 100; local
866 formatTimeRaw(sb, sec);
867 sb.append((time - (sec * 100)) * 10);
872 long sec = time / 1000; local
873 formatTimeRaw(sb, sec);
874 sb.append(time - (sec * 1000));
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 1106 struct wl_security *sec; local
1136 struct wl_security *sec; local
1181 struct wl_security *sec; local
1251 struct wl_security *sec; local
1311 struct wl_security *sec; local
1822 struct wl_security *sec; local
    [all...]
  /external/chromium/net/third_party/nss/ssl/
sslimpl.h 891 ** This is "ci", as in "ss->sec.ci".
1030 sslSecurityInfo sec; \/* not a pointer any more *\/ member in struct:sslSocketStr
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 1083 long sec; member in struct:__anon13508
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 343 milliseconds

1 2 3 45