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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 128 replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
140 for old, new in replacement_pairs:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 128 replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
140 for old, new in replacement_pairs:
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 128 replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
140 for old, new in replacement_pairs:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 128 replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
140 for old, new in replacement_pairs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 128 replacement_pairs = [('%', '%%'), (self.f_weekday[2], '%A'),
136 replacement_pairs.extend([(tz, "%Z") for tz_values in self.timezone
140 for old, new in replacement_pairs:

Completed in 238 milliseconds