/external/chromium_org/third_party/icu/source/test/compat/ |
tzdate.c | 32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime); 34 void printTime(char* systime, char* icutime); 37 char systime[SIZE]; local 61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime); 65 if (strcmp(systime, icutime) != 0) { 67 printTime(systime, icutime); 109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { 130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts); 135 void printTime(char* systime, char* icutime) { 136 printf("System Time: %s\n", systime); [all...] |
/external/icu/icu4c/source/test/compat/ |
tzdate.c | 32 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime); 34 void printTime(char* systime, char* icutime); 37 char systime[SIZE]; local 61 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime); 65 if (strcmp(systime, icutime) != 0) { 67 printTime(systime, icutime); 109 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { 130 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts); 135 void printTime(char* systime, char* icutime) { 136 printf("System Time: %s\n", systime); [all...] |
/external/openssl/crypto/ |
o_time.c | 165 unsigned long systime[2]; 169 lib$cvt_vectim(epoch_values, systime); 171 printf("%u %u", systime[0], systime[1]); 176 unsigned long systime[2]; local 196 status = lib$add_times(unix_epoch, deltatime, systime); 199 status = sys$numtim(&time_values, systime); 211 &result->tm_wday, systime); 216 &result->tm_yday, systime);
|
/external/chromium_org/chrome/installer/util/ |
install_util_unittest.cc | 64 SYSTEMTIME systime = {0}; local 67 EXPECT_FALSE(SystemTimeToFileTime(&systime, &ft)); 69 systime.wYear = _wtoi(date.substr(0, 4).c_str()); 70 systime.wMonth = _wtoi(date.substr(4, 2).c_str()); 71 systime.wDay = _wtoi(date.substr(6, 2).c_str()); 73 EXPECT_TRUE(SystemTimeToFileTime(&systime, &ft));
|
/external/mksh/src/ |
jobs.c | 81 struct timeval systime; /* system time used by job */ member in struct:job 487 timerclear(&j->systime); 1238 j_systime = j->systime; [all...] |
funcs.c | 2547 struct timeval usrtime, systime, tv0, tv1; local [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 1854 struct timeval systime; local [all...] |
/external/libusb/libusb/ |
io.c | 1700 struct timeval systime; local [all...] |
/external/openssl/apps/ |
apps.c | 2862 SYSTEMTIME systime; local [all...] |