Home
last modified time | relevance | path

Searched refs:adjustable (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/
H A Dtimemodule.c161 info->adjustable = 0; in _PyTime_GetClockWithInfo()
1231 info->adjustable = 0;
1268 info->adjustable = 0;
1294 info->adjustable = 0;
1350 info->adjustable = 0;
1424 info->adjustable = 0;
1458 info->adjustable = 0;
1476 info->adjustable = 0;
1511 info->adjustable = 0;
1589 info.adjustable
[all...]
/third_party/python/Python/
H A Dpytime.c892 info->adjustable = 1; in py_get_system_clock()
926 info->adjustable = 1; in py_get_system_clock()
960 info->adjustable = 1; in py_get_system_clock()
1084 info->adjustable = 0; in py_get_monotonic_clock()
1100 info->adjustable = 0; in py_get_monotonic_clock()
1128 info->adjustable = 0; in py_get_monotonic_clock()
1157 info->adjustable = 0; in py_get_monotonic_clock()
1243 info->adjustable = 0; in py_get_win_perf_counter()
/third_party/python/Include/cpython/
H A Dpytime.h235 int adjustable; member
/third_party/python/Lib/test/
H A Dtest_time.py70 self.assertTrue(info.adjustable)
484 # monotonic() is a monotonic but non adjustable clock
487 self.assertFalse(info.adjustable)
506 self.assertFalse(info.adjustable)
526 self.assertFalse(info.adjustable)
585 self.assertIsInstance(info.adjustable, bool)

Completed in 9 milliseconds