Home
last modified time | relevance | path

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/
Dc_time.hpp52 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/
Dtime.rs181 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 Dscale_test.cc94 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 Dscale_argb_test.cc81 double c_time = get_time(); in ARGBTestFilter() local
198 double c_time = get_time(); in ARGBClipTestFilter() local
H A Dscale_uv_test.cc61 double c_time = get_time(); in UVTestFilter() local
H A Dscale_rgb_test.cc78 double c_time = get_time(); in RGBTestFilter() local
H A Dplanar_test.cc2798 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 Dinlines.h200 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 Dglobals.h157 __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/
Dlanginfo.c5 static const char c_time[] = variable
/aosp_15_r20/external/musl/src/locale/
H A Dlanginfo.c5 static const char c_time[] = variable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/
Dsimulated_thread_interface_demo.cpp47 time_t c_time = system_clock::to_time_t(t); in print_time() local
Dtime2_demo.cpp75 time_t c_time = system_clock::to_time_t(t); in __print_time() local