Home
last modified time | relevance | path

Searched refs:dbd (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DHolidayTest.java241 Date dbd = getDate(1958, Calendar.AUGUST, 15); in TestCoverage()
247 rdr.add(dbd, new SimpleDateRule(Calendar.AUGUST, 15, Calendar.WEDNESDAY, true)); in TestCoverage()
253 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd)); in TestCoverage()
254 logln("first between " + dbd + " and " + nbd + " is " + rdr.firstBetween(dbd, nbd)); in TestCoverage()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DHolidayTest.java244 Date dbd = getDate(1958, Calendar.AUGUST, 15); in TestCoverage()
250 rdr.add(dbd, new SimpleDateRule(Calendar.AUGUST, 15, Calendar.WEDNESDAY, true)); in TestCoverage()
256 logln("first between " + mbd + " and " + dbd + " is " + rdr.firstBetween(mbd, dbd)); in TestCoverage()
257 logln("first between " + dbd + " and " + nbd + " is " + rdr.firstBetween(dbd, nbd)); in TestCoverage()
/third_party/backends/backend/
H A Dhs2p-scsi.h624 SANE_Byte dbd; /* 7-5:LUN; 4:Reserved; 3:DBD (Disable Block Description) set to "0"; 2-0:Reserved */ member
H A Dhs2p-scsi.c926 cmd.dbd &= ~(1 << 3); /* Disable Block Description (bit3) is set to 0 */ in mode_sense()
937 DBG (DBG_info, ">>>>> cmd.opcode=%#0x cmd.dbd=%#02x, cmd.pc=%#02x\n", in mode_sense()
938 cmd.opcode, cmd.dbd, cmd.pc); in mode_sense()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dscsimain.c3405 static int do_modes(int sg_fd, int dbd, int pc, int pg_code, int sub_pg_code, in do_modes() argument
3414 modesCmdBlk[1] = (unsigned char)(dbd ? 0x8 : 0); in do_modes()
3453 snprintf(ebuff, EBUFF_SZ, "Mode sense error, dbd=%d " in do_modes()
3455 dbd, pc, pg_code, sub_pg_code); in do_modes()
4373 int dbd = 1; in do_modes_0a() local
4377 modesCmdBlk[1] = (unsigned char)(dbd ? 0x8 : 0); in do_modes_0a()
4414 snprintf(ebuff, EBUFF_SZ, "Mode sense error, dbd=%d, " in do_modes_0a()
4415 "pc=%d, page_code=%x ", dbd, pc, pg_code); in do_modes_0a()

Completed in 19 milliseconds