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

  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 163 struct tm struct_time; local
181 memcpy(&struct_time, pstruct_time, sizeof(struct tm));
183 memset(&struct_time, 0, sizeof(struct tm));
223 sprintf(time_str, TIME_FORMAT, struct_time.tm_year + 1900,
224 struct_time.tm_mon + 1,
225 struct_time.tm_mday,
226 struct_time.tm_hour, struct_time.tm_min, struct_time.tm_sec);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_strptime.py 111 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
123 time_tuple = time.struct_time((1999,3,17,22,44,55,2,76,0))
150 time_tuple = time.struct_time((1999,1,3,1,1,1,6,3,0))
449 return (time.struct_time((year, month, day,
imaplib.py     [all...]
xmlrpclib.py 48 # 2003-06-15 gn Add support for time.struct_time
369 if not isinstance(value, (TupleType, time.struct_time)):
    [all...]
  /external/python/cpython2/Lib/
_strptime.py 113 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
125 time_tuple = time.struct_time((1999,3,17,22,44,55,2,76,0))
152 time_tuple = time.struct_time((1999,1,3,1,1,1,6,3,0))
473 return (time.struct_time((year, month, day,
imaplib.py     [all...]
xmlrpclib.py 48 # 2003-06-15 gn Add support for time.struct_time
370 if not isinstance(value, (TupleType, time.struct_time)):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_strptime.py 111 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
123 time_tuple = time.struct_time((1999,3,17,22,44,55,2,76,0))
150 time_tuple = time.struct_time((1999,1,3,1,1,1,6,3,0))
462 return (time.struct_time((year, month, day,
imaplib.py     [all...]
xmlrpclib.py 48 # 2003-06-15 gn Add support for time.struct_time
369 if not isinstance(value, (TupleType, time.struct_time)):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_strptime.py 111 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
123 time_tuple = time.struct_time((1999,3,17,22,44,55,2,76,0))
150 time_tuple = time.struct_time((1999,1,3,1,1,1,6,3,0))
462 return (time.struct_time((year, month, day,
imaplib.py     [all...]
xmlrpclib.py 48 # 2003-06-15 gn Add support for time.struct_time
369 if not isinstance(value, (TupleType, time.struct_time)):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_strptime.py 111 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
123 time_tuple = time.struct_time((1999,3,17,22,44,55,2,76,0))
150 time_tuple = time.struct_time((1999,1,3,1,1,1,6,3,0))
462 return (time.struct_time((year, month, day,
imaplib.py     [all...]
xmlrpclib.py 48 # 2003-06-15 gn Add support for time.struct_time
369 if not isinstance(value, (TupleType, time.struct_time)):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_strptime.py 111 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
123 time_tuple = time.struct_time((1999,3,17,22,44,55,2,76,0))
150 time_tuple = time.struct_time((1999,1,3,1,1,1,6,3,0))
462 return (time.struct_time((year, month, day,
imaplib.py     [all...]
xmlrpclib.py 48 # 2003-06-15 gn Add support for time.struct_time
369 if not isinstance(value, (TupleType, time.struct_time)):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_structseq.py 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
76 t = time.struct_time
98 self.assertRaises(Exc, time.struct_time, C())
  /external/python/cpython2/Lib/test/
test_structseq.py 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
76 t = time.struct_time
98 self.assertRaises(Exc, time.struct_time, C())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_structseq.py 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
76 t = time.struct_time
98 self.assertRaises(Exc, time.struct_time, C())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_structseq.py 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
76 t = time.struct_time
98 self.assertRaises(Exc, time.struct_time, C())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structseq.py 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
76 t = time.struct_time
98 self.assertRaises(Exc, time.struct_time, C())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structseq.py 34 "time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, "
76 t = time.struct_time
98 self.assertRaises(Exc, time.struct_time, C())

Completed in 3785 milliseconds