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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 305 format_regex = _regex_cache.get(format)
306 if not format_regex:
308 format_regex = _TimeRE_cache.compile(format)
321 _regex_cache[format] = format_regex
322 found = format_regex.match(data_string)
  /external/python/cpython2/Lib/
_strptime.py 312 format_regex = _regex_cache.get(format)
313 if not format_regex:
315 format_regex = _TimeRE_cache.compile(format)
328 _regex_cache[format] = format_regex
329 found = format_regex.match(data_string)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 305 format_regex = _regex_cache.get(format)
306 if not format_regex:
308 format_regex = _TimeRE_cache.compile(format)
321 _regex_cache[format] = format_regex
322 found = format_regex.match(data_string)
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 305 format_regex = _regex_cache.get(format)
306 if not format_regex:
308 format_regex = _TimeRE_cache.compile(format)
321 _regex_cache[format] = format_regex
322 found = format_regex.match(data_string)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 305 format_regex = _regex_cache.get(format)
306 if not format_regex:
308 format_regex = _TimeRE_cache.compile(format)
321 _regex_cache[format] = format_regex
322 found = format_regex.match(data_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 305 format_regex = _regex_cache.get(format)
306 if not format_regex:
308 format_regex = _TimeRE_cache.compile(format)
321 _regex_cache[format] = format_regex
322 found = format_regex.match(data_string)
  /external/python/cpython3/Lib/
_strptime.py 342 format_regex = _regex_cache.get(format)
343 if not format_regex:
345 format_regex = _TimeRE_cache.compile(format)
358 _regex_cache[format] = format_regex
359 found = format_regex.match(data_string)

Completed in 372 milliseconds