Home
last modified time | relevance | path

Searched defs:gmtime (Results 1 – 25 of 95) sorted by relevance

1234

/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dos.h93 inline std::tm gmtime(const std::time_t &time_tt) in gmtime() function
106 inline std::tm gmtime() in gmtime() function
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/fmtlib/include/fmt/
Dchrono.h334 inline std::tm gmtime(std::time_t time) { in gmtime() function
369 inline std::tm gmtime( in gmtime() function
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/
H A Dutility.hpp354 auto gmtime = &tm; in to_string() local
356 auto gmtime = gmtime_r(&time, &tm); in to_string() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dtime.h223 static __inline struct tm *__CRTDECL gmtime(const time_t *_Time) { return _gmtime32(_Time); } in gmtime() function
234 static __inline struct tm *__CRTDECL gmtime(const time_t *_Time) { return _gmtime64(_Time); } in gmtime() function
/aosp_15_r20/external/trusty/musl/src/time/
Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime() function
/aosp_15_r20/external/musl/src/time/
H A Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime() function

1234