Home
last modified time | relevance | path

Searched refs:strftime (Results 1 – 25 of 108) sorted by relevance

12345

/aosp12/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py238 format("/* Generated on date %s */" % time.strftime("%Y%m%d")),
244 format("#define GL_GLEXT_VERSION %s" % time.strftime("%Y%m%d")),
249 format("#define WGL_WGLEXT_VERSION %s" % time.strftime("%Y%m%d")),
254 format("#define GLX_GLXEXT_VERSION %s" % time.strftime("%Y%m%d")),
259 format("#define EGL_EGLEXT_VERSION %s" % time.strftime("%Y%m%d")),
/aosp12/bionic/tests/
H A Dtime_test.cpp186 TEST(time, strftime) { in TEST() argument
199 EXPECT_EQ(10U, strftime(buf, sizeof(buf), "%s", &t)); in TEST()
204 EXPECT_EQ(24U, strftime(buf, sizeof(buf), "%c", &t)); in TEST()
219 EXPECT_EQ(5U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
224 EXPECT_EQ(5U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
228 EXPECT_EQ(2U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
236 EXPECT_EQ(5U, strftime(buf, sizeof(buf), "<%Z>", &t)); in TEST()
275 strftime(buf, sizeof(buf), "%H:%M", &t); in TEST()
280 strftime(buf, sizeof(buf), "%H:%M:%S", &t); in TEST()
1055 strftime(buf, sizeof(buf), "<%s>", &tm0); in TEST()
[all …]
/aosp12/system/core/debuggerd/
H A Dutil.cpp72 n = strftime(s, sz, "%F %H:%M", &tm), s += n, sz -= n; in get_timestamp()
74 n = strftime(s, sz, "%z", &tm), s += n, sz -= n; in get_timestamp()
/aosp12/system/timezone/input_data/iana/
H A DNOTICE3 newstrftime.3, and strftime.c, which contain material derived from BSD
/aosp12/system/timezone/input_tools/iana/
H A DNOTICE3 newstrftime.3, and strftime.c, which contain material derived from BSD
/aosp12/system/timezone/output_data/iana/
H A DNOTICE3 newstrftime.3, and strftime.c, which contain material derived from BSD
/aosp12/system/timezone/testing/data/test1/output_data/iana/
H A DNOTICE3 newstrftime.3, and strftime.c, which contain material derived from BSD
/aosp12/system/timezone/testing/data/test2/output_data/iana/
H A DNOTICE3 newstrftime.3, and strftime.c, which contain material derived from BSD
/aosp12/system/timezone/testing/data/test3/output_data/iana/
H A DNOTICE3 newstrftime.3, and strftime.c, which contain material derived from BSD
/aosp12/hardware/google/camera/common/sensor_listener/tests/
H A Dsensor_test_utils.h44 strftime(timebuf, 256, "%H%M%S", localtime(&now_time.tv_sec)); in GenerateLogFilename()
/aosp12/packages/modules/DnsResolver/
H A Dutil.cpp55 std::strftime(buf, sizeof(buf), "%H:%M:%S", std::localtime(&time_sec)); in timestampToString()
/aosp12/frameworks/av/services/mediaresourcemanager/
H A DServiceLog.cpp37 strftime(buf, sizeof(buf), "%m-%d %T", localtime(&now)); in add()
/aosp12/bionic/libc/tzcode/
H A Dasctime.c102 strftime(year, sizeof year, "%Y", timeptr); in asctime_r()
/aosp12/system/bt/btif/src/
H A Dbtif_debug_conn.cc45 strftime(tempbuff, sizeof(tempbuff), "%m-%d %H:%M:%S", ptm); in format_ts()
/aosp12/packages/apps/Car/tests/tools/rro/
H A Dgenerate-overlays.py34 limitations under the License.""" % (datetime.today().strftime("%Y"))
H A Dgenerate-overlayable.py34 limitations under the License.""" % (datetime.today().strftime("%Y"))
/aosp12/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp271 strftime(buf, bufLen, format, &tm); in getTimeString_l()
372 strftime(timeBuf, sizeof(timeBuf), "%a, %d %b %Y %T %z", &tm); in doDrawInfoPage()
/aosp12/hardware/google/pixel/perfstatsd/
H A Dperfstatsd.cpp58 strftime(buff, sizeof(buff), "%m-%d %H:%M:%S", localtime(&t)); in getHistory()
/aosp12/packages/providers/ContactsProvider/tests/assets/testUnsynced/
H A Dlegacy_contacts.sql120 …FTER UPDATE ON phones BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHER…
121 …ATE OF name ON people BEGIN UPDATE voice_dialer_timestamp SET timestamp=strftime('%s', 'now') WHER…
/aosp12/system/bt/gd/os/
H A Dlog.h75 …auto l = std::strftime(_buf, sizeof(_buf), "%Y-%m-%d %H:%M:%S", std::localtime(&_now_t)); …
/aosp12/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
/aosp12/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
/aosp12/hardware/qcom/gps/utils/
H A Dloc_log.cpp180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
/aosp12/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
/aosp12/bionic/libc/include/
H A Dtime.h80 size_t strftime(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm) __strftimelike(3…

12345