HomeSort by relevance Sort by last modified time
    Searched refs:pst (Results 1 - 11 of 11) 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;
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_drm_api.h 155 const uint8_t *pst,
210 uint32_t drm_wv_mod_deactivate_usage_entry(const uint8_t *const pst,
214 * @brief Returns the usage entry information for a particular pst
219 * Session ID to be associated with the pst entry
220 * @param[in] pst
221 * Pointer to pst data used as an index into the usage table
223 * Length of pst buffer in bytes
227 * Length of provided pst_report_buffer in bytes. Should be sizeof(pst) +
234 const uint8_t *const pst,
245 * Session ID previously associated with the pst
    [all...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wininet.h 315 BOOLAPI InternetTimeFromSystemTime(CONST SYSTEMTIME *pst,DWORD dwRFC,LPSTR lpszTime,DWORD cbTime);
318 BOOLAPI InternetTimeFromSystemTimeA(CONST SYSTEMTIME *pst,DWORD dwRFC,LPSTR lpszTime,DWORD cbTime);
319 BOOLAPI InternetTimeFromSystemTimeW(CONST SYSTEMTIME *pst,DWORD dwRFC,LPWSTR lpszTime,DWORD cbTime);
332 BOOLAPI InternetTimeToSystemTime(LPCSTR lpszTime,SYSTEMTIME *pst,DWORD dwReserved);
335 BOOLAPI InternetTimeToSystemTimeA(LPCSTR lpszTime,SYSTEMTIME *pst,DWORD dwReserved);
336 BOOLAPI InternetTimeToSystemTimeW(LPCWSTR lpszTime,SYSTEMTIME *pst,DWORD dwReserved);
    [all...]
commctrl.h     [all...]
  /device/htc/flounder/
device.mk 204 ro.frp.pst=/dev/block/platform/sdhci-tegra.3/by-name/PST \
  /device/moto/shamu/
device.mk 340 ro.frp.pst=/dev/block/platform/msm_sdcc.1/by-name/frp

Completed in 368 milliseconds