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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
19-1-buildonly.c 10 struct tm *getdate(const char *);
21 dummyvar = getdate;
  /external/curl/scripts/
updatemanpages.pl 117 sub getdate{ subroutine
272 $filedate = getdate(($dirname . $file . ".dist"));
275 $filedate = getdate(($dirname . $file));
  /bionic/tests/headers/posix/
time_h.c 88 FUNCTION(getdate, struct tm* (*f)(const char*));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
mboxconvert.py 87 tt = m.getdate('Date')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_rfc822.py 57 out = m.getdate('date')
  /external/python/cpython2/Demo/scripts/
mboxconvert.py 87 tt = m.getdate('Date')
  /external/python/cpython2/Lib/test/
test_rfc822.py 57 out = m.getdate('date')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_rfc822.py 57 out = m.getdate('date')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_rfc822.py 57 out = m.getdate('date')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 57 out = m.getdate('date')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_rfc822.py 57 out = m.getdate('date')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mailerdaemon.py 197 mm, dd = m.getdate('date')[1:1+2]
  /external/python/cpython2/Tools/scripts/
mailerdaemon.py 198 mm, dd = m.getdate('date')[1:1+2]
  /external/python/cpython3/Tools/scripts/
mailerdaemon.py 206 mm, dd = m.getdate('date')[1:1+2]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
time.h 399 extern struct tm *getdate (__const char *__string);
403 /* Since `getdate' is not reentrant because of the use of `getdate_err'
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 551 #define getdate(...) (pthread_testcancel(), getdate(__VA_ARGS__)) macro
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 62 time = m.getdate(name)
355 def getdate(self, name): member in class:Message
    [all...]
  /external/python/cpython2/Lib/
rfc822.py 62 time = m.getdate(name)
360 def getdate(self, name): member in class:Message
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 62 time = m.getdate(name)
355 def getdate(self, name): member in class:Message
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 62 time = m.getdate(name)
355 def getdate(self, name): member in class:Message
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 62 time = m.getdate(name)
355 def getdate(self, name): member in class:Message
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 62 time = m.getdate(name)
355 def getdate(self, name): member in class:Message
    [all...]

Completed in 1360 milliseconds