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

  /external/fio/os/
os-hpux.h 74 struct pst_static pst; local
77 pu.pst_static = &pst;
78 if (pstat(PSTAT_STATIC, pu, sizeof(pst), 0, 0) == -1)
81 ret = pst.physical_memory;
82 ret *= pst.page_size;
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
156 | pst
272 pst: label
273 NL | ';' | pst NL | pst ';'
  /external/chromium_org/third_party/icu/source/test/intltest/
tzbdtest.cpp 278 TimeZone* pst = TimeZone::createTimeZone("PST"); local
279 Calendar* tempcal = Calendar::createInstance(pst, status);
299 TimeZone::setDefault(*pst);
302 // DST changeover for PST is 4/6/1997 at 2 hours past midnight
313 verifyDST(tempcal->getTime(status),pst, TRUE, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR);
325 TimeZone *z = TimeZone::createTimeZone("PST");
338 TimeZone::setDefault(*(tz = TimeZone::createTimeZone("PST")));
341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG);
tzregts.cpp 79 TimeZone *z1 = TimeZone::createTimeZone("PST");
80 TimeZone *z2 = TimeZone::createTimeZone("PST");
209 TimeZone *tz = TimeZone::createTimeZone("PST");
318 TimeZone *PST = TimeZone::createTimeZone("PST");
320 PST, new Date(98,Calendar.APRIL,4,22,0), new Date(98, Calendar.APRIL, 5,6,0),
321 PST, new Date(98,Calendar.OCTOBER,24,22,0), new Date(98,Calendar.OCTOBER,25,6,0),
332 testCal->setTimeZone(*PST);
337 if ( ! checkCalendar314(testCal, PST))
346 delete PST;
1076 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzbdtest.cpp 278 TimeZone* pst = TimeZone::createTimeZone("PST"); local
279 Calendar* tempcal = Calendar::createInstance(pst, status);
299 TimeZone::setDefault(*pst);
302 // DST changeover for PST is 4/6/1997 at 2 hours past midnight
313 verifyDST(tempcal->getTime(status),pst, TRUE, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR);
325 TimeZone *z = TimeZone::createTimeZone("PST");
338 TimeZone::setDefault(*(tz = TimeZone::createTimeZone("PST")));
341 findDaylightBoundaryUsingDate(date(97, 0, 1), "PST", PST_1997_BEG);
tzregts.cpp 79 TimeZone *z1 = TimeZone::createTimeZone("PST");
80 TimeZone *z2 = TimeZone::createTimeZone("PST");
209 TimeZone *tz = TimeZone::createTimeZone("PST");
318 TimeZone *PST = TimeZone::createTimeZone("PST");
320 PST, new Date(98,Calendar.APRIL,4,22,0), new Date(98, Calendar.APRIL, 5,6,0),
321 PST, new Date(98,Calendar.OCTOBER,24,22,0), new Date(98,Calendar.OCTOBER,25,6,0),
332 testCal->setTimeZone(*PST);
337 if ( ! checkCalendar314(testCal, PST))
346 delete PST;
1080 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, local
    [all...]

Completed in 1247 milliseconds