Home
last modified time | relevance | path

Searched refs:pst (Results 1 – 25 of 25) sorted by relevance

/external/fio/os/
Dos-hpux.h74 struct pst_static pst; in os_phys_mem() local
77 pu.pst_static = &pst; in os_phys_mem()
78 if (pstat(PSTAT_STATIC, pu, sizeof(pst), 0, 0) == -1) in os_phys_mem()
81 ret = pst.physical_memory; in os_phys_mem()
82 ret *= pst.page_size; in os_phys_mem()
/external/strace/tests-m32/
Dfstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
30 syscall(TEST_SYSCALL_NR, 0, pst)
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
29 syscall(TEST_SYSCALL_NR, sample, pst)
Dfstatat.c30 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
31 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
/external/strace/tests/
Dfstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
30 syscall(TEST_SYSCALL_NR, 0, pst)
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
29 syscall(TEST_SYSCALL_NR, sample, pst)
Dfstatat.c30 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
31 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
/external/strace/tests-mx32/
Dfstatx.c29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
30 syscall(TEST_SYSCALL_NR, 0, pst)
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
29 syscall(TEST_SYSCALL_NR, sample, pst)
Dfstatat.c30 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument
31 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
/external/openssh/openbsd-compat/
Dsetproctitle.c132 union pstun pst; in setproctitle() local
156 pst.pst_command = ptitle; in setproctitle()
157 pstat(PSTAT_SETCMD, pst, strlen(ptitle), 0, 0); in setproctitle()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DCalendarHandler.java74 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
78 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects()
176 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
180 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DCalendarHandler.java73 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
77 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects()
175 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
179 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
/external/curl/docs/examples/
Dcurlx.c137 const char * pst; member
330 p.pst = getenv(*(++args)); in main()
428 if(!(PKCS12_parse (p.p12, p.pst, &(p.pkey), &(p.usercert), &(p.ca) ) )) { in main()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java391 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local
392 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries()
421 TimeZone.setDefault(pst); in TestBoundaries()
432 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
DTimeZoneRegressionTest.java808 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local
809 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604()
810 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604()
811 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604()
820 cal.setTimeZone(pst); in Test4173604()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java392 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local
393 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries()
422 TimeZone.setDefault(pst); in TestBoundaries()
433 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
DTimeZoneRegressionTest.java809 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local
810 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604()
811 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604()
812 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604()
821 cal.setTimeZone(pst); in Test4173604()
/external/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp280 TimeZone* pst = TimeZone::createTimeZone("PST"); in TestBoundaries() local
281 Calendar* tempcal = Calendar::createInstance(pst, status); in TestBoundaries()
301 TimeZone::setDefault(*pst); in TestBoundaries()
315 …verifyDST(tempcal->getTime(status),pst, TRUE, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR… in TestBoundaries()
Dtzregts.cpp1080 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, in TestJDK12API() local
1102 if(pst->hasSameRules(*cst)) { in TestJDK12API()
1107 int32_t offset1 = pst->getOffset(1, in TestJDK12API()
1120 pst->getOffset(1, in TestJDK12API()
1134 delete pst; in TestJDK12API()
/external/syslinux/extlinux/
Dmain.c1008 struct stat pst, dst; in validate_device() local
1017 if (fstat(pfd, &pst) || fstat(devfd, &dst) || statfs(path, &sfs)) in validate_device()
1025 rv = (pst.st_dev == dst.st_rdev) ? 0 : -1; in validate_device()
/external/libcxx/src/experimental/filesystem/
Doperations.cpp479 struct ::stat pst; in __fs_is_empty() local
480 auto st = detail::posix_stat(p, pst, &m_ec); in __fs_is_empty()
497 return static_cast<std::uintmax_t>(pst.st_size) == 0; in __fs_is_empty()
/external/tcpdump/
DCREDITS166 Paul S. Traina <pst at freebsd dot org>
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/
Dde-DE_lexpos.utf3868 PREP "nebst" "'ne:pst"
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/
Den-GB_lexpos.utf1160 ADJ^N "upstairs" "@pst'e_@z"