HomeSort by relevance Sort by last modified time
    Searched full:gmtime (Results 51 - 75 of 521) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/patches/
ios_timezone.patch 54 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) );
  /external/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 35 static_assert((std::is_same<decltype(gmtime(&t)), tm*>::value), "");
  /external/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 35 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
  /external/libcxx/test/utilities/date.time/
tested_elsewhere.pass.cpp 34 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 35 static_assert((std::is_same<decltype(gmtime(&t)), tm*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 35 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/
tested_elsewhere.pass.cpp 34 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
  /ndk/sources/host-tools/sed-4.2.1/m4/
gettimeofday.m4 91 AC_DEFINE([gmtime], [rpl_gmtime],
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.cc 130 // On Windows, gmtime is thread safe.
131 struct tm *tm = gmtime(timep); // NOLINT
  /external/chromium_org/third_party/webrtc/base/
timeutils.cc 113 // On Windows, gmtime is thread safe.
114 struct tm *tm = gmtime(timep); // NOLINT
  /external/wpa_supplicant_8/src/utils/
os_win32.c 87 tm1 = gmtime(&t_local);
106 tm2 = gmtime(&t2);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
datetime.so 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 136 gmtime() and localtime(), otherwise the current time is used.
167 now = time.gmtime(timeval)
193 utcdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(timeval))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 136 gmtime() and localtime(), otherwise the current time is used.
167 now = time.gmtime(timeval)
193 utcdate = time.strftime('%Y%m%d%H%M%S', time.gmtime(timeval))
  /bionic/libc/include/
time.h 74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-3/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /development/ndk/platforms/android-8/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /development/ndk/platforms/android-L/include/
time.h 73 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
time.h 76 extern struct tm* gmtime(const time_t *timep);

Completed in 2806 milliseconds

1 23 4 5 6 7 8 91011>>