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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
unbirthday.py 38 maxday = 29
40 maxday = calendar.mdays[month]
41 if not (1 <= day <= maxday):
  /external/python/cpython2/Demo/scripts/
unbirthday.py 38 maxday = 29
40 maxday = calendar.mdays[month]
41 if not (1 <= day <= maxday):
  /external/libxml2/
xmlschemastypes.c 3577 long xmon, xday, myear, minday, maxday; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py 598 for month, maxday in zip(range(1, 13), dim):
600 maxday += 1
601 for day in range(1, maxday+1):
    [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py 598 for month, maxday in zip(range(1, 13), dim):
600 maxday += 1
601 for day in range(1, maxday+1):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py 598 for month, maxday in zip(range(1, 13), dim):
600 maxday += 1
601 for day in range(1, maxday+1):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py 598 for month, maxday in zip(range(1, 13), dim):
600 maxday += 1
601 for day in range(1, maxday+1):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 598 for month, maxday in zip(range(1, 13), dim):
600 maxday += 1
601 for day in range(1, maxday+1):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 598 for month, maxday in zip(range(1, 13), dim):
600 maxday += 1
601 for day in range(1, maxday+1):
    [all...]
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]

Completed in 515 milliseconds