Searched defs:c_time (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | c_time.hpp | 52 struct c_time { struct 57 static std::tm* localtime(const std::time_t* t, std::tm* result) in localtime() 75 static std::tm* gmtime(const std::time_t* t, std::tm* result) in gmtime()
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/ |
D | time.rs | 181 let mut c_time: MaybeUninit<libc::timespec> = MaybeUninit::uninit(); in clock_getres() localVariable 192 let mut c_time: MaybeUninit<libc::timespec> = MaybeUninit::uninit(); in clock_gettime() localVariable
|
/aosp_15_r20/external/libyuv/unit_test/ |
H A D | scale_test.cc | 94 double c_time = get_time(); in I420TestFilter() local 446 double c_time = get_time(); in I444TestFilter() local 793 double c_time = get_time(); in NV12TestFilter() local
|
H A D | scale_argb_test.cc | 81 double c_time = get_time(); in ARGBTestFilter() local 198 double c_time = get_time(); in ARGBClipTestFilter() local
|
H A D | scale_uv_test.cc | 61 double c_time = get_time(); in UVTestFilter() local
|
H A D | scale_rgb_test.cc | 78 double c_time = get_time(); in RGBTestFilter() local
|
H A D | planar_test.cc | 2798 double c_time = get_time(); in TEST_F() local 2837 double c_time = get_time(); in TEST_F() local
|
/aosp_15_r20/external/blktrace/btt/ |
H A D | inlines.h | 200 static inline void update_q2c(struct io *iop, __u64 c_time) in update_q2c() 271 static inline void update_d2c(struct io *iop, __u64 c_time) in update_d2c()
|
H A D | globals.h | 157 __u64 bytes_left, g_time, i_time, m_time, d_time, c_time, d_sec, c_sec; member
|
/aosp_15_r20/external/trusty/musl/src/locale/ |
D | langinfo.c | 5 static const char c_time[] = variable
|
/aosp_15_r20/external/musl/src/locale/ |
H A D | langinfo.c | 5 static const char c_time[] = variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | simulated_thread_interface_demo.cpp | 47 time_t c_time = system_clock::to_time_t(t); in print_time() local
|
D | time2_demo.cpp | 75 time_t c_time = system_clock::to_time_t(t); in __print_time() local
|