/aosp12/frameworks/native/opengl/tools/glgen2/registry/ |
H A D | genheaders.py | 238 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 D | time_test.cpp | 186 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 D | util.cpp | 72 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 D | NOTICE | 3 newstrftime.3, and strftime.c, which contain material derived from BSD
|
/aosp12/system/timezone/input_tools/iana/ |
H A D | NOTICE | 3 newstrftime.3, and strftime.c, which contain material derived from BSD
|
/aosp12/system/timezone/output_data/iana/ |
H A D | NOTICE | 3 newstrftime.3, and strftime.c, which contain material derived from BSD
|
/aosp12/system/timezone/testing/data/test1/output_data/iana/ |
H A D | NOTICE | 3 newstrftime.3, and strftime.c, which contain material derived from BSD
|
/aosp12/system/timezone/testing/data/test2/output_data/iana/ |
H A D | NOTICE | 3 newstrftime.3, and strftime.c, which contain material derived from BSD
|
/aosp12/system/timezone/testing/data/test3/output_data/iana/ |
H A D | NOTICE | 3 newstrftime.3, and strftime.c, which contain material derived from BSD
|
/aosp12/hardware/google/camera/common/sensor_listener/tests/ |
H A D | sensor_test_utils.h | 44 strftime(timebuf, 256, "%H%M%S", localtime(&now_time.tv_sec)); in GenerateLogFilename()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | util.cpp | 55 std::strftime(buf, sizeof(buf), "%H:%M:%S", std::localtime(&time_sec)); in timestampToString()
|
/aosp12/frameworks/av/services/mediaresourcemanager/ |
H A D | ServiceLog.cpp | 37 strftime(buf, sizeof(buf), "%m-%d %T", localtime(&now)); in add()
|
/aosp12/bionic/libc/tzcode/ |
H A D | asctime.c | 102 strftime(year, sizeof year, "%Y", timeptr); in asctime_r()
|
/aosp12/system/bt/btif/src/ |
H A D | btif_debug_conn.cc | 45 strftime(tempbuff, sizeof(tempbuff), "%m-%d %H:%M:%S", ptm); in format_ts()
|
/aosp12/packages/apps/Car/tests/tools/rro/ |
H A D | generate-overlays.py | 34 limitations under the License.""" % (datetime.today().strftime("%Y"))
|
H A D | generate-overlayable.py | 34 limitations under the License.""" % (datetime.today().strftime("%Y"))
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | Overlay.cpp | 271 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 D | perfstatsd.cpp | 58 strftime(buff, sizeof(buff), "%m-%d %H:%M:%S", localtime(&t)); in getHistory()
|
/aosp12/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
H A D | legacy_contacts.sql | 120 …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 D | log.h | 75 …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 D | loc_log.cpp | 179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
|
/aosp12/hardware/qcom/gps/msm8994/utils/ |
H A D | loc_log.cpp | 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
|
/aosp12/hardware/qcom/gps/utils/ |
H A D | loc_log.cpp | 180 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
|
/aosp12/hardware/qcom/gps/msm8084/utils/ |
H A D | loc_log.cpp | 179 strftime(hms_string, sizeof hms_string, "%H:%M:%S", &now_tm); in loc_get_time()
|
/aosp12/bionic/libc/include/ |
H A D | time.h | 80 size_t strftime(char* __buf, size_t __n, const char* __fmt, const struct tm* __tm) __strftimelike(3…
|