HomeSort by relevance Sort by last modified time
    Searched defs:sec (Results 176 - 200 of 219) sorted by null

1 2 3 4 5 6 78 9

  /external/chromium_org/third_party/icu/source/i18n/
vtzone.cpp 204 int32_t sec = t / U_MILLIS_PER_SECOND; local
208 appendAsciiDigits(sec, 2, str);
230 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
257 sec = parseAsciiDigits(str, 13, 2, status);
266 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) {
279 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
295 int32_t sign = 0, hour = 0, min = 0, sec = 0; local
316 sec = parseAsciiDigits(str, 5, 2, status);
328 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 1000
343 int32_t hour, min, sec; local
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
dtfmttst.cpp 248 int32_t y, m, day, hr, min, sec; local
249 dateToFields(d, y, m, day, hr, min, sec);
650 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec); local
656 dateToFields(d,yr,month,day,hr,min,sec);
714 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c 67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
3550 double sec; local
4005 double sec; local
4050 double sec; local
4100 double sec; local
5841 double sec = 0, left; local
    [all...]
  /external/chromium_org/v8/src/
log.cc 1640 uint32_t sec, usec; local
    [all...]
  /external/icu4c/i18n/
vtzone.cpp 203 int32_t sec = t / U_MILLIS_PER_SECOND; local
207 appendAsciiDigits(sec, 2, str);
229 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0; local
256 sec = parseAsciiDigits(str, 13, 2, status);
265 hour < 0 || hour >= 24 || min < 0 || min >= 60 || sec < 0 || sec >= 60) {
278 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND);
294 int32_t sign = 0, hour = 0, min = 0, sec = 0; local
315 sec = parseAsciiDigits(str, 5, 2, status);
327 int32_t millis = sign * ((hour * 60 + min) * 60 + sec) * 1000
342 int32_t hour, min, sec; local
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 717 int32_t sec = cal->get(UCAL_SECOND, status); local
719 double firstMillisInDay = hr * 3600000 + min * 60000 + sec * 1000 + msec;
728 sec = cal->get(UCAL_SECOND, status);
730 double millisInDay = hr * 3600000.0 + min * 60000.0 + sec * 1000.0 + msec;
860 int32_t sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
896 cal3->set(year, month, day, hr, min, sec);
    [all...]
dtfmttst.cpp 378 int32_t y, m, day, hr, min, sec; local
379 dateToFields(d, y, m, day, hr, min, sec);
791 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec); local
797 dateToFields(d,yr,month,day,hr,min,sec);
855 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
    [all...]
  /external/kernel-headers/original/asm-mips/
sgiarcs.h 139 unsigned short sec; member in struct:linux_tinfo
  /external/libxml2/
xmlschemastypes.c 67 double sec; member in struct:_xmlSchemaValDate
79 double sec; /* sec stores min and hour also */ member in struct:_xmlSchemaValDuration
3557 double sec; local
4012 double sec; local
4057 double sec; local
4107 double sec; local
5848 double sec = 0, left; local
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 629 void LoadVersionDefs(const Elf_Shdr *sec) const;
690 virtual error_code getSectionNext(DataRefImpl Sec, SectionRef &Res) const;
691 virtual error_code getSectionName(DataRefImpl Sec, StringRef &Res) const;
692 virtual error_code getSectionAddress(DataRefImpl Sec, uint64_t &Res) const;
693 virtual error_code getSectionSize(DataRefImpl Sec, uint64_t &Res) const;
694 virtual error_code getSectionContents(DataRefImpl Sec, StringRef &Res) const;
695 virtual error_code getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const;
696 virtual error_code isSectionText(DataRefImpl Sec, bool &Res) const;
697 virtual error_code isSectionData(DataRefImpl Sec, bool &Res) const;
698 virtual error_code isSectionBSS(DataRefImpl Sec, bool &Res) const
1259 const Elf_Shdr *sec = getSection(symb); local
1282 const uint8_t *sec = reinterpret_cast<const uint8_t *>(Sec.p); local
1292 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1300 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1308 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1316 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1333 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1341 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1352 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1364 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1376 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1387 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1398 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1408 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1422 const Elf_Shdr *sec = reinterpret_cast<const Elf_Shdr *>(Sec.p); local
1489 const Elf_Shdr *sec = getRelSection(Rel); local
1531 const Elf_Shdr *sec = getRelSection(Rel); local
1545 const Elf_Shdr *sec = getRelSection(Rel); local
2242 const Elf_Shdr *sec = getRelSection(Rel); local
2284 const Elf_Shdr *sec = getRelSection(Rel); local
2302 const Elf_Shdr *sec = getRelSection(Rel); local
2870 const Elf_Shdr *sec = getSection(Symb.d.b); local
    [all...]
  /external/netperf/
netlib.c 1051 fprintf(where,"setting the interval timer to %d sec %d usec ",
3020 int sec, local
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 144 unsigned short sec; member in struct:linux_tinfo
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 144 unsigned short sec; member in struct:linux_tinfo
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 144 unsigned short sec; member in struct:linux_tinfo
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
sgiarcs.h 144 unsigned short sec; member in struct:linux_tinfo
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
sgiarcs.h 144 unsigned short sec; member in struct:linux_tinfo
  /frameworks/base/core/java/android/os/
BatteryStats.java 353 * Returns the total time (in 1/100 sec) spent executing in user code.
360 * Returns the total time (in 1/100 sec) spent executing in system code.
1100 long sec = time \/ 100; local
1107 long sec = time \/ 1000; local
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 1576 final long sec = diff % 3600; local
    [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 1727 void * sec; \/* the security preferences if any *\/ member in struct:_xsltTransformContext
    [all...]
  /external/elfutils/src/
readelf.c 5559 Dwarf_Word sec; local
    [all...]
  /external/libxslt/libxslt/
xsltInternals.h 1727 void * sec; \/* the security preferences if any *\/ member in struct:_xsltTransformContext
    [all...]
  /libcore/crypto/src/main/native/
org_conscrypt_NativeCrypto.cpp 4686 int sec, min, hour, mday, mon, year; local
    [all...]

Completed in 781 milliseconds

1 2 3 4 5 6 78 9