HomeSort by relevance Sort by last modified time
    Searched refs:TimeRE (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict):
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
  /external/python/cpython2/Lib/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
180 class TimeRE(dict):
193 base = super(TimeRE, self)
274 _TimeRE_cache = TimeRE()
307 _TimeRE_cache = TimeRE()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict):
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict):
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict):
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
176 class TimeRE(dict):
189 base = super(TimeRE, self)
270 _TimeRE_cache = TimeRE()
300 _TimeRE_cache = TimeRE()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strptime.py 112 """Tests for TimeRE."""
115 """Construct generic TimeRE object."""
116 self.time_re = _strptime.TimeRE()
120 # Test TimeRE.pattern
171 self.assertTrue(_strptime.TimeRE(test_locale).pattern("%Z") == '',
172 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
188 time_re = _strptime.TimeRE(locale_time)
511 # A new LocaleTime instance should be created when a new TimeRE object
519 # The TimeRE instance should be recreated upon changing the locale.
  /external/python/cpython2/Lib/test/
test_strptime.py 110 """Tests for TimeRE."""
113 """Construct generic TimeRE object."""
114 self.time_re = _strptime.TimeRE()
118 # Test TimeRE.pattern
169 self.assertEqual(_strptime.TimeRE(test_locale).pattern("%Z"), '',
170 "with timezone == ('',''), TimeRE().pattern('%Z') != ''")
186 time_re = _strptime.TimeRE(locale_time)
547 # A new LocaleTime instance should be created when a new TimeRE object
555 # The TimeRE instance should be recreated upon changing the locale.
585 # The TimeRE instance should be recreated upon changing the timezone
    [all...]
  /external/python/cpython3/Lib/
_strptime.py 5 TimeRE -- Creates regexes for pattern matching a string of text containing
182 class TimeRE(dict):
280 _TimeRE_cache = TimeRE()
337 _TimeRE_cache = TimeRE()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py 109 """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/
test_strptime.py 109 """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/
test_strptime.py 109 """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/
test_strptime.py 109 """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.
  /external/python/cpython3/Lib/test/
test_strptime.py 109 """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)
608 # A new LocaleTime instance should be created when a new TimeRE object
616 # The TimeRE instance should be recreated upon changing the locale.
646 # The TimeRE instance should be recreated upon changing the timezone
    [all...]

Completed in 533 milliseconds