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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
97 # Set self.f_month and self.a_month using the calendar module.
99 f_month = [calendar.month_name[i].lower() for i in range(13)]
101 self.f_month = f_month
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
209 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
361 month = locale_time.f_month.index(found_dict['B'].lower())
  /external/python/cpython2/Lib/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
99 # Set self.f_month and self.a_month using the calendar module.
101 f_month = [calendar.month_name[i].lower() for i in range(13)]
103 self.f_month = f_month
131 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
213 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
369 month = locale_time.f_month.index(found_dict['B'].lower())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
97 # Set self.f_month and self.a_month using the calendar module.
99 f_month = [calendar.month_name[i].lower() for i in range(13)]
101 self.f_month = f_month
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
209 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
362 month = locale_time.f_month.index(found_dict['B'].lower())
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
97 # Set self.f_month and self.a_month using the calendar module.
99 f_month = [calendar.month_name[i].lower() for i in range(13)]
101 self.f_month = f_month
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
209 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
362 month = locale_time.f_month.index(found_dict['B'].lower())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
97 # Set self.f_month and self.a_month using the calendar module.
99 f_month = [calendar.month_name[i].lower() for i in range(13)]
101 self.f_month = f_month
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
209 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
362 month = locale_time.f_month.index(found_dict['B'].lower())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 37 f_month -- full month names (13-item list; dummy value in [0], which
97 # Set self.f_month and self.a_month using the calendar module.
99 f_month = [calendar.month_name[i].lower() for i in range(13)]
101 self.f_month = f_month
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
209 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
362 month = locale_time.f_month.index(found_dict['B'].lower())
  /external/python/cpython3/Lib/
_strptime.py 39 f_month -- full month names (13-item list; dummy value in [0], which
101 # Set self.f_month and self.a_month using the calendar module.
103 f_month = [calendar.month_name[i].lower() for i in range(13)]
105 self.f_month = f_month
133 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
219 'B': self.__seqToRE(self.locale_time.f_month[1:], 'B'),
402 month = locale_time.f_month.index(found_dict['B'].lower())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,
  /external/python/cpython2/Lib/test/
test_strptime.py 57 self.compare_against_time(self.LT_ins.f_month, '%B', 1,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,
  /external/python/cpython3/Lib/test/
test_strptime.py 56 self.compare_against_time(self.LT_ins.f_month, '%B', 1,

Completed in 493 milliseconds