Searched refs:pdt (Results 1 - 5 of 5) sorted by relevance
/third_party/NuttX/include/nuttx/ |
H A D | scsi.h | 650 #define SCSI_GET_INQUIRY_PDT(pdt) ((pdt) & 0x1f) /* get the Peripheral Device Type */
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 161 SimpleTimeZone pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids[0]); in Test4040996() 162 pdt.setStartRule(Calendar.APRIL, 1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996() 163 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996() 164 Calendar calendar = new GregorianCalendar(pdt); in Test4040996()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
H A D | CalendarRegressionTest.java | 164 SimpleTimeZone pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, ids[0]); in Test4040996() 165 pdt.setStartRule(Calendar.APRIL, 1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996() 166 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996() 167 Calendar calendar = new GregorianCalendar(pdt); in Test4040996()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | calregts.cpp | 341 SimpleTimeZone *pdt = new SimpleTimeZone(-8 * 60 * 60 * 1000, *ids->snext(status)); in test4040996() local 342 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996() 343 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996() 344 Calendar *calendar = new GregorianCalendar(pdt, status); in test4040996()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 1231 uint8_t pdt; in umass_scsi_inquiry_data() local 1242 pdt = SCSI_GET_INQUIRY_PDT(cur_i->qualtype); in umass_scsi_inquiry_data() 1244 switch (pdt) { in umass_scsi_inquiry_data()
|
Completed in 18 milliseconds