HomeSort by relevance Sort by last modified time
    Searched full:localtime (Results 76 - 100 of 724) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
ctime 55 using ::localtime;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
ctime 57 using ::localtime;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
ctime 57 using ::localtime;
  /frameworks/base/libs/common_time/
common_time_server_api.cpp 303 int64_t localTime;
307 localTime = mLocalClock.getLocalTime();
308 synced = (OK == mCommonClock.localToCommon(localTime, &commonTime));
312 localTime);
350 localDelta = localTime - mClient_LastGoodSyncRX;
  /external/chromium_org/third_party/WebKit/Source/wtf/
DateMath.cpp 116 static inline void getLocalTime(const time_t* localTime, struct tm* localTM)
119 localtime_s(localTM, localTime);
121 localtime_r(localTime, localTM);
352 time_t localTime = time(0);
354 getLocalTime(&localTime, &localt);
368 else if (localTimeSeconds < 0) // Go ahead a day to make localtime work (does not work with 0)
372 time_t localTime = static_cast<time_t>(localTimeSeconds);
375 getLocalTime(&localTime, &localTM);
383 // On Mac OS X, the call to localtime (see calculateDSTOffsetSimple) will return historically accurate
386 // determining DST. For this reason we shift away from years that localtime can handle but woul
    [all...]
  /bionic/libc/tzcode/
private.h 271 # undef localtime macro
272 # define localtime tz_localtime macro
289 struct tm *localtime(time_t const *);
  /external/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 36 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), "");
  /external/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
  /external/libcxx/test/utilities/date.time/
tested_elsewhere.pass.cpp 35 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
time_h.pass.cpp 36 static_assert((std::is_same<decltype(localtime(&t)), tm*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
ctime.pass.cpp 36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/
tested_elsewhere.pass.cpp 35 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so 
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 48 struct tm* tm = localtime(&timeNow);
50 _LOGD_("localtime error");
  /frameworks/rs/
rsScriptC_Lib.cpp 93 // The native localtime function is not thread-safe, so we
96 tm *tmp = localtime(timer);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/build/android/
inv_playback-shared 
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 117 public static long convertAlldayLocalToUTC(Time recycle, long localTime, String tz) {
122 recycle.set(localTime);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
liblog.so 

Completed in 307 milliseconds

1 2 34 5 6 7 8 91011>>