/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 | 471 *pos++ = tm.day; /* Day of month */
|
/frameworks/base/core/java/android/widget/ |
DatePickerSpinnerDelegate.java | 161 // calendar view day-picker 171 // day 172 mDaySpinner = (NumberPicker) mDelegator.findViewById(com.android.internal.R.id.day); 292 // Same day, no-op. 316 // Same day, no-op. 428 // All-text would require custom NumberPicker formatters for day and year. 468 // We use numeric spinners for year and day, but textual months. Ask icu4c what 611 // Day
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaByDayAdapter.java | 203 holder.dayView = (TextView) agendaDayView.findViewById(R.id.day); 220 // Build the text for the day of the week. 221 // Should be yesterday/today/tomorrow (if applicable) + day of the week 232 // Format should be month day 246 // Set the background of the view, it is grayed for day that are in the past and today 260 // notion of multi-day event and the start time of each instance of a multi-day event 322 // Make sure event's start time is not before the start of the day 332 // If there are any multiple-day events that span the empty 333 // range of days, then create day headers and events fo [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
plistlib.py | 187 _dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z") 190 order = ('year', 'month', 'day', 'hour', 'minute', 'second') 202 d.year, d.month, d.day,
|
imaplib.py | 87 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])' [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_str.py | 316 day=27)),
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
plistlib.py | 187 _dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z") 190 order = ('year', 'month', 'day', 'hour', 'minute', 'second') 202 d.year, d.month, d.day,
|
imaplib.py | 87 r'(?P<day>[ 0123][0-9])-(?P<mon>[A-Z][a-z][a-z])-(?P<year>[0-9][0-9][0-9][0-9])' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_str.py | 316 day=27)),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
plistlib.py | 187 _dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z") 190 order = ('year', 'month', 'day', 'hour', 'minute', 'second') 202 d.year, d.month, d.day,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_str.py | 316 day=27)),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
plistlib.py | 187 _dateParser = re.compile(r"(?P<year>\d\d\d\d)(?:-(?P<month>\d\d)(?:-(?P<day>\d\d)(?:T(?P<hour>\d\d)(?::(?P<minute>\d\d)(?::(?P<second>\d\d))?)?)?)?)?Z") 190 order = ('year', 'month', 'day', 'hour', 'minute', 'second') 202 d.year, d.month, d.day,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_str.py | 316 day=27)),
|
/external/libpng/ |
pngset.c | 917 mod_time->day == 0 || mod_time->day > 31 || [all...] |
/external/opencv3/3rdparty/libpng/ |
pngset.c | 877 mod_time->day == 0 || mod_time->day > 31 || [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngset.c | 896 mod_time->day == 0 || mod_time->day > 31 ||
[all...] |
/external/v8/src/ |
objects-printer.cc | 795 day()->IsSmi() ? Smi::cast(day())->value() : -1, [all...] |
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_common.xdr | 132 unsigned char day;
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_common.xdr | 132 unsigned char day;
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_common.xdr | 132 unsigned char day;
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_common.xdr | 132 unsigned char day;
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_common.xdr | 132 unsigned char day;
|
/hardware/qcom/gps/msmcobalt/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
loc_api_common.xdr | 132 unsigned char day;
|
/libcore/luni/src/main/native/ |
libcore_icu_ICU.cpp | 505 ScopedResourceBundle day(ures_getByKey(fields.get(), "day", NULL, &status)); 506 ScopedResourceBundle relative(ures_getByKey(day.get(), "relative", NULL, &status)); [all...] |