Searched refs:utc (Results 1 - 19 of 19) sorted by relevance

/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/include/
H A Dut_sim.h69 ut_init(ut_connection *utc);
77 ut_next_index(ut_connection *utc);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.4.3.js41 function utc( year, month, date, hours, minutes, seconds, ms ) { function
95 utc(1970,0,1,0,0,0,0) );
99 utc(1969,11,31,23,59,59,999) );
102 utc(1972,1,29,23,59,59,999) );
105 utc(1972,2,1,23,59,59,999) );
108 utc(1968,1,29,23,59,59,999) );
111 utc(1968,2,1,23,59,59,999) );
114 utc(1969,0,1,0,0,0,0) );
117 utc(1970,0,1,0,0,0,0) );
120 utc(196
[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/webkit/Source/JavaScriptCore/wtf/
H A DCurrentTime.cpp186 double utc = syncLowResUTCTime + highResElapsed; local
196 if (utc < lastUTCTime && (lastUTCTime - utc) < backwardTimeLimit)
198 lastUTCTime = utc;
199 return utc / 1000.0;
/external/icu4c/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);
H A Dcaltest.cpp829 int32_t utc = ((cal->get(UCAL_HOUR_OF_DAY, status) * 60 + local
835 if (utc != expected) errln(UnicodeString("FAIL: Discrepancy of ") + (utc - expected) +
836 " millis = " + ((utc - expected) / 1000 / 60 / 60.0) + " hr");
H A Dtzrulets.cpp2112 TimeZone *utc = TimeZone::createTimeZone("Etc/GMT"); local
2113 GregorianCalendar cal(utc, status);
2316 UDate utc = cal->getTime(status); local
2323 return utc;
/external/qemu/telephony/
H A Dandroid_modem.c1888 struct tm utc, local; local
1895 utc = *gmtime( &now );
1899 e_utc = utc.tm_min + 60*(utc.tm_hour + 24*utc.tm_yday);
1901 if ( utc.tm_year < local.tm_year )
1903 else if ( utc.tm_year > local.tm_year )
1936 (utc.tm_year + 1900) % 100, utc.tm_mon + 1, utc
[all...]
/external/v8/src/
H A Dplatform-cygwin.cc112 time_t utc = time(NULL); local
113 ASSERT(utc != -1);
114 struct tm* loc = localtime(&utc);
117 return static_cast<double>((mktime(loc) - utc) * msPerSecond -
H A Dplatform-solaris.cc141 time_t utc = time(NULL); local
142 ASSERT(utc != -1);
143 struct tm* loc = localtime(&utc);
145 return static_cast<double>((mktime(loc) - utc) * msPerSecond);
/external/icu4c/test/cintltst/
H A Dccaltst.c1152 int32_t offset,utc, expected; local
1209 utc = ((ucal_get(cal, UCAL_HOUR_OF_DAY, &status) * 60 +
1219 if (utc != expected) {
1220 temp=(double)(utc - expected)/ 1000 / 60 / 60.0;
1221 log_err("FAIL: Discrepancy of %d millis = %fhr\n", utc-expected, temp );
1379 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ local
1387 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
1405 cal = ucal_open(utc, -1, "th@calendar=buddhist", UCAL_TRADITIONAL, &errorCode);
H A Dutmstest.c443 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ local
455 cal = ucal_open(utc, -1, "", UCAL_GREGORIAN, &errorCode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 403 milliseconds