Searched refs:TestTime (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_throttle_test.cc | 25 class TestTime : public EnvTime { class 45 TestTime time_; 100 TestTime time; in TEST()
|
/external/autotest/frontend/afe/ |
D | models.py | 1038 TestTime = enum.Enum('SHORT', 'MEDIUM', 'LONG', start_value=1) variable in Test 1048 test_time = dbmodels.SmallIntegerField(choices=TestTime.choices(), 1049 default=TestTime.MEDIUM)
|
/external/python/cpython2/Lib/test/ |
D | test_datetime.py | 1730 class TestTime(HarmlessMixedComparison, unittest.TestCase): class 2197 class TestTimeTZ(TestTime, TZInfoBase, unittest.TestCase):
|
/external/python/cpython3/Lib/test/ |
D | datetimetester.py | 2823 class TestTime(HarmlessMixedComparison, unittest.TestCase): class 3370 class TestTimeTZ(TestTime, TZInfoBase, unittest.TestCase):
|