Searched refs:TimeRE (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A D_strptime.py5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict): class in inherits:dict
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A D_strptime.py5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict): class in inherits:dict
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A D_strptime.py5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict): class in inherits:dict
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A D_strptime.py5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict): class in inherits:dict
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_strptime.py109 """Tests for TimeRE."""
112 """Construct generic TimeRE object."""
113 self.time_re = _strptime.TimeRE()
117 # Test TimeRE.pattern
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
169 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
185 time_re = _strptime.TimeRE(locale_time)
516 # A new LocaleTime instance should be created when a new TimeRE object
524 # The TimeRE instance should be recreated upon changing the locale.
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_strptime.py109 """Tests for TimeRE."""
112 """Construct generic TimeRE object."""
113 self.time_re = _strptime.TimeRE()
117 # Test TimeRE.pattern
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
169 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
185 time_re = _strptime.TimeRE(locale_time)
516 # A new LocaleTime instance should be created when a new TimeRE object
524 # The TimeRE instance should be recreated upon changing the locale.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_strptime.py109 """Tests for TimeRE."""
112 """Construct generic TimeRE object."""
113 self.time_re = _strptime.TimeRE()
117 # Test TimeRE.pattern
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
169 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
185 time_re = _strptime.TimeRE(locale_time)
516 # A new LocaleTime instance should be created when a new TimeRE object
524 # The TimeRE instance should be recreated upon changing the locale.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_strptime.py109 """Tests for TimeRE."""
112 """Construct generic TimeRE object."""
113 self.time_re = _strptime.TimeRE()
117 # Test TimeRE.pattern
168 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
169 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
185 time_re = _strptime.TimeRE(locale_time)
516 # A new LocaleTime instance should be created when a new TimeRE object
524 # The TimeRE instance should be recreated upon changing the locale.

Completed in 522 milliseconds