HomeSort by relevance Sort by last modified time
    Searched refs:pst (Results 1 - 13 of 13) 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;
  /external/openssh/openbsd-compat/
setproctitle.c 132 union pstun pst; local
156 pst.pst_command = ptitle;
157 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0);
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_mod_drm_api.h 167 const uint8_t *pst,
225 uint32_t drm_wv_mod_deactivate_usage_entry(const uint8_t *const pst,
229 * @brief Returns the usage entry information for a particular pst
234 * Session ID to be associated with the pst entry
235 * @param[in] pst
236 * Pointer to pst data used as an index into the usage table
238 * Length of pst buffer in bytes
242 * Length of provided pst_report_buffer in bytes. Should be sizeof(pst) +
249 const uint8_t *const pst,
260 * Session ID previously associated with the pst
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
CalendarTests.java 42 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); local
46 calendars[i] = Calendar.getInstance(pst, locales[i]);
153 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); local
157 calendars[i] = new GregorianCalendar(pst, locales[i]);
  /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/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...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 390 TimeZone pst = safeGetTimeZone("PST"); local
391 Calendar tempcal = Calendar.getInstance(pst);
407 // java.util.TimeZone jdkpst = java.util.TimeZone.getTimeZone("PST");
420 TimeZone.setDefault(pst);
422 // DST changeover for PST is 4/6/1997 at 2 hours past midnight
431 tempcal, pst, true, inDST, -8*ONE_HOUR,
444 // This only works in PST/PDT
445 TimeZone.setDefault(safeGetTimeZone("PST"));
448 findDaylightBoundaryUsingDate(tempcal.getTime(), "PST", PST_1997_BEG)
    [all...]
TimeZoneRegression.java 58 TimeZone z1 = TimeZone.getTimeZone("PST");
59 TimeZone z2 = TimeZone.getTimeZone("PST");
102 TimeZone tz = TimeZone.getTimeZone("PST");
180 TimeZone PST = TimeZone.getTimeZone("PST");
192 PST, d1, d2,
193 PST, d3, d4,
302 // Note: this test depends on the PST time zone.
305 TimeZone tz = TimeZone.getTimeZone("PST");
313 // the dt value is local time in PST
793 TimeZone pst = TimeZone.getTimeZone("PST"); 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/moto/shamu/
device.mk 366 ro.frp.pst=/dev/block/platform/msm_sdcc.1/by-name/frp
  /device/htc/flounder/
device.mk 221 ro.frp.pst=/dev/block/platform/sdhci-tegra.3/by-name/PST \

Completed in 502 milliseconds