OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_TimeRE_cache
(Results
1 - 10
of
10
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py
268
# DO NOT modify
_TimeRE_cache
or _regex_cache without acquiring the cache lock
270
_TimeRE_cache
= TimeRE()
297
global
_TimeRE_cache
, _regex_cache
299
if _getlang() !=
_TimeRE_cache
.locale_time.lang:
300
_TimeRE_cache
= TimeRE()
304
locale_time =
_TimeRE_cache
.locale_time
308
format_regex =
_TimeRE_cache
.compile(format)
/prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py
268
# DO NOT modify
_TimeRE_cache
or _regex_cache without acquiring the cache lock
270
_TimeRE_cache
= TimeRE()
297
global
_TimeRE_cache
, _regex_cache
299
if _getlang() !=
_TimeRE_cache
.locale_time.lang:
300
_TimeRE_cache
= TimeRE()
304
locale_time =
_TimeRE_cache
.locale_time
308
format_regex =
_TimeRE_cache
.compile(format)
/prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py
268
# DO NOT modify
_TimeRE_cache
or _regex_cache without acquiring the cache lock
270
_TimeRE_cache
= TimeRE()
297
global
_TimeRE_cache
, _regex_cache
299
if _getlang() !=
_TimeRE_cache
.locale_time.lang:
300
_TimeRE_cache
= TimeRE()
304
locale_time =
_TimeRE_cache
.locale_time
308
format_regex =
_TimeRE_cache
.compile(format)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py
268
# DO NOT modify
_TimeRE_cache
or _regex_cache without acquiring the cache lock
270
_TimeRE_cache
= TimeRE()
297
global
_TimeRE_cache
, _regex_cache
299
if _getlang() !=
_TimeRE_cache
.locale_time.lang:
300
_TimeRE_cache
= TimeRE()
304
locale_time =
_TimeRE_cache
.locale_time
308
format_regex =
_TimeRE_cache
.compile(format)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py
268
# DO NOT modify
_TimeRE_cache
or _regex_cache without acquiring the cache lock
270
_TimeRE_cache
= TimeRE()
297
global
_TimeRE_cache
, _regex_cache
299
if _getlang() !=
_TimeRE_cache
.locale_time.lang:
300
_TimeRE_cache
= TimeRE()
304
locale_time =
_TimeRE_cache
.locale_time
308
format_regex =
_TimeRE_cache
.compile(format)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strptime.py
491
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
492
original_time_re = _strptime.
_TimeRE_cache
494
self.assertIsNot(original_time_re, _strptime.
_TimeRE_cache
)
513
locale_time_id = _strptime.
_TimeRE_cache
.locale_time
514
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
516
self.assertIsNot(locale_time_id, _strptime.
_TimeRE_cache
.locale_time)
528
first_time_re = _strptime.
_TimeRE_cache
534
second_time_re = _strptime.
_TimeRE_cache
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py
496
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
497
original_time_re = _strptime.
_TimeRE_cache
499
self.assertIsNot(original_time_re, _strptime.
_TimeRE_cache
)
518
locale_time_id = _strptime.
_TimeRE_cache
.locale_time
519
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
521
self.assertIsNot(locale_time_id, _strptime.
_TimeRE_cache
.locale_time)
533
first_time_re = _strptime.
_TimeRE_cache
539
second_time_re = _strptime.
_TimeRE_cache
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py
496
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
497
original_time_re = _strptime.
_TimeRE_cache
499
self.assertIsNot(original_time_re, _strptime.
_TimeRE_cache
)
518
locale_time_id = _strptime.
_TimeRE_cache
.locale_time
519
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
521
self.assertIsNot(locale_time_id, _strptime.
_TimeRE_cache
.locale_time)
533
first_time_re = _strptime.
_TimeRE_cache
539
second_time_re = _strptime.
_TimeRE_cache
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py
496
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
497
original_time_re = _strptime.
_TimeRE_cache
499
self.assertIsNot(original_time_re, _strptime.
_TimeRE_cache
)
518
locale_time_id = _strptime.
_TimeRE_cache
.locale_time
519
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
521
self.assertIsNot(locale_time_id, _strptime.
_TimeRE_cache
.locale_time)
533
first_time_re = _strptime.
_TimeRE_cache
539
second_time_re = _strptime.
_TimeRE_cache
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py
496
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
497
original_time_re = _strptime.
_TimeRE_cache
499
self.assertIsNot(original_time_re, _strptime.
_TimeRE_cache
)
518
locale_time_id = _strptime.
_TimeRE_cache
.locale_time
519
_strptime.
_TimeRE_cache
.locale_time.lang = "Ni"
521
self.assertIsNot(locale_time_id, _strptime.
_TimeRE_cache
.locale_time)
533
first_time_re = _strptime.
_TimeRE_cache
539
second_time_re = _strptime.
_TimeRE_cache
Completed in 120 milliseconds