Home
last modified time | relevance | path

Searched refs:dtime (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_xmlrpc.py529 dtime = xmlrpclib.DateTime(now.timetuple())
532 self.assertTrue(dtime == now)
533 self.assertTrue(now == dtime)
535 self.assertTrue(then >= dtime)
536 self.assertTrue(dtime < then)
540 self.assertTrue(dtime == dstr)
541 self.assertTrue(dstr == dtime)
549 self.assertFalse(dtime == 1970)
550 self.assertTrue(dtime != dbytes)
551 self.assertFalse(dtime
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/
H A D6-1-buildonly.c32 time_t atime = 0, dtime = 0, ctime = 0; in dummyfcn() local
40 t.shm_dtime = dtime; in dummyfcn()
/third_party/skia/samplecode/
H A DSample3D.cpp198 double dtime = now - fPrevNow; in rotation() local
200 double delta = fAngleSign * fAngleSpeed * dtime; in rotation()
202 fAngleSpeed -= kSlowDown * dtime; in rotation()
/third_party/backends/backend/
H A Dcanon-sane.c305 time_t dtime, rt; in sane_control_option() local
863 dtime = (s->time1) - (s->time0); in sane_control_option()
864 DBG (11, "dtime = %ld\n", dtime); in sane_control_option()
880 if (dtime < rt) in sane_control_option()
882 int_t = (int) (rt - dtime); in sane_control_option()
/third_party/toybox/toys/pending/
H A Dmke2fs.c187 uint32_t dtime; // Deletion Time member
/third_party/libinput/src/
H A Devdev-mt-touchpad.c189 uint64_t dtime; in tp_detect_wobbling() local
207 dtime = time - tp->hysteresis.last_motion_time; in tp_detect_wobbling()
211 if ((dx == 0 && dy != 0) || dtime > ms2us(40)) { in tp_detect_wobbling()

Completed in 10 milliseconds