Home
last modified time | relevance | path

Searched refs:pst (Results 1 – 19 of 19) 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/
Dfstatat.c32 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
33 fstatat(AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
Dfstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
29 syscall(TEST_SYSCALL_NR, 0, pst)
Dlstatx.c28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument
29 syscall(TEST_SYSCALL_NR, sample, pst)
/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/v8/test/webkit/
Ddate-parse-comments-test-expected.txt67 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 13:30 (13:40) gmt (pst)") == 819898200000 is tr…
79 PASS Date.parse("(nov) dec (24) 25 (26) 1995 (1996) 1:30 (1:40) pm (am) gmt (pst)") == 819898200000…
91 PASS Date.parse("dec 25 1995 (pdt)utc(pst)") == 819849600000 is true
94 PASS Date.parse("dec 25 1995 (pdt)ut(pst)") == 819849600000 is true
97 PASS Date.parse("dec 25 1995 (utc)pst(gmt)") == 819878400000 is true
103 PASS Date.parse("dec 25 1995 1:30 (pdt)utc(pst)") == 819855000000 is true
106 PASS Date.parse("dec 25 1995 1:30 (pdt)ut(pst)") == 819855000000 is true
109 PASS Date.parse("dec 25 1995 1:30 (utc)pst(gmt)") == 819883800000 is true
115 PASS Date.parse("dec 25 1995 1:30 (am) pm (pst) utc") == 819898200000 is true
118 PASS Date.parse("dec 25 1995 1:30 pm (am) (pst) ut") == 819898200000 is true
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DCalendarTests.java43 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
47 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects()
154 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
158 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DCalendarTests.java42 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
46 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects()
153 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local
157 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/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java394 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local
395 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries()
424 TimeZone.setDefault(pst); in TestBoundaries()
435 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
DTimeZoneRegression.java797 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local
798 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604()
799 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604()
800 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604()
809 cal.setTimeZone(pst); in Test4173604()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java390 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local
391 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries()
420 TimeZone.setDefault(pst); in TestBoundaries()
431 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
DTimeZoneRegression.java793 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local
794 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604()
795 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604()
796 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604()
805 cal.setTimeZone(pst); in Test4173604()
/external/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp278 TimeZone* pst = TimeZone::createTimeZone("PST"); in TestBoundaries() local
279 Calendar* tempcal = Calendar::createInstance(pst, status); in TestBoundaries()
299 TimeZone::setDefault(*pst); in TestBoundaries()
313 …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/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"
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace143898 ���pst�q� ��
280616 h��pst�l��
351458 �pst�di��
461427 �e�pst�s ��