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

  /external/webrtc/webrtc/base/
timeutils_unittest.cc 182 static char mdays[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; local
199 tm.tm_mday = rtc::CreateRandomId() % mdays[tm.tm_mon] + 1;
221 tm.tm_mday = mdays[tm.tm_mon] + (leap_year && tm.tm_mon == 1) + 1;
timeutils.cc 208 static short int mdays[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; local
225 if (day < 0 || day >= mdays[month] + (expiry_in_leap_year && month == 2 - 1))
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 40 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
122 ndays = mdays[month] + (month == February and isleap(year))
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 40 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
122 ndays = mdays[month] + (month == February and isleap(year))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 40 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
122 ndays = mdays[month] + (month == February and isleap(year))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 40 mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] variable
122 ndays = mdays[month] + (month == February and isleap(year))
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 687 milliseconds