/packages/apps/Calendar/src/com/android/calendar/month/ |
MonthByWeekAdapter.java | 17 package com.android.calendar.month; 291 // If agenda view is visible with month view , refresh the views
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
cookielib.py | 73 year, month, mday, hour, min, sec = tt[:6] 74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and 84 for month in MONTHS: MONTHS_LOWER.append(month.lower()) 138 # translate month name to number 139 # month numbers start with 1 (January) 199 (\w+) # month 272 (\d\d?) # numerical month [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
cookielib.py | 73 year, month, mday, hour, min, sec = tt[:6] 74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and 84 for month in MONTHS: MONTHS_LOWER.append(month.lower()) 138 # translate month name to number 139 # month numbers start with 1 (January) 199 (\w+) # month 272 (\d\d?) # numerical month [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cookielib.py | 73 year, month, mday, hour, min, sec = tt[:6] 74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and 84 for month in MONTHS: MONTHS_LOWER.append(month.lower()) 138 # translate month name to number 139 # month numbers start with 1 (January) 199 (\w+) # month 272 (\d\d?) # numerical month [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cookielib.py | 73 year, month, mday, hour, min, sec = tt[:6] 74 if ((year >= EPOCH_YEAR) and (1 <= month <= 12) and (1 <= mday <= 31) and 84 for month in MONTHS: MONTHS_LOWER.append(month.lower()) 138 # translate month name to number 139 # month numbers start with 1 (January) 199 (\w+) # month 272 (\d\d?) # numerical month [all...] |
/system/update_engine/update_manager/ |
real_shill_provider_unittest.cc | 87 now_exp.month = 3;
|
/toolchain/binutils/binutils-2.25/bfd/ |
nlmcode.h | 194 nlm_version_header (abfd)->month = 195 get_word (abfd, (bfd_byte *) thdr.month); 657 put_word (abfd, (bfd_vma) nlm_version_header (abfd)->month, 658 (bfd_byte *) thdr.month); [all...] |
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Value.cpp | 723 int month = _MonthFromTime(t); local 724 switch (month) {
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsplugin.c | 411 Dest->tm_mon = _cmsAdjustEndianess16(Source->month) - 1; 427 Dest->month = _cmsAdjustEndianess16((cmsUInt16Number) (Source->tm_mon + 1));
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_common.xdr | 112 unsigned char month;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_common.xdr | 112 unsigned char month;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
connection.py | [all...] |
/external/curl/lib/vtls/ |
openssl.c | 1025 int year=0, month=0, day=0, hour=0, minute=0, second=0; local 1042 month= (asn1_string[2]-'0')*10+(asn1_string[3]-'0'); 1043 if((month > 12) || (month < 1)) 1056 year+1900, month, day, hour, minute, second, (gmt?"GMT":"")); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
DateFormatRegressionTest.java | 515 // choose a date that is the FIRST of some month 941 int month = cal.get(Calendar.MONTH); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRegressionTest.java | 511 // choose a date that is the FIRST of some month 937 int month = cal.get(Calendar.MONTH); local [all...] |
/external/libpng/ |
pngwutil.c | [all...] |
/external/opencv3/3rdparty/libpng/ |
png.c | 603 ptime->month == 0 || ptime->month > 12 || 627 APPEND_STRING(short_months[(ptime->month - 1)]); [all...] |
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | 543 int year, month, day, hour, min, sec; local 594 if (sscanf(pos, "%02d", &month) != 1) { 596 "(month)", buf, len); 628 if (os_mktime(year, month, day, hour, min, sec, val) < 0) { [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
oauth2_client.py | 710 tupl = (t.year, t.month, t.day, t.hour, t.minute, t.second, t.microsecond)
|
/external/deqp/scripts/ |
make_release.py | 322 return "dEQP-%s-%04d-%02d-%02d-%s" % (releaseName, today.year, today.month, today.day, configName)
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_shared.c | 470 *pos++ = tm.month; /* Month */ 471 *pos++ = tm.day; /* Day of month */
|