/external/fio/os/ |
D | os-hpux.h | 74 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/ |
D | fstatat.c | 32 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 33 fstatat(AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
|
D | fstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 29 syscall(TEST_SYSCALL_NR, 0, pst)
|
D | lstatx.c | 28 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 29 syscall(TEST_SYSCALL_NR, sample, pst)
|
/external/openssh/openbsd-compat/ |
D | setproctitle.c | 132 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/ |
D | date-parse-comments-test-expected.txt | 67 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/ |
D | CalendarTests.java | 43 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/ |
D | CalendarTests.java | 42 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/ |
D | curlx.c | 137 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/ |
D | TimeZoneBoundaryTest.java | 394 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()
|
D | TimeZoneRegression.java | 797 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/ |
D | TimeZoneBoundaryTest.java | 390 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()
|
D | TimeZoneRegression.java | 793 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/ |
D | tzbdtest.cpp | 278 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()
|
D | tzregts.cpp | 1080 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/ |
D | CREDITS | 166 Paul S. Traina <pst at freebsd dot org>
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/de-DE/ |
D | de-DE_lexpos.utf | 3868 PREP "nebst" "'ne:pst"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 1160 ADJ^N "upstairs" "@pst'e_@z"
|
/external/chromium-trace/catapult/tracing/test_data/ |
D | ddms_calculator_start.trace | 143898 ���pstq�� 280616 h��pstl� 351458 �pstdi� 461427 �e�psts �
|