Searched defs:tm (Results 1 - 25 of 400) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/android/support/src/musl-locale/
H A Dstrftime_l.c4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l) argument
6 return strftime(s, n, f, tm);
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
H A Dctime.pass.cpp28 std::tm tm = {0}; local
32 ((void)tm); // Prevent unused warning
35 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
38 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
40 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
41 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
47 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/time/date.time/
H A Dctime.pass.cpp26 std::tm tm = {0}; local
31 ((void)tm); // Prevent unused warning
35 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
38 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
40 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
41 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
43 static_assert((std::is_same<decltype(std::strftime(str,s,"",&tm)), std::size_t>::value), "");
/prebuilts/ndk/r11/sources/android/support/src/musl-locale/
H A Dstrftime_l.c4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l) argument
6 return strftime(s, n, f, tm);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
H A Dctime.pass.cpp28 std::tm tm = {0}; local
31 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
33 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
35 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
36 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/date.time/
H A Dtested_elsewhere.pass.cpp26 std::tm tm = {0}; local
30 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
32 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
34 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
35 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
36 static_assert((std::is_same<decltype(std::strftime(str,s,"",&tm)), std::size_t>::value), "");
/prebuilts/ndk/r13/sources/android/support/src/musl-locale/
H A Dstrftime_l.c4 size_t strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t l) argument
6 return strftime(s, n, f, tm);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.runtime/
H A Dctime.pass.cpp28 std::tm tm = {0}; local
32 ((void)tm); // Prevent unused warning
35 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
38 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
40 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
41 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
47 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/time/date.time/
H A Dctime.pass.cpp26 std::tm tm = {0}; local
31 ((void)tm); // Prevent unused warning
35 static_assert((std::is_same<decltype(std::mktime(&tm)), std::time_t>::value), "");
38 static_assert((std::is_same<decltype(std::asctime(&tm)), char*>::value), "");
40 static_assert((std::is_same<decltype(std::gmtime(&t)), std::tm*>::value), "");
41 static_assert((std::is_same<decltype(std::localtime(&t)), std::tm*>::value), "");
43 static_assert((std::is_same<decltype(std::strftime(str,s,"",&tm)), std::size_t>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dwchar_h.pass.cpp40 tm *tm = 0; local
90 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
H A Dcwchar.pass.cpp36 std::tm *tm = 0; local
46 ((void)tm); // Prevent unused warning
97 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dwchar_h.pass.cpp35 tm *tm = 0; local
95 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
H A Dcwchar.pass.cpp35 std::tm *tm = 0; local
100 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dwchar_h.pass.cpp40 tm *tm = 0; local
90 static_assert((std::is_same<decltype(wcsftime(ws, s, L"", tm)), size_t>::value), "");
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
H A Dcwchar.pass.cpp36 std::tm *tm = 0; local
46 ((void)tm); // Prevent unused warning
97 static_assert((std::is_same<decltype(std::wcsftime(ws, s, L"", tm)), std::size_t>::value), "");
/prebuilts/ndk/r10/platforms/android-10/arch-arm64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-mips64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-10/arch-x86_64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-arm64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-mips64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-11/arch-x86_64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-arm64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-mips64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-12/arch-x86_64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]
/prebuilts/ndk/r10/platforms/android-13/arch-arm64/usr/include/
H A Dtime.h46 struct tm { struct
65 extern char* asctime(const struct tm*) __LIBC_ABI_PUBLIC__;
66 extern char* asctime_r(const struct tm*, char*) __LIBC_ABI_PUBLIC__;
69 extern time_t mktime(struct tm*) __LIBC_ABI_PUBLIC__;
71 extern struct tm* localtime(const time_t*) __LIBC_ABI_PUBLIC__;
72 extern struct tm* localtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC__;
74 extern struct tm* gmtime(const time_t*) __LIBC_ABI_PUBLIC__;
75 extern struct tm* gmtime_r(const time_t*, struct tm*) __LIBC_ABI_PUBLIC_
[all...]

Completed in 2207 milliseconds

1234567891011>>