HomeSort by relevance Sort by last modified time
    Searched refs:strptime (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
time.h 79 extern char* strptime(const char *buf, const char *fmt, struct tm *tm);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
time.h 79 extern char* strptime(const char *buf, const char *fmt, struct tm *tm);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
time.h 79 extern char* strptime(const char *buf, const char *fmt, struct tm *tm);
  /external/bison/darwin-lib/
time.h 504 <http://www.opengroup.org/susv3xsh/strptime.html>. */
507 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf,
512 _GL_CXXALIAS_SYS (strptime, char *, (char const *restrict __buf,
515 _GL_CXXALIASWARN (strptime);
  /external/bison/linux-lib/
time.h 504 <http://www.opengroup.org/susv3xsh/strptime.html>. */
507 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf,
512 _GL_CXXALIAS_SYS (strptime, char *, (char const *restrict __buf,
515 _GL_CXXALIASWARN (strptime);
  /external/chromium_org/third_party/WebKit/Tools/RebaselineLogServer/
main.py 133 date = datetime.datetime.strptime(before, "%Y-%m-%dT%H:%M:%SZ")
  /system/core/include/log/
log_read.h 146 char *strptime(const char *s, const char *format = default_format);
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers_unittest.py 117 current_time = datetime.strptime(current_time_str, '%Y-%m-%d-%H')
119 prev_time = datetime.strptime(prev_time_str, '%Y-%m-%d-%H')
  /system/core/logd/
LogAudit.cpp 97 && ((cp = now.strptime(timeptr + sizeof(audit_str) - 1, "%s.%q")))
102 now.strptime("", ""); // side effect of setting CLOCK_REALTIME
LogReader.cpp 63 start.strptime(cp + sizeof(_start) - 1, "%s.%q");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strptime.py 1 """PyUnit testing against strptime"""
84 # issue since strptime still parses it correctly. The problem is
200 """Tests for _strptime.strptime."""
358 "strptime does not handle ALL-CAPS names properly")
360 "strptime does not handle lowercase names properly")
362 "strptime does not handle capword names properly")
369 "Default values for strptime() are incorrect;"
382 time.strptime("Feb 29", "%b %d")
386 time.strptime("Feb 29", "%b %d"),
387 time.strptime("Mar 1", "%b %d")
    [all...]
test_time.py 108 # Should be able to go round-trip from strftime to strptime without
117 time.strptime(strf_output, format)
test_urllibnet.py 198 time.strptime(datevalue, dateformat)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strptime.py 1 """PyUnit testing against strptime"""
84 # issue since strptime still parses it correctly. The problem is
200 """Tests for _strptime.strptime."""
358 "strptime does not handle ALL-CAPS names properly")
360 "strptime does not handle lowercase names properly")
362 "strptime does not handle capword names properly")
369 "Default values for strptime() are incorrect;"
382 time.strptime("Feb 29", "%b %d")
386 time.strptime("Feb 29", "%b %d"),
387 time.strptime("Mar 1", "%b %d")
    [all...]
test_time.py 108 # Should be able to go round-trip from strftime to strptime without
117 time.strptime(strf_output, format)
test_urllibnet.py 198 time.strptime(datevalue, dateformat)
  /bionic/tests/
time_test.cpp 119 TEST(time, strptime) {
126 strptime("11:14", "%R", &t);
131 strptime("09:41:53", "%T", &t);
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
testfile.py 77 date = datetime.strptime(before, "%Y-%m-%dT%H:%M:%SZ")
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
file_storage.py 116 return datetime.datetime.strptime(self._cur_snapshot, Archive._TIME_FMT)
123 timestamps = [datetime.datetime.strptime(x, Archive._TIME_FMT)
  /bionic/libc/tzcode/
strptime.c 1 /* $OpenBSD: strptime.c,v 1.11 2005/08/08 08:05:38 espie Exp $ */
2 /* $NetBSD: strptime.c,v 1.12 1998/01/20 21:39:40 mycroft Exp $ */
102 strptime(const char *buf, const char *fmt, struct tm *tm) function
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 108 old_value_as_t = time.strptime(value, last_mod_format)
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
common.py 347 dt = datetime.datetime.strptime(parsable, _DT_FORMAT)
  /external/e2fsprogs/debugfs/
util.c 9 #define _XOPEN_SOURCE 600 /* needed for strptime */
231 strptime(arg, "%Y%m%d%H%M%S", &ts);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
time.h 207 extern char *strptime (__const char *__restrict __s,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
time.h 207 extern char *strptime (__const char *__restrict __s,

Completed in 5085 milliseconds

1 2 34 5