Home
last modified time | relevance | path

Searched refs:dbytes (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/io/
H A Dio_control01.c35 unsigned long dbytes; member
44 "%u:%u rbytes=%lu wbytes=%lu rios=%lu wios=%lu dbytes=%lu dios=%lu", in read_io_stats()
47 &stat->dbytes, &stat->dios); in read_io_stats()
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py547 dbytes = dstr.encode('ascii')
550 self.assertTrue(dtime != dbytes)
551 self.assertFalse(dtime == bytearray(dbytes))
556 dtime > dbytes
558 dtime <= bytearray(dbytes)

Completed in 3 milliseconds