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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 36 a_weekday -- abbreviated weekday names (7-item list)
89 # Set self.a_weekday and self.f_weekday using the calendar
91 a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
93 self.a_weekday = a_weekday
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
208 'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
396 weekday = locale_time.a_weekday.index(found_dict['a'].lower())
  /external/python/cpython2/Lib/
_strptime.py 36 a_weekday -- abbreviated weekday names (7-item list)
91 # Set self.a_weekday and self.f_weekday using the calendar
93 a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
95 self.a_weekday = a_weekday
131 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
212 'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
404 weekday = locale_time.a_weekday.index(found_dict['a'].lower())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 36 a_weekday -- abbreviated weekday names (7-item list)
89 # Set self.a_weekday and self.f_weekday using the calendar
91 a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
93 self.a_weekday = a_weekday
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
208 'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
397 weekday = locale_time.a_weekday.index(found_dict['a'].lower())
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 36 a_weekday -- abbreviated weekday names (7-item list)
89 # Set self.a_weekday and self.f_weekday using the calendar
91 a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
93 self.a_weekday = a_weekday
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
208 'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
397 weekday = locale_time.a_weekday.index(found_dict['a'].lower())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 36 a_weekday -- abbreviated weekday names (7-item list)
89 # Set self.a_weekday and self.f_weekday using the calendar
91 a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
93 self.a_weekday = a_weekday
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
208 'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
397 weekday = locale_time.a_weekday.index(found_dict['a'].lower())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 36 a_weekday -- abbreviated weekday names (7-item list)
89 # Set self.a_weekday and self.f_weekday using the calendar
91 a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
93 self.a_weekday = a_weekday
129 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
208 'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
397 weekday = locale_time.a_weekday.index(found_dict['a'].lower())
  /external/python/cpython3/Lib/
_strptime.py 38 a_weekday -- abbreviated weekday names (7-item list)
93 # Set self.a_weekday and self.f_weekday using the calendar
95 a_weekday = [calendar.day_abbr[i].lower() for i in range(7)]
97 self.a_weekday = a_weekday
133 (self.f_month[3], '%B'), (self.a_weekday[2], '%a'),
218 'a': self.__seqToRE(self.locale_time.a_weekday, 'a'),
437 weekday = locale_time.a_weekday.index(found_dict['a'].lower())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_strptime.py 50 self.compare_against_time(self.LT_ins.a_weekday, '%a', 6,
122 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1,
146 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
150 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
152 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
  /external/python/cpython2/Lib/test/
test_strptime.py 51 self.compare_against_time(self.LT_ins.a_weekday, '%a', 6,
120 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1,
144 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
148 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
150 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_strptime.py 50 self.compare_against_time(self.LT_ins.a_weekday, '%a', 6,
119 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1,
143 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
147 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
149 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_strptime.py 50 self.compare_against_time(self.LT_ins.a_weekday, '%a', 6,
119 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1,
143 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
147 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
149 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 50 self.compare_against_time(self.LT_ins.a_weekday, '%a', 6,
119 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1,
143 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
147 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
149 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 50 self.compare_against_time(self.LT_ins.a_weekday, '%a', 6,
119 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1,
143 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
147 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
149 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and
  /external/python/cpython3/Lib/test/
test_strptime.py 50 self.compare_against_time(self.LT_ins.a_weekday, '%a', 6,
119 self.assertTrue(pattern_string.find(self.locale_time.a_weekday[2]) != -1,
143 found = compiled.match("%s %s" % (self.locale_time.a_weekday[4],
147 (compiled.pattern, "%s %s" % (self.locale_time.a_weekday[4],
149 self.assertTrue(found.group('a') == self.locale_time.a_weekday[4] and

Completed in 8394 milliseconds