Searched defs:utc (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/libsrtp/srtp/crypto/replay/
H A Dut_sim.c57 ut_init(ut_connection *utc) { argument
59 utc->index = 0;
62 utc->buffer[i] = i;
64 qsort(utc->buffer, UT_BUF, sizeof(uint32_t), ut_compar);
66 utc->index = UT_BUF - 1;
70 ut_next_index(ut_connection *utc) { argument
73 tmp = utc->buffer[0];
74 utc->index++;
75 utc->buffer[0] = utc
91 ut_connection utc; local
[all...]
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Droc_driver.c87 ut_connection utc; local
124 ut_init(&utc);
129 ircvd = ut_next_index(&utc);
H A Dreplay_driver.c141 ut_connection utc; local
170 ut_init(&utc);
173 ircvd = ut_next_index(&utc);
H A Drdbx_driver.c227 ut_connection utc; local
281 ut_init(&utc);
285 ircvd = ut_next_index(&utc);
/external/srtp/crypto/replay/
H A Dut_sim.c57 ut_init(ut_connection *utc) { argument
59 utc->index = 0;
62 utc->buffer[i] = i;
64 qsort(utc->buffer, UT_BUF, sizeof(uint32_t), ut_compar);
66 utc->index = UT_BUF - 1;
70 ut_next_index(ut_connection *utc) { argument
73 tmp = utc->buffer[0];
74 utc->index++;
75 utc->buffer[0] = utc
91 ut_connection utc; local
[all...]
/external/srtp/test/
H A Droc_driver.c87 ut_connection utc; local
124 ut_init(&utc);
129 ircvd = ut_next_index(&utc);
H A Dreplay_driver.c133 ut_connection utc; local
162 ut_init(&utc);
165 ircvd = ut_next_index(&utc);
H A Drdbx_driver.c215 ut_connection utc; local
269 ut_init(&utc);
273 ircvd = ut_next_index(&utc);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzoffloc.cpp121 TimeZone* utc = TimeZone::createTimeZone("UTC"); local
122 Calendar* cal = Calendar::createInstance(*utc, status);
198 df.setTimeZone(*utc);
325 delete utc;
H A Dtzbdtest.cpp291 TimeZone* utc = TimeZone::createTimeZone("UTC"); local
292 Calendar* utccal = Calendar::createInstance(utc, status);
H A Dutxttest.cpp443 UChar32 utc; // code point from UText local
447 utc = utext_next32(targetUT);
448 if (utc < 0) {
452 TEST_ASSERT(utc == usc);
519 UChar32 utc; // code point from UText local
524 utc = utext_next32(targetUT);
525 if (utc < 0) {
529 TEST_ASSERT(utc == usc);
H A Dcaltest.cpp921 int32_t utc = ((cal->get(UCAL_HOUR_OF_DAY, status) * 60 + local
927 if (utc != expected) errln(UnicodeString("FAIL: Discrepancy of ") + (utc - expected) +
928 " millis = " + ((utc - expected) / 1000 / 60 / 60.0) + " hr");
H A Dtzrulets.cpp2113 TimeZone *utc = TimeZone::createTimeZone("Etc/GMT"); local
2114 GregorianCalendar cal(utc, status);
2317 UDate utc = cal->getTime(status); local
2324 return utc;
/external/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp121 TimeZone* utc = TimeZone::createTimeZone("UTC"); local
122 Calendar* cal = Calendar::createInstance(*utc, status);
198 df.setTimeZone(*utc);
325 delete utc;
H A Dtzbdtest.cpp291 TimeZone* utc = TimeZone::createTimeZone("UTC"); local
292 Calendar* utccal = Calendar::createInstance(utc, status);
H A Dutxttest.cpp445 UChar32 utc; // code point from UText local
449 utc = utext_next32(targetUT);
450 if (utc < 0) {
454 TEST_ASSERT(utc == usc);
521 UChar32 utc; // code point from UText local
526 utc = utext_next32(targetUT);
527 if (utc < 0) {
531 TEST_ASSERT(utc == usc);
/external/smack/src/org/jivesoftware/smackx/packet/
H A DTime.java68 private String utc = null; field in class:Time
90 utc = utcFormat.format(new Date(
100 if (utc == null) {
107 cal.setTime(new Date(utcFormat.parse(utc).getTime() +
124 utc = utcFormat.format(new Date(
134 return utc;
140 * @param utc the time using a formatted String.
142 public void setUtc(String utc) { argument
143 this.utc = utc;
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dutmstest.c445 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ local
457 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
H A Dreapits.c96 UChar32 utc = 0; local
101 utc = utext_next32(utext);
102 if (u8c == 0 && utc == U_SENTINEL) {
105 if (u8c != utc || u8c == 0) {
H A Dccaltst.c1276 int32_t offset,utc, expected; local
1333 utc = ((ucal_get(cal, UCAL_HOUR_OF_DAY, &status) * 60 +
1343 if (utc != expected) {
1344 temp=(double)(utc - expected)/ 1000 / 60 / 60.0;
1345 log_err("FAIL: Discrepancy of %d millis = %fhr\n", utc-expected, temp );
1503 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ local
1511 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
1529 cal = ucal_open(utc, -1, "th@calendar=buddhist", UCAL_TRADITIONAL, &errorCode);
/external/chromium_org/v8/src/base/platform/
H A Dplatform-cygwin.cc40 time_t utc = time(NULL); local
41 DCHECK(utc != -1);
42 struct tm* loc = localtime(&utc);
45 return static_cast<double>((mktime(loc) - utc) * msPerSecond -
/external/icu/icu4c/source/test/cintltst/
H A Dutmstest.c445 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ local
457 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
H A Dreapits.c96 UChar32 utc = 0; local
101 utc = utext_next32(utext);
102 if (u8c == 0 && utc == U_SENTINEL) {
105 if (u8c != utc || u8c == 0) {
H A Dccaltst.c1277 int32_t offset,utc, expected; local
1334 utc = ((ucal_get(cal, UCAL_HOUR_OF_DAY, &status) * 60 +
1344 if (utc != expected) {
1345 temp=(double)(utc - expected)/ 1000 / 60 / 60.0;
1346 log_err("FAIL: Discrepancy of %d millis = %fhr\n", utc-expected, temp );
1504 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ local
1512 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
1530 cal = ucal_open(utc, -1, "th@calendar=buddhist", UCAL_TRADITIONAL, &errorCode);
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc60 const base::Time utc = base::Time::Now(); local
63 utc.LocalExplode(&local);
65 return base::Time::FromUTCExploded(local) - utc;

Completed in 482 milliseconds

12