Home
last modified time | relevance | path

Searched refs:datevalue (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_urllibnet.py199 datevalue = fileheaders.getheader('Date')
202 time.strptime(datevalue, dateformat)
/external/python/cpython3/Lib/test/
Dtest_urllibnet.py185 datevalue = fileheaders.get('Date')
188 time.strptime(datevalue, dateformat)
/external/libcups/cups/
Dipp.h968 int element, const ipp_uchar_t *datevalue)
Dipp.c3746 const ipp_uchar_t *datevalue)/* I - dateTime value */ in ippSetDate() argument
3756 element < 0 || element > (*attr)->num_values || !datevalue) in ippSetDate()
3764 memcpy(value->date, datevalue, sizeof(value->date)); in ippSetDate()