HomeSort by relevance Sort by last modified time
    Searched defs:epoch (Results 1 - 15 of 15) sorted by null

  /bionic/tests/
time_test.cpp 26 struct tm epoch; local
27 memset(&epoch, 0, sizeof(tm));
28 epoch.tm_year = 1970 - 1900;
29 epoch.tm_mon = 1;
30 epoch.tm_mday = 1;
33 ASSERT_EQ(2678400, mktime_tz(&epoch, "Africa/Abidjan"));
36 ASSERT_EQ(2678400, mktime_tz(&epoch, "Zulu"));
39 ASSERT_EQ(2707200, mktime_tz(&epoch, "America/Los_Angeles"));
42 ASSERT_EQ(2678400, mktime_tz(&epoch, "PST"));
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.h 28 u64 epoch; member in struct:__tsan::MutexSet::Desc
35 void Add(u64 id, bool write, u64 epoch);
55 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
tsan_rtl.h 143 // epoch : kClkBits
148 FastState(u64 tid, u64 epoch) {
150 x_ |= epoch << kClkShift;
152 DCHECK_EQ(epoch, this->epoch());
174 u64 epoch() const { function in class:__tsan::FastState
180 u64 old_epoch = epoch();
182 DCHECK_EQ(old_epoch + 1, epoch());
208 return epoch() & mask;
223 // epoch : kClkBit
    [all...]
  /external/tcpdump/
rx.h 60 u_int32_t epoch; member in struct:rx_header
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 237 Date epoch = new Date(0); local
243 assertEquals("1969-12-31 18:00:00 -0600", sdf.format(epoch));
246 assertEquals("1969-12-31 16:00:00 -0800", sdf.format(epoch));
248 assertEquals("1970-01-01 00:00:00 +0000", sdf.format(epoch));
255 assertEquals("1969-12-31 18:00:00 -0600", sdf.format(epoch));
258 assertEquals("1969-12-31 16:00:00 -0800", sdf.format(epoch));
260 assertEquals("1970-01-01 00:00:00 +0000", sdf.format(epoch));
  /external/chromium/net/base/
cookie_monster_unittest.cc 704 const time_t epoch; member in struct:net::__anon4883::CookieDateParsingCase
    [all...]
  /external/openssl/include/openssl/
dtls1.h 137 unsigned short epoch; member in struct:dtls1_retransmit_state
171 unsigned short epoch; member in struct:record_pqueue_st
190 * The current data and handshake epoch. This is initially
197 /* records being received in the current epoch */
ssl3.h 356 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
  /external/openssl/ssl/
dtls1.h 137 unsigned short epoch; member in struct:dtls1_retransmit_state
171 unsigned short epoch; member in struct:record_pqueue_st
190 * The current data and handshake epoch. This is initially
197 /* records being received in the current epoch */
ssl3.h 356 /*r */ unsigned long epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_st
  /external/icu4c/i18n/
astro.cpp 525 // Parameters of the Sun's orbit as of the epoch Jan 0.0 1990
528 #define JD_EPOCH 2447891.5 // Julian day of epoch
530 #define SUN_ETA_G (279.403303 * CalendarAstronomer::PI/180) // Ecliptic longitude at epoch
537 // given above for an arbitrary epoch (whatever time the object is
566 // // constant he gives for the 1990 EPOCH.
641 double day = jDay - JD_EPOCH; // Days since epoch
644 // circular orbit has travelled since the epoch.
647 // The epoch wasn't at the sun's perigee; find the angular distance
914 // // Compute day number for 0.0 Jan 2000 epoch
1416 const double epoch = 2451545.0; \/\/ 2000 AD, January 1.5 local
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 532 UDate epoch = date(0, 0, 0); local
536 calA->setTime(epoch, status);
538 calB->setTime(epoch, status);
    [all...]
calregts.cpp 1273 UDate epoch = makeDate(1970, UCAL_JANUARY, 1); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 547 milliseconds