Home
last modified time | relevance | path

Searched refs:TestTime (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/mojo/common/
Dcommon_custom_types_unittest.cc71 class TestTimeImpl : public TestTime {
93 mojo::Binding<TestTime> binding_;
Dtest_common_custom_types.mojom14 interface TestTime {
/external/autotest/frontend/afe/
Dmodels.py823 TestTime = enum.Enum('SHORT', 'MEDIUM', 'LONG', start_value=1) variable in Test
833 test_time = dbmodels.SmallIntegerField(choices=TestTime.choices(),
834 default=TestTime.MEDIUM)
/external/python/cpython2/Lib/test/
Dtest_datetime.py1690 class TestTime(HarmlessMixedComparison, unittest.TestCase): class
2157 class TestTimeTZ(TestTime, TZInfoBase, unittest.TestCase):