Searched refs:localtime_s (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_logging.cc104 localtime_s(&local_time, &t);
/external/chromium_org/base/time/
H A Dpr_time_unittest.cc80 localtime_s(&local_time, &current_time);
H A Dtime_unittest.cc60 localtime_s(&tms, &now_t_1);
170 localtime_s(&local_time, &current_time);
/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h234 // On Windows, use secure localtime_s not localtime.
237 localtime_s(timeinfo, &rawtime);
/external/chromium_org/third_party/sqlite/src/
H A Dconfigure.ac130 AC_CHECK_FUNCS([usleep fdatasync localtime_r gmtime_r localtime_s])
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc60 int localtime_s(tm* out_tm, const time_t* time) { function
387 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0;
/external/chromium_org/base/
H A Dlogging.cc667 localtime_s(&local_time, &t);
/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc651 localtime_s(&time, &time_temp);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDateMath.cpp119 localtime_s(localTM, localTime);
/external/chromium_org/base/third_party/nspr/
H A Dprtime.cc88 (void) localtime_s(time, secs);
/external/chromium_org/third_party/sqlite/src/src/
H A Ddate.c54 ** On recent Windows platforms, the localtime_s() function is available
61 ** If the user has not indicated to use localtime_r() or localtime_s()
63 ** localtime_s().
454 localtime_s(&sLocal, &t);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c3143 localtime_s(&t, &tb.time);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3512 if (localtime_s(&time_struct, &seconds) != 0)
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12903 ** On recent Windows platforms, the localtime_s() function is available
12910 ** If the user has not indicated to use localtime_r() or localtime_s()
12912 ** localtime_s().
13303 localtime_s(&sLocal, &t);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c14998 ** On recent Windows platforms, the localtime_s() function is available
15005 ** If the user has not indicated to use localtime_r() or localtime_s()
15007 ** localtime_s().
15051 rc = localtime_s(pTm, t);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c14998 ** On recent Windows platforms, the localtime_s() function is available
15005 ** If the user has not indicated to use localtime_r() or localtime_s()
15007 ** localtime_s().
15051 rc = localtime_s(pTm, t);
[all...]

Completed in 730 milliseconds